C2019-025_Ability-to-Toggle-Replace-Words

This commit is contained in:
2025-01-27 13:38:48 -05:00
parent 71130bd26b
commit 37c5b23a86
12 changed files with 20 additions and 249 deletions

View File

@@ -202,6 +202,7 @@ namespace Volian.Base.Library
get { return VlnSettings._StepTypeToolTip; }
set { VlnSettings._StepTypeToolTip = value; }
}
// C2029-025 Show or hide replace words. Can highlight replace words in editor.
private static bool _cbShwRplWrdsColor = false;
public static bool cbShwRplWrdsColor
{