ICSharpCode.TextEditorEx
1.0.0.6
See the version list below for details.
dotnet add package ICSharpCode.TextEditorEx --version 1.0.0.6
NuGet\Install-Package ICSharpCode.TextEditorEx -Version 1.0.0.6
<PackageReference Include="ICSharpCode.TextEditorEx" Version="1.0.0.6" />
<PackageVersion Include="ICSharpCode.TextEditorEx" Version="1.0.0.6" />
<PackageReference Include="ICSharpCode.TextEditorEx" />
paket add ICSharpCode.TextEditorEx --version 1.0.0.6
#r "nuget: ICSharpCode.TextEditorEx, 1.0.0.6"
#:package ICSharpCode.TextEditorEx@1.0.0.6
#addin nuget:?package=ICSharpCode.TextEditorEx&version=1.0.0.6
#tool nuget:?package=ICSharpCode.TextEditorEx&version=1.0.0.6
An extension on the ICSharpCode.TextEditor which supports
* search & replace
* go to linenumber
* Lua and SQL Syntax highlighting
* XML folding and CSharp folding
* Several enhancements
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ICSharpCode.TextEditorEx:
| Package | Downloads |
|---|---|
|
NanoByte.StructureEditor.WinForms
WinForms controls for building split-screen editors for data structures |
|
|
OmegaEngine.Foundation
Rendering-agnostic infrastructure used by OmegaEngine. Includes storage subsystem and data structures. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Fixed the go to linenumber (empty string + min/max check)
* Added Lua and SQL Syntax highlighting
* Added CSharpFoldingStrategy