-
Notifications
You must be signed in to change notification settings - Fork 392
Adds Undo/Redo to ReClass.NET #263
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
Open
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
05c13a1
Added alt-shortcuts to main context menu
FransBouma e3660a7
Defined various shortcut keys on the node type menu items. Changed to...
FransBouma 4d3ac22
Moved ReadFromBuffer to MemoryBuffer where it belongs, and it's now u...
FransBouma 4d2f079
Redefined some kb shortcuts, as ctrl-shift-c/v aren't used elsewhere
FransBouma 208454e
Added a way to name a class after RTTI information associated with th...
FransBouma b61edca
Changed 'Auto-name' into 'Init from RTTI' and it now also inits the v...
FransBouma 68b44d5
Removed alt-key shortcuts from context menu as they can't be viewed a...
FransBouma c831f9b
Added a toolstrip button for Init class from RTTI so the shortcut wor...
FransBouma 5931050
Initial packages update
FransBouma dc5225e
Marked Init class from RTTI toolbar button as 'Overflow as needed' so...
FransBouma 7bc89c7
Merge branch 'master' into UndoRedo
FransBouma 35afcee
Defined some node type toolbar buttons as 'As Needed' for overflow if...
FransBouma fb7b4d6
Initial undo/redo system in place. Class name is now undo/redo aware
FransBouma aa8a857
Removed 2nd empty lines when introduced, added 32bit version of ReadF...
FransBouma a01ba4c
Merge branch 'master' into UndoRedo
FransBouma 528708d
Added undo/redo for Class AddressFormula. Wired up auto-exception han...
FransBouma 69790cd
Implemented class list undo/redo, and further class node undo/redo. M...
FransBouma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
72 changes: 64 additions & 8 deletions
ReClass.NET/Forms/MainForm.Designer.cs
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
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.