Wiki

Changes between Version 3 and Version 4 of SciTE

Show
Ignore:
Timestamp:
11/25/10 05:39:24 (14 years ago)
Author:
torial
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • SciTE

    v3 v4  
    1 There are two contribs for SciTE. 
     1There are three contribs for SciTE. 
    22 
     3 * [http://cobra-language.com/forums/viewtopic.php?f=4&t=33&p=3591#p3591 Forums Posting] in 2010-11 by torial 
    34 * [http://cobra-language.com/forums/viewtopic.php?f=4&t=172 Forums Posting] in 2008-10 by gogobyte 
    45 * [http://cobra-language.com/forums/viewtopic.php?f=4&t=33 Forums Posting] in 2008-02 by Dafra 
    56 
    67See also: EditorSupport 
     8 
     9To 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: 
     10 
     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. 
     12 * Add "import cobra" to the list of imports.  Search for "import asm" to find the location in the file. 
     13 * 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.