Wiki

Changes between Version 5 and Version 6 of ContinuumIde

Show
Ignore:
Timestamp:
07/05/10 06:11:34 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContinuumIde

    v5 v6  
    1111There is no specific Cobra support at this point, but Continuum has a pluggable architecture and it's open source, so it should certainly be possible. 
    1212 
    13 You can open the app preferences panel, select language globs from the left, and use the + button to add a *.cobra glob with the text language (or something close to Cobra syntax to get some highlighting, such as Python). You can also add a custom language if you're comfortable with regexen by pressing the Open Languages button there. 
     13You can open the app preferences panel, select language globs from the left, and use the + button to add a *.cobra glob with the text language (or something close to Cobra syntax to get some highlighting, such as Python). 
     14 
     15You can also add a custom language if you're comfortable with regexen by pressing the Open Languages button there. Let's say you copy Python.xml from "standard" to "user", renaming it to "Cobra.xml". The full path will then be: 
     16{{{ 
     17~/Library/Application\ Support/Continuum/languages/user/Cobra.xml 
     18}}} 
    1419 
    1520== Tips ==