Wiki

Changes between Version 9 and Version 10 of SciTE

Show
Ignore:
Timestamp:
06/23/12 02:29:12 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SciTE

    v9 v10  
    11'''''How to add Cobra (simplest):''''' 
    2 ---- 
    32 
    43The simplest way to add Cobra support is to overwrite the Global properties file, add the cobra.properties file, and the cobraproj.properties file -- all 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" 
     
    2019 
    2120'''''How to add Cobra While Preserving an existing Global Properties file:''''' 
    22 ---- 
    2321 
    2422To 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: 
     
    2826 * OPTIONAL: Add a .cobra and .cobraproj file extensions, by adding "*.cobra;*.cobraproj" to the list of extensions assigned to the "source.files" property.  Then add "$(filter.cobra)\" and "$(filter.cobraproj)\" to the assignments to the "open.filter" property.  Search for "source.files" to find the location in the file.   
    2927 
    30 ---- 
    31 See also: EditorSupport 
     28 
     29== See also == 
     30 
     31 * EditorSupport 
     32 * http://www.scintilla.org/ 
     33 * http://en.wikipedia.org/wiki/SciTE 
     34 * http://en.wikipedia.org/wiki/Scintilla_(editing_component)