AutoCompleteMenu-ScintillaNET
1.6.2
Latest features are in last two versions. Support for older versions of ScintillaNET was added in last package so use that instead!
See the version list below for details.
dotnet add package AutoCompleteMenu-ScintillaNET --version 1.6.2
NuGet\Install-Package AutoCompleteMenu-ScintillaNET -Version 1.6.2
<PackageReference Include="AutoCompleteMenu-ScintillaNET" Version="1.6.2" />
paket add AutoCompleteMenu-ScintillaNET --version 1.6.2
#r "nuget: AutoCompleteMenu-ScintillaNET, 1.6.2"
// Install AutoCompleteMenu-ScintillaNET as a Cake Addin #addin nuget:?package=AutoCompleteMenu-ScintillaNET&version=1.6.2 // Install AutoCompleteMenu-ScintillaNET as a Cake Tool #tool nuget:?package=AutoCompleteMenu-ScintillaNET&version=1.6.2
This is an AutoCompleteMenu based on this:
http://www.codeproject.com/Articles/365974/Autocomplete-Menu - ByPavel Torgashov
The main added feature is SctintillaNET wrapper and also fixed several bugs and added several features that can be seen in GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- jacobslusser.ScintillaNET (>= 3.6.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AutoCompleteMenu-ScintillaNET:
Package | Downloads |
---|---|
Beep.IDE.WinformCore
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AutoCompleteMenu-ScintillaNET:
Repository | Stars |
---|---|
vrnobody/V2RayGCon
V2Ray的图形配置器。Graphic configer for v2ray-core/xray-core.
|
* Added alignments for auto complete items. Review issue #5 for usage info,