home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 451.lha / qed_v1.05 / intro.txt < prev    next >
Text File  |  1990-12-08  |  6KB  |  146 lines

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