Example #1
0
 internal void ShowHideIndentationFixMenu(bool Show)
 {
     if (PluginEditorBaseSplit.InvokeRequired)
     {
         ShowHideIndentationFixMenu_d SHIFM_d = new ShowHideIndentationFixMenu_d(ShowHideIndentationFixMenu);
         PluginEditorBaseSplit.Invoke(SHIFM_d, new object[] { Show });
     }
     else
     {
         FixPythonIndentationToolStripMenuItem.Visible = Show;
     }
 }
Example #2
0
 internal void ShowHideIndentationFixMenu(bool Show)
 {
     if (PluginEditorBaseSplit.InvokeRequired)
     {
         ShowHideIndentationFixMenu_d SHIFM_d = new ShowHideIndentationFixMenu_d(ShowHideIndentationFixMenu);
         PluginEditorBaseSplit.Invoke(SHIFM_d, new object[] { Show });
     }
     else
     {
         FixPythonIndentationToolStripMenuItem.Visible = Show;
     }
 }