Alternet.Studio.Syntax
8.1.10
Requires NuGet 2.8 or higher.
dotnet add package Alternet.Studio.Syntax --version 8.1.10
NuGet\Install-Package Alternet.Studio.Syntax -Version 8.1.10
<PackageReference Include="Alternet.Studio.Syntax" Version="8.1.10" />
paket add Alternet.Studio.Syntax --version 8.1.10
#r "nuget: Alternet.Studio.Syntax, 8.1.10"
// Install Alternet.Studio.Syntax as a Cake Addin
#addin nuget:?package=Alternet.Studio.Syntax&version=8.1.10
// Install Alternet.Studio.Syntax as a Cake Tool
#tool nuget:?package=Alternet.Studio.Syntax&version=8.1.10
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor.
This package includes basic classes for performing syntax analysis of the text.
This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1.
More information about Code Editor can be found here:
https://www.alternetsoft.com/products/editor
Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download
NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETCoreApp 3.1
- Alternet.Studio.Common (>= 8.1.10)
-
.NETFramework 4.5.2
- Alternet.Studio.Common (>= 8.1.10)
-
.NETFramework 4.6.1
- Alternet.Studio.Common (>= 8.1.10)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Alternet.Studio.Syntax:
Package | Downloads |
---|---|
Alternet.Studio.Editor.Wpf
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes TextEditor WPF control, which supports most of the features that can be found in the Visual Studio .NET code editor, including customizable syntax highlighting, code outlining, code completion, unlimited undo/redo, word wrap, drag-n-drop, built-in search/replace, multiple views of the same text, bookmarks, line style indicators, line numbers and more. This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1. More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Syntax.Parsers.Lsp
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes a LSP parser based on LangServer.org protocol which provides basic functionality for communicating with Language Server providers. This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.6.1 or .NET Core starting from 3.1. More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Editor.WindowsForms
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes SyntaxEdit WinForms control, which supports most of the features that can be found in the Visual Studio .NET code editor, including customizable syntax highlighting, code outlining, code completion, unlimited undo/redo, word wrap, drag-n-drop, built-in search/replace, multiple views of the same text, bookmarks, line style indicators, line numbers and more. This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1. More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Syntax.Parsers.Roslyn
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes C# and Visual Basic parsers based on Microsoft Compiler Platform ("Roslyn") platform, which provides open-source C# and Visual Basic compilers with rich code analysis APIs. These parsers provide advanced code-editing features, such as code completion, finding references and declarations, code outlining and highlighting syntax errors and warnings. This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1. More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Syntax.Parsers.Advanced
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes advanced code parsers that implement syntax analysis using hard-coded algorithms for a vast subset of modern programming languages, including C#, Visual Basic, Java, Ansi-C, VbScript, JavaScript, HTML and XML. This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1. More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.1.10 | 875 | 3/7/2023 |
8.1.9 | 3,739 | 1/25/2023 |
8.1.8 | 2,733 | 12/20/2022 |
8.1.7 | 4,179 | 12/16/2022 |
8.1.6 | 3,568 | 11/22/2022 |
8.1.4 | 6,182 | 10/29/2022 |
8.1.3 | 5,912 | 9/13/2022 |
8.1.2 | 5,851 | 8/19/2022 |
8.1.1 | 6,095 | 7/27/2022 |
8.1.0 | 6,179 | 7/19/2022 |
8.0.6 | 6,265 | 5/18/2022 |
8.0.5 | 6,363 | 5/3/2022 |
8.0.4 | 7,133 | 3/29/2022 |
8.0.3 | 6,468 | 3/24/2022 |
8.0.2 | 21,119 | 2/28/2022 |
8.0.1 | 6,599 | 2/15/2022 |
8.0.0 | 7,652 | 1/26/2022 |
7.2.5 | 2,641 | 12/22/2021 |
7.2.4 | 2,230 | 12/11/2021 |
7.2.3 | 2,076 | 12/6/2021 |
7.2.0 | 2,907 | 8/17/2021 |
7.1.2 | 3,006 | 6/29/2021 |
7.1.1 | 4,998 | 5/31/2021 |
7.1.0 | 2,740 | 5/30/2021 |
7.0.2 | 2,613 | 5/7/2021 |
7.0.0 | 7,823 | 12/31/2020 |
6.2.1 | 2,263 | 1/21/2021 |
6.2.0 | 5,260 | 8/5/2020 |
6.1.0 | 2,666 | 6/29/2020 |
6.0.5 | 2,380 | 5/14/2020 |
6.0.4 | 2,391 | 4/16/2020 |
6.0.3 | 2,375 | 4/15/2020 |
6.0.2 | 1,950 | 4/5/2020 |
6.0.1 | 1,878 | 3/29/2020 |
6.0.0 | 1,869 | 3/27/2020 |