home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Outils / Environnement / GolDICE.readme < prev    next >
Encoding:
Text File  |  1998-09-24  |  3.6 KB  |  97 lines

  1. Short:    GoldED-scripts for C prog - bug fixed!
  2. Author:   berendes@reze-1.rz.rwth-aachen.de (Stefan Berendes)
  3. Uploader: berendes@reze-1.rz.rwth-aachen.de (Stefan Berendes)
  4. Type:     dev/c
  5. Replaces: dev/c/GolDICE.lha
  6.  
  7. oops, the first release was too quick. It contains a lot of bugs, so, please
  8. don't use it anymore! I'm sorry for that, and I hope this release is better.
  9.  
  10. PURPOSE
  11.  
  12.   This is a collection of files to make life as a C programmer a bit easier.
  13.   They require GoldED by Dietmar Eilert. The error parsing scripts also
  14.   require DICE commercial by Obvious Implementations Corp.
  15.  
  16. COPYRIGHT
  17.  
  18. The complete package is ⌐ Copyright 1995 Stefan Berendes. All rights reserved.
  19. May only be distributed on Aminet and via noncommercial BBS.
  20. May also be included to any GoldED distribution package by Dietmar Eilert.
  21.  
  22. Some of the ARexx scripts are based on scripts originally written by
  23. Franτois Helsen and Dietmar Eilert.
  24. The install script is based on install scripts by Dietmar Eilert.
  25.  
  26. If you modify the scripts, please send me a copy of the modified files
  27. or at least the modifications you made. New scripts are also welcome for
  28. inclusion to this package.
  29.  
  30. For comments, bug reports, flames, improvisations etc, send Email to
  31.  
  32.     BERENDES@reze-1.rz.rwth-aachen.de
  33.     Stefan Berendes, 2:2452/107.38      (FidoNet)
  34.  
  35. or Snailmail
  36.  
  37.     Stefan Berendes
  38.     K÷nigstr. 62
  39.     52064 Aachen
  40.     Germany
  41.  
  42.  
  43. INSTALLATION
  44.  
  45.   Simply run the provided install script. At least GoldED 3.0.1+ is required.
  46.   (It may run under previous versions of the editor, but it has not been
  47.   tested though.)
  48.  
  49.   My private suggestion is:
  50.  
  51.   Run the install script. Replace your old quickstarter with the new one
  52.   provided in this package. When the editor pops up, select "USE new presets"
  53.   and "SAVE preferences". Save the prefs as e.g. "GolDICE.prefs". Now start
  54.   the editor with the command
  55.  
  56.     "ed arexx GOLDED.DICE config GoldED:config/GolDICE.prefs FORCE <filename>"
  57.  
  58.   (you may set an alias or use Stefan Becker's ToolManager to do this).
  59.   Please note that the Arexx port name GOLDED.DICE is required by the arexx
  60.   scripts.
  61.   You may also load the C syntax parser, auto indent and other programmer
  62.   specific presets. Save the prefs. When running GoldEd with the command
  63.   above, you will get a programmer specific editor with syntax parsing and
  64.   the like. Special tip: To interrupt your session, press <right amiga>-%,
  65.   and your session with all open files will be saved and restored when you
  66.   start your editor again.
  67.   To edit some text, e.g. a mail, simply call the editor with "ed <filename>"
  68.  
  69. QUICKSTARTER:
  70.  
  71.     A modified version of GoldEDs quickstarter "Ed". This one accepts a
  72.     FORCE/S switch as argument. If this switch is specified, only an
  73.     already running GoldED is accepted that has an Arexx port with the
  74.     same name as specified with the AREXX/K keyword. Otherwise a new
  75.     GoldED is started with the given ARexx port and config file.
  76.     This is a workaround for the missing capability of GoldED to have
  77.     window-dependant configurations. This feature may become obsolete
  78.     in the near future ;-)
  79.  
  80.     Note: The scipts require GoldEDs Arexx port to be named GOLDED.DICE.
  81.     Use the following command to set up editor:
  82.  
  83.     "Ed AREXX GOLDED.DICE CONFIG GoldED:config/GolDICE.prefs FORCE"
  84.  
  85.  
  86. PRESETS:
  87.  
  88.     My menu and keyboard settings. Support all the new scripts and also
  89.     require some of the scripts that came with GoldED. For function key
  90.     setting see the README file.
  91.  
  92. AREXX:
  93.  
  94.     A collection of useful ARexx scripts, including errorhandling
  95.     (requires DICE 3.0 commercial), compiler control, programming
  96.     support and misc functions. See the README file.
  97.