Alternet.Studio.Syntax
6.0.5
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package Alternet.Studio.Syntax --version 6.0.5
NuGet\Install-Package Alternet.Studio.Syntax -Version 6.0.5
<PackageReference Include="Alternet.Studio.Syntax" Version="6.0.5" />
paket add Alternet.Studio.Syntax --version 6.0.5
#r "nuget: Alternet.Studio.Syntax, 6.0.5"
// Install Alternet.Studio.Syntax as a Cake Addin #addin nuget:?package=Alternet.Studio.Syntax&version=6.0.5 // Install Alternet.Studio.Syntax as a Cake Tool #tool nuget:?package=Alternet.Studio.Syntax&version=6.0.5
AlterNET Editor syntax parsing infrastructure.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- Alternet.Studio.Common (>= 6.0.5)
-
.NETFramework 4.5.2
- Alternet.Studio.Common (>= 6.0.5)
-
.NETFramework 4.6.1
- Alternet.Studio.Common (>= 6.0.5)
NuGet packages (12)
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 of 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 multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 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 an LSP parser based on the LangServer.org protocol, which provides base functionality for communicating with Language Server providers. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 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 of 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 multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 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 multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 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 the 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 multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 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 |
---|---|---|
9.5.10 | 49 | 11/15/2024 |
9.5.9 | 963 | 9/27/2024 |
9.5.8 | 1,371 | 8/30/2024 |
9.5.7 | 969 | 7/18/2024 |
9.5.6 | 974 | 6/18/2024 |
9.5.5 | 940 | 5/22/2024 |
9.5.4 | 2,152 | 4/24/2024 |
9.5.3 | 1,005 | 3/21/2024 |
9.5.2 | 1,093 | 2/23/2024 |
9.5.1 | 1,453 | 2/1/2024 |
9.5.0 | 1,520 | 12/25/2023 |
9.1.3 | 1,268 | 11/28/2023 |
9.1.2 | 1,289 | 11/17/2023 |
9.1.1 | 1,237 | 10/27/2023 |
9.1.0 | 1,470 | 9/29/2023 |
9.0.3 | 1,324 | 9/6/2023 |
9.0.2 | 1,308 | 8/25/2023 |
9.0.1 | 1,614 | 7/26/2023 |
9.0.0.1 | 2,105 | 6/5/2023 |
9.0.0 | 1,919 | 6/2/2023 |
8.1.12 | 8,968 | 4/18/2023 |
8.1.11 | 4,138 | 3/27/2023 |
8.1.10 | 4,521 | 3/7/2023 |
8.1.9 | 10,684 | 1/25/2023 |
8.1.8 | 6,377 | 12/20/2022 |
8.1.7 | 7,672 | 12/16/2022 |
8.1.6 | 7,125 | 11/22/2022 |
8.1.4 | 9,817 | 10/29/2022 |
8.1.3 | 9,505 | 9/13/2022 |
8.1.2 | 9,412 | 8/19/2022 |
8.1.1 | 9,634 | 7/27/2022 |
8.1.0 | 9,708 | 7/19/2022 |
8.0.6 | 9,760 | 5/18/2022 |
8.0.5 | 9,716 | 5/3/2022 |
8.0.4 | 10,837 | 3/29/2022 |
8.0.3 | 10,022 | 3/24/2022 |
8.0.2 | 24,880 | 2/28/2022 |
8.0.1 | 10,060 | 2/15/2022 |
8.0.0 | 11,697 | 1/26/2022 |
7.2.5 | 4,527 | 12/22/2021 |
7.2.4 | 5,848 | 12/11/2021 |
7.2.3 | 3,868 | 12/6/2021 |
7.2.0 | 4,726 | 8/17/2021 |
7.1.2 | 4,797 | 6/29/2021 |
7.1.1 | 6,785 | 5/31/2021 |
7.1.0 | 4,538 | 5/30/2021 |
7.0.2 | 4,223 | 5/7/2021 |
7.0.0 | 10,276 | 12/31/2020 |
6.2.1 | 3,937 | 1/21/2021 |
6.2.0 | 7,029 | 8/5/2020 |
6.1.0 | 4,466 | 6/29/2020 |
6.0.5 | 3,632 | 5/14/2020 |
6.0.4 | 3,663 | 4/16/2020 |
6.0.3 | 3,584 | 4/15/2020 |
6.0.2 | 2,975 | 4/5/2020 |
6.0.1 | 2,956 | 3/29/2020 |
6.0.0 | 2,913 | 3/27/2020 |