I am enjoying the Simple Project facilities.

You need a way to remove files from the recent files list, or to view 
only the last so many of their names.  Below spv n views the last n of 
the recent files.  There is probably a better way to handle a growing 
list of "recent" files.  Be aware of line wrap.

    spv_jsp_ =: 3 : 'seebox_jhs_ ((RECENTN+(#-y<.#)) numit ((#-y<.#) }. 
])) RECENTFILES'

    spv =: spv_jsp_

    spr''  NB. recent files
1000 new   ~temp/new.ijs
1001 graph ~temp/graph.ijs
1002 cf    ~temp/cf.ijs
1003 work  ~temp/work.ijs

    spv 3  NB. last 3 recent files
1001 graph ~temp/graph.ijs
1002 cf    ~temp/cf.ijs
1003 work  ~temp/work.ijs

    spv 10  NB. last 10 recent files
1000 new   ~temp/new.ijs
1001 graph ~temp/graph.ijs
1002 cf    ~temp/cf.ijs
1003 work  ~temp/work.ijs


>> 2011/10/25 Eric Iverson<[email protected]>

>>> JHS experience shows that browser apps jijs (editor), jfile (file
>> manager),
>>> and jfif (find in files) are not as powerful or convenient as desktop
>>> applications and tools. This update provides a few (Simple Project)
>>> utilities that might make it easier to use a local JHS server with your
>>> desktop editors and tools. Start JHS and display noun sphelp for more
>>> information.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to