We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9345700 commit 5ce891bCopy full SHA for 5ce891b
1 file changed
Src/LexText/ParserUI/ParserListener.cs
@@ -586,6 +586,15 @@ public bool OnCheckParserOnCurrentText(object argument)
586
return true; //we handled this.
587
}
588
589
+ public bool OnDisplayCheckParserOnCurrentText(object commandObject, ref UIItemDisplayProperties display)
590
+ {
591
+ CheckDisposed();
592
+
593
+ display.Enabled = CurrentText != null;
594
595
+ return true; //we handled this.
596
+ }
597
598
public bool OnCheckParserOnGenre(object argument)
599
{
600
CheckDisposed();
0 commit comments