home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
misc
/
fetchrefs
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-04
|
2KB
|
75 lines
.name
FetchRefs
.aminet-dir
dev/misc
.type
Developer Utility
.short
AutoDoc/C-Asm-E include look-up tool.
.description
FetchRefs is (yet another) utility to quickly look up stuff in AutoDocs
and include files. You run an ARexx script (typically assigned to a key)
from your editor when the cursor is at an unknown word. Then you get
another window with an AutoDoc or include file reference that describes
this word (if it IS described at all, of course).
With support for both AutoDocs and C, Assembler, and E include files
most programmers should not need feel overlooked. ARexx scripts are
provided for well known editors: AmokEd, CygnusEd, DME, GoldED, and
TurboText. Due to the ARexx interface, support for other editors is only
a new ARexx script away!
Other advantages include wild card support, optionally case insensitive
search, a powerful GUI driven index file generator, support for
"TagList", "Tags" and "A" postfixes to function names and a window with
a list of possibilities if you search for something that several
references match.
.version
1.1
.date
1994.10.31
.author
Anders Melchiorsen
.requirements
Requires OS2.x+
.distribution
Copyrighted but Freely Redistributable
.address
Gammel Skivevej 39
7870 Roslev
Denmark
.source
Includes source in C
.construction
DICE - version 2.07.54
.docs
ReadMeFirst
FetchRefs.doc
FetchRefs.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "FetchRefs" "Please select an option" "View Readme" "View Doc" "View Guide" "Install Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool ReadMeFirst TEXT
endif
if $choice EQ "2"
MetaTool FetchRefs.doc TEXT
endif
if $choice EQ "3"
MetaTool FetchRefs.guide GUIDE
endif
if $choice EQ "4"
Installer SCRIPT Install APPNAME FetchRefs MINUSER AVERAGE LOGFILE T:FetchRefs_Installer_log LANGUAGE english
endif