Changes between Version 6 and Version 7 of PN
- Timestamp:
- 07/22/09 00:07:39 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PN
v6 v7 1 1 Cobra Support for PN [http://www.pnotepad.org/ Programmer's Notepad 2] 2 2 3 * setting : 4 * attached file 'cobra.scheme' into PN's schemes directory. 5 * select to menu {{{Tools> Options> AutoComplete> AutoComplete After: ~ characters}}} 3 * Enable keyword highlights : 4 * attached file 'cobra.scheme' into PN's schemes directory. (this work might have to be done before it is started most first. ) 5 * Hint to improvement: [http://pnotepad.org/docs/howto/add_support_for_your_language] 6 7 * Enable autocomplete : 8 * choose menu: {{{Tools -> Options -> AutoComplete -> AutoComplete After: ~ characters}}} 9 10 * Enable auto lexer-select : 11 * choose menu: {{{Tools -> Options -> Files(Files tree root)}}} 12 * Add '.cobra' and select Cobra scheme 13 14 * Enable Tags(Ctags) 6 15 * edit to (PN directory)/taggers/ctags/additionalSupportedSchemes.ini 7 16 * edit to (PN directory)/taggers/ctags/additionalLanguages.conf 8 * (or attached example file into ctags directory.) See also [http://cobra-language.com/forums/viewtopic.php?f=4&t=447 Forums] 17 * (or attached example file into ctags directory and overwrite.) See also [http://cobra-language.com/forums/viewtopic.php?f=4&t=447 Forums] 18 * Hint to improvement: [http://pnotepad.org/docs/howto/tag_custom_languages] 19 20 ---- 21 9 22 * tested : portable version for Windows. 23 10 24 * issue : 11 * does not automatic lexer select.25 * block comment does not suit syntax highlighting. 12 26 * Ctags does only limited operation. 13 * improvement hint :14 * [http://pnotepad.org/docs/howto/add_support_for_your_language]15 * [http://pnotepad.org/docs/howto/tag_custom_languages]16