home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / KELSTAR / KELSTR3B.MSA / EVEREST.3_3_EVEREST.DOC < prev    next >
Text File  |  1994-04-29  |  53KB  |  1,154 lines

  1. ============================================================================
  2.  
  3.                                 E V E R E S T
  4.  
  5.                    The simple and genial GEM Text Editor.
  6.       Compatible with all Atari 680x0 computers & all graphic cards
  7.  
  8. ============================================================================
  9.  
  10. Disclaimer
  11.  
  12. Every effort has been taken to ensure the information in this file is 
  13. correct but you use the program entirely at your own risk!
  14.  
  15.  
  16. 1.  Introduction
  17.     1.1 Files and file structure
  18.         a) INF File
  19.         b) File Lists (LIS)
  20.         c) Abbreviation Files (KRZ)
  21.     1.2 Getting Started with EVEREST.PRG
  22.  
  23. 2.  The Menus
  24.     2.1 Everest
  25.     2.2 File
  26.     2.3 Block
  27.     2.4 Search
  28.     2.5 Window
  29.     2.6 Parameters
  30.     2.7 Info
  31.  
  32. 3.  Keyboard
  33.     3.1 How to change the shortcuts
  34.     3.2 Keyboard commands
  35.  
  36. 4.  Dialogs
  37.  
  38. 5.  AV protocol
  39.  
  40. 6.  Versions
  41.  
  42. 7.  The Shareware principle
  43.     7.1 Distribution conditions
  44.     7.2 How to register
  45.     7.3 Everest UK Support and Registration
  46.     7.4 UK Update service
  47.  
  48. ****************************************************************************
  49. 1.0    I N T R O D U C T I O N
  50. ****************************************************************************
  51.  
  52. Everest is a easy to learn ASCII text editor. Listed below are just some 
  53. of the tasks Everest can assist you with:
  54.  
  55. - programming
  56. - text entry prior to further formatting through other programs (eg TeX)
  57. - editing configuration files without changing the existing text format
  58. - writing batch files
  59.  
  60.  
  61. Everest offers the following features:
  62.  
  63. - runs with all Atari 680x0 computers and with all known graphic cards
  64.   (apart from ST low resolution (320*200))
  65. - fast scrolling on all models, with or without the blitter
  66. - no cursor overrun (or similar annoying glitches)
  67. - standard GEM interface
  68. - Turbo C Editor compatible keyboard shortcuts
  69. - capable of loading large (>300Kb) files without problems
  70. - almost every command can be controlled via the keyboard, drop down menus 
  71.   or dialogs (even block marking!)
  72. - enables the use of GDOS (mono-spaced) fonts, provided GDOS (or GDOS 
  73.   replacement such as NVDI) is installed. (The fonts supplied with Gemini
  74.   are particularly recommended)
  75. - no external RSC file, so Everest is well suited to residing outside 
  76.   folders on the root directory
  77. - Everest employs dynamic memory allocation to leave the maximum possible 
  78.   memory for other applications. Ideal for multitasking environments and 
  79.   accessories
  80. - Hard tabs
  81. - GEM Clipboard support
  82. - Turbo-C Help Accessory and 1STGUIDE support
  83. - up to 10 active files. Although most TOS versions only support 7 windows 
  84.   various utilities are available to increase this limit.
  85.   (WINX is recommended)
  86. - Wildcards
  87. - File Lists
  88. - Abbreviations
  89.  
  90.  
  91. 1.1 Files and file structure
  92. ============================
  93.  
  94. Everest is suited for editing standard ASCII files. The line ending is 
  95. defined by the code 10 or the codes 13,10. Maximum line length is 300.
  96. Unfortunately it is not possible to edit files that contain Null 
  97. Characters, i.e. characters with ASCII Code 0. Everest allows an 
  98. alternative character to be specified to replace the Null Character.
  99.  
  100. To use Everest only the file EVEREST.PRG is needed, however the following 
  101. files make Everest even easier to use:
  102.  
  103. a) INF File: EVEREST.INF
  104.    Everest creates or updates this file using the 'Save setup' option from 
  105.    the 'Parameters' drop down menu. EVEREST.INF contains all configurable 
  106.    parameters from the 'Parameters' drop down menu with additional 
  107.    Search/Replace, printer and window position parameters. After 
  108.    registration your name and key is can also be saved in the INF file.
  109.    
  110. Important!
  111.    Distribution of an INF file containing registered user details is NOT 
  112.    allowed! Please be careful if you re-distribute your copy.
  113.    
  114.    If you want to return to Everest and find everything exactly as you 
  115.    left it use 'Save setup' to create or update EVEREST.INF.
  116.  
  117. b) File lists: EVEREST.LIS by default
  118.    A file list is a standard ASCII file that should have the extension LIS.
  119.    Each line has the following structure: <Filename and full path>, <Cursor 
  120.    line>, <Cursor column>, <x>, <y>, <w>, <h> window coordinates (1000 is 
  121.    maximum screen width/ height). These parameters may be omitted beginning 
  122.    from the right.
  123.    If a file list is created with Everest, the names of all currently 
  124.    loaded and named files and the window layout is written to this list. So 
  125.    you can easily save and restore complete working layouts with several 
  126.    file lists.
  127.  
  128. c) Abbreviation files: EVEREST.KRZ by default
  129.    An Abbreviation file is a standard ASCII file in which contains each 
  130.    line contains a definition of frequently used words. Abbreviations files 
  131.    are case sensitive and defined as follows:
  132.  
  133. 1) Simply type in the word to be abbreviated.
  134.    Example: The Abbreviation file contains the line 'Something to 
  135.    abbreviate'. If you type 'Some[Esc]', then Everest expands this to 
  136.    'Something to abbreviate'. If there are no other lines beginning with 
  137.    'S' then even 'S[Esc]' will be expanded to 'Something to abbreviate'.
  138.    Everest takes the word to the left of the cursor as the word to search 
  139.    for an abbreviation. For example 'Something to[Esc]' will not be 
  140.    expanded, because the word 'to' determines the abbreviation. If the 
  141.    abbreviation is too short the abbreviation may have more than one 
  142.    possible expansion. Everest will search in alphabetical order and use 
  143.    the first (legitimate) expansion it finds.
  144.  
  145. 2) The abbreviation may be different from the expanded form, in which case 
  146.    the '=' equals character is used. Example: The Abbreviation file 
  147.    contains the line 'stoa =Something to abbreviate'. If you type 
  148.    'stoa[Esc]' or 'st[Esc]' this will be expanded to 'Something to 
  149.    abbreviate'.
  150.  
  151. Using the '~' tilde character it's possible to determine the cursor 
  152. position after expansion, here's an example: The Abbreviation file 
  153. contains the line 'writeln(~);'. Type 'w[Esc]' to expand to 'writeln();' 
  154. and you will find the cursor positioned between the 2 brackets.
  155.  
  156. Use the "=" equals character to define abbreviations with line feeds. 
  157. Here's an example: The abbreviation file contains the following lines:
  158.  
  159. if=IF (~) THEN BEGIN
  160.   =  
  161.   =END
  162.  
  163. After typing "if[Esc]" you will get:
  164.  
  165. IF () THEN BEGIN
  166.   
  167. END
  168.  
  169. with the cursor inside the brackets. Each abbreviation can contain up to 
  170. a maximum of 1000 lines.
  171.  
  172.  
  173. 1.2 Getting Started with EVEREST.PRG
  174. ====================================
  175.  
  176. If you are using an unregistered version, a dialogbox appears, offering 
  177. you a chance to enter you registration details. After registrating and 
  178. saving the INF file this dialog will no longer appear on starting Everest.
  179.  
  180. Everest can be called from a command line or a shell. Additionally (using 
  181. Gemini or NeoDesk for example) several files can be 'drag & dropped' onto 
  182. the Everest icon for automatic opening and editing. Optionally the line or 
  183. line/column position for the cursor can be passed as parameters. (The 
  184. first line/column position has the number one, zero is interpreted as 
  185. one).
  186. To search for a file Everest uses the GEM function 'SHEL_FIND', and takes 
  187. into account the actual entry in the 'PATH' environment variable.
  188. If 'EVEREST' is defined as an environment variable Everest will search this 
  189. path for its configuration file EVEREST.INF.
  190. If 'EVEREST' is not defined as an environment variable Everest will search 
  191. the path defined under the 'PATH' environment variable, using 'SHEL_FIND', 
  192. for its configuration file EVEREST.INF.
  193. The file EVEREST.KRZ will also be searched for in the same directory as 
  194. EVEREST.INF and if found will be used as default Abbreviation file.
  195.  
  196. If the command line does not specify a file to load EVEREST.LIS will be 
  197. searched for and used as the standard file list.
  198. If there is only one file with the extension LIS in the command line this 
  199. file will be taken as the standard file list (instead of EVERST.LIS).
  200. If you quit Everest automatically saving the standard file list, then this 
  201. file is used.
  202.  
  203. Problems:
  204. If Everest doesn't find its INF, LIS or KRZ file at the program start, the 
  205. TOS searches for these files (SHEL_FIND). But older TOS versions take A: as 
  206. boot device and not the hard disk. So a bad PATH environment for the GEM is 
  207. created. The problem is, that 'SHEL_FIND' wants to look at drive A, even if 
  208. there's no disk in.
  209. All problems will vanish if you save EVEREST.INF and an (empty) file list 
  210. EVEREST.LIS at the directory where EVEREST.PRG is installed (In Everest 
  211. >=2.4 you also should save an (empty) EVEREST.KRZ). Another possibility is 
  212. a better harddisk driver or an AUTO folder program that installs a correct 
  213. PATH evironment before the GEM is installed.
  214.  
  215.  
  216. ****************************************************************************
  217. 2.0    T H E   M E N U S
  218. ****************************************************************************
  219.  
  220. Nearly all commands offer keyboard shortcuts. These are shown on the right
  221. in drop down menu commands and as underlined characters in dialog and
  222. alert boxes.
  223.  
  224. 2.1 Everest
  225. ===========
  226.  
  227. -About Everest
  228.   A dialog box appears containing the copyright message and version 
  229.   number. Select 'Info' to display the registration dialog and your 
  230.   personal key details. This dialog box is the same as the dialog 
  231.   displayed after starting an unregistered version of Everest.
  232.   After entering your registration details the file selector appears which 
  233.   can be used to save your details in 'EVEREST.INF'. This registration 
  234.   method means that (unless the INF file format is changed) you can use 
  235.   your existing INF file with Future Everest releases.
  236.   
  237.   
  238. 2.2 File
  239. ========
  240.  
  241. -New ([Control]+N)
  242.   A new untitled file is opened in memory. The first time an untitled file 
  243.   is saved a proper filename must be entered via the file selector.
  244.  
  245. -Open ([Control]+O)
  246.   The file selector is appears and after selecting a filename the text is 
  247.   loaded into memory. If the loaded file is not in ASCII format the 
  248.   display may well contain garbage characters!
  249.  
  250. -Merge ([Control]+M)
  251.   The file selector appears enabling an existing file to be selected and 
  252.   merged into the existing text. If a block is marked, it's replaced by 
  253.   the merged text.
  254.  
  255. -Close ([Control]+U)
  256.   If the text has been changed a dialog box appears offering a last chance 
  257.   to save the text before it is removed from memory. If the text is 
  258.   unchanged the file is immediately closed and removed from memory.
  259.  
  260. -Save ([Control]+S)
  261.   The text is saved under the filename and path shown in the window title 
  262.   bar. The window remains open so that the file can be further edited.
  263.  
  264. -Save as ([Control]+M)
  265.   The file selector appears enabling a filename and path to be entered. 
  266.   After saving a dialog box appears from which either the original or the 
  267.   new filename and path can be chosen for the name of the file being 
  268.   edited.
  269.   If a block is marked a dialog box appears offering a choice between 
  270.   saving the entire file or just the marked block.
  271.   If the file already exists, a warning message appears and you can decide 
  272.   whether to overwrite the existing file or cancel the operation.
  273.  
  274. -Cycle windows ([Control]+W)
  275.   Each window in turn becomes the topmost window.
  276.  
  277. -Save changes ([Shift]+[Control]+S)
  278.   Saves every changed file. Untitled files are not affected.
  279.  
  280. -Close all ([Shift]+[Control]+U)
  281.   Each window is closed. To define the handling of changed files, use the 
  282.   Program exit parameters option.
  283.  
  284. -Print/Printer parameters ([Control]+P)
  285.   Use this option to print the text in the active window. Before printing 
  286.   or if no window active, you can change the printer parameters:
  287.   Convert Atari 'ß' to IBM 'ß'; when enabled (crossed) this option enables 
  288.   the 'ß' character to be printed in IBM compatible printer modes.
  289.  
  290.   Send page break after specified number of lines; when enabled (crossed) 
  291.   page breaks will be generated by Everest, many printers with sheet 
  292.   feeders don't need this option.
  293.   
  294.   Send formfeed after end of text; when enabled the paper is ejected after 
  295.   printing.
  296.  
  297.   Left margin width; by entering a number of space characters before each 
  298.   line it is possible to move the left margin to the right as desired.
  299.   If a block is marked a dialog box appears offering a choice between 
  300.   printing the entire file or the marked block only.
  301.   
  302. -Quit ([Control]+Q)
  303.   If all open files are unchanged Everest will quit. Edited files are 
  304.   handled according to the parameters set in the 'Program exit' menu 
  305.   option.
  306.   You can also quit the editor via [Control]+Numeric keypad. All changed 
  307.   files will be saved and Everest sends the return code to the program that 
  308.   invoked Everest.
  309.  
  310.  
  311. 2.3 Block
  312. =========
  313.  
  314. The block function follows the widely adopted Cut, Copy, Paste principle. 
  315. This works as follows, a text block is marked (block marking methods are 
  316. explained later) and displayed in reverse video. Using the Cut or Copy 
  317. options from the 'Block' menu places the marked text into block memory 
  318. where it is stored until the next time the Cut or Copy command is used. 
  319. Text stored in block memory can be inserted into the text at the cursor 
  320. position using the Paste or Copy commands.
  321.  
  322. Block marking methods:
  323.  
  324. a) Using the mouse;
  325.   Position the mouse over the desired starting point for the block then 
  326.   click and hold down the left mouse button. Move the mouse to the desired 
  327.   end point for the block and release the mouse button. The marked block 
  328.   will be displayed in reverse video. If you move the mouse over the window 
  329.   border the window will automatically scroll in that direction.
  330.   
  331.   If a block is already marked the start/end positions of the block can be 
  332.   easily changed. Hold down either [Shift] Key and click using the mouse on 
  333.   the desired new block start/end position. The text between the new 
  334.   position and the existing start/end position is now shown marked in 
  335.   reverse video.
  336.   
  337.   Another method of marking a block is to position the cursor at the 
  338.   desired start/end point and holding down either [Shift] Key click the 
  339.   mouse on the other start/end point. The text between the cursor and the 
  340.   mouse position will be marked and displayed in reverse video.
  341.   
  342.   Double click on any bracket ({[]}) and the text between this bracket and 
  343.   it's matching opening/closing bracket will be marked and displayed in 
  344.   reverse video. If no matching bracket is found no text will be marked and 
  345.   the error bell will sound.
  346.   
  347.   Double click on any word and the word will be marked and displayed in 
  348.   reverse video.
  349.  
  350.   Important!
  351.   If a line containing a configured error message (refer to Chapter 2.6 for 
  352.   a detailed explanation of error messages) is double clicked on, it is not 
  353.   marked but instead the corresponding error location is jumped to.
  354.   
  355.   Triple click to mark a paragraph. The paragraph's ending is defined in 
  356.   the 'Formatting parameters' menu. You can also double click whilst 
  357.   holding the [Shift] key down instead of triple clicking.
  358.  
  359. b) Using the keyboard;
  360.   Pressing [Control]+A positions the block start point at the cursor 
  361.   position and enters block marking mode. The cursor is moved to mark the 
  362.   desired text, which is displayed in reverse video. All the commands which 
  363.   reposition the cursor are available, the arrow keys, keyboard shortcuts 
  364.   and drop down menu options (eg. the 'Search', 'Go to label' and 'Go to 
  365.   line' options). The window automatically scrolls in the appropriate 
  366.   direction to display the cursor. Normal text entry is temporarily 
  367.   suspended in this mode. Pressing [Control]+A a second time exits block 
  368.   marking mode. [Control]+I also selects the word at the actual cursor 
  369.   position.
  370.  
  371. c) Using the keyboard and mouse in combination.
  372.  
  373.  
  374. Commands:
  375.  
  376. -Delete & Delete line ([Control]+Y)
  377.  Deletes the marked block. If no block is marked, the line the cursor is 
  378.  on is deleted.
  379.  
  380. -Cut & Cut line ([Control]+X)
  381.  The marked text block is removed from the active window and stored in the 
  382.  block memory. If no block is marked the line the cursor is on is cut.
  383.  
  384. -Copy & Copy line ([Control]+C)
  385.  The marked text is copied into the block memory. If no block is marked the 
  386.  line the cursor the cursor is on is copied into block memory.
  387.  
  388. -Paste ([Control]+V)
  389.  The text stored in the block memory is inserted at the cursor position. If 
  390.  a block is marked the contents of the marked block is deleted and replaced 
  391.  with the text stored in the block memory. The block end point is 
  392.  automatically adjusted and remains marked and displayed in reverse video.
  393.  
  394. -Paragraph format ([Control]+Z)
  395.  The marked block will be formatted as a paragraph. If no block is marked 
  396.  then the paragraph at the actual cursor position is taken. The right 
  397.  margin can be defined in the 'Formatting parameters' menu with the option 
  398.  'Word wrap/line length'. The second line of a paragraph defines the left 
  399.  margin.
  400.  
  401. -Indent left/right ([Control]+J or K)
  402.  Moves a marked block left or right. [Control] over indentation is provided 
  403.  in the 'Formatting parameters' option in the 'Parameters' menu. This 
  404.  option is of particular benefit to programmers and comms users.
  405.  
  406. -Set block start ([Control]+A)
  407.  Activates block marking using the keyboard. The cursor is moved to mark 
  408.  the desired text, which is displayed in reverse video. All the commands 
  409.  which reposition the cursor are available, the arrow keys, keyboard 
  410.  shortcuts and drop down menu options (eg. the 'Search', 'Go to label' and 
  411.  'Go to line' options). The window automatically scrolls in the appropriate 
  412.  direction to display the cursor. Normal text entry is temporarily 
  413.  suspended in this mode. Pressing [Control]+A a second time exits block 
  414.  marking mode.
  415.  It's obviously not sensible to select this option using the mouse and is 
  416.  only included for completeness. It does however, serve as a reminder of 
  417.  the keyboard shortcut!
  418.  
  419. -Select word ([Control]+I)
  420.  The word under the current cursor position is marked as a block. Typing 
  421.  [Control]+I twice automatically opens the 'Search' dialog with the 
  422.  selected word ready to use.
  423.  
  424.  
  425. 2.4 Search
  426. ==========
  427.  
  428. -Search ([Control]+F)
  429.  Attempts to find a character string (maximum 43 characters) within the 
  430.  active window. A dialog box appears into which the search character string 
  431.  is entered.
  432.  
  433.  Parameters:
  434.  Direction; the search direction can be either forwards or backwards from 
  435.  the current cursor position. If the search fails and the start/end of the 
  436.  text is reached the direction is automatically reversed if the 'Auto 
  437.  reverse search direction' option in the 'Screen elements' dialog is 
  438.  enabled.
  439.  
  440.  Match upper/lower case; when enabled (crossed) the case of the search 
  441.  string will be matched, otherwise the case of the search string is 
  442.  ignored.
  443.  
  444.  Whole words; this option is useful to find, for example, a variable 'i' 
  445.  within your program source code. Using this option Everest ignores all 
  446.  occurrences of the letter 'i' within other words. If this option is 
  447.  enabled it's not possible to find a string consisting of two or more 
  448.  words. For example, 'test.test' will not be found, because the '.' 
  449.  character is recognised as a word seperator.
  450.  
  451.  You can use the wildcards '*' and '?'.'*' represents any text string (the 
  452.  string may even be empty), '?' represents any single character. Example: 
  453.  If the 'Wildcard' option is enabled a search for 'Abc*defg?hi*jkl' finds 
  454.  'Abcdefg1hi123jkl' and 'Abc123defg1hi123jk456jkl' but not 'Abcdefghijkl' 
  455.  or 'Abc123defg1hi123jk456jk'. In contrast to all other dialogs 'Cancel' 
  456.  does NOT discard all the changes made in the dialog box. 'Cancel' in this 
  457.  context means 'leave the dialog without searching'.
  458.  
  459. -Search again ([Control]+G)
  460.  Attempts to find the character string previously entered and searched for 
  461.  using the 'Search' option (above). The search proceeds from the current 
  462.  cursor position using the 'Search' option parameters. The search is halted 
  463.  when the start/end of the document is reached and if the 'Auto reverse 
  464.  search direction' option in the 'Screen elements' dialog is enabled the 
  465.  search direction is automatically reversed in the 'Search' dialog. To 
  466.  continue the search in the opposite direction re-select this option.
  467.  
  468. -Search selection ([Control]+I)
  469.  Attempts to find the character string (50 significant characters) marked 
  470.  using the mouse. The string must be contained on a single line. The first 
  471.  50 characters of the string are automatically entered into the 'Search' 
  472.  option and the search proceeds from the current cursor position using the 
  473.  'Search' option parameters. The search stops when the start/end of the 
  474.  document is reached and if the 'Auto reverse search direction' option in 
  475.  the 'Screen elements' dialog is enabled the search direction is 
  476.  automatically reversed in the 'Search' dialog. To continue the search in 
  477.  the opposite direction re-select the 'Search again' option.
  478.  If no block is marked [Control]+I can be used to mark the word under the 
  479.  cursor. Typing [Control]+I a second time automatically opens the 'Search' 
  480.  dialog with the marked word entered ready for use.
  481.  
  482. -Replace ([Control]+R)
  483.  Attempts to find the 'Search for' character string within the active 
  484.  window and replace it with the 'replace with' character string. A dialog 
  485.  box appears into which the search and replace strings are entered. If a 
  486.  block less than one line is marked, [Control]+R automatically enters the 
  487.  marked character string into the 'Replace' dialog.
  488.  You can search AND replace with wildcards. Example: Search for 
  489.  'Abc*defg?hijkl' and replace it with 'Mnopqrstuvw*x?yz'. Then 
  490.  'Abc123defg4hijkl' will be replaced with 'Mnopqrstuvw123x4yz' and 
  491.  'Abcdefg1hijkl' will be replaced with 'Mnopqrstuvwx1yz'.
  492.  The search stops when the start/end of the document is reached and if the 
  493.  'Auto reverse search direction' option in the 'Screen elements' dialog is 
  494.  enabled the search direction is automatically reversed in the 'Replace' 
  495.  dialog. To continue the replace in the opposite direction re-select this 
  496.  option.
  497.  
  498.  Parameters:
  499.  In addition to the parameters provided in the 'Search' option (above): 
  500.  
  501.  Replace all; when enabled (crossed) every occurrence of the search 
  502.  character string will be replaced by the replace character string, 
  503.  otherwise the first occurrence of the search character string only is 
  504.  replaced by the replace character string.
  505.  
  506.  Prompt for each; as each occurrence of the search text it found the text 
  507.  will be marked and a dialog will appear offering the option to replace or 
  508.  not.
  509.  
  510. -Replace again ([Control]+T)
  511.  Further occurrences of the 'Search for' character string are searched for 
  512.  and replaced with the character string previously entered in the 'replace 
  513.  with' field (above). The search proceeds from the current cursor position 
  514.  using the 'Replace' option parameters. The search is halted when the 
  515.  start/end of the document is reached and if the 'Auto reverse search 
  516.  direction' option in the 'Screen elements' dialog is enabled the search 
  517.  direction is automatically reversed in the 'Replace' dialog. To continue 
  518.  searching in the opposite direction re-select this option.
  519.  
  520. -Go to line ([Control]+L)
  521.  A dialog box appears displaying the current line number. Enter the desired 
  522.  number into the dialog box and the cursor moves to the start of the line 
  523.  number entered.
  524.  
  525. -Matching bracket ([Control]+B)
  526.  Position the cursor over any bracket character ([{}]) and select this 
  527.  option to move the cursor to the matching bracket. If no matching bracket 
  528.  is found the warning bell is sounded.
  529.  
  530. -Find Error ([Control]+E)
  531.  The line containing the cursor is checked for 'Error messages' as defined 
  532.  in the 'Error messages' option from the 'Parameters' menu. If an error 
  533.  message is found the appropriate file is loaded and the cursor is 
  534.  positioned on the appropriate line number. If the file is already loaded 
  535.  the window is topped, and not loaded repeatedly. This function can also be 
  536.  activated by double clicking on a line.
  537.  
  538. -Set label ([Control]+Function key)
  539.  A popup menu appears displaying the 10 label fields. The current line 
  540.  number and filename can be assigned to any field. Using the 'Go to label' 
  541.  option (below) or the relevant key combination the cursor can be quickly 
  542.  placed at the desired line number in any loaded file.
  543.  
  544. -Go to label ([Shift]+Function key)
  545.  A popup menu appears displaying the 10 label fields. To move the cursor to 
  546.  the desired line number within a loaded file select the desired entry.
  547.  
  548.  
  549. 2.5 Window
  550. ==========
  551.  
  552. -Tile horizontally ([Alternate]+H)
  553.  All windows are displayed across the full width of the screen one above 
  554.  the other without overlap.
  555.  
  556. -Tile vertically ([Alternate]+V)
  557.  All windows are displayed the full height of the screen in columns 
  558.  adjacent to one another without overlap.
  559.  
  560. -Stack ([Alternate]+C)
  561.  All windows are displayed overlapping each other.
  562.  
  563. -Toggle size ([Alternate]+X)
  564.  This option performs the same function as the standard GEM window gadget 
  565.  in the top right of the window and is included for completeness only.
  566.  
  567.  
  568. 2.6 Parameters
  569. ==============
  570.  
  571. -Insert mode ([Insert])
  572.  Characters typed at the keyboard are entered into the text at the cursor 
  573.  position. If the cursor is positioned over an existing character the 
  574.  characters to the right of the cursor are moved over to make room for the 
  575.  new characters. If the maximum line length is exceeded an error dialog 
  576.  will appear.
  577.  
  578. -Overwrite mode ([Shift]+[Insert])
  579.  Characters typed at the keyboard are entered into the text at the cursor 
  580.  position and overwrite any existing characters, which are lost.
  581.  
  582. -GEM Clipboard On ([Alternate]+K)
  583.  The GEM Clipboard will be used for all block operations. Before this 
  584.  option can be used a CLIPBRD folder containing SCRAP.TXT must exist (and 
  585.  be known to GEM) where Everest can find it. This can be set up manually or 
  586.  more conveniently using a clipboard accessory such CLIPBORD.CPX via 
  587.  Atari's XCONTROL.ACC. The advantage of using the GEM Clipboard is its 
  588.  ability to exchange data with other GEM Clipboard compatible programs.
  589.  
  590. -GEM Clipboard Off ([Alternate]+L)
  591.  Memory is used to store text, this is quicker than using the GEM Clipboard 
  592.  option which stores the text in a file on disk.
  593.  
  594. -Screen elements ([Alternate]+R)
  595.  -Scroll bars; The scroll bars to the right and bottom of the active window 
  596.   reflect the position of the text displayed in the active window within 
  597.   the overall text. The scroll bars can be updated either:
  598.    While scrolling; reflects the current position of the window within the 
  599.   text even during scrolling.
  600.    After scrolling; offers a distinct speed advantage but the position 
  601.   within the text is only displayed by pausing the scroll action.
  602.   
  603.  -Dialogs;  Dialog boxes may be displayed either centrally or at the mouse 
  604.   position. Parameters:
  605.   Screen centre; dialogs displayed at screen centre.
  606.   At pointer; dialogs displayed at the mouse position.
  607.   
  608.  -Cursor parameters;
  609.   Text dependent/Free position; if the 'Text dependent' option is enabled, 
  610.   the cursor can't be moved over the line ending.
  611.   
  612.   Cursor Style; can be either a vertical line, a block or mode dependent. 
  613.   Mode dependent sets the cursor to a vertical line in Insert mode and a 
  614.   block in Overwrite mode. Flashing cursor; when enabled (crossed) the 
  615.   cursor will flash, making it easier to find.
  616.   Cursor position; when enabled (crossed) the line number and column are 
  617.   displayed in the Window title bar. The current position is updated during 
  618.   a typing pause (this method is used to avoid adversely affecting the 
  619.   speed of Everest).
  620.   
  621.  -'Failed search' dialog; when enabled an alert box will appear each time a 
  622.   search string cannot be found, useful if you can't hear the bell.
  623.   
  624.  -'Auto-reverse search direction'; when enabled, the search direction is 
  625.   automatically reversed, when a search/replace operation reaches the 
  626.   start/end of the document.
  627.   
  628.  -Select block after paste; When disabled a pasted block is not marked 
  629.   after pasting which is a fast way to work. When enabled the pasted block 
  630.   is marked and can be simply indented using [Control]+J (or K).
  631.  
  632. -Typeface ([Alternate]+T)
  633.  If GDOS (or equivalent) is installed GDOS fonts can be used instead of the 
  634.  system font within Everest. The first time this option is selected the 
  635.  available fonts are loaded into Everest, so the dialog may take a longer 
  636.  than normal to appear. This approach minimises the time taken to load 
  637.  Everest.
  638.  Some GDOS fonts may cause display problems when displayed in reverse video 
  639.  and others do not display correctly at all sizes. Use FONTFIX or similar 
  640.  utility to correct these typefaces. The fonts supplied with Gemini are 
  641.  especially recommended.
  642.  The dialog box contains a preview display showing the currently active 
  643.  typeface and size. The size and style can be changed using scroll arrows 
  644.  or cursor keys and the changes are shown in the preview display.
  645.  If GDOS is not installed only the size of the system font can be changed.
  646.  
  647. -Formatting ([Alternate]+W)
  648.  'Word wrap', 'Line length' and 'Automatic indentation' can be defined 
  649.  depending on the file extension.
  650.  
  651.  Tabs; The preset tab width for up to 10 different file extensions can be 
  652.  set from this dialog. Wildcards are allowed. The tab width must be between 
  653.  1 and 20.
  654.  
  655.  If 'Word wrap' is enabled then the cursor will jump into the next line 
  656.  while typing if the right margin is reached. 'Line length' defines the 
  657.  right margin.
  658.  
  659.  An option especially handy for programmers is:
  660.  Automatic Indentation; when enabled (crossed) the Return key will return 
  661.  the cursor to the position under the first column used in the preceding 
  662.  line.
  663.  
  664.  
  665. -Miscellaneous parameters ([Alternate]+M)
  666.  -The 'Block indent' options allows you to determine how a block is 
  667.   indented with the [Control]+J (or K) option. If 'Tabulator' is activated 
  668.   then a tab is inserted at the beginning of every line each time the block 
  669.   is indented right. Instead of tabs a number of spaces or a text string 
  670.   can be used. This is especially handy for comms users where existing mail 
  671.   can be copied and pasted into a reply with the '>' character 
  672.   automatically inserted at the start of each line for example.
  673.   
  674.  -If you want to reformat a paragraph the paragraph ending is recognised by 
  675.   Everest with the following options:
  676.  
  677.   Additional Carriage Return; A additional CR at the end of the line means 
  678.   that the paragraph ends here. You can create a CR by [Shift]+[Return]. 
  679.   However this method is not very well supported by Everest. The 'Blank 
  680.   line' or 'No trailing space' options are better.
  681.  
  682.   'Blank line'; An empty line acts as a paragraph seperater.
  683.   
  684.   'No trailing space'; This is the most common method. Every line which is 
  685.   not the last line of a paragraph has a space character at the end. Only 
  686.   the last line has no trailing space. If a paragraph is formatted Everest 
  687.   automatically inserts the spaces according to this method.
  688.  
  689.   Important: If you use this option it is suggested you do not delete 
  690.   trailing spaces while saving a text. This option can be found in the 
  691.   'Miscellaneous' dialog.
  692.   
  693.  -Save text; Line Feed at line end; may be useful for exchanging text files 
  694.   with other systems. CR/LF at line end (default); most Atari applications 
  695.   and printer drivers expect this combination.
  696.   Delete trailing spaces; when enabled (crossed) any extra space characters 
  697.   at the end of each line will be deleted. But be careful! If you use 
  698.   Everest's word wrap all paragraph information will be lost, because a 
  699.   space at the line ending means that the paragraph continues to the next 
  700.   line.
  701.   Backup file: *.BAK; When a text is saved it will normally replace the 
  702.   existing file on the disk. When the Backup file option is enabled the 
  703.   existing file extension is changed to BAK and then the text is saved. 
  704.   This means you will always have two versions of a text on your disk: the 
  705.   current one and the previous one. Of course you may change the extension 
  706.   BAK if you prefer.
  707.   
  708.  -Null character code; Allows you to define a character to which a Null 
  709.   character is changed while loading (default 32=Space) and a character 
  710.   that is saved as a Null character (default 0).
  711.  
  712. -Error messages ([Alternate]+E)
  713.  This option enable programmers to configure Everest to respond to compiler 
  714.  specific error messages. Non-programmers can safely ignore this menu 
  715.  entry! Compiler error messages are entered into the dialog using the '%' 
  716.  marker for the filename, the '#' marker for the line number and the '$' 
  717.  marker for the column number. Everest can now search for these error 
  718.  messages, typically in the error file generated by your compiler. Use the 
  719.  'Find error' drop down menu option, [Control]+E keyboard combination or 
  720.  double click on any line. If a matching error message is found the file 
  721.  containing the error is loaded, topped and displayed. If the error message 
  722.  contains a line number the cursor will be placed at the start of the line 
  723.  containing the error otherwise the cursor will be placed at the start of 
  724.  the first line.
  725.  If no filename is specified and it is the only file loaded then the cursor 
  726.  will be positioned at the start of the line defined in the Error message. 
  727.  If more than one file is loaded the cursor will be positioned at the start 
  728.  of the line defined in the Error message of the next available file (as if 
  729.  you had used the 'Cycle windows' menu option (this only makes sense if two 
  730.  files are loaded)).
  731.  
  732.  Example Heat-and-Serve C error message entries for Everest:
  733.  Error 1: error in % (#):
  734.  Error 2: warning in % (#):
  735.  
  736. -Abbreviations ([Alternate]+A)
  737.  The file selector appears. The actual active Abbreviation file is selected 
  738.  as default. Now you can load another Abbreviation file. The previous one 
  739.  will be forgotten. If you try to load an empty filename then the memory 
  740.  used by the Abbreviaiton file is released and no other Abbreviation file 
  741.  is loaded. More about Abbreviations is '1.1 Files and file structure'.
  742.  
  743. -File lists ([Alternate]+F)
  744.  Save file list; select this option to save the filenames, cursor 
  745.  line/column and window layout of all currently loaded and named files to a 
  746.  file called EVEREST.LIS. This file will be automatically loaded if found 
  747.  in the same directory as Everest. Other lists can easily be created by 
  748.  saving the lists under a different path or filename.
  749.  
  750.  Load file list; a further dialog appears offering the following options:
  751.  
  752.  Save all; all loaded files are closed and saved (named only). The file 
  753.  selector appears for selection of a new file list.
  754.  
  755.  With Query; all loaded files will be closed. A dialog appears for each 
  756.  changed file offering a last chance to save or discard the changes. The 
  757.  file selector appears for selection of a new file list.
  758.  
  759.  Merge new; existing files remain loaded and the file selector appears for 
  760.  selection of a further file list. An alert will inform you if the maximum 
  761.  number of windows available is reached and subsequent files on the file 
  762.  list will not be loaded.
  763.  
  764.  You can read more about File lists in '1.1 Files and file structure'.
  765.  
  766. -Program exit ([Alternate]+Q)
  767.  Save edited/changed text; on selecting the 'Quit' menu option all changed 
  768.  text is automatically saved. A dialog will still appear to offer a last 
  769.  chance to save unnamed but changed files.
  770.  
  771.  Prompt for each; on selecting the 'Quit' menu option a dialog for each 
  772.  file appears in turn offering a last chance to save the file.
  773.  
  774.  All-in inquiry; when you want to quit Everest a dialog appears where all 
  775.  active texts are shown. There you can decide to save a text or not.
  776.  Save parameters to .INF file; when enabled (crossed) this option saves the 
  777.  user defined parameters to a file called EVEREST.INF in the current 
  778.  directory. If EVEREST.INF is present in the same directory as Everest it 
  779.  is automatically loaded next time Everest is run.
  780.  
  781.  Save standard file list; when enabled (crossed) the standard file list 
  782.  will be saved to the current directory. If no file list was mentioned on 
  783.  the command line, EVEREST.LIS is the standard file list. Otherwise the 
  784.  file list from the command line is the standard file list.
  785.  If EVEREST.LIS is present in the same directory as Everest it will be 
  786.  automatically used next time Everest is run.
  787.  
  788. *A tip -enable both these last two options to return to Everest as if you 
  789.  hadn't left it.
  790.  
  791. -Save set up ([Alternate]+S)
  792.  Saves the parameters and window layout to EVEREST.INF in the current 
  793.  directory. (See also chapter 1.1 Files and file structure.)
  794.  
  795.  
  796. 2.7 Info
  797. ========
  798.  
  799. -Loaded files ([Alternate]+I)
  800.  Displays the current memory allocation for each file and the Block memory 
  801.  used. Click on any filename to quit the dialog and top the selected 
  802.  window. You may also press the corresponding function key instead.
  803.  
  804. -Help ([Shift]+[Help])
  805.  Help screens for the Keyboard and Mouse can be displayed.
  806.  
  807. -Help Acc ([Help])
  808.  Only useful to programmers with the Turbo C Help Accessory or 1STGUIDE 
  809.  loaded.
  810.  
  811.  
  812. ****************************************************************************
  813. 3.0    K E Y B O A R D
  814. ****************************************************************************
  815.  
  816.  
  817. 3.1 How to change the shortcuts
  818. ===============================
  819.  
  820. There is no menu in Everest to change the keyboard shortcuts. If you want 
  821. to do this you need a debugger or a (disk) monitor.
  822. Behind the characters ALTTAB and behind CTLTAB are tables which define the 
  823. keyboard shortcuts. The length of each entry is 3 words. The first word is 
  824. the ASCII Code of the shortcut character in upper case. The next two words 
  825. define the menu title and entry. Each table ends with 0 as ASCII Code. You 
  826. may extend each table up to the characters END. It is possible to move an 
  827. entry from one table to another. You also may change the ASCII Code of the 
  828. shortcut characters. In the unchanged Everest the entries are in the order 
  829. as they appear in the menu.
  830. This facility is provided for your convenience. Please do NOT distribute 
  831. modified copies of Everest to anyone without including the original 
  832. un-edited version.
  833.  
  834.  
  835. 3.2  Keyboard commands
  836. ======================
  837.  
  838. [Undo]                                     Restores line or block
  839. [Shift]     + Left/right arrow             Cursor to line start/end
  840. [Control]   + Left/right arrow             Cursor to last/next word
  841. [Shift]     + [Control]+Left/right arrows  Move window left/right
  842. [Shift]     + Up/down arrow                Scroll window up/down
  843. [Shift]     + Up/down arrow                Cursor to first/last line in 
  844.                                            window
  845. [Shift]     + [Control]+Up/down arrows     Move window up/down
  846. [Shift]     + Backspace/Delete             Delete to line start/end
  847. [Control]   + Backspace/Delete             Delete previous/next word
  848. [Home]                                     Cursor to text start
  849. [Shift]     + [Home]                       Cursor to text end
  850. [Alternate] + Numeric keypad               Insert character by ASCII code
  851. [Control]   + Numeric keypad               Save and quit with return code
  852.  
  853.  
  854.  
  855.  
  856. ****************************************************************************
  857. 4.0    D I A L O G S
  858. ****************************************************************************
  859.  
  860. All underlined buttons can be optionally selected by pressing the relevant
  861. key together with the [Alternate] key.
  862. The turned over corner displayed at the top right of all dialog boxes has
  863. two important advantages over normal GEM dialog boxes. Using the mouse,
  864. clicking and holding down over one of these corners reveals the text hidden 
  865. behind the dialog. Holding down and moving the mouse enables any dialog box 
  866. to be repositioned as desired.
  867. The [Esc] key will clear any data in a dialog text field.
  868. The [Undo] key will restore a dialog text field to the entry it displayed
  869. when it was last called.
  870. The [Shift]+left/right arrow keys will move the cursor to the start/end 
  871. of any string entered in a dialog text field.
  872.  
  873.  
  874. ****************************************************************************
  875. 5.0    A V  -  P R O T O C O L
  876. ****************************************************************************
  877.  
  878. More detailed information about the AV-Protocol can be found in the Gemini 
  879. desktop documentation.
  880. Everest supports AV_SENDKEY, AV_OPENWIND and VA_START.
  881. Another program can send keyboard events to Everest. 'mbuf' must contain 
  882. the following entries:
  883.   mbuf[0] = Message code AV_SENDKEY=0x4710
  884.   mbuf[1] = ap_id of sending program
  885.   mbuf[2] = 0
  886.   mbuf[3] = Keyboard status
  887.   mbuf[4] = Pressed key as it is provided by evnt_multi. (ASCII Code: bit 
  888.             0..7, Scancode: bit 8..15)
  889. You may also open Everest's file selector with a predefined path.
  890.   mbuf[0] = AV_OPENWIND=0x4720
  891.   ... s.a.
  892.   mbuf[3],mbuf[4] = Pointer to the path
  893.   mbuf[5],mbuf[6] = Pointer to wildcard
  894. This option is useful for Treeview
  895.  
  896. Another program can send a command line to Everest with VA_START:
  897.   mbuf[0] = VA_START=0x4711
  898.   ... s.a.
  899.   mbuf[3],mbuf[4] = Pointer to command line
  900. This is useful for multitasking shells. It is for example possible under 
  901. Mag!X to drag files onto the Everest icon which will be loaded into Everest 
  902. even if Everest is running.
  903.  
  904.  
  905.  
  906. ****************************************************************************
  907. 6.0    V E R S I O N S
  908. ****************************************************************************
  909.  
  910. Version 0.0
  911. -Very old version, no keyboard shortcuts in dialogs.
  912.  
  913. Version 1.0  5-4-1992
  914. -First usable version. From this version Everest became Shareware.
  915.  
  916. Version 1.1  12-4-992
  917. -Small bug with memory allocation sorted.
  918. -Block paste optimised
  919.  
  920. Version 1.2  17-5-1992
  921. -Bug in Block indent handling sorted.
  922. -OK buttons now work with the numeric keypad 'Enter' key.
  923. -EVEREST.INF was not found unless 'EVEREST' was also defined as an 
  924.  Environment variable. It is now also defined under the 'PATH' entry and 
  925.  can is found successfully by SHEL_FIND.
  926. -The Parameters from Search/Replace (Upper/lower case, Replace all) are 
  927.  now saved in the .INF file.
  928. -The Matching bracket drop down menu option was added.
  929. -The program code which hindered the cursor has been replaced. Fast typing 
  930.  no longer causes problems.
  931. -Block indent improved.
  932. -If a block is not marked the operation is carried out on the current line.
  933.  
  934. Version 1.3  8-6-1992
  935. -Bug causing scroll problems with [Control]+Y operations fixed.
  936. -Keyboard layout bug fixed.
  937. -Now prints under GEMDOS PRN:, multitasking errors avoided.
  938. -Optional line/column display for cursor position added.
  939. -The command to enable the block start/end point to be redefined using the 
  940.  mouse+[Shift] keys outside the current window is now possible and matches 
  941.  the normal keyboard method
  942.  
  943. Version 1.4  14-6-1992
  944. -Minor bugs marking blocks using the mouse fixed.
  945. -Changes to the method used to load text files and alterations to internal 
  946.  settings and memory allocation. The loading speed has been roughly 
  947.  doubled.
  948.  
  949. Version 1.5  22-7-1992
  950. -Bug changing typefaces fixed.
  951. -Now searches for PC HELP as well as TC HELP.
  952. -Cursor blink parameter added.
  953. -Program exit parameters added.
  954. -Text lists and complete working layout can be saved.
  955. -Keyboard call bugs fixed.
  956. -The Error messages parameters can work with compiler generated error lists.
  957. -The time taken to Save a file has been almost doubled.
  958. -Printer parameters added.
  959. -2 problematic, deeply buried bugs in the text loading code fixed.
  960.  
  961. Version 2.0  15-9-1992
  962. -A simple word wrap has been added.
  963. -Full background window support
  964. -Now menu_ienable is used to modify the menu tree.
  965. -Better method to avoid cursor overrun.
  966. -Bug within program start fixed.
  967. -Bug fixed that causes 'Address Error' while typing.
  968. -Memory is now released after a dialog has been moved.
  969. -'Show 'failed search' dialog' option added.
  970. -Wildcards possible in Search AND Replace dialog.
  971. -Bug fixed that caused trouble with line numbers bigger then 32000.
  972. -AV_SENDKEY, AV_OPENWIND and VA_START message support added.
  973. -Better handling of slow printers. Unfortunately the print must go via 
  974.  'Cprnout' again, because 'Fwrite' causes too much problems.
  975. -The help options also searches for 'PC_HELP' and '1STGUIDE'.
  976.  
  977. Version 2.1  17-10-1992
  978. -Mouse status now inquired with 'evnt_multi' instead of 'graf_mkstate' 
  979.  while scrolling.
  980. -Memory Error fixed. This error can cause memory protection problems.
  981. -Some bugs in block handling fixed.
  982. -'Merge' option implemented.
  983. -'Undo' option for [Control]+Y.
  984.  
  985. Version 2.2  2-1-1992 and 16-1-1993
  986. -While selecting a block with the mouse the scroll speed will be higher if 
  987.  the distance between mouse position and window frame is larger.
  988. -Selectric support to load more than one file at once. (Bug fixed at 
  989.  16-1-1993)
  990. -[Shift]+mouse button allows you to hold the mouse button down.
  991. -Redraw error with KAOS has been fixed.
  992. -'Search selection' does it even if no block is marked. In this case the 
  993.  word under the cursor will be taken into the Search dialog.
  994. -Extended Accessory entry.
  995. -[Control]+Numeric keypad allows you to quit Everest with Return code.
  996.  
  997. Version 2.3  17-4-1993
  998. -Bug within the 'Merge' option has been fixed.
  999. -From now it is possible to quit the 'Loaded files' dialog with function 
  1000.  keys.
  1001. -Bug that occurred with Selectric has been fixed.
  1002. -When sizing a window Everest now tries to maintain the cursor position.
  1003. -When starting Everest with command line parameters the File list 
  1004.  EVEREST.LIS (if present) will be ignored.
  1005. -Command line evaluation has been improved.
  1006. -'Undo' option now works with the Block cut, paste, delete and merge 
  1007.  options.
  1008.  
  1009. Version 3.0  29-8-1993 
  1010. -Bug fixed that occurred while replacing with two question marks.
  1011. -The Typeface parameters can be changed with the cursor keys as well as 
  1012.  with the scroll arrows.
  1013. -It is now possible to move a window outside the displayed screen. 
  1014. -Background scrolling has been improved.
  1015. -If there is only one file with extension LIS in the command line then this 
  1016.  file is taken as standard File list.
  1017. -'Search selection' has been improved.
  1018. -'Prompt for each' option has been added in the Replace dialog.
  1019. -Abbreviation files implemented.
  1020. -The 'Help Acc' option causes no longer a 'Memory Violation' under 
  1021.  MultiTOS.
  1022. -Null character options implemented.
  1023. -In the case that no full path is given to the 'Find error' option, 
  1024.  Everest searches the file in the directory of the Error file.
  1025. -Program and docs translated to English.
  1026. -It is possible to delete a block with the [Delete] Key.
  1027. -Word Wrap, Line length and Automatic Indentation can be defined depending 
  1028.  on the file extension.
  1029.  
  1030. Version 3.1  20-2-1994
  1031. -The Delete key after expanding an abbreviation works now correctly.
  1032. -WM_BOTTOM Message implemented.
  1033. -'The file ... does not exist. Create a new file?' -Message removed, 
  1034.  because it's unnecessary.
  1035. -WINX's Scrollboxes are now supported.
  1036. -Everest works now correctly, if the windows are moved over the left screen 
  1037.  border (under WINX).
  1038. -Two new menu entries in the FILE-menu: 'Save changes' and 'Close all'.
  1039. -The cursor column can be defined in the 'Sample Error messages' dialog.
  1040. -If GEM doesn't recognise the scrapdir, Everest takes the environment 
  1041.  variable SCRAPDIR.
  1042. -Because many people asked for more flexible cursor handling, it's now 
  1043.  possible to choose between text dependent and free cursor positioning.
  1044. -Optionally a formfeed can be send to the printer after printing a text.
  1045. -Everest can create backup files.
  1046. -You can save a marked block using the 'Save as' option.
  1047. -Everest supports the UFSL, a font selector that can be used by all
  1048.  programs like a file selector (UFSL = Universal Font selector).
  1049.  
  1050. Version 3.2  27-2-1994
  1051. -Unfortunately there was a bug in version 3.1 which was not saving marked 
  1052.  blocks properly. Hopefully this bug is now fixed.
  1053. -The English has been fine-tuned (Open file(s), Save block as, Save file 
  1054.  as) etc.
  1055.  
  1056. Version 3.3  30-4-1994
  1057. -Search and replace improved (faster and less bugs).
  1058. -Option to disable the auto-reverse direction in the search/replace 
  1059.  dialogs, much requested.
  1060. -'Whole word' option added to the search/replace dialogs.
  1061. -Better menu structure in the 'Block' and 'Search' menus.
  1062. -New 'Replace selection' and 'Select word' menu options.
  1063. -'Compose' now works correctly in any mode with Everest.
  1064. -The cursor column position is maintained after a 'Delete line'.
  1065. -Line feeds within abbreviations now possible. 1000 lines max.
  1066. -ST-Guide support implemented.
  1067. -'vst_unload_fonts' system call implemented to avoid some problems with 
  1068.   AMC-GDOS.
  1069. -It's now possible to click on the text to select dialog options.
  1070.  
  1071.  
  1072. ****************************************************************************
  1073. 7.0    T H E   S H A R E W A R E   P R I N C I P L E
  1074. ****************************************************************************
  1075.  
  1076. 7.1 Distribution conditions
  1077.  
  1078. Everest is Shareware. The program may only be distributed without charge. 
  1079. For example, commercial public domain libraries, magazines, publishing 
  1080. companies and software companies may only spread Everest with my prior 
  1081. written permission. Everest may be uploaded to BBSs that do not charge for 
  1082. downloads. Both the program and the documentation must remain together and 
  1083. unchanged. The Everest INF file must NOT under any circumstances be 
  1084. distributed as the registered version contains your personal key details.
  1085.  
  1086.  
  1087. 7.2 How to register
  1088.  
  1089. Note!
  1090. UK users refer to 7.3 for details of local UK support and Registration.
  1091.  
  1092. If you find the program useful and intend to continue using it you are 
  1093. honour bound to pay the Shareware fee to the author. The fee is only 20 DM. 
  1094. EuroCheque or similar cheque preferred. You can send the fee in any stable 
  1095. currency.
  1096.  
  1097. After receiving the shareware fee you will receive a personalised key. This 
  1098. key together with your name is entered into the Everest registration dialog 
  1099. and can be saved in the Everest INF file. After saving the INF file with a 
  1100. key the registration dialog no longer appears when starting Everest.
  1101.  
  1102. Existing Registered users can request a free key.
  1103.  
  1104. The reward for paying the Shareware fee is Everest's continued development. 
  1105. The extent to which Everest is upgraded is largely dependent upon the 
  1106. Shareware response from users. On receiving your Shareware fee and address 
  1107. you automatically become a registered user and can at any time until 
  1108. informed otherwise send a stamped addressed envelope for a copy of the 
  1109. latest version, or send 5 DM instead
  1110.  
  1111. Everest undergoes continual development and as a registered user your wish 
  1112. list will be given careful consideration. If you find a bug or have any 
  1113. suggestions or comments to make please get in touch. I will do my best to 
  1114. remove bugs.
  1115.  
  1116.  
  1117.    Address:                   Bank Details:
  1118.  
  1119.    Oliver Schmidt             Kreissparkasse Ostholstein
  1120.    Haselredder 23             Kontonummer :  127.010.643
  1121.    23701 Eutin                Bankleitzahl:  213.522.40
  1122.    Germany
  1123.  
  1124. Suggestions may also be Emailed to: Christian_Dalichow@ki.maus.de
  1125.  
  1126.  
  1127. 7.3 Everest UK Support and Registration
  1128.  
  1129. To register your copy of Everest in the UK follow the procedure below:
  1130.  
  1131. 1) Make a cheque for £9.00 payable to Joe Connor
  1132. 2) Check you have included your surname, forename and full address.
  1133. 3) Registration details are normally stored electronically to simplify key 
  1134.    handling and updates. If you do not wish your personal details stored 
  1135.    electronically please state this in your letter.
  1136. 4) Send letter and cheque to the UK Address below:
  1137.  
  1138.    Joe Connor
  1139.    65 Mill Road
  1140.    Colchester, Essex
  1141.    CO4 5LJ
  1142.    England
  1143.  
  1144. I can also be contacted by Email as: jconnor@cix.compulink.co.uk
  1145.  
  1146.  
  1147. 7.4 UK Update service
  1148.  
  1149. Registered UK users can obtain the latest English Version from Joe Connor 
  1150. at any time, free of charge, by sending a Stamped Addressed Envelope 
  1151. enclosing a floppy disk to the address above so long as the latest version 
  1152. remains a free upgrade.
  1153. --------------------------------------------------------------------------
  1154. EOF