A custom text editor with syntax highlighting for WinForms.
It works well with small, medium, large and very-very large files.
Forked from this project by Pavel Torgashov to add support for .NET 6+.
Supported platforms:
- .NET 6+
- .NET Framework 4.x
It has such settings as foreground color, font style, background color which can be adjusted for arbitrarily selected text symbols.
One can easily gain access to a text with the use of regular expressions. WordWrap, Find/Replace, Code folding and multilevel Undo/Redo are supported as well.
More details: https://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting
Copyright © Pavel Torgashov, 2011-2016, [email protected].
Copyright © Paul Wurth S.A. 2022.
This repository is licensed with the GNU Lesser General Public License v3.0 only (LGPL-3.0-only). See also the GNU General Public License v3.0 only (GPL-3.0-only).