-
Notifications
You must be signed in to change notification settings - Fork 10
Feature/refactoring #22
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
Merged
Merged
Conversation
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
…s are possible (or a text based framework, that can be better unit tested)
… or double click is reqired any more.
- added WxObjRendererHelper, so that a Flag can be rendered other than just plain text - Renderer Mode is now dynammically generated by implementing "GetMode"
…ubpackage an the `wx` gui package
…of the hex editor using the shift LEFT and UP arrow keys (see PR #20)
…g is shown with ellipses. (see #18)
- Added "Copy path to clipboard" button in the context menu (see #18) - Added some methoths for "Paste" but it currently dosnt work correctly.
…ct. Then the metadata (eg. byte position) of the last parsed enum value is used for all enum values.
# Conflicts: # README.md # construct_editor/core/entries.py # construct_editor/widgets/construct_editor.py # construct_editor/wx_widgets/wx_hex_editor.py
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.
Complete refactoring of the code, so that core components of the construct-editor are seperated vom GUI components. That makes it theoretically possible to add multiple GUI frameworks in the future. Besides this the following notable enhancements are implemented:
Enhanced ConstructEditor:
cs.Flag
Enum
construct. Then the metadata (eg. byte position) of the last parsed enum value is used for all enum values.Enhanced HexEditor: