Improve LASSIE shortcuts, XML readability, and Modifier layout - #181
Merged
Conversation
Use platform-native close shortcuts and project-scoped object copy/paste. Preserve pending edits and dirty state, and make Result String XML readable while keeping manual content editable. Refs cmp-illinois#41 and cmp-illinois#3.
Keep Default ON and its percentage grouped, wrap controls when space is limited, and allow the row to grow vertically without changing parameter behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves editing consistency and readability in LASSIE.
1. Consistent shortcuts and object copy/paste
2. More readable Result String XML
3. Responsive Modifier layout
Keyboard shortcuts
The main shortcuts covered by this update are:
Object copy/paste requires focus on the corresponding list. Windows also supports Ctrl+F4 for closing secondary windows. These closing shortcuts do not replace the main application's quit behavior.
Existing project shortcuts remain unchanged:
Close issue #41 and issue #3