Cobra Support for PN 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
- attached file 'cobra.scheme' into PN's schemes directory. (this work might have to be done before it is started most first)
- Enable autocomplete :
- choose menu: Tools -> Options -> AutoComplete -> AutoComplete After: [number] characters
- (If it is a new code, necessary to save the file once)
- 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 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.
See also: EditorSupport
Attachments
- cobra.scheme (2.2 KB) - added by arisawa 15 years ago.
- additionalLanguages.conf (342 bytes) - added by arisawa 15 years ago.
- additionalSupportedSchemes.ini (0.7 KB) - added by arisawa 15 years ago.