Changes between Version 4 and Version 5 of ContinuumIde
- Timestamp:
- 07/05/10 05:52:16 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContinuumIde
v4 v5 1 = Continuum = 2 3 == Introduction == 4 1 5 Continuum is described as "a light-weight native OS X IDE for Mono". 2 6 3 7 It is hosted at http://code.google.com/p/continuum-ide/ as an open source project. Written by Jesse Jones. 4 8 9 == Cobra == 10 5 11 There 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. 12 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. 14 15 == Tips == 6 16 7 17 If launched from the command line, Continuum may say: … … 20 30 As of 2010-07, the Continuum launch script inside the app needs write access to the app directory. So if you have trouble launching, make the app directory writeable and try again. 21 31 22 See also: [wiki:IDESupport], EditorSupport 32 == See Also == 33 34 [wiki:IDESupport], EditorSupport