Changes between Version 9 and Version 10 of SciTE
- Timestamp:
- 06/23/12 02:29:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SciTE
v9 v10 1 1 '''''How to add Cobra (simplest):''''' 2 ----3 2 4 3 The 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" … … 20 19 21 20 '''''How to add Cobra While Preserving an existing Global Properties file:''''' 22 ----23 21 24 22 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: … … 28 26 * 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. 29 27 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)