Scintilla.NET icon indicating copy to clipboard operation
Scintilla.NET copied to clipboard

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

Results 4 Scintilla.NET issues
Sort by recently updated
recently updated
newest added

I get this exception in" VisualStudio 2015" and a crash in "Visual Studio 2022" after changing the property "RightToLeft" (Me.Scintilla1.RightToLeft = System.Windows.Forms.RightToLeft.Yes). In Windows EventViewer i get these entries: Application:...

It's OK when .Technology = Default, specified font will be displayed. When .Technology = Technology.DirectWrite, it seems font is reset to default. do I need to set something else?

If I'm not mistaken, the two "change history" methods have yet to be implemented: https://www.scintilla.org/ScintillaDoc.html#SCI_SETCHANGEHISTORY

enhancement
backlog

I downloaded latest available source code. Took sample application provided within the repo, add Scintilla.Net control source code as project reference to solution. Program compiles fine and runs, but when...

bug
backlog