newRPL: [UPDATED April 27-2017] Firmware for testing available for download
|
10-25-2015, 12:45 PM
Post: #96
|
|||
|
|||
RE: newRPL: [UPDATED Oct-19-2015] Firmware for testing available for download
(10-23-2015 10:04 PM)Helix Wrote: ALPHA mode:This is no different from the 50g. Once you are in alpha mode, STO, HIST, etc. they all have letters, so I don't know how we could keep it active. Alpha-hold+A then HIST does what you are looking for. (10-23-2015 10:04 PM)Helix Wrote: Multi-line editor:Fixed this and also the fact that backspace wasn't deleting the newline. It will all come out in the next update. (10-23-2015 10:04 PM)Helix Wrote: - The down arrow key doesn't open the multi-line editor (probably not yet implemented…)Not implemented, I need some code beautifier to break down objects in multiple lines, with proper indentation. (10-23-2015 10:04 PM)Helix Wrote: Autocomplete function:Only commands that are currently declared by libraries are shown (about 150 now declared, some 120 implemented). Autocomplete asks each library to propose suggestions. So commands are in "library order". Sorting would need a lot of memory. (10-23-2015 10:04 PM)Helix Wrote: - if a complete list of commands can be displayed in alphabetic order, I imagine a long press on the arrow keys could scroll the list of commands.Autocomplete is quite simple and only tries to save you keystrokes, it's not a heuristic search engine. For instance, I found it very useful when I was doing some unit conversions the other day, just type CON and Alpha+Right will complete "CONVERT". It's not intended as a replacement for a catalog. If you want a catalog where you can search for a command, that's a different feature, which will likely exist at some point. (10-23-2015 10:04 PM)Helix Wrote: Other remarks: True, the symbol E or e is actually a configurable setting. The EEX keyboard handler doesn't use the current system configuration, is hardcoded to 'E' for now but has to be fixed. I'll have to investigate the other bug, I think it's a bug in the numeric simplification routine. Thanks for the bug reports! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 18 Guest(s)