Scintilla is a free source code editing component.
In Notepad++ I have set "replace tab with 2 spaces". When coding in Python I copy-pasted some code from the web …
ide editor text-editor notepad++ scintillaIf the free source code editor Notepad++ has the feature "Find in files...", that is without the files being opened …
notepad++ scintillaI am attempting to use Scintilla .NET in a project (I want a good editor + syntax highlighting, etc). Unfortunately, when …
c# .net visual-studio scintillaI am making a C# project in which I am using ScintillaNet, and it says: The referenced assembly "ScintillaNet" could …
c# .net scintillaI am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am …
c# scripting ironpython scintilla avaloneditIf I want to add new keywords in the Styler configuration for the "c" language suppose, and I have my …
regex notepad++ syntax-highlighting keyword scintillaSo anyways, I'm trying to implement custom syntax highlighting into a Scintilla control in Visual C#.NET. I've been told …
c# scintilla