Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Mautodoc | Description: | MUI autodoc viewer, simple and efficient | Download: | mautodoc.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 15kb | Version: | 0.20 | Date: | 15 Aug 2008 | Author: | Mathias 'Corto' Parnaudeau | Submitter: | Mathias 'Corto' Parnaudeau | Email: | mathias p/wanadoo fr | Homepage: | http://amigadev.free.fr | Requirements: | TextEditor_mcc | Category: | development/utility | Replaces: | development/utility/mautodoc.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 3931 | | | Snapshots:
 | |
| Comments: | 1 | Snapshots: | 2 | Videos: | 0 | Downloads: | 327 (Current version) | | 405 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
* Autodoc paths
At startup, MAutodoc looks for autodoc files in the default directories :
- gg:autodocs for MorphOS
- SDK: for AmigaOS4
For example on OS4, autodocs are in the directory "SDK:Documentation/AutoDocs/".
I put my MUI autodocs in a subdirectory "MUI/" that is parsed too.
If you want to give more paths, just put them in argument when running the
program.
* Easy to use
Once the window opened, libraries are split into 3 lists :
- System : all the common autodocs
- MUI : specific includes concerning MUI classes
- ReAction : specific includes concerning ReAction classes
Just click one of the 3 tabs and choose a library in the list.
Then click on a function name to see its documentation.
* Future
I know this autodoc viewer is not finished and could add several user oriented
features :
- add more default include paths thanks to a nice prefs window
- add icons or something to distinguish attributes and methods
- manage 2 environments to swap, a nice feature for those who use
cross-compilation
* Changes in version 0.20
- Added tab for Reaction
- Added detection of marker 0x0c (normally put between two functions as
separator).
- Added parsing of doc files only
- Added AmiUpdate support for OS4
- Removed general warnings, cleaned the code
|