Page 1 of 1

Wish List: Edit Recent Objects in Menu

Posted: Mon Nov 28, 2011 9:02 pm
by PGilbert
It would be nice to have in the menu bar a choice where you find the recent Apl objects that were edited, and when selected are reopened for edition. Personnaly I found that usefull and helping me to be more productive.

Re: Wish List: Edit Recent Objects in Menu

Posted: Mon Nov 28, 2011 11:34 pm
by Phil Last
There is this:

      ]?latest
Command "latest".
Script location: C:\Program Files\Dyalog\Dyalog APL 12.1 Unicode\SALT\Spice\Latest

Lists fns modified today, most-recently-changed first.

Unfortunately I get this:

      ]latest
Command Execution Failed: LIMIT ERROR

because I have cross referenced namespaces but I believe a later patch might have solved it.

Re: Wish List: Edit Recent Objects in Menu

Posted: Tue Nov 29, 2011 12:33 am
by PGilbert
That's a good idea Phil. How do we assign ]latest to a single key like 'F2' ?

Re: Wish List: Edit Recent Objects in Menu

Posted: Tue Nov 29, 2011 6:58 am
by Phil Last
With:
      (']latest',⊂'ER')⎕pfkey 22
]latest ER
followed by Shift+F10 I get:
      ]latest
Command Execution Failed: WS FULL
Seems to work.

Re: Wish List: Edit Recent Objects in Menu

Posted: Tue Nov 29, 2011 10:33 pm
by PGilbert
Many thanks Phil, this seems to do the trick for now.