home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / apps / _filehelp / _help next >
Text File  |  1990-02-11  |  5KB  |  124 lines

  1.                    Help for !FileHelp
  2.                    ==================
  3.  
  4.    Have you ever wanted to have a quick look at a text
  5.  file (just to read a line of help), or list an OBEY 
  6.  file, only to find that the desktop wants you to insert
  7.  the disc with !Edit on it, and load the editor in before
  8.  you can see the text even though you know damn well that
  9.  before the desktop knew about !Edit, it would have listed
  10.  the text in a window nice and quickly, and all that fuss
  11.  could be avoided?
  12.    Have you ever double-clicked a picture to show a friend
  13.  only to find that !Paint has to be loaded, and you
  14.  eventually have to resort to either re-setting the system
  15.  variable Alias$@RunType_FF9 or *SCREENLOADing the picture
  16.  'by hand'?
  17.    Have you ever wanted to write 2 lines of text for an
  18.  OBEY file, only to discover you have to load up !Edit to
  19.  stop the O.S. from changing <Obey$Dir>s into proper
  20.  directory names?
  21.  
  22.    Well help is at hand at last.
  23.    This application allows you to do the standard 'things'
  24.  to those files once again, yet still allows the standard
  25.  operation of other applications to continue unhindered.
  26.    It also includes a "mini editor" for those small text
  27.  and obey files.
  28.  
  29.    With !FileHelp installed, instead of double-clicking a
  30.  file, either:
  31.    (a) Drag the file to the !FileHelp icon on the iconbar,
  32.    (b) Hold down [Alt] as you double-click the file.
  33.    (c) Hold down [Alt] while choosing the 'Help' option
  34.        on the   "FILER ë   Application 'xxxx' ë"   Menu.
  35.  
  36.  The file will then be acted on as follows:
  37.  
  38.   SPRITE:      SCREENLOADed (Picture displayed)
  39.   TEXT:        TYPEd        (Text listed)
  40.   OBEY:        Loaded into the MINI-EDITOR (see below)
  41.   BBC Font:    PRINTed      (Font installed)
  42.   Directory:   FILEINFO *   (Contents listed)
  43.   Application: FILEINFO *   (Contents listed)
  44.   OTHER:       DUMP         (Hexadecimal dump of file)
  45.  
  46.    The DUMP and TYPE operations are done to a large window,
  47.  so more text is visible at once, and text wrapping around
  48.  in an ugly manner is less likely to happen than with the
  49.  standard desktop 'little-tiny-window-in-the-middle-of-the-
  50.  screen' display window.
  51.                         
  52.                              
  53.  NOTE: Holding down Alt whilst double-clicking is more
  54.        convenient than dragging files around, but
  55.        BE WARNED: Other applications (e.g. Paint, Edit)
  56.        MAY notice the double-click BEFORE !FileHelp can
  57.        intervene, and thus the editor will load the file
  58.        instead. (But this shouldn't matter, as it can
  59.        only happen when the editor is installed anyway,
  60.        so there is no bother with having to load an
  61.        editor specially.)
  62.        GENERALLY, if !FileHelp was run BEFORE an editor,
  63.        then ALT-double click will work fine.
  64.  
  65.  
  66.                 The !FileHelp Mini-Editor
  67.                 =========================
  68.  
  69.    This is the second useful area of File Help: It contains
  70.  a (small, simple) text editor for Obey files. If you drag
  71.  (or double-click holding ALT) an OBEY file, it will be
  72.  loaded into the mini-editor. (A file (ANY file) can also be
  73.  loaded into the editor by dragging it into the editor
  74.  window)
  75.  
  76.    NOTE: As only tiny amounts of text are involved, Mini-
  77.  Editor will automatically overwrite the current text with
  78.  loaded text.
  79.  *** You will not be warned or asked for confirmation. ***
  80.  
  81.    The editor (at this stage) only allows you to edit 10
  82.  lines of text, but this should be plenty for normal use.  
  83.  
  84.    To edit, use the cursor keys/mouse to position the caret
  85.  (exactly as in !Edit), and use the following 'special'
  86.  keypresses:
  87.  
  88.      DELETE:    Delete the character left of the caret
  89.      COPY:      Delete the character right of the caret
  90.      CTRL-ê:    Move caret to start of line
  91.      CTRL-ë:    Move caret to end of line
  92.  
  93.      RETURN:    This inserts a line BELOW the line the
  94.                 caret is presently on. NOTE: This will
  95.                 DESTROY line 10.
  96.      INSERT:    (Above DELETE) This inserts a line ABOVE
  97.                 the one the caret is on. (NOTE: destroys
  98.                 line 10)
  99.      CTRL-U:    Wipe all text on that line.
  100.      CTRL-D:    DELETE the entire line. This moves the
  101.                 lines below UP to fill the space made.
  102.                 (Line 10 will become blank)
  103.  
  104.     Also, the ENTIRE text file can be deleted with the
  105.  'Clear' option on the editor menu.
  106.  
  107.    The editor window can be removed without losing the
  108.  text:
  109.    Clicking the window's close box will remove it, and it
  110.  can be brought back on-screen by clicking Select on the
  111.  !FileHelp icon on the Desktop icon bar. (This will also
  112.  bring up the window when !FileHelp has just been run- It
  113.  starts with a default Obey file which helps speed the
  114.  creation of fairly standard !Run files.
  115.    The editor is also extremely useful for looking at the
  116.  first few bytes of a file: I find it invaluable in quickly
  117.  and easily finding the version number of a basic program
  118.  or module, as most of these programs have a version number
  119.  at the beginning (Just drag the file into the editor
  120.  window to view the first few bytes of it).
  121.  
  122.  
  123. Jason Williams '90.
  124.