B2026-022-Adding-RO-Editor-symbols-to-RO-Tables #738
Reference in New Issue
Block a user
Delete Branch "B2026-022-Adding-RO-Editor-symbols-to-RO-Tables"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
B2026-022-Adding-RO-Editor-symbols-to-RO-Tables.
See notes - let me know if you have any questions.
Also, this branch needs updated as it is out of date with dev. --- can click the "Update Branch by Merge" button below but then be sure to pull those changes down to your local repo.
@@ -2147,6 +2147,7 @@ namespace RODBInterfaceforeach (int chr in chrAry){if (chr > 166)Should there be a blank line inserted here?
I removed the blank line
@@ -2204,6 +2205,7 @@ namespace RODBInterfaceforeach (int chr in chrAry){if (chr > 166)Should there be a blank line inserted here?
I removed the blank line
@@ -2476,0 +2479,4 @@foreach (Match match in Regex.Matches(rtn, pattern, RegexOptions.IgnoreCase)){mValue = match.Value;mValue2 = @"\f1 " + mValue + @"\f0";Performance - Would avoid adding together strings - would suggest string interpolation.
mValue2 = $"\f1 {mValue}\f0";
note that this viewer changes the double slashes to single ones (unless you click edit on the comment - so see screenshot below)
I made the change.
@@ -2476,0 +2481,4 @@mValue = match.Value;mValue2 = @"\f1 " + mValue + @"\f0";rtn = rtn.Replace(match.Value, mValue2);// @"\f1\u9474 ?\f0")Commented out code should be removed or have text designating why it is not?
@@ -3827,6 +3840,9 @@ namespace Volian.Controls.Librarythis.MergedRanges.Clear();this.Clear();this.IsRoTable = true;//valtext = valtext.Replace(@"\u8209?", "-");Commented out code should be removed or have text designating why it is not?
I remove the comment
Please clean up per Matt's comments
changes look good
Tested with Version 2.3.2603.1716. Note that only the RO table portion was corrected under this CSM item even though the x/y plot problem was also reported on the same CSM item. The X/Y portion will be fixed under B2026-023 which was for the Find Doc Ro not working properly. The RO Tables are working as expected. I updated the testing document and it is attached. MV