Version 5 (modified by torial, 14 years ago) |
---|
There are three contribs for SciTE.
- Forums Posting in 2010-11 by torial
- Forums Posting in 2008-10 by gogobyte
- Forums Posting in 2008-02 by Dafra
See also: EditorSupport
To use a cobra.properties file, as provided in one of the forum posts, be sure to make the following changes to the SciTEGlobal.properties files:
- Add "Cobra|cobra||\" to the list of languages set to the menu.language property. Search for "menu.language=\" to find the location in the file.
- Add "import cobra" to the list of imports. Search for "import asm" to find the location in the file.
- OPTIONAL: Add a .cobra file extension, by adding "*.cobra;" to the list of extensions assigned to the "source.files" property. Then add "$(filter.cobra)\" to the assignments to the "open.filter" property. Search for "source.files" to find the location in the file.
Attachments
-
cobra.properties
(3.3 KB) - added by torial
14 years ago.
Cobra properties file
-
cobraproj.properties
(3.0 KB) - added by torial
14 years ago.
Cobraproj properties file
-
SciTEGlobal.properties
(20.0 KB) - added by torial
14 years ago.
SciteGlobal? Properties file