Matthew Schill mschill
  • Joined on 2024-09-05
mschill pushed to Development at Volian/SourceCode 2026-01-14 16:07:05 -05:00
4273d72b9d Merge pull request 'F2026-001 Added the ability to prefix a Continuous Action sub-step tab with its parent tab.' (#682) from F2026-001_Add_Parent_Tab_To_CAS_Step into Development
30f56d1f9b F2026-001 Added the ability to prefix a Continuous Action sub-step tab with its parent tab.
Compare 2 commits »
mschill merged pull request Volian/SourceCode#682 2026-01-14 16:07:04 -05:00
F2026-001 Added the ability to prefix a Continuous Action sub-step tab with its parent tab.
mschill suggested changes for Volian/SourceCode#676 2026-01-14 15:54:00 -05:00
C2022-003-Change-Textboxes-to-RTF-3

Looks like only remaining items are

mschill commented on pull request Volian/SourceCode#676 2026-01-14 15:48:34 -05:00
C2022-003-Change-Textboxes-to-RTF-3

still here

mschill commented on pull request Volian/SourceCode#676 2026-01-14 09:26:17 -05:00
C2022-003-Change-Textboxes-to-RTF-3

Commented out code?

mschill commented on pull request Volian/SourceCode#676 2026-01-14 09:26:17 -05:00
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?

mschill suggested changes for Volian/SourceCode#676 2026-01-14 09:26:17 -05:00
C2022-003-Change-Textboxes-to-RTF-3

see question regarding ctlxml edit --- textbox vs RoRichTextbox.

mschill commented on pull request Volian/SourceCode#676 2026-01-14 07:27:04 -05:00
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…

mschill suggested changes for Volian/SourceCode#676 2026-01-14 07:13:24 -05:00
C2022-003-Change-Textboxes-to-RTF-3

Looks like only 2 items remain. 1 major, 1 minor.

mschill commented on pull request Volian/SourceCode#676 2026-01-14 06:36:41 -05:00
C2022-003-Change-Textboxes-to-RTF-3

Still in there - now line 3453/4.

mschill created pull request Volian/SourceCode#680 2026-01-12 15:20:51 -05:00
C2025-043 Admin Tool - Data Check - Tool to identify and report RO's that are not used in any of the PROMS data.
mschill pushed to C2025-043 at Volian/SourceCode 2026-01-12 15:19:21 -05:00
52dbd8afec C2025-043 Admin Tool - Data Check - Tool to identify and report RO's that are not used in any of the PROMS data.
mschill commented on pull request Volian/SourceCode#676 2026-01-12 13:53:40 -05:00
C2022-003-Change-Textboxes-to-RTF-3

see previous comment regarding:

mschill commented on pull request Volian/SourceCode#676 2026-01-12 10:18:08 -05:00
C2022-003-Change-Textboxes-to-RTF-3

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…

mschill created pull request Volian/SourceCode#679 2026-01-09 09:12:52 -05:00
C2025-043 Admin Tool - Data Check - Tool to identify and report RO's that are not used in any of the PROMS data.
mschill created branch C2025-043 in Volian/SourceCode 2026-01-09 09:10:08 -05:00
mschill pushed to C2025-043 at Volian/SourceCode 2026-01-09 09:10:08 -05:00
ac88add40b C2025-043 Admin Tool - Data Check - Tool to identify and report RO's that are not used in any of the PROMS data.
mschill commented on pull request Volian/SourceCode#676 2026-01-08 07:53:12 -05:00
C2022-003-Change-Textboxes-to-RTF-3

Never mind - I didn't notice that these lines were commented out in the original (lines 2942-2946 in the original file.

mschill commented on pull request Volian/SourceCode#676 2026-01-08 07:45:19 -05:00
C2022-003-Change-Textboxes-to-RTF-3

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…