Programmers Notepad configuration for Harbour
copy harbour.* to pn\schemes copy additional* to pn\ctags copy JoseQuintas.xml to pn\presets
On tools-option-files, set to Harbour .prg, .ch, .hbp, .hbc, .hbm To select my color configuration, on tools-option-Styles, select JoseQuintas and click on LOAD button
Note: ctags file have configuration to field/table but is not activated, you can do this. (Not sure about to be usefull)
enjoy
Programmers Notepad Home PNotepad
Colorized keywords
Auto Completation
Intellisense
CTags Index
Tools
Capture Error Messages
Harbour help as a tool
Find in Files
Edit when Find in Files is open
Divide/subdivide Window with different files
Divide/subdivide window with same file
Encoding options with autodetection(ANSI uses Windows default, no codepage option)
End of Line format with autodetection
Code folding
And many other options
API setup
Scheme setup
CTags setup 1
Ctags setup 2
Annotation (not sure about to need all files):
harbour.api - Harbour Syntax for procedure/functions (Intellisense)
harbour.schemedef - Harbour color scheme
harbour.scheme - Harbour color scheme (if not defined on .schemedef)
usersettings.ini - global settings changed by user
usersettings.xml - Harbour settings changed by user
usertools.xml - tools (Compile)
On harbour.api I include ignoreCase="yes", but syntax continues case sensitive.
I create a routine to extract parameters list from PRG source code, but I do not know to do the same from C source code, then not all functions are available on harbour.api.