Vax-FCTB 2.17.0.101

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

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

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.

Update Logs

24-12-30 (V2.17.0.101)

  • CJK wordwrapping improvements (not perfect)

24-12-30 (V2.17.0.100)

  • Reforked from Wiredwizard:-Daxanius:-PavelTorgashov

24-12-25 (V2.16.27.106)

  • Improved CJK support with demo added,now it suits general CJK application comfortably.
  • CN:添加了CJK支持,做了demo,现在支持一般CJK应用没问题。

24-12-24 (V2.16.27.103)

  • Add UseCJK property, may need further improvements.

24-12-20 (V2.16.27.100)

  • Start to support correct displaying Chinese based on the lately found fork by Daxanius, though not perfect, still needs some tweeks in later version
  • CN:在能找到的最新的Daxanius版本上增加了汉字显示支持,虽不完美还需在以后版本调整
  • Multitargeting net6.0-8.0

Known Issues

  • CJK wordwrap may exceed the right boundry, will see to solve later.

Fast Colored TextBox

image

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

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

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.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.
  • net7.0-windows7.0

    • No dependencies.
  • net8.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.101 94 12/31/2024
2.16.27.106 92 12/25/2024
2.16.27.104 75 12/25/2024
2.16.27.103 85 12/24/2024
2.16.27.101 82 12/23/2024
2.16.27.100 86 12/23/2024

- CJK wordwrapping improvements (not perfect)
- Reforked from Wiredwizard:-Daxanius:-PavelTorgashov
- CJK support/中日韩文支持
- Targeting NET6.0-8.0