Version 7 (modified by torial, 14 years ago) |
---|
How to add Cobra (simplest): The simplest way to add Cobra support is to overwrite the Global properties file and add the cobra.properties file -- both of which are attached to this wiki page. The location to put the associated files will typically be a location like: "C:\Program Files\Scintilla Text Editor"
How to add Cobra While Preserving an existing Global Properties file:
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