Wiki
Version 4 (modified by torial, 14 years ago)

Added a slightly updated version of the SCITE config: cobra.properties

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