FastColoredTextBox.NET10 2.16.26.9180

dotnet add package FastColoredTextBox.NET10 --version 2.16.26.9180
                    
NuGet\Install-Package FastColoredTextBox.NET10 -Version 2.16.26.9180
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastColoredTextBox.NET10" Version="2.16.26.9180" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastColoredTextBox.NET10" Version="2.16.26.9180" />
                    
Directory.Packages.props
<PackageReference Include="FastColoredTextBox.NET10" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FastColoredTextBox.NET10 --version 2.16.26.9180
                    
#r "nuget: FastColoredTextBox.NET10, 2.16.26.9180"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FastColoredTextBox.NET10@2.16.26.9180
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FastColoredTextBox.NET10&version=2.16.26.9180
                    
Install as a Cake Addin
#tool nuget:?package=FastColoredTextBox.NET10&version=2.16.26.9180
                    
Install as a Cake Tool

FastColoredTextBox.NET10

This is a .NET 10 / VS 2026 fork of the FastColoredTextBox project by Pavel Torgashov.

CodeProject article in Internet Archive: https://web.archive.org/web/20240814071016/https://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting-2

Original README below.

FastColoredTextBox

Fast Colored TextBox is text editor component for .NET. Allows you to create custom text editor with syntax highlighting. It works well with small, medium, large and very-very large files.

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.

Fast Colored TextBox

More details http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting

Nuget package https://www.nuget.org/packages/FCTB/

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.16.26.9180 451 2/19/2026

A .NET 10 / VS 2026 fork of the FastColoredTextBox project by Pavel Torgashov.