ScintillaNET icon indicating copy to clipboard operation
ScintillaNET copied to clipboard

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.

Results 103 ScintillaNET issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/61889633/168872219-818ec5d6-04a5-4847-96be-23273fbc7e6b.png) I need help to remove this corner. I want a image clear ![image](https://user-images.githubusercontent.com/61889633/168872457-4e5f6044-6482-4020-b65e-be50a428ee6a.png) 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?