schemes


3
Jun 05

Xml Scheme With Folding

Bizarrely, one of the most requested “bug fixes” has been the enabling of folding for the XML scheme.

This was pretty simple, in the scheme file I changed this:

<language name="xml" title="XML" folding="false"...

to

<language name="xml" title="XML" folding="true"...

(note that it’s not that simple for all languages, scintilla needs to provide for folding a language before this flag can be enabled).

The changes will be included in the next release, and in the mean time you can download the modified xml scheme here: WebFiles.scheme

So, given that I’ve wiped that one out, those that requested it please feel free to add another bug to the previous blog entry!


16
Mar 05

Ada Scheme

Rolf Ebert posted a near-complete Ada scheme to the PN feature request tracker on sourceforge (RFE Tracker) looking for help to getting it working. I finished the scheme off and it will be available with the next version of PN or you can download it now from here: PN Ada Scheme.

To install, just drop into your pn\schemes directory and re-start PN.