This repository was archived by the owner on Feb 28, 2025. It is now read-only.
Rearrange, insert & remove entries from windows#11
Merged
Micrologist merged 37 commits intoMicrologist:mainfrom Mar 26, 2023
Merged
Rearrange, insert & remove entries from windows#11Micrologist merged 37 commits intoMicrologist:mainfrom
Micrologist merged 37 commits intoMicrologist:mainfrom
Conversation
add temporary code to MicroEngineerMod to test out changes
…ity references to MicroUtility
MicroWindows and MicroEntries are serialized for save/load Rects moved to MicroWindows Additional styles moved to MicroStyles Saving/Loading moved to MicroUtility Added logging to Save/Load methods Removed now obsolete LayoutState.cs Add new window MainGui so it can be saved/loaded as well Removed unused variables
- New button in Settings for opening Edit Window - In Edit window user can: rename windows, lock/unlock windows, sort entries, add/remove any entry to/from any window except MainGUI, Settings and Stage - Lock window: popped out window cannot be dragged or closed - Add tooltip for entries (TODO: add description for all entries)
Moved MainGui and Settings to index 0 and 1 to help with toggle layout if custom windows are created.
Move entry updates to Update() for optimization
Collaborator
Author
|
@Micrologist , this is now ready for a merge. I've updated the first comment to reflect what was implemented. |
Owner
|
Thanks for your work! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Features:
Code:
Completes: #4