Looks good. Ready for QA.
is it possible the objects at lines 1291/1299/1307 (dfTxt = (o as TextBox).Text;) could be RoRichTextboxes and not just Textboxes?
see question regarding ctlxml edit --- textbox vs RoRichTextbox.
I believe the major issue is related to - if you search ctlXMLEdit.cs -- you will notice a number of places where Textboxes are being used instead of your new RoRichTextBox and I believe it can't…
I sent an email Friday - but so it doesn't get lost / we have it here also / we remember to test this when this item goes for testing: It appears this may need some further work to get it to…
Never mind - I didn't notice that these lines were commented out in the original (lines 2942-2946 in the original file.
I believe a regex replace will work.
Your pattern would need to have a negative lookahead for u.
Here is an example of a regex with a lookahead:
https://stackoverflow.com/questions/4984162…