Skip to content

A custom text editor with syntax highlighting for WinForms.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

paul-wurth/PW.FastColoredTextBox

 
 

Repository files navigation

PW.FastColoredTextBox

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+.

FastColoredTextBox Sample

Supported platforms:

  • .NET 6+
  • .NET Framework 4.x

Features

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

License

Copyright © Pavel Torgashov, 2011-2016, pavel_torgashov@ukr.net.
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).

About

A custom text editor with syntax highlighting for WinForms.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.7%
  • Visual Basic .NET 20.3%