home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / advlite20b117 / advlite20b117.readme next >
Encoding:
Text File  |  1999-11-27  |  4.2 KB  |  121 lines

  1. Short:    Powerfull AutodocViewer v2.0 beta v1.17!!! (020 + OS30)
  2. Author:   ronnytennebekk@c2i.net
  3. Uploader: autodocviewer@c2i.net
  4. Version:  2.0
  5. Type:     dev/misc
  6. Requires: 68020, OS3.0+ and CBM formated autodocs
  7.  
  8. AutodocViewerLite v2.0 BETA 1.17
  9. Copyright © 1994-1999 by Ronny Tennebekk
  10.  
  11. AutodocViewer is completely rewritten from the v1.x releases,
  12. the concept is the same, but is has many new features.
  13.  
  14. Now it will scan each function for matching functions names
  15. and symbols found in includes and it shows the autodoc in a
  16. html kind of style. Making it possible to jump between autodocs
  17. and includes with one mouse click.
  18.  
  19. This is a beta release, so there are still features missing.
  20.  
  21. New features
  22.  
  23.  - Supports ".i" includes
  24.  - Autosave last viewed on timeouts
  25.  - Toolbar (can be disabled)
  26.  - Extensive linking ability
  27.  - Alphabetical option of groups and autodocs
  28.  - Can use any public screen
  29.  
  30. Changes in beta v1.17
  31.  
  32.  Know bugs
  33.  - When selecting a link and in thoose cases where the
  34.    selected link does have a link at the same location
  35.    as where it was selected from, ADV will swap between
  36.    these function about 3-5 times. I have tried to fix this,
  37.    but I haven't found anything wrong, yet!!! Any creative
  38.    suggestions would be creatly appriciated!!! If you
  39.    want to see this bug, try utility.doc/CheckDate() and
  40.    select the SEE ALSO link to Date2Amiga() using topaz/8
  41.    font as textfont...
  42.  
  43.  New features
  44.  - The group window now support "closer" and "closer"
  45.    keystrok search. The nearest match will be a ghosted
  46.    entry in the list, when the user hits return the ghosted
  47.    item will be selected. The user are also able to delete
  48.    last keystroke by pressing "Backspace". The keystroke
  49.    buffer will self delete after a certain amount of time,
  50.    this time period can be changed in the settings window.
  51.    Note!! The time period are messaured in micro seonds.
  52.  
  53.  Changes
  54.  - The include window has now a changeable window title,
  55.    it will no longer just say "Includes...", it will show
  56.    the name on the actual include that are displayed 
  57.    (without the path).
  58.  - Minimum font size has been changed from 8 to 6.
  59.  - Some cosmetic changes are also done, the user will
  60.    not notice any of them.
  61.  
  62.  Bugs fixed
  63.  - A minor error while scanning asm includes (.i) files
  64.    has been corrected...
  65.  - While saving configuration ADV testes if the internal
  66.    save buffer is full, this testing had an stupied error
  67.    causing AutodocViewer to always believe the save buffer
  68.    was full (ready for writting), making the save routine
  69.    extremely slow... No wonder I couldn't optimize it more
  70.    than 20%... Now it's extremely fast... The optimization
  71.    done in the beta v1.16 are probably as succsess full as
  72.    the optimization of loading configuration...
  73.  
  74. Changes in beta v1.16
  75.  
  76.  New features
  77.   - Menuitem "Windows -> Edit Includes" has been implemented
  78.     this makes it possible to add/remove single include files
  79.   - Load configuration is optimized with approx. 70%
  80.   - Save configuration is optimized with approx. 20%
  81.  
  82.  Bugs fixed
  83.  - When a public screen named "AutodocViewer" already exists,
  84.    AutodocViewer Lite just exited. Now a new public screen
  85.    called "AutodocViewer.x" are opened instead. Where "x"
  86.    are in the range from 1 to 9.
  87.  - Resizing Viewer window just after text font change caused a
  88.    system failure, this has been corrected.
  89.  
  90.  
  91. Changes in beta v1.15
  92.  
  93.  New features
  94.  - Now the user are able to scan all functions in the selected
  95.    autodoc for matching symbols found in other autodocs and
  96.    include files
  97.  
  98.  Bugs fixed
  99.  - Stupid me!!! I forgot to check to create groups in the
  100.    v1.14 release, so beta v1.14 was unusable. Stupid, stupid,
  101.    stupid x 999999999
  102.  - Minor optimizations
  103.  
  104.  
  105. Changes in beta v1.14
  106.  
  107.  New features
  108.  - AutodocViewer can open on any public or custom screen
  109.  
  110.  Bugs fixed
  111.  - If an autodoc are added from a root directory, AutodocViewer
  112.    was not able to locate it. Reason, it cleared the ":" in
  113.    the device name???
  114.  - While sorting the groups alphabetical, the AutodocViewer
  115.    writes into forbidden memory causing the Amiga to crash.
  116.    Corrected, now it writes into correct memory area.
  117.  - Rename Group Requester did show the C format string instead
  118.    of the result of _LVORawDoFmt().
  119.  
  120. Updates and support at http://home.c2i.net/regulus
  121.