home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
misc
/
dlerror
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-21
|
1KB
|
69 lines
.name
DLError
.type
Development
.short
Error admin for DICE Pro and GoldED.
.description
DLError is an errors-administrator between DICE Pro and GoldED.
It allow you to index compilation-errors in a window, and you can go
quicky to errors by clicking on it.
DLError drive GoldED with Arexx, but GoldED can also drive DLError
(next error, quit DLError..) with Arexx too.
When you compile with DICE, if there is an error, a window with a
listview is openned and GoldED too in the same time. Then you have
just to click on an error for GoldED to go to it.
This package contain an Arexx script for GoldED to send Arexx command
to DLError, and there is also an Arexx Script for GoldED to drive DICE
Help.
DLError was tested with GoldED release 3 but it will work with minor
and superior version, if its Arexx commands are the same.
.version
1.0
.date
1995.5.28
.author
Doguet Emmanuel
.requirements
bgui.library
.distribution
Giftware
.address
4, rue de Cornouailles
50130 OCTEVILLE
FRANCE
.email
manu@ramses.fdn.org
.docs
DLError_Eng.guide
DLError_Fr.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
dev/misc
.execute
set choice `RequestChoice "DLError" "Please select an option" "View English Guide" "View French Guide" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool DLError_Eng.guide GUIDE
endif
if $choice EQ "2"
MetaTool DLError_Fr.guide GUIDE
endif