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 23bc700 commit 45e937bCopy full SHA for 45e937b
CSharpRegexTools4Npp/BNpp.cs
@@ -51,7 +51,6 @@ public static string Text
51
set
52
{
53
IScintillaGateway scintilla = new ScintillaGateway(PluginBase.GetCurrentScintilla());
54
- scintilla.ClearAll();
55
string text = BEncoding.GetScintillaTextFromUtf8Text(value, out int length);
56
scintilla.SetText(text);
57
}
0 commit comments