home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / fld-qd20.lha / qed_v2.0_cr / documents / Introduction < prev    next >
Encoding:
Text File  |  1996-02-10  |  6.0 KB  |  140 lines

  1.                                    QED
  2.                                 Version 2.0
  3.  
  4.  
  5.                Copyright © 1988-1990 by Darren M. Greenwald
  6.                   Copyright © 1996 by Phillip M. Wright
  7.                            All rights reserved
  8.  
  9. ======================================================================
  10.                           INTRODUCTION TO QED
  11. ======================================================================
  12.  
  13.      QED is a fast, and easy-to-use text-editor suitable for a variety of
  14. text editing purposes.  Unlike other programs of this type, QED is not
  15. meant strictly for programmers.  QED also offers a variety of text
  16. formatting tools, and can be configured to behave in a variety of ways. 
  17. The beginner can start using QED immediately, however underneath the easy
  18. to use interface lies a powerful command mode language, ARexx interfacing,
  19. macro capabilities, keyboard definitions, and much more.
  20.  
  21.      QED is not a word-processor.  You use a word-processor when you are
  22. concerned with the printed result, but you use a text editor when the
  23. contents of the file is whats important.  QED never inserts any mysterious
  24. control codes in a file unless you put them there!  And files created
  25. within QED can be used by any program which can read ASCII files.  This
  26. includes compilers, telecommunication services, ARexx, the CLI batch file
  27. mechanism, etc.
  28.  
  29.      Word-processors are typically paragraph oriented, while text editors
  30. are typically line oriented.  Word-processors terminate each paragraph with
  31. an end-of-paragraph marker, while text editors terminate each line of text
  32. with an end-of-line marker.
  33.  
  34.  
  35. HIGHLIGHTS OF SPECIAL FEATURES
  36.  
  37. o Easy to use
  38. o An Amiga oriented program in every sense
  39. o 68000, 68010, 68020, 68030 and 68040 compatible
  40. o Compatible with Amiga O.S. 2.04 on up
  41. o Fast response, and efficient memory utilization
  42. o Full Intuition interface.  Mouse, and keyboard supported
  43.  
  44. o Unlimited multiple text editing windows
  45. o Edit files of virtually any size, number of lines, or line length
  46. o Binary files may be opened, edited, and saved
  47. o Fast reading, and writing of files
  48. o Automatic memory management, and reallocation as text is inserted
  49.  
  50. o Automatically adjusts everything to use your system font
  51. o Non-proportional system fonts of virtually any size may be used
  52. o Automatically adjusts to your system's Workbench screen size
  53. o Keyboard decoding using your system's keymap
  54. o Dead-keys are supported
  55.  
  56. o Full CLI, and Workbench support
  57. o Multiple files can be automatically opened from the CLI, or Workbench
  58. o Can be made resident, and is fully reentrant
  59.  
  60. o Many powerful text editing tools
  61. o Full support for the Amiga IFF clipboard.device
  62. o Block, and Column cut, copy, insert, and save
  63. o Many text formatting tools
  64. o Fast search, and replace forward, backwards, prompted, global, etc.
  65. o Fast global search, and replace in block, or in column
  66. o Character case toggle (single, in block, or in column)
  67. o Bracket, brace, and parenthesis match search for C programmers
  68.  
  69. o Unique settings for text editing windows
  70. o Optional simple word-wrap
  71. o Insert, or overstrike modes
  72. o Left, and right margin settings
  73. o Variable size soft, or hard tabs
  74. o Tab insert, or move cursor to tab stop
  75. o Margin locking to simplify text entry within margins
  76. o End-of-line limited, or free-form cursor movement
  77. o Optional Auto-Indent
  78. o Variable pen, paper, and border colors
  79. o Variable horizontal scrolling rate
  80. o Option to detab output to files, or printer
  81. o Option to create backup files
  82. o Option to create icons when saving files
  83. o Option to save files in append mode
  84.  
  85. o Full ARexx support
  86. o Nameable ARexx ports
  87. o Powerful command mode with full line editing, and history
  88. o Over 100 powerful commands with many options
  89. o Can be run as a hidden background process
  90. o Send a variety of information back to ARexx
  91. o Fully documented error codes
  92. o QED's own macro mechanism
  93. o Macro recorder
  94. o User callable custom requesters
  95.  
  96. o Assign any command(s), or macro to any of over 350 keypress combinations
  97. o Quick user definable function keys menu
  98. o Assign any command(s), or macro to single, or double mouse clicks
  99. o Multiple commands per line
  100.  
  101.  
  102. ABOUT THIS MANUAL
  103.  
  104.      Writing a manual is always one of the most difficult aspects of
  105. putting together a piece of software.  The problem is trying to document
  106. features in such a way that the information is clear to the less
  107. experienced user, yet useful to the professional, and technical person.
  108.  
  109.      Writing the documentation for QED has been a particularly difficult
  110. task.  At first glance it appears to be a relatively simple text editor,
  111. which is intentional.
  112.  
  113.      Then upon closer inspection you will notice that many of the menu
  114. items are context sensitive.  For example, "Save As..." under the "Project"
  115. menu can be used to save a file, save a marked block of text, or save a
  116. marked column of text.  It turns out that many of the features in the menu
  117. items can be limited to a marked block of text, and in some cases, to a
  118. marked column.
  119.  
  120.      It is doubtful that all of the features available from the pull-down
  121. menus could have fit if separate items were listed for all the possible
  122. combinations.  So instead of cluttering the menus with hundreds of items,
  123. and keyboard combinations, I felt a cleaner appearance was preferable,
  124. and easier for you to learn. 
  125.  
  126.      If we look a little closer, it turns out that QED is not a menu
  127. driven program at all, but a command driven program with a powerful command
  128. set, and macro capabilities.
  129.  
  130.      The bottom line is that while the program has been designed to be easy
  131. to use, there is much more to the program then is apparent from the
  132. pull-down menus.  As a consequence, some of the information in this manual
  133. is meant for the technical user, and cannot realistically be simplified
  134. into terminology which can be understood by the new user.
  135.  
  136.      It is strongly recommended that you read through most of the manual
  137. before making use of the program.  This manual assumes you are familiar
  138. with using the Amiga, and Amiga terminology.  If not, you should at least
  139. read the user's manual which was shipped with your computer system.
  140.