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.
2 parents f5e5016 + b7b4097 commit bac9012Copy full SHA for bac9012
Tests/External/Plugins/ASCompletion.Tests/MainForm.cs
@@ -26,6 +26,11 @@ public void RefreshSciConfig()
26
throw new NotImplementedException();
27
}
28
29
+ public void RestartRequired()
30
+ {
31
+ throw new NotImplementedException();
32
+ }
33
+
34
public void ThemeControls(object control)
35
{
36
// Not implemented
@@ -228,6 +233,11 @@ public Image FindImageAndSetAdjust(string data)
228
233
229
234
230
235
236
+ public int GetInstanceCount()
237
238
239
240
231
241
public ISettings Settings { get; set; }
232
242
243
public ToolStrip ToolStrip
0 commit comments