FCTB-wired 2.17.0

dotnet add package FCTB-wired --version 2.17.0
NuGet\Install-Package FCTB-wired -Version 2.17.0
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="FCTB-wired" Version="2.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FCTB-wired --version 2.17.0
#r "nuget: FCTB-wired, 2.17.0"
#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.
// Install FCTB-wired as a Cake Addin
#addin nuget:?package=FCTB-wired&version=2.17.0

// Install FCTB-wired as a Cake Tool
#tool nuget:?package=FCTB-wired&version=2.17.0

FastColoredTextBox

This is a fork of the .Net 6 conversion of Pavel's Fast Colored TextBox. This fork builds on the existing Textbox to add new features, such as unlimited text styling, a blinking text style and text block indentation guides. (I still have to merge these features into this fork, but they will be present shortly)

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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.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.17.0 327 11/7/2023

Migrated to .NET 6.0.  Added a third set of matching brackets.  Removed Style quantity limits.  Added blinking style support.