Of course the old behaviour should remain for compatability.
Describe alternatives you've considered
Currently, it is necessary to pop then pull menus you want to change items in.
The story editor has a rather nasty hack where the menu is popped and pushed, and the current position preserved. It would be much nicer if titles could be dynamically generated.
Additional context
This would only ever be a problem if visuals were added to Earwax. If that happened, titles would be outdated.
Describe the solution you'd like
It should be possible to specify menu and menu item titles as callables that return strings.
Instead of
You should be able to do:
Of course the old behaviour should remain for compatability.
Describe alternatives you've considered
Currently, it is necessary to pop then pull menus you want to change items in.
The story editor has a rather nasty hack where the menu is popped and pushed, and the current position preserved. It would be much nicer if titles could be dynamically generated.
Additional context
This would only ever be a problem if visuals were added to Earwax. If that happened, titles would be outdated.