home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / misc / twged_scanner / twged_scanner.txt < prev    next >
Text File  |  1998-04-27  |  2KB  |  100 lines

  1. Documentation of twGED_scanner
  2. ******************************
  3.  
  4. Author: Thies Wellpott
  5. Date: 18.4.1998
  6.  
  7.  
  8. What is it?
  9. ===========
  10.  
  11. This archive contains various scanners for GoldED 4. Some of them replace
  12. existing ones but these do their job better IMHO. They are quite tolerant
  13. concerning style.
  14.  
  15. Currently included are:
  16.  
  17. ARexx-label 1.1 (15.04.98)
  18. C-define_typedef 1.2 (15.04.98)
  19. C-function 1.3 (18.04.98)
  20. C-include 1.1 (15.04.98)
  21. C-struct_union_class 1.2 (15.04.98)
  22. ModPas-PROC_FUNC 1.1 (15.04.98)
  23. SQL-CREATE 1.1 (16.04.98)
  24.  
  25.  
  26. Installation
  27. ============
  28.  
  29. 1. Copy all executable files to GoldED:scanner.
  30. 2. Start GoldED
  31. 3. Execute command "FUNC" (Shift-ESC or use menu for this)
  32. 4. Select "Mode" or "Modus" (new window opens)
  33. 5. Enter new scanner and do not forget the pattern
  34. 6. You may delete obsolete scanners now
  35.  
  36. Perhaps you must restart GoldED.
  37.  
  38.  
  39. How do they work?
  40. =================
  41.  
  42. Well, quite nice I think.  :-)
  43.  
  44. Just some words: All skip blanks (blanks are ASCIIs <= 32) where possible,
  45. are case insensitive (except C keywords) and give some extra information
  46. like the beginning of the function parameters or macro parameters or the
  47. type (e. g. struct, union or class) of the scanned element.
  48.  
  49. Some more explanation is available from the source code (for SAS/C) which
  50. is included in the release archive - but it is only in German, sorry. The
  51. source code is for personal use only!
  52.  
  53.  
  54. Copyright and warrenty
  55. ======================
  56.  
  57. twGED_scanner is FreeWare, Copyright (c) 1997-1998 Thies Wellpott.
  58.  
  59. Non-commercial use is free. Distribution on AmiNet, BBS, floppy disk which
  60. cost less than $5 and freeware CDs which cost less than $25 is okay.
  61. Otherwise or for commercial use please contact me first.
  62.  
  63. USAGE IS COMPLETELY ON YOUR OWN RISK, NO WARRENTY AT ALL.
  64.  
  65.  
  66. History
  67. =======
  68.  
  69. V1.0   22.5.1997
  70. - first release
  71.  
  72. V1.1   15.4.1998
  73. - new scanner SQL-CREATE
  74. - all scanners are now compiled for 68020 and better (anyone without???)
  75. - blanks are now all ASCIIs <= 32
  76.  
  77. V1.2   18.4.1998
  78. - SQL-CREATE ignores "PUBLIC" and "UNIQUE" before the object type and
  79.   supports multiword object types like "DATABASE LINK" or "PACKAGE BODY"
  80. - C-function allows lines ending with "("
  81. - source code included in AmiNet-release
  82.  
  83.  
  84. Author
  85. ======
  86.  
  87. Thies Wellpott
  88.  
  89. EMail: Thies.Wellpott@Informatik.Uni-Oldenburg.DE
  90.  
  91. Homepage: http://www.Informatik.Uni-Oldenburg.DE/~thies
  92.  
  93. Snailmail: Moorhauser Weg 14
  94.            26419 Schortens
  95.            Germany
  96.  
  97.  
  98. Suggestions, bug reports and gifts are always welcome!
  99.  
  100.