home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / dlerror / product-info < prev   
Fred Fish's Product-Info  |  1995-10-21  |  1KB  |  69 lines

  1. .name
  2. DLError
  3. .type
  4. Development
  5. .short
  6. Error admin for DICE Pro and GoldED.
  7. .description
  8. DLError is an errors-administrator between DICE Pro and GoldED.
  9.  
  10.  
  11. It allow you to index compilation-errors in a window, and you can go
  12. quicky to errors by clicking on it.
  13.  
  14.  
  15. DLError drive GoldED with Arexx, but GoldED can also drive DLError
  16. (next error, quit DLError..) with Arexx too.
  17.  
  18.  
  19. When you compile with DICE, if there is an error, a window with a
  20. listview is openned and GoldED too in the same time. Then you have
  21. just to click on an error for GoldED to go to it.
  22.  
  23.  
  24. This package contain an Arexx script for GoldED to send Arexx command
  25. to DLError, and there is also an Arexx Script for GoldED to drive DICE
  26. Help.
  27.  
  28.  
  29. DLError was tested with GoldED release 3 but it will work with minor
  30. and superior version, if its Arexx commands are the same.
  31. .version
  32. 1.0
  33. .date
  34. 1995.5.28
  35. .author
  36. Doguet Emmanuel
  37. .requirements
  38. bgui.library
  39. .distribution
  40. Giftware
  41. .address
  42. 4, rue de Cornouailles
  43. 50130 OCTEVILLE
  44. FRANCE
  45. .email
  46. manu@ramses.fdn.org
  47. .docs
  48. DLError_Eng.guide
  49. DLError_Fr.guide
  50. .described-by
  51. Richard Fish (rjf@amigalib.com)
  52. .submittal
  53. Submitted on disk directly by the author.
  54. .aminet-dir
  55. dev/misc
  56. .execute
  57. set choice `RequestChoice "DLError" "Please select an option" "View English Guide" "View French Guide" "Cancel"`
  58. if $choice EQ "0"
  59.   quit 5
  60. endif
  61.  
  62. if $choice EQ "1"
  63.   MetaTool DLError_Eng.guide GUIDE
  64. endif
  65.  
  66. if $choice EQ "2"
  67.   MetaTool DLError_Fr.guide GUIDE
  68. endif
  69.