-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl+r
is resetting the project to the default project template
#6377
Comments
As we have no way to revert to previous versions this caused a loss of a workflow. |
This appears to be a "revert to saved state". This must ask the user to confirm before performing the action. |
This is not a regression, the shortcut has been there for a very long time. |
Somehow before the |
I think the typescript based shortcuts were covering it up so |
If |
|
Ok, then I believe we have the following things to do here:
|
Let's put only the shortcut changes to scope of this issue, and make new issues for other ideas (asking user, and then full change-tree view). |
I've changed the shortcut in #6620 and created two issues for the other ideas: |
Fixes #6377: The fact that `ctrl-r` was restoring the project to potentially the initial state was confusing. This PR changes that shortcut to `ctrl-shift-r`, as discussed in #6377. Note that: - `ctrl-shift-r` was already taken by the re-execution shortcut, so that got the `ctrl-alt` modifiers instead, along with the interruption shortcut for consistency. - `ctrl-alt-shift-r` was already taken by a shortcut to refresh the whole Electron app, so that wasn't available.
…ing-6287 * develop: Fix issues with missing sourcemaps (#6572) Fix asset delete; implement project delete and project rename (#6566) Fix #6377: Change ctrl-r shortcut (#6620) Add tests for Date.until, Date.next and Date.previous. (#6606) Improve `Non_Unique_Primary_Key` error, split file format detection into read/write, improve SQLite format detection (#6604) tokenize_to_columns or parse_to_columns results in a single column we shouldn't add the 1 (#6607) Fix node editing race condition (#6594) Add format to the in-memory Column (#6538) Fix dashboard issues (part 2) (#6511) Fix visualisation type selector artifacts rendered after node preview visualisation was closed. (#6575) Revert typescript CI Lint changes (#6602) Fix the Engine version check in GUI (#6570)
Pressing
Ctrl+r
in IDE is removing the project content and leaving just the default node.package from 21.04.2023 on MacOS and Windows
The text was updated successfully, but these errors were encountered: