I’ve added support for both SQL and PL/SQL in the next version of Programmers Notepad 2. The scheme is available for download separately now: SQL Scheme for PN 2
To install this scheme, simply download the file and place it in your PN\schemes directory. Re-load PN to see the new schemes. If you want to have .sql files automatically use the SQL scheme then you’ll need to open up the extmap.dat file in that same schemes directory and add a line like this:
.sql=sql
In the next version or so, PN 2 will get some UI support for managing file type to scheme mappings.
The syntax highlight looks good for pl/sql. Would it be possible to add folding for pl/sql source code, e.g. for begin/for/if-blocks?
I would really appreciate if code folding for pl/sql would be also possible. i tried to modify the schema-file, but i got no success
pn2 is a great tool and i would like to use it for pl/sql-editing…
I’m using PN version v2.0.5.48, I followed your instruction but I cannot obtain code folding for PL/SQL, even if I get right syntax hiligthting for PL/SQL and good code folding for othe languages (e.g. Java).
Can yuo help m with this?
Thanks.