Bryan Ashby
Bryan Ashby
Note that the drawing issue in VerticalMenuView should be resolved. addItem/deleteItem() offer many obvious optimizations over fully (re) setting items however.
HOME / END are intended to do just that: Go home (top) or end (bottom) - they are are also generic in any list (by default). A different key to...
To summarize: - **Newscan** message lists already drop the user at the first unread by default (as-is) - When viewing message lists, a new (configurable) hot key/action is desired to...
This _might_ now be fixed with #244. Can you verify (the fix is only in `0.0.11-beta` latest)
@flewid I'm not sure what composer is. Generally that line would be `npm install` or `yarn`. You can restart enigma after. My flow is usually (after any backups/etc.): ``` cd...
Another stack ``` 0|xibalba | TypeError: Cannot read property 'start' of undefined 0|xibalba | at MultiLineEditTextView.insertCharactersInText (/home/enigma/xibalba/core/multi_line_edit_text_view.js:434:42) 0|xibalba | at MultiLineEditTextView.keyPressCharacter (/home/enigma/xibalba/core/multi_line_edit_text_view.js:656:18) 0|xibalba | at MultiLineEditTextView.onKeyPress (/home/enigma/xibalba/core/multi_line_edit_text_view.js:1177:14) 0|xibalba | at...
https://github.com/NuSkooler/enigma-bbs/issues/148
There is no UI for configuration yet, but have you explored `oputil.js`? There is configuration for quite a few things... the rest is as you say: missing & requires direct...
@danger89 I like the idea - I'll look into that. If I'm to go down that path, I'll probably add a `refresh` option as well to add missing values. There...
Update on this: I plan on having `oputil.js config new` create a fully populated `config.hjson` including comments showing example sections and the like. An actual configuration UI may still come...