home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / ACE / AIDE / Changes < prev    next >
Text File  |  1994-10-23  |  3KB  |  103 lines

  1.  
  2.                 AIDE Changes
  3.                 ------------
  4.  
  5. ** v1.01 **
  6.  
  7. -    AIDE first released with ACE v2.0.
  8.  
  9.  
  10. ** v1.02 **
  11.  
  12. -     Utilities menu: supports calculator, FD-to-BMAP and compressed 
  13.       AmigaBASIC format to ASCII file conversion.
  14.  
  15. -    All AIDE.config entries are now optional with defaults for
  16.     each variable except CALCTOOL.
  17.  
  18. -    Menus are ghosted at appropriate times (eg: during compilation).
  19.  
  20.  
  21. ** v1.03 **
  22.  
  23. -    AIDE now accepts ".bas" as a valid file extension for ACE source 
  24.     files.
  25.  
  26. -    "Preprocess Source" added to Compiler Options menu. This item is
  27.     checked when AIDE is started up. Select it once to prevent the 
  28.     preprocessor from being invoked.
  29.  
  30. -    Documentation for AIDE can now be viewed via the Help menu.
  31.  
  32.  
  33. ** v1.04 **
  34.  
  35. -    ACE history can also now be viewed via the Help menu.
  36.  
  37. -    Menus are ghosted during a program run.
  38.  
  39. -    "Save Options" added to Compiler menu. Current options are
  40.     restored when AIDE next runs.
  41.  
  42. -    The "Set Source" file requester remembers the directory
  43.     used on previous invocations of this option.
  44.  
  45.  
  46. ** v1.05 **
  47.  
  48. -    Fixed a bug in which a compilation error occurred when no
  49.     compiler options were selected from the Compiler menu.
  50.  
  51. -    If a change is made to an option in the Compiler menu,
  52.     previous makes will be invalidated.
  53.  
  54. -    "Run from Shell..." window now displays name of program
  55.     being run. This is useful for "silent" programs.
  56.  
  57. ** v1.06 **
  58.  
  59. -    Added code to allow all three AmigaGuide docs (ace.guide, 
  60.     ref.guide and aide.guide) as supplied by John Stiwinter,
  61.     to be accessed via the Help menu when an AGDDIR entry is
  62.     present in AIDE.config.
  63.  
  64. ** v1.07 **
  65.  
  66. -    Implemented a "free memory" monitor which displays the
  67.     total amount of free PUBLIC memory in the system before
  68.     and after menu selections, when the About box is invoked
  69.     and during a Make session.
  70.  
  71. ** v1.08 **
  72.  
  73. -    The editor is now invoked when a non-existent file is
  74.     selected via Set Source.
  75.  
  76. -    Wrote a calculator (ACEcalc) using ACE. This can easily
  77.     be specified for use by AIDE via the CALCTOOL entry in
  78.     AIDE.config.
  79.  
  80. -    Fixed a bug in which the "Calculator" item in the utilities 
  81.     menu was being ghosted whenever the menus were updated (eg.
  82.     after adding modules to the Linker menu).
  83.  
  84. -    AIDE.doc was not being correctly referenced by file viewer
  85.     when placed in the alternate location (ACE:docs).
  86.  
  87. ** v1.09 **
  88.  
  89. -    RAM:t replaced with T:.
  90.  
  91. -    MsgBox functions replaced by MsgBox statements where appropriate 
  92.     (eg. About...).
  93.  
  94. -    File requester for "Set Source..." Program menu item now defaults 
  95.     to AIDE.config's SRCDIR entry.
  96.  
  97. ** v1.1 **
  98.  
  99. -    AGDDIR entry in AIDE.config has become AGDTOOL such that
  100.     the full path to the AmigaGuide tool must now be specified.
  101.  
  102. -    Added support for Example.Guide.
  103.