Wiki

Changes between Version 9 and Version 10 of IDESupport

Show
Ignore:
Timestamp:
11/14/10 20:38:36 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IDESupport

    v9 v10  
    1 = IDE support = 
     1== IDE support == 
    22 
    3 Support within an IDE for cobra is still developing but we have some small beginnings in the following: 
    4  
    5 == !CodeLite == 
    6  
    7 !CodeLite is a multiplatform IDE for C/C++ with some support for other languages.[[BR]] 
    8 See the [http://codelite.org CodeLite] web site for details. 
    9  
    10 Some support is available as an addon to  !CodeLite-1.0.3035 with the insertion of the  
    11 provided [wiki:CodeLite1 Codelite1 config files] laid onto a clean installation.[[BR]] 
    12  
    13 Somewhat more support is available for !CodeLite2 (for 2.0.3365) with a similar addon of 
    14 [wiki:CodeLite2 Codelite2 config files]. 
    15  
    16 A [http://mercurial.selenic.com/ mercurial] tree of these configurations and notes is available on [http://bitbucket.org/hops/cobra/src/tip/IDE/CodeLite/ bitbucket] 
    17 The repository root is at [http://bitbucket.org/hops/cobra bitbucket/hops/cobra] 
    18  
    19 See also the !CodeLite Workspace (directory of workspace, project and support files) for building the cobra compiler under !CodeLite  
    20 described at CodeliteCobraWorkspace. 
    21  
    22 TODO: Break out a CodeLite wiki page 
    23  
    24 == Other IDEs == 
    25  
     3 * VisualStudio 
    264 * MonoDevelop 
    275 * SharpDevelop 
    28  * VisualStudio 
     6 * CodeLite 
    297 
    308== See Also == 
     9 
     10An IDE is not required for development. Some developers prefer a [EditorSupport powerful editor] instead. 
    3111 
    3212 * EditorSupport