Phaneros
Phaneros
I'm not sure even that many Windows users use alt-codes, which is why I leaned my proposal so far toward customizability rather than just changing things. I still think it's...
There's only six hotkeys that use `alt+something`: focus tree, editor, right pane, outline; and right-pane history back and forward. I changed them all locally to use `ctrl+alt` and things work...
Is it possible to set up a unit test for this? I'm working on refactoring this code on my branch, it would be nice to have a way to verify...
Berserker just raised a good point in the discord -- do we want to solve this problem in this way? An alternative approach would be to use a datastore to...
> I'm not sure about the decision to only keep commands. > > I think my intuition would expect everything I type to be in the history. > > I...
Rebased onto latest from main, did a quick sanity test. Everything still seems to work. 
I strikes me that some human languages like German can use „Gänsefüßchen", and using them to represent negative amounts would be in-line with inverted exclamation points: > you can use...
If you click off the hint textbox ~~/ lose focus~~, then the dropdown disappears (as expected). If it regains focus, however, the dropdown does not come back, forcing a user...
Text within dropdown options should probably be left-aligned rather than centered. This can avoid visual distance between the input text and resulting options for very wide screens:  And it's...
Another issue: The text input loses focus after hitting enter, even if the hint failed (e.g. due to a typo). It looks like focus entirely vanishes, so there's no recovering...