Add menudebug command for debugging EvMenu

This commit is contained in:
Griatch 2018-08-23 20:46:13 +02:00
parent 247ad0d056
commit b96f1a5c86
3 changed files with 52 additions and 5 deletions

View file

@ -45,8 +45,14 @@
current node instead of failing.
- Better error handling of in-node syntax errors.
- Improve dedent of default text/helptext formatter. Right-strip whitespace.
- Add `debug` option when creating menu - this turns of persistence and makes the `menudebug`
command available for examining the current menu state.
### Webclient
- Refactoring of webclient structure.
### Utils
- Added new `columnize` function for easily splitting text into multiple columns. At this point it
@ -60,6 +66,7 @@
### General
- Start structuring the `CHANGELOG` to list features in more detail.
- Inflection and grouping of multiple objects in default room (an box, three boxes)
### Contribs