home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / j.spk / !J / !Help < prev    next >
Text File  |  1991-12-03  |  3KB  |  115 lines

  1. Copyright (c) 1990 1991, Iverson Software Inc.  All rights 
  2. reserved.
  3.  
  4. Please also read the documents in directory !J.Docs.
  5.  
  6. J for the Archimedes.
  7.  
  8. The !J application is an implementation of J for the Archimedes. 
  9. Double-click on the !J icon to start J. An icon will appear on the 
  10. icon bar, and a J Session window will appear on the desktop, ready 
  11. for input.
  12.  
  13. J Session window menu 
  14. ---------------------
  15.  
  16. Info      About this program.
  17.  
  18. Record    Drag the icon to a filer window to begin recording the 
  19. session.
  20.           If ticked, click to end recording.
  21.  
  22. Save      Save WS or session
  23.  WS        Drag the icon to a filer window to save the current J 
  24.            workspace.
  25.  Session   Drag the icon to a filer window to save the contents of the
  26.            J Session window.
  27.  
  28. Select    This submenu works just like !Edit's.
  29.  Save      Drag the icon to a filer window or to another 
  30.            application to save the current selection.
  31.  Copy
  32.  Move
  33.  Delete
  34.  Clear
  35.  
  36. Wrap      Click to toggle line-wrap.
  37.  
  38. Quit      Quit J. WARNING: all unsaved work will be lost.
  39.  
  40. Closing this window does not end the session. The window may be 
  41. re-opened by clicking on the J icon on the icon bar.
  42.  
  43. J Session window
  44. ----------------
  45.  
  46. To enter a J sentence, type a line at the end of the session 
  47. window followed by Return.
  48.  
  49. To recall an earlier line, move the cursor to it by clicking the 
  50. mouse or using the cursor keys, and press enter once. The line 
  51. will be copied at the end of the session and can be edited. 
  52. Alternatively, the first edit character entered on an earlier line 
  53. will cause the edited line to be copied to the end of the session.
  54.  
  55. Cursor control and editing keys, and mouse control, are similar to 
  56. those for !Edit.
  57.  
  58. Selection facilities (copy, move, delete, clear) are provided.
  59.  
  60. Drop a Text file containing a J script from the filer or from 
  61. another application (eg !Edit) on the J Session window to read the 
  62. script. Multiple files can be selected and dropped.
  63.  
  64. Drop a Data file containing a J workspace icon on the J Session 
  65. window to load the workspace.
  66.  
  67. J Icon menu 
  68. -----------
  69.  
  70. Info         About this program.
  71.  
  72. Restore      Restores the J Session window.
  73.  
  74. New session  Start a new J session.
  75.  
  76. Quit         Quit J. WARNING: all unsaved work will be lost.
  77.  
  78. J Icon
  79. ------
  80.  
  81. Drop a Text file containing a J script from the filer or from 
  82. another application (eg !Edit) on the J Icon to start a new J 
  83. Session and read the script. Multiple files can be selected and 
  84. dropped to start multiple sessions, if there is enough memory.
  85.  
  86. Drop a Data file containing a J workspace icon on the J Icon to 
  87. start a new J session and load the workspace.
  88.  
  89. !J.Profile
  90. ----------
  91.  
  92. If a Text script file called Profile exists in the !J application 
  93. directory, it will be read in when J starts.
  94.  
  95. J command
  96. ---------
  97.  
  98. J may be started from a command line.
  99.  
  100. J [-v]
  101.  Start a vanilla J session using the full screen. No session manager is
  102.  loaded and standard BBC text editing must be used.
  103.  
  104. J -d[nnn] [-s<script>] [-w<workspace>]
  105.  Start a desktop J session.
  106.   -dnnn         Set the session buffer size to nnn bytes (default 
  107.                 16384).
  108.   -s<script>    Read the given Text script file instead of 
  109.                 !J.Profile.
  110.   -w<workspace> Load the given Data workspace file insead of 
  111.                 !J.Profile.
  112.  
  113. Paul Chapman
  114. 1991 10 25
  115.