TextControlBox.JuliusKirsch 1.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TextControlBox.JuliusKirsch --version 1.4.1
                    
NuGet\Install-Package TextControlBox.JuliusKirsch -Version 1.4.1
                    
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="TextControlBox.JuliusKirsch" Version="1.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TextControlBox.JuliusKirsch" Version="1.4.1" />
                    
Directory.Packages.props
<PackageReference Include="TextControlBox.JuliusKirsch" />
                    
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 TextControlBox.JuliusKirsch --version 1.4.1
                    
#r "nuget: TextControlBox.JuliusKirsch, 1.4.1"
                    
#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 TextControlBox.JuliusKirsch@1.4.1
                    
#: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=TextControlBox.JuliusKirsch&version=1.4.1
                    
Install as a Cake Addin
#tool nuget:?package=TextControlBox.JuliusKirsch&version=1.4.1
                    
Install as a Cake Tool

A fast and powerful textbox with syntaxhighlighting and much more

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.8.0 476 7/10/2023
1.7.1 323 5/13/2023
1.7.0 267 5/10/2023
1.6.0 331 4/10/2023
1.5.1 424 2/2/2023
1.5.0 436 1/30/2023
1.4.2 459 12/30/2022
1.4.1 410 12/29/2022
1.3.2 464 12/26/2022
1.3.1 431 12/24/2022
1.3.0 416 12/22/2022
1.2.1 463 12/3/2022
1.2.0 568 12/2/2022 1.2.0 is deprecated because it has critical bugs.
1.1.0 432 11/24/2022
1.0.0 489 11/1/2022

Added fileextension-filter to every file, which can be used to check for a codefile
Fixed GCode syntaxhighlighting issues
Fixed a bug, where the text did not update when changing the theme
Fixed a bug where the selection did not work correctly
Fixed bug where text got selected when clicking anywhere after calling GoToLine
Fixed a bug when selecting over linenumbers
Changed the cursor-offset
Renamed the CodeLanguage CSharp to C#
Removed comments using double slashes from Config file
Removed the string text parameter from the TextChangedEvent, for a better performance