Wiki

Changes between Version 4 and Version 5 of SciTE

Show
Ignore:
Timestamp:
11/26/10 01:00:37 (14 years ago)
Author:
torial
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SciTE

    v4 v5  
    99To 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: 
    1010 
    11  * 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. 
     11 * 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. 
    1212 * Add "import cobra" to the list of imports.  Search for "import asm" to find the location in the file. 
    1313 * 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.