home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sml.zip / qref.txt < prev    next >
Text File  |  1993-08-09  |  1KB  |  38 lines

  1. (*
  2. A Quick Referenz of SML/PM (if you need more help click on Help/Infos)
  3.  
  4. How to use the main window:
  5.  - Always use the *last* line. Just type in an expression and press enter.
  6.    SML answers immediately.
  7.    All lines except the last one are read/only to avoid mixed text.
  8.  - Use F3 to RECALL the last line.
  9.  - To LOAD a file choose File/Import file
  10.  - The Edit menu behaves exactly like E.EXE.
  11.  - You can change Options and Font. SML/PM remembers all settings
  12.    at next program start.
  13.  - Make the work easier by using the clipboard: Mark a function, press
  14.    Ctrl-Ins, move to the last line and press Shift-Ins to paste.
  15.  
  16.  
  17. How to use the editor:
  18.  - You can INVOKE the editor by clicking on Tools/Editor
  19.    You can invoke as many editors as you want.
  20.  - LOAD a file by choosing File/Open or type in an expression
  21.  - Let SML interprete your expression by either clicking on
  22.    Eval (send all keystrokes to the main window) or by
  23.    clicking on Use (This approach uses temporary files and ML-"use").
  24.  - SHORTCUT:
  25.         Alt-V   : Eval
  26.         Alt-U   : Use
  27.  - Be careful: Clear does not ask for your permission
  28.  - To SAVE your text click on File/Save or File/Save as.
  29.  - The actual name is displayed on the titlebar
  30.  - The default name ist noname.ml
  31.  
  32.  
  33. Additional features:
  34.  - For keyboardmacros see online documentation
  35.    macros (Alt) and syntax expanding (Ctrl)
  36.  - context help can be used by F2
  37. *)
  38.