Cobra Support for PN [http://www.pnotepad.org/ Programmer's Notepad 2] * Enable keyword highlights : * attached file 'cobra.scheme' into PN's schemes directory. (this work might have to be done before it is started most first. ) * Hint to improvement: [http://pnotepad.org/docs/howto/add_support_for_your_language] * Enable autocomplete : * choose menu: {{{Tools -> Options -> AutoComplete -> AutoComplete After: ~ characters}}} * Enable auto lexer-select : * choose menu: {{{Tools -> Options -> Files(Files tree root)}}} * Add '.cobra' and select Cobra scheme * Enable Tags(Ctags) * edit to (PN directory)/taggers/ctags/additionalSupportedSchemes.ini * edit to (PN directory)/taggers/ctags/additionalLanguages.conf * (or attached example file into ctags directory and overwrite.) See also [http://cobra-language.com/forums/viewtopic.php?f=4&t=447 Forums] * Hint to improvement: [http://pnotepad.org/docs/howto/tag_custom_languages] ---- * tested : portable version for Windows. * issue : * block comment does not suit syntax highlighting. * Ctags does only limited operation.