Top "Scintilla" questions

Scintilla is a free source code editing component.

Does Notepad++ show all hidden characters?

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++ scintilla
How to multi-line "Replace in files..." in Notepad++

If the free source code editor Notepad++ has the feature "Find in files...", that is without the files being opened …

notepad++ scintilla
How to Use Scintilla .NET in C# Project?

I am attempting to use Scintilla .NET in a project (I want a good editor + syntax highlighting, etc). Unfortunately, when …

c# .net visual-studio scintilla
Where did System.Design go?

I am making a C# project in which I am using ScintillaNet, and it says: The referenced assembly "ScintillaNet" could …

c# .net scintilla
ScintillaNET vs AvalonEdit for providing scripting interface for a WPF Application

I am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am …

c# scripting ironpython scintilla avalonedit
Notepad++ new keywords defined with regex for the Styler configuration

If I want to add new keywords in the Styler configuration for the "c" language suppose, and I have my …

regex notepad++ syntax-highlighting keyword scintilla
How does custom syntax highlighting in Scintilla work (and why doesn't mine)?

So anyways, I'm trying to implement custom syntax highlighting into a Scintilla control in Visual C#.NET. I've been told …

c# scintilla