 DaMMratter
Member
|
Hi all,
i want to add a new type of file to PN2, but i don’t know where to start. The programming language is Blaise, its main page is http://www.blaise.com.
The syntax is something like this:
IF (AD1a1 = C01 OR AD1a1 = C02) THEN
counter := counter + 1
ENDIF
{} is used for commenting
Is it possible to perform this?
Thanks for your time.
|
 simon
Key Master
|
Hi, should be possible with the custom schemes stuff. I’m afraid it’s not the best documented thing ever, but these two links should help:
1. Example custom scheme for powershell:
http://code.google.com/p/pnotepad/downloads/detail?name=powershell.schemedef&can=2&q=
2. Some documentation for the file format:
http://pnotepad.org/docs/howto/add_support_for_your_language
Feel free to ask on here for help if you have issues. I know this area needs some improvement and all feedback welcome.
|