Changes between Version 1 and Version 2 of GeanyIde
- Timestamp:
- 06/23/12 02:51:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeanyIde
v1 v2 18 18 2) Put filetypes.Cobra.conf in ~/.config/geany/filedefs 19 19 20 3) Choose Menu > Tools > Reload Configuration 21 20 22 Note 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. 23 24 If you don't see syntax highlighting for a Cobra file, it's likely because you opened the file before setting up Geany for Cobra and now Geany is stuck on that particular file being an unknown type. The solution is to execute step 3) above. 21 25 22 26