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!