General map editor improvements #78656
Open
+108
−114
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
None
Purpose of change
I were annoyed that traps were shown by name and not id
Describe the solution
Normalise ter/furn/trap/field formatting and order them together
Add mouse movement
Remove curses only bind from being displayed on tiles
Remove non useful bind descriptors from the menu (Quitting the menu, HJKL fast movement)
Remove omt cycle binds from omt editor submenu bc they don't mesh at all well with the newish list functionality that supercedes them
Increase the width of the main window a bit so it overflows less often (still frequently overflows with long ids or lots of flags etc)
Describe alternatives you've considered
Removing int_ids?
Doing more but I feel that'd be best left for when it's imguified
Testing
Tested all changes on tiles and curses
Additional context
Before tiles/curses
After tiles/curses