Block a user
mschill
created branch Update_ForSQL_Compat_1_19_2026 in Volian/SourceCode
2026-01-19 09:59:44 -05:00
F2026-002_Vogtle_Top_Continue_Message
B2026-002 When parens are inside a parent / child, printing a double parens.
F2026-001 Added the ability to prefix a Continuous Action sub-step tab with its parent tab.
F2026-001 Added the ability to prefix a Continuous Action sub-step tab with its parent tab.
Looks good. Ready for QA.
C2022-003-Change-Textboxes-to-RTF-3
is it possible the objects at lines 1291/1299/1307 (dfTxt = (o as TextBox).Text;) could be RoRichTextboxes and not just Textboxes?
C2022-003-Change-Textboxes-to-RTF-3
see question regarding ctlxml edit --- textbox vs RoRichTextbox.
C2022-003-Change-Textboxes-to-RTF-3
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…