Yes, there are a number of minor refinements and bigger changes that should hold me for a couple of releases.
It looks like I will be redesigning the CodeViewEditor code to move it away from its using regular expressions internally to using the new TagLister (derived from QuickParser which we added for multi-language spellcheck) since the regular expressions would fail if there are comments that use reserved chars or multi-line comments, or cdata sections. We need the TagLister for open and close tag highlighting, so being able to use it to improve CodeViewEditor code is a bonus.
|