home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / golded-1.1.lha / GoldED / History_E < prev    next >
Text File  |  1994-10-09  |  24KB  |  619 lines

  1. --------------------------------------- 0.91 ----------------------------------
  2.  
  3. NEW
  4.  
  5. + asynchronous memory management
  6. + menu help available
  7. + localized (English/German); WB2.1+ required
  8. + columnar shifting
  9. + ASCII table faster
  10. + file requesters: multi selection supported
  11. + SCREEN/CONFIG keywords introduced
  12. + fall back on SlowLoad, if there are TABs at the beginning of a file
  13. + unlimited number of windows (shared message port)
  14. + unlimited number of folds
  15. + iconify available
  16. + online parenthesis checks (optional)
  17. + online case checks (optional)
  18. + automatic phrase completion (APC) based on user's dictionary
  19. + QuickFunc tables (C, BASIC, PASCAOL, ASSEMBLER, ...)
  20. + requester management faster
  21. + SmartIndention after keywords
  22. + new maximum line length: 512 characters
  23. + CUT/PASTE use the clipboard device
  24. + time/date strings according to default format of locale library
  25. + XPK compression support
  26. + internal command management improved (hashing: faster)
  27. + external MakeRefs utility built into the editor
  28. + solid/light TAB's
  29. + columnar insertion of text
  30. + text windows turned into AppWindows
  31. + pick/push implemented
  32. + temporary shanghai available (menu item requester)
  33. + UNDO for current line
  34. + layout functions (block format, ...)
  35. + user keyboard mapping
  36. + backward search implemented
  37. + former Hyper-based help management replaced by AmigaGuide support
  38. + screen is centered
  39. + absolute GOTO (unfolding automatically)
  40. + character set remap
  41. + WordWrap
  42. + go-to-last-change command
  43. + block-based appending of text
  44. + access to environment variables
  45. + saving of settings considerably faster
  46. + ARexx-Port implemented, several examples included
  47. + user file extensions of QuickFunc scanner
  48. + QuickStarter ED
  49. + unlock utility
  50. + installer script
  51.  
  52.  
  53. --------------------------------------- v0.92 ---------------------------------
  54.  
  55. NEW
  56.  
  57. + searching faster (ToUpper()/ToLower() replaced by tables)
  58. + string gadget edit hook
  59. + new gadget look: requester images, default gadgets emphasized
  60. + new ARexx commands/options:
  61.   + command: FREEZE
  62.   + command: PROJECT
  63.   + command: MACRO
  64.   + command: COLON
  65.   + command: REFRESH
  66.   + option:  NONAME  (NEW)
  67.   + option:  HIDE    (BLOCK)
  68.   + option:  STATUS  (REQUEST)
  69.   + option:  STICKY  (UNLOCK)
  70.   + option:  ORDINAL (WINDOW)
  71.   + option:  STEP    (GOTO)
  72.   + option:  AUTO    (FORMAT)
  73.   + option:  TOF     (GOTO)
  74.   + option:  BOF     (GOTO)
  75. + references requester offers GENERATE option
  76. + proportional flag supported by printer configuration
  77. + command requester: list of available commands
  78. + context-sensitive outdention
  79. + project requester
  80. + XPK: password/efficiency supported
  81. + freezing of windows
  82. + new 'magic code' \HOST
  83. + macro recording
  84. + startup macro available
  85. + improved QuickStarter
  86. + automatic usage of current left margin (format)
  87. + CANCEL button added to several requesters
  88.  
  89. ADJUSTMENTS
  90.  
  91. + removed faulty string from MISC requester
  92. + REPLACE/USE in ARexx mode: display refresh was missing
  93. + removed 'GOTO EOL' bug
  94. + PICK command renamed to POP
  95. + renamed ARexx port from GoldED.1 to GOLDED.1
  96. + backup counter set to 0 if user cancels backup request
  97. + handling of several 'magic codes' (\n \t \b) was broken
  98. + improved German catalog (AutoBak: file name now is displayed)
  99. + ARexx: changes of current line were lost after performing the SAVE command
  100. + fixed memory loss
  101. + additional med-res icon set
  102. + improved UnLock utility
  103.  
  104.  
  105. ---------------------------------- 0.93 ---------------------------------------
  106.  
  107. NEW
  108.  
  109. + HotKey commodity support
  110. + new ARexx commands/options:
  111.   + option:  CLOSE   (SCREEN)
  112.   + option:  UNLOAD  (QUIT)
  113.   + command: UJUMP
  114.   + command: DJUMP
  115.   + command: RX
  116.   + command: EVENT
  117.   + option:  DEBUG   (TASK)
  118.   + option:  LIST    (PROJECT)
  119.   + option:  CURRENT (FUNC)
  120.   + option:  QUIET   (LOCK)
  121.   + option:  FIRST   (FIND)
  122.   + option:  MATCH   (BRACKET)
  123.   + option:  CR      (TEXT)
  124.   + option:  BUFFER  (QUERY)
  125.   + option:  TOGGLE  (CODE)
  126.   + option:  SMART   (SAVE)
  127.   + option:  DYNAMIC (TAB, TABS)
  128.   + option:  REGULAR (TAB, TABS)
  129.   + option:  FORCE   (WINDOW)
  130. + added new HIDE Option to GoldED & QuickStarter
  131. + Rico's GUIMake now part of GoldED distribution
  132. + REQUEST command supports underscores
  133. + keyboard cursor control within listviews (OS3.0 required)
  134. + new menu item: matching parenthesis
  135. + each menu item may be linked to a diffent AmigaGuide database (@ qualifier)
  136. + new macros
  137.   + insert C function body
  138.   + fold marked lines
  139.   + revisions management
  140.   + execute line of text as DOS command
  141. + dynamic TABs
  142. + command help: templates are listed
  143. + Reformat may be turned of while in WordWrap mode
  144. + user may adjust pens (menu color and more)
  145.  
  146. ADJUSTMENTS
  147.  
  148. + now user may type while marking a block
  149. + case conversion used to fail if national characters were involved
  150. + REQUEST command supports multiple lines sparated by | or linefeed
  151. + removed potential enforcer hit from WordWrap code
  152. + internal commands now may be lowercase
  153. + national characters (e.g. "ä") used to confuse the COUNT command
  154. + LOAD missed last line of a text if line didn't contain a LF code
  155. + '#' no longer considered as white space character
  156. + keyboard requester: LOAD/SAVE gadgets repositioned
  157. + AutoBackup requester: OK/CANCEL gadgets repositioned
  158. + conversion table MSDOS->Amiga was broken
  159. + improved doubleclick handling within listviews
  160. + view is refreshed after performing a TEXT command
  161. + '\"' no longer considered as string by parenthesis check
  162. + 'width' gadget of layout requester replayed by 'right border' gadget
  163. + RX command fixed
  164. + 'fold all' didn't fold inner folds
  165. + added body text support to string/number requests (REQUEST command)
  166.  
  167.  
  168. ---------------------------------- 0.94 ---------------------------------------
  169.  
  170. NEW
  171.  
  172. + user may set default tool of icons created by GoldED
  173. + SORT faster (2000 lines: 3 seconds instead of several minutes)
  174. + global search across several files
  175. + new ARexx commands/options:
  176.   + command: GREP
  177. + current string gadget is highlighted
  178. + control codes available within string gadgets
  179. + external scan handlers may be added to the QuickFunc requester
  180. + fold markers: quotation marks obsolete
  181.  
  182. ADUSTMENTS
  183.  
  184. + borderless display mode support dropped
  185. + MACRO command: MACRO PLAY LOOPS was broken
  186. + WordWrap: empty lines at end of paragraphe are kept
  187. + keyboard requester: improved keyboard listview control
  188.  
  189.  
  190. --------------------------------- 0.95 ----------------------------------------
  191.  
  192. NEW
  193.  
  194. + sub menus are available
  195. + "*" flag indicates changes
  196. + user may select scroller type (2D, 3D, simple)
  197. + new ARexx commands/options:
  198.   + option:  RENAME  (FILE)
  199.   + option:  NEWDIR  (FILE)
  200.   + option:  CURRENT (LAYOUT)
  201.   + option:  ARRANGE (WINDOW): argument expected
  202.   + option:  LOAD/S  (SCREEN)
  203.   + option:  SAVE/S  (SCREEN)
  204.   + option:  BYTE/N  (GOTO)
  205.   + option:  KEY/S   (REQUEST)
  206.   + command: EXTRACT
  207.   + command: HUNTER
  208.   + command: SEARCH  (FILE)
  209. + FastScroll mode
  210. + ChunkyPixel option offered by display mode requester
  211. + new pens: user may set menu text and menu border to different colors
  212. + memory usage estimation before loading a text (will give warnings)
  213. + automatic usage of SlowLoad, if insufficient continuous memory
  214. + shortcut of symbol gadgets without label text defaults to space
  215. + most requester may be canceled by ESC
  216. + menu requester: list of unused shortcuts
  217. + horizontal window arrangement
  218. + file hunter (move cursor over file name to make GoldED search that file)
  219. + search/replace history
  220. + event requester supports assignement of multiple commands
  221. + HiSpeed: 'faces down' option
  222. + HiSpeed: US-letter/US-legal available
  223. + faster startup
  224. + global search (FGREP) faster: Boyer-Moore algorithm
  225. + improved dictionary requester
  226. + user may specify clipboard unit
  227.  
  228. ADJUSTMENTS
  229.  
  230. + files menu (rename, delete): multiselect supported
  231. + improved low-memory handling (delayed 'another try' option)
  232. + fixed handling of file comments
  233. + SCREEN command: CONFIG/K option renamed to FILE/K
  234. + national characters used to confuse QuickFunc handler
  235. + QuickStarter accepts STICKY as well as CED's -STICKY
  236. + CapsLock no longer considered as SHIFT qualifier
  237. + improved FUNC skript
  238. + faster gadget update
  239. + added ghosting to GENERIC-KIND ("symbol") gadgets
  240. + QUIT sent to GoldED by RX returns immediately
  241. + HiSpeed: u