home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 372.lha / Az_v1.50 / AZ_English / Manual / Summary < prev    next >
Text File  |  1990-05-05  |  13KB  |  287 lines

  1.  
  2. /*==========================================================================
  3.  * \__________/ Copyright 1988-90 Jean-Michel Forgeas & The Software Winery.
  4.  *  \        /  All Rights Reserved. This program may not be distributed
  5.  *   \      /   without the permission of the author:
  6.  *    \    /         Jean-Michel Forgeas
  7.  *     \  /          4 rue du Général Leclerc
  8.  *      ||           95210 Saint-Gratien   FRANCE
  9.  *      ||      Contact The Software Winery at :
  10.  *      ||           BBS     : +33 (1) 39 55 84 59  (V23 Videotex)
  11.  *      ||           MAIL    : c/o Alain DIDIERJEAN 69 rue Dunois
  12.  *      ||                     75646 Paris cedex 13 FRANCE
  13.  *    ======         INTERNET: rouaix@inria.inria.fr or groult@ibp.fr
  14.  *==========================================================================
  15.  */
  16.  
  17.  
  18.  ==========================================================================
  19. ||                                                                        ||
  20. ||      AZ : Summary                                                      ||
  21. ||                                  -version # : 1.50 (06-Feb-90)-        ||
  22.  =========================================================================
  23.  
  24.  
  25.  
  26.     A WORD OF WARNING    .....................................    26
  27.  
  28.  
  29. 1-  INTRODUCTION    ..........................................    41
  30.  
  31.     1.1-  Technics :    ......................................    53
  32.  
  33.         1.1.1- multi-Windows :    ............................    55
  34.         1.1.2- multitasks :   ................................    60
  35.         1.1.3- AZ code is shared and reentrant :    ..........    69
  36.  
  37.     1.2-  Ergonomy :    ......................................    76
  38.         1.2.1- basic informations :    .......................    78
  39.         1.2.2- basic commands :    ...........................    84
  40.         1.2.3- redundancy of commands :    ...................    88
  41.  
  42.     1.3-  Limits :    ........................................    99
  43.  
  44.     1.4-  Variations :    ....................................   105
  45.         1.4.1- the big version :    ..........................   109
  46.         1.4.2- the short version :    ........................   114
  47.  
  48.  
  49. 2-  INSTALLATION    ..........................................   126
  50.  
  51.     2.1  the big version :    ................................   131
  52.  
  53.     2.2  the short version :    ..............................   136
  54.  
  55.  
  56. 3-  STARTING AZ    ...........................................   142
  57.  
  58.  
  59.     3.1-  Options :    .......................................   145
  60.  
  61.         3.1.1- option -a :    ................................   147
  62.         3.1.2- option -b :    ................................   153
  63.         3.1.3- option -cn :    ...............................   158
  64.         3.1.4- option -d :    ................................   163
  65.         3.1.5- option -e :    ................................   171
  66.         3.1.6- option -fn :    ...............................   181
  67.         3.1.7- option -i :    ................................   189
  68.         3.1.8- option -k :    ................................   195
  69.         3.1.9- option -l :    ................................   202
  70.         3.1.10- option -m :    ...............................   207
  71.         3.1.11- option -o :    ...............................   223
  72.         3.1.12- option -p :    ...............................   229
  73.         3.1.13- option -r :    ...............................   247
  74.         3.1.14- option -s :    ...............................   257
  75.         3.1.15- option -tc :    ..............................   264
  76.         3.1.16- option -x :    ...............................   271
  77.  
  78.     3.2-  From the CLI :    ..................................   277
  79.         3.2.1- the command line :    .........................   279
  80.         3.2.2- no use to "Run" :    ..........................   290
  81.         3.2.3- "Resident" forbidden :    .....................   295
  82.  
  83.     3.3-  From the WorkBench :    ............................   306
  84.         3.3.1- launching AZ :   ..............................   308
  85.         3.3.2- passing parameters :   ........................   315
  86.         3.3.3- icons :    ....................................   324
  87.  
  88.  
  89. 4-  FILE HANDLING    .........................................   330
  90.  
  91.     4.1-  New :    ...........................................   337
  92.  
  93.     4.2-  Open :    ..........................................   342
  94.  
  95.     4.3-  Load Binary :    ...................................   347
  96.  
  97.     4.4-  Save :    ..........................................   355
  98.  
  99.     4.5-  Save as :    .......................................   364
  100.  
  101.     4.6-  Cur Dir :    .......................................   370
  102.  
  103.     4.7-  Erase :    .........................................   376
  104.  
  105.     4.8-  Quit :    ..........................................   380
  106.  
  107.  
  108.  
  109. 5-  THE WINDOW   .............................................   387
  110.  
  111.  
  112.     5.1-  The Title Bar :    .................................   390
  113.         5.1.1- a window close gadget :    ....................   396
  114.         5.1.2- a cursor line position indicator :    .........   404
  115.         5.1.3- a cursor column position indicator :   ........   408
  116.         5.1.4- ASCII code :    ...............................   411
  117.         5.1.5- a character creation mode indicator :   .......   415
  118.         5.1.6- a search case sensitivity indicator :   .......   420
  119.         5.1.7- the full path and name of the file in the window :426
  120.         5.1.8- the flag "(modified)" :    ....................   431
  121.         5.1.9- an iconify gadget :    ........................   435
  122.         5.1.10-  a window size toggle gadget :    ............   438
  123.         5.1.11- a pair of standard depth gadgets.   ..........   444
  124.  
  125.     5.2-  Showing text :    ..................................   447
  126.         5.2.1- fonts :   .....................................   449
  127.         5.2.2- colors :    ...................................   464
  128.         5.2.3- the screen :    ...............................   479
  129.  
  130.     5.3-  Scrolling text :    ................................   491
  131.         5.3.1- Sliders :    ..................................   493
  132.         5.3.2- Menu "Tools/Go To Line" :    ..................   514
  133.         5.3.3- Scrolling as the cursor moves :   .............   519
  134.         5.3.4- Scrolling while selecting a  block :    .......   524
  135.         5.3.5- Using arrow keys to scroll :   ................   529
  136.  
  137.     5.4-  Iconifying the window :    .........................   537
  138.         5.4.1- definition :    ...............................   543
  139.         5.4.2- colors :    ...................................   547
  140.         5.4.3- How to iconify a window :    ..................   552
  141.         5.4.4- position :   ...................................  558
  142.         5.4.5- back to a working size :    ...................   564
  143.  
  144.  
  145. 6-  THE KEYBOARD    ..........................................   574
  146.  
  147.     6.1-  Characteristic :    ................................   577
  148.         6.1.1- The <Return> key :    .........................   581
  149.         6.1.2- The <Enter> key :    ..........................   594
  150.         6.1.3- The <Alt> <Tab> key combination :    ..........   598
  151.         6.1.4- The <shift> <Tab> key combination :    ........   601
  152.         6.1.5- The <shift> <Del> key combination :    ........   604
  153.         6.1.6- The <Ctrl> <Del> key combination :    .........   613
  154.  
  155.     6.2-  The Keymap :   .....................................   618
  156.  
  157.     6.3-  Moving the cursor :    .............................   629
  158.         6.3.1- With the mouse :    ...........................   631
  159.         6.3.2- With the keyboard :   .........................   635
  160.  
  161.     6.4-  The function keys :    .............................   646
  162.         6.4.1- The <Help> keys :    ..........................   650
  163.         6.4.2- <F1> "Insert File" :   ........................   655
  164.         6.4.3- <F2> "Save Selected" :   ......................   660
  165.         6.4.4- <F3> "New Window" :    ........................   665
  166.         6.4.5- <F4> "Copy" :   ...............................   669
  167.         6.4.6- <F5> "Paste" :   ..............................   673
  168.         6.4.7- <F6> "Find" :   ...............................   677
  169.         6.4.8- <F7> "Go To Line" :    ........................   681
  170.         6.4.9- <F8> "Iconify" :    ...........................   685
  171.         6.4.10- <shift> <F8> "Switch Size" :    ..............   688
  172.         6.4.11- <F9> "Save" :    .............................   691
  173.         6.4.12- <F10> "Save and Quit" :    ...................   694
  174.  
  175.  
  176. 7-  EDITING AND USING BLOCKS    ..............................   699
  177.  
  178.     7.1-  Selecting a block :    .............................   708
  179.  
  180.         7.1.1- with the mouse :    ...........................   710
  181.         7.1.2- using the keyboard :    .......................   727
  182.         7.1.3- using the menu :    ...........................   734
  183.  
  184.     7.2-  Deleting a block :    ..............................   738
  185.  
  186.     7.3-  Paste :    .........................................   749
  187.  
  188.     7.4-  Copy :    ..........................................   755
  189.  
  190.     7.5-  Cut :    ...........................................   760
  191.  
  192.     7.6-  Clone Line :    ....................................   766
  193.  
  194.     7.7-  Join Lines :    ....................................   771
  195.  
  196.     7.8-  Mode Ins/Repl :    .................................   777
  197.  
  198.     7.9-  Select Word :    ...................................   784
  199.  
  200.     7.10-  Select All :    ...................................   789
  201.  
  202.     7.11-  Copy From File :    ...............................   794
  203.  
  204.     7.12-  Paste To File :    ................................   799
  205.  
  206.     7.13-  Print Selected :    ...............................   804
  207.  
  208.     7.14-  Send Selected :    ................................   812
  209.         7.14.1- CR :    ......................................   819
  210.         7.14.2- LF :    ......................................   822
  211.         7.14.3- CRLF :    ....................................   825
  212.         7.14.4- SUITE :    ...................................   828
  213.         7.14.5- ASIS :    ....................................   848
  214.  
  215.     7.15-  Undel Block :    ..................................   855
  216.  
  217.     7.16-  Moving sideways a whole block :       .............   862
  218.  
  219.  
  220. 8-  SEARCHING    ............................................    869
  221.  
  222.     8.1-  Find :    .........................................    875
  223.  
  224.     8.2-  Find Selected :    ................................    883
  225.  
  226.     8.3-  Find Next :    ....................................    890
  227.  
  228.     8.4-  Find Back :    ....................................    896
  229.  
  230.     8.5-  Exchange :    .....................................    902
  231.  
  232.     8.6-  Exchange Selected :    ............................    922
  233.  
  234.     8.7-  Exchange Next :    ................................    936
  235.  
  236.     8.8-  Exchange Back :    ................................    942
  237.  
  238.     8.9-  Exchange All :    .................................    947
  239.  
  240.  
  241. 9-  TOOLS :    ..............................................    953
  242.  
  243.     9.1-  Iconify :    ......................................    956
  244.  
  245.     9.2-  Go To Line :    ...................................    962
  246.  
  247.     9.3-  New Window :    ...................................    967
  248.  
  249.     9.4-  Insert Hex :    ...................................    972
  250.  
  251.     9.5-  To Front Screen :    ..............................    982
  252.  
  253.     9.6-  Switch Case :    ..................................    989
  254.  
  255.     9.7-  Execute Block :    ................................    995
  256.  
  257.     9.8-  Match [] {} () :    ...............................   1004
  258.  
  259.     9.9-  Match All Text :    ...............................   1010
  260.  
  261.  
  262. 10- MISCELLANEOUS    .........................................  1017
  263.  
  264.     10.1-  The Requesters :    ...............................  1020
  265.         10.1.1- The warnings :    ............................  1026
  266.         10.1.2- From the keyboard :    .......................  1049
  267.  
  268.     10.2-  Tricks :    .......................................  1057
  269.         10.2.1- Another font :    ............................  1062
  270.         10.2.2- Exchange blocks :    .........................  1068
  271.         10.2.3- Remember :    ................................  1080
  272.  
  273.     10.3-  Known bugs :    ...................................  1094
  274.         10.3.1- "Load Binary" :    ...........................  1096
  275.         10.3.2- Null characters :    .........................  1104
  276.  
  277.     10.4-  AZ future :    ....................................  1113
  278.         10.4.1- An AREXX interface :    ......................  1118
  279.         10.4.2- A FontRequester :    .........................  1122
  280.         10.4.3- A config. file    ............................  1125
  281.         10.4.4- Rectangular blocks    ........................  1127
  282.         10.4.5- Option "Interlace"    ........................  1129
  283.         10.4.6- IFF :    .....................................  1131
  284.  
  285.  
  286.  
  287.