ScintillaNET
ScintillaNET copied to clipboard
A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
 I need help to remove this corner. I want a image clear  Can anyone help me?
I have my own Regex find-replace dialog that's always worked pretty well. Except if a text document contains characters with more than one Unicode code point, it throws off the...
Trying to use `Lines(n).Indentation` property, but it doesn't seem to have any effect. I'm adding the code in the `Insert` / `Delete` events when the line count has changed. Any...
Hello, Is there a chance to run Scintilla.NET on .NET core and Avalonia UI?
Using this code to try and change the end of line type and Scintilla will crash the whole app... `` Scintilla.ConvertEols(Eol.Cr); Scintilla.Refresh(); ``
```cs private void sctTest_CallTipClick(object sender, CallTipClickEventArgs e) { if (e.CallTipClickType == CallTipClickType.UpArrow) { // do something with it.. } } ``` Hopefully this great project is "still in active development"!...
Hi, I am trying to set my default text to the following: ``` // Syntax // CONFIG name: [machineName] ``` I have used the following XML: ```xml ``` However instead...
The title says... I'm using Cpp Style, but i'm using for Javascript. There's a way to recognize and highlight backtick as string?