Wiki

Changes between Initial Version and Version 1 of GeanyIde

Show
Ignore:
Timestamp:
06/23/12 02:49:46 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeanyIde

    v1 v1  
     1== Geany == 
     2 
     3This is not a CLR-based nor JVM-based IDE, but it is otherwise a nice lightweight IDE. The editing component is based on Scintilla. 
     4 
     5A similar kind of IDE would be CodeLite. 
     6 
     7Geany has a bona fide manual that you can quickly skim through to get tips. 
     8 
     9 
     10== Set Up == 
     11 
     121) Under Menu > Tools > Configuration Files > filetype_extensions.conf 
     13Add this under [Extensions]: 
     14{{{ 
     15Cobra=*.cobra; 
     16}}} 
     17 
     182) Put filetypes.Cobra.conf in ~/.config/geany/filedefs 
     19 
     20Note that this currently uses the "Python lexer mode" for Scintilla. Although not perfect, it's not bad. [HelpWanted We could use a lexer mode for Scintilla] which would then get reused in multiple projects. 
     21 
     22 
     23== See Also == 
     24 
     25 * [wiki:IDESupport] 
     26 * EditorSupport 
     27 * http://www.geany.org/ 
     28 * http://wiki.geany.org/