home *** CD-ROM | disk | FTP | other *** search
- ; install new presets
-
- INSTALL PRESET="presets/c.api"
- INSTALL PRESET="presets/c.syntax"
- INSTALL PRESET="presets/c.indent"
- INSTALL PRESET="presets/c.dictionary"
-
- ; create new toolbar (based on the toolbar currently used for editing text)
-
- INSTALL PRESET="presets/c.gadgets" MERGEGADGETS "anytext"
-
- ; install new filetype
-
- FILETYPE ADD="(#?.c|#?.cc|#?.h)" PRI=127 DUP="anytext" PRESETS "c.api" "c.syntax" "c.indent" "c.gadgets" "c.dictionary"
-
- INFO MSG="Installation complete, please RESTART GoldED."
-