Post Reply 
Thoughts on User Mode
12-18-2017, 10:33 PM (This post was last modified: 12-18-2017 10:34 PM by primer.)
Post: #4
RE: Thoughts on User Mode
(12-17-2017 08:16 PM)Jacob Wall Wrote:  [list=1]
[*]Making the command/edit line accessible through PPL similar to System RPL commands such as:
  • EditLExists? - Flag indicating wheter an EditLine exists
  • RCL_CMD - Returns a copy of the current EditLine
  • DEL_CMD - Clears EditLine
  • CMD_PLUS - Inserts string into EditLine
why limiting on a line ?
It's now months I had in mind something like that :
object ENTRY, that would provide a full control of your entry.

ENTRY(0) would be the whole text, not only line, you can read or write with ENTRY(0):="a line\ntext";
ENTRY(1) would give col position of cursor (can also read or write)
ENTRY(2) would give row position of cursor
ENTRY(3) to return edit mode : 0=not editing 1=Text (like programs) 2=TextBook entry...
ENTRY(4) would be selection lenght (default 0, can also be read or write)
ENTRY(5) for managing flags (shift, alpha1, alpha...)

with such tool, one can implement features in existing tools.
like for example implementing a functions list inside program editor....

primer
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Thoughts on User Mode - Jacob Wall - 12-17-2017, 08:16 PM
RE: Thoughts on User Mode - salvomic - 12-18-2017, 04:38 PM
RE: Thoughts on User Mode - David Hayden - 12-18-2017, 05:00 PM
RE: Thoughts on User Mode - Jacob Wall - 12-20-2017, 02:59 AM
RE: Thoughts on User Mode - StephenG1CMZ - 02-16-2018, 11:07 PM
RE: Thoughts on User Mode - Gene222 - 02-25-2018, 05:50 PM
RE: Thoughts on User Mode - Eddie W. Shore - 02-20-2018, 01:27 PM
RE: Thoughts on User Mode - primer - 12-18-2017 10:33 PM
RE: Thoughts on User Mode - Jacob Wall - 12-20-2017, 03:02 AM
RE: Thoughts on User Mode - Tim Wessman - 12-20-2017, 01:30 AM
RE: Thoughts on User Mode - Jacob Wall - 12-20-2017, 03:04 AM
RE: Thoughts on User Mode - Carlos295pz - 12-21-2017, 12:59 AM
RE: Thoughts on User Mode - Giancarlo - 12-21-2017, 08:27 AM
RE: Thoughts on User Mode - primer - 12-21-2017, 08:29 PM



User(s) browsing this thread: 1 Guest(s)