home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / EPMASI.ZIP / MYSYNTAX.ASI < prev    next >
Text File  |  1991-08-05  |  4KB  |  58 lines

  1. /**************************************************************************/
  2. /*                    My Syntax Assistance File - Example                 */
  3. /*                             Version 1.9                                */
  4. /*                   Sven Guyet, 08/91  (DSGUYE at DUESVM1)               */
  5. /**************************************************************************/
  6. /* NOTE: It is recommended to remove these comment lines in your "real"   */
  7. /*       syntax assistance file. The first time syntax assistance is      */
  8. /*       invoked via ALT-H, the file specified in my_syntax_filename      */
  9. /*       is loaded into the hidden ring (default name: 'mysyntax.hlp').   */
  10. /*       Each time ALT-H is pressed the syntax assistance file is scanned */
  11. /*       for the specified command abbreviation. Therefore any            */
  12. /*       unnecessary lines increase the duration of the syntax evaluation.*/
  13. /*                                                                        */
  14. /* SYNTAX: For each command you wish to be expanded via ALT-H insert a    */
  15. /*         line starting with the command IN COLUMN ONE and followed      */
  16. /*         by the text you wish the command to be replaced with. Multiple */
  17. /*         lines are allowed. The end of the command description is       */
  18. /*         encountered either by the end of the syntax assistance file    */
  19. /*         or by a nonblank character in the first columns up to the      */
  20. /*         starting point of the first explanation line of the choosen    */
  21. /*         command.                                                       */
  22. /*         The cursor position after the replacement can be controled     */
  23. /*         by putting a '▓' (ascii 178) at the desired position within    */
  24. /*         the replacement string.                                        */
  25. /*                                                                        */
  26. /*                                                                        */
  27. /* EXAMPLE: The following syntax assistance file entries ......           */
  28. /*                                                                        */
  29. /* Column !1      8                  28                                   */
  30. /*------------------------------------------------------------------------*/
  31. /* Row  1 !TIA    Thanks in advance.                                      */
  32. /*      2 !                                                               */
  33. /*      3 !       Best regards,                                           */
  34. /*      4 !                     Batman.                                   */
  35. /*------------------------------------------------------------------------*/
  36. /*                                                                        */
  37. /*           ...... would expand TIA with the above code between Row 1,   */
  38. /*           Col 7 and Row 4, Col 28 when ALT-H is pressed.               */
  39. /**************************************************************************/
  40.  
  41. /**************************************************************************/
  42. /*     Abbreviations                                                      */
  43. /**************************************************************************/
  44. IBM    International Business Machines, Corp.
  45. S
  46. SG
  47. SVEN   Sven Guyet
  48. /**************************************************************************/
  49. /*     Greetings                                                          */
  50. /**************************************************************************/
  51. BR     Best regards.
  52. TIA    Thanks in advance.
  53.  
  54.        Best regards,
  55.                      Sven.
  56. Y      Yours very truly,
  57.                      ▓
  58.