This commit is contained in:
@@ -76,6 +76,7 @@ namespace AyaNovaQBI
|
||||
if (e.ClickedItem.Tag == null) return;//probably just a container menu item / not a special menu item
|
||||
|
||||
string tag = e.ClickedItem.Tag.ToString();
|
||||
System.Diagnostics.Debug.WriteLine($"you clicked on {tag}");
|
||||
if (tag.StartsWith("~"))
|
||||
_CurrentTextEditor.Text = _CurrentTextEditor.Text.Insert(_CurrentTextEditor.SelectionStart, tag);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user