Wiki

Changes between Version 2 and Version 3 of ContinuumIde

Show
Ignore:
Timestamp:
07/05/10 05:44:55 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContinuumIde

    v2 v3  
    11Continuum is described as "a light-weight native OS X IDE for Mono". 
    22 
    3 Hosted at http://code.google.com/p/continuum-ide/ 
     3It is hosted at http://code.google.com/p/continuum-ide/ as an open source project. Written by Jesse Jones. 
    44 
    55There 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. 
    66 
    7 See also: EditorSupport 
     7If launched from the command line, Continuum may say: 
     8{{{ 
     9WARNING: The locate database (/var/db/locate.database) does not exist. 
     10To create the database, run the following command: 
     11 
     12  sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist 
     13 
     14Please be aware that the database can take some time to generate; once 
     15the database has been created, this message will no longer appear. 
     16}}} 
     17 
     18You don't have to create the "locate" database, but Continuum's "open selection" won't be able to find files and right-clicking on types won't let you open the associated file. 
     19 
     20See also: [wiki:IDESupport], EditorSupport