-
Notifications
You must be signed in to change notification settings - Fork 59
#1875 #2008
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
base: master
Are you sure you want to change the base?
#1875 #2008
Conversation
...iew/src/au/gov/asd/tac/constellation/views/dataaccess/io/DataAccessParametersIoProvider.java
Outdated
Show resolved
Hide resolved
...iew/src/au/gov/asd/tac/constellation/views/dataaccess/io/DataAccessParametersIoProvider.java
Outdated
Show resolved
Hide resolved
CoreDataAccessView/src/au/gov/asd/tac/constellation/views/dataaccess/panes/DataAccessPane.java
Outdated
Show resolved
Hide resolved
CoreDataAccessView/src/au/gov/asd/tac/constellation/views/dataaccess/panes/DataAccessPane.java
Outdated
Show resolved
Hide resolved
CoreUtilities/src/au/gov/asd/tac/constellation/utilities/genericjsonio/JsonIO.java
Outdated
Show resolved
Hide resolved
CoreUtilities/src/au/gov/asd/tac/constellation/utilities/genericjsonio/JsonIODialog.java
Outdated
Show resolved
Hide resolved
...ties/src/au/gov/asd/tac/constellation/utilities/keyboardshortcut/RecordKeyboardShortcut.java
Outdated
Show resolved
Hide resolved
...ties/src/au/gov/asd/tac/constellation/utilities/keyboardshortcut/RecordKeyboardShortcut.java
Outdated
Show resolved
Hide resolved
...ties/src/au/gov/asd/tac/constellation/utilities/keyboardshortcut/RecordKeyboardShortcut.java
Outdated
Show resolved
Hide resolved
...ties/src/au/gov/asd/tac/constellation/utilities/keyboardshortcut/RecordKeyboardShortcut.java
Outdated
Show resolved
Hide resolved
...iew/src/au/gov/asd/tac/constellation/views/dataaccess/io/DataAccessParametersIoProvider.java
Outdated
Show resolved
Hide resolved
CoreDataAccessView/src/au/gov/asd/tac/constellation/views/dataaccess/panes/DataAccessPane.java
Outdated
Show resolved
Hide resolved
CoreUtilities/src/au/gov/asd/tac/constellation/utilities/genericjsonio/JsonIO.java
Outdated
Show resolved
Hide resolved
CoreUtilities/src/au/gov/asd/tac/constellation/utilities/genericjsonio/JsonIO.java
Outdated
Show resolved
Hide resolved
CoreUtilities/src/au/gov/asd/tac/constellation/utilities/genericjsonio/JsonIO.java
Outdated
Show resolved
Hide resolved
...ties/src/au/gov/asd/tac/constellation/utilities/keyboardshortcut/RecordKeyboardShortcut.java
Outdated
Show resolved
Hide resolved
...ties/src/au/gov/asd/tac/constellation/utilities/keyboardshortcut/RecordKeyboardShortcut.java
Outdated
Show resolved
Hide resolved
The Additional Information section of ticket #1875 suggests the functionality should allow the user to assign the shortcuts to the templates they want to use. The functionality should allow the user to select a shortcut number when saving a template, and also reassign/remove shortcut numbers when loading templates. |
The core functionality now seems to be working fine, but it feels like too many popup dialogs appearing to achieve this. So you can optionally set a shortcut, where it pops up the dialog to get the keystroke, then returns to this Saving dialog. |
…r-data-access-view-workflow-templates
Save Templates dialogs are now modal, can we make Load Templates modal too? |
Would be good to address this in a separate ticket for Load Template. |
CoreDataAccessView/release/modules/ext/docs/CoreDataAccessView/data-access-options.md
Outdated
Show resolved
Hide resolved
CoreWhatsNewView/src/au/gov/asd/tac/constellation/views/whatsnew/whatsnew.txt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could consider using Alt+1 through to Alt+5 as default shortcuts for templates. They don't seem to be mapped to anything else. |
I think the second attempt to create a template with the same name as an existing template should be blocked (whether its a blank name or otherwise). Show a warning/error message stating "A template already exists with that name". |
Fixed review comments |
...modules/ext/docs/CoreDataAccessView/resources/DataAccessSaveTemplateWithKeyboardShortcut.png
Outdated
Show resolved
Hide resolved
CoreDataAccessView/release/modules/ext/docs/CoreDataAccessView/data-access-options.md
Show resolved
Hide resolved
|
Prerequisites
Reviewed the checklist
Reviewed feedback from the "Sonar Cloud" bot. Note that you have to wait
for the "CI / Unit Tests") to complete first. Failed Unit tests can be
debugged by adding the label "verbose logging" to the GitHub PR.
Description of the Change
In the Data Access View, map keyboard shortcuts to templates. Default is from ctrl-1 to ctrl-5 and after that user can provide shortcut of their choice
Alternate Designs
Why Should This Be In Core?
Benefits
Possible Drawbacks
Verification Process
Applicable Issues
#1875