home *** CD-ROM | disk | FTP | other *** search
/ ftp.robelle3000.ai 2014 / 2014.06.ftp.robelle3000.ai.tar / ftp.robelle3000.ai / faq / lq45feat.txt < prev    next >
Text File  |  1997-04-17  |  8KB  |  249 lines

  1.  
  2.                             QEDIT Version 4.5.02
  3.                      Full-Screen Text Editor for the HP 3000
  4.  
  5.  
  6.  
  7.  
  8.    Enhancements
  9.  
  10.  
  11.           Since the last major release, Qedit has  been  enhanced  with  the
  12.           following new features.
  13.  
  14.  
  15.    List Command
  16.  
  17.           There are several enhancements to the List command.
  18.  
  19.  
  20.    Indented Include Directives
  21.  
  22.           The  $include  option now recognizes indented $include directives,
  23.           which commonly occur when $if compiler options are used.
  24.  
  25.                /list $include main.source "debug_init"
  26.  
  27.                Contents of main.source
  28.                ...
  29.                $if 'debug'$
  30.                $   include 'debug.source'$
  31.                $endif$
  32.                ...
  33.  
  34.  
  35.    .Include Option
  36.  
  37.           The $include option now recognizes the ".include" command.   These
  38.           types of Include files most commonly occur with Prose files.  Note
  39.           that the file must use the full ".include"  command.   Abbreviated
  40.           versions such as ".inc" are not searched.
  41.  
  42.                This is the start of my book.
  43.  
  44.                .include chapter1   {this will be searched}
  45.                .include chapter2   {this will be searched}
  46.                .inc appendix       {*** this won't be searched ***}
  47.  
  48.                The end
  49.  
  50.  
  51.    $Use Option
  52.  
  53.           The  new  $use  option  of  the  List  command works much like the
  54.           $include option.  Qedit searches usefiles that  are  specified  in
  55.           this form:
  56.  
  57.                use filename
  58.  
  59.           Usefiles  commonly  occur with PowerHouse source files, as well as
  60.           Qedit and Suprtool command files.  The following example  searches
  61.           for  the  string  "leapyear"  in  the file "source" as well as the
  62.           usefile "dbschema.template.mis."
  63.  
  64.                /list $use source "leapyear"
  65.  
  66.                contents of source
  67.  
  68.                ...
  69.                  use dbschema.template.mis
  70.                ...
  71.  
  72.  
  73.    $Device Option
  74.  
  75.           The new $device option is very similar to the $LP, $LPA, and  $LPB
  76.           keywords.   For example, the following command opens a file called
  77.           Printer and sends the list output to it:
  78.  
  79.                /list $device printer @
  80.  
  81.           To redirect the output from the List command  to  a  printer,  you
  82.           must specify a file equation to a valid device.
  83.  
  84.                :file printer;dev=laser
  85.                /list $device printer
  86.  
  87.  
  88.    Command Files
  89.  
  90.           There  are  several  enhancements  to  command  files,  reflecting
  91.           continued compatibility with changes in MPE/iX 5.0 Express 3,  and
  92.           MPE/iX 5.5.
  93.  
  94.  
  95.    Execute-Only Access to Command Files
  96.  
  97.           Command  files  and UDCs can be protected by granting only execute
  98.           (X) access to their users.  You can execute the command file,  but
  99.           you  cannot  see  its  contents.  This feature is now supported in
  100.           Qedit.
  101.  
  102.  
  103.    POSIX Names
  104.  
  105.           Qedit now supports command files that use the  full  POSIX  naming
  106.           standards.   In  addition,  the Hppath variable now supports POSIX
  107.           directory names.
  108.  
  109.  
  110.    New Comment Style
  111.  
  112.           Qedit now recognizes that a leading  "#"  sign  in  command  files
  113.           means the start of a comment line.
  114.  
  115.  
  116.    Bugs Fixed
  117.  
  118.  
  119.  
  120.    Change.   Qedit can now accept 'nnn as a target string when a string line
  121.           range is used.
  122.  
  123.  
  124.    Dscopy.   The Dscopy command now works the same from Qedit and the CI.
  125.  
  126.  
  127.    Help.   Qedit now correctly displays on-line Help for Set commands.
  128.  
  129.  
  130.    Renumber.   Auto-renumber near the end of the file now works correctly in
  131.           Visual mode.
  132.  
  133.  
  134.    Text.   Qedit  no longer creates a Jumbo file with the Set Work Jumbo Off
  135.           command.
  136.  
  137.  
  138.    Text.   Qedit now preserves user labels, even if the file is empty.
  139.  
  140.  
  141.    QLIB and Bonus Enhancements
  142.  
  143.  
  144.           Qedit comes with  an  array  of  contributed  tools  in  the  QLIB
  145.           library.  Your Robelle license may also entitle you to receive our
  146.           five Bonus programs.  All of these tools  are  updated  throughout
  147.           the  year, not necessarily in sync with Qedit or any other Robelle
  148.           product.
  149.  
  150.           If you  have  the  Bonus  programs,  you  may  only  use  them  on
  151.           appropriately  licensed  CPUs.  The QLIB programs, however, may be
  152.           used on any  CPUs  and  given  away  freely.   The  most  recently
  153.           released Bonus and QLIB tools are as follows:
  154.  
  155.                Bonus                   Contributed
  156.                Compare/iX 2.3          Helpcomp 2.2
  157.                HowMessy 2.4            Printdoc 1.5
  158.                Select 3.6              Prose 4.1
  159.                Spell 1.5               Pscreen 89C
  160.                Xpedit 1.5              Qcopy 4.3
  161.                                        Qhelp 2.2
  162.  
  163.  
  164.    Bonus Programs
  165.  
  166.           Since  the  last  major  release  of  Qedit,  the  following Bonus
  167.           programs have been enhanced with these new features:
  168.  
  169.  
  170.    Compare/iX 2.3
  171.  
  172.           The NM Compare program compares two text files and prints out  the
  173.           differences  for you.  Compare works with both Qedit workfiles and
  174.           regular Keep files.  The input filenames can be specified  in  the
  175.           Info=  string.   See  Compare.Docchg.Robelle for a detailed change
  176.           notice for Compare.
  177.  
  178.  
  179.    HowMessy 2.4
  180.  
  181.           HowMessy provides fast reports on the internal efficiency of  your
  182.           database.   Now  use  HowMessy  to  report statistics on IMAGE/SQL
  183.           datasets larger than 4 gigabytes.  See HowMessy.Docchg.Robelle for
  184.           a detailed change notice for HowMessy.
  185.  
  186.  
  187.    Select 3.6
  188.  
  189.           Select  is  a  menu front-end that works on any terminal, allowing
  190.           people to select tasks from a list of choices.  User commands (and
  191.           UDCs)  support  32  parameters  and  :Escape.  Variable-length and
  192.           Qedit-type command files are allowed.   See  Select.Docchg.Robelle
  193.           for a detailed change notice for Select.
  194.  
  195.  
  196.    Spell 1.5
  197.  
  198.           Spell  is  a fast spelling checker for the HP 3000 that reads both
  199.           Qedit and EDIT/3000 files.   Spell  can  read  Qedit's  new  Jumbo
  200.           files.
  201.  
  202.  
  203.    Xpedit 1.5
  204.  
  205.           Xpedit  is  a simple screen editor that is handy for editing small
  206.           files using VPLUS block-mode.  Inverse video  was  added  to  some
  207.           error  messages  to make them stand out more prominently.  See the
  208.           file Xpedit.Docchg.Robelle for a complete description of  Xpedit's
  209.           changes.
  210.  
  211.  
  212.    QLIB Programs
  213.  
  214.           Since the last major release of Qedit, the following QLIB programs
  215.           have been enhanced with these new features:
  216.  
  217.  
  218.    Printdoc 1.5
  219.  
  220.           Printdoc is an easy-to-use utility for  printing  Robelle  manuals
  221.           and  other  documentation.  Printdoc now supports LaserJet 4 and 5
  222.           printers.
  223.  
  224.  
  225.    Prose 4.1
  226.  
  227.           Prose is the text formatter that we use for all our documentation,
  228.           from  user manuals to on-line Help.  Prose can now read Jumbo text
  229.           files that are wider than 256 characters.  Prose can also generate
  230.           RTF  output  with  the  .out (rtf) command.  See the Prose.Docchg.
  231.           Robelle file for a detailed change notice for Prose.
  232.  
  233.  
  234.    Qcopy 4.3
  235.  
  236.           Qcopy is a contributed program that reads and writes Qedit  files.
  237.           Its  Qeditaccess  routine  decodes  the files for Qcopy.  Although
  238.           Qeditaccess can read Qedit's new  Jumbo  files,  it  cannot  write
  239.           them.
  240.  
  241.  
  242.    Qhelp 2.2
  243.  
  244.           Qhelp  is an on-line user help facility that you can tie into your
  245.           own software.  We use it ourselves in all our software products.
  246.  
  247.  
  248.  
  249.