View Single Post
Old 12-21-2020, 08:36 PM   #76
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote