Wiki
Version 6 (modified by torial, 13 years ago)

added attached files

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.

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