ScintillaNET.WPF
ScintillaNET.WPF copied to clipboard
A WPF Wrapper around the ScintillaNET v3 control
Hi, I am trying to set the logical focus and the keyboard focus within a DocumentForm object in WPF. This does not seem to work: this.Scintilla.Scintilla.Focus (); Keyboard.Focus (this.Scintilla); Thanks!
Hello, There is a method incompatibility in ScintillaNET between .NET Framework and .NET Core which means it needs to be re-targeted if .NET Core needs to be supported (see [this...
I discovered an issue likely pertaining to the docking manager. When you drag a window outside the container (i.e., make it a floating window), it cannot be saved. At this...
Trying to create the control in XAML, I have set the lexer to Cpp but no syntax highlighting seems to occur. Just a generic white textbox. ``