newRPL - build 1255 released! [updated to 1299]
|
12-17-2018, 09:47 PM
Post: #329
|
|||
|
|||
RE: newRPL - build 1089 released! [update:build 1127]
(12-17-2018 07:31 PM)cdmackay Wrote: thanks for the new version. Suggestions are in "library" order, so they are (loosely) grouped by functionality. This is for speed and zero-memory use reasons. To present sorted results, all results need to be obtained first, then sorted, then the user would be able to scroll through the list. This means there needs to be a list in memory somewhere. The way it's implemented it simply asks the libraries for the next suggestion given the known first letters. If a library gives up, then it tries the next one. This way there's zero use of memory, and is extensible since new libraries will be queried as they are added (including user libraries!). The down side is that because there's no list of commands, you can't sort it. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)