public void ShowErrorTip(Keyrox.SourceCode.Word word)
 {
     ScriptToolTipController.ShowHint(word.BuildErrorTip(), Cursor.Position);
 }
Beispiel #2
0
 public void ShowErrorTip(Keyrox.SourceCode.Word word)
 {
     this.BeginInvoke(new Callback(delegate() {
         ScriptToolTipController.ShowHint(word.BuildErrorTip(), Cursor.Position);
     }));
 }