AutoCompleteMenu-ScintillaNET 1.6.2

Additional Details

Latest features are in last two versions. Support for older versions of ScintillaNET was added in last package so use that instead!

There is a newer version of this package available.
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
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="AutoCompleteMenu-ScintillaNET" Version="1.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoCompleteMenu-ScintillaNET --version 1.6.2
#r "nuget: AutoCompleteMenu-ScintillaNET, 1.6.2"
#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.
// 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 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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on AutoCompleteMenu-ScintillaNET:

Repository Stars
vrnobody/V2RayGCon
V2Ray的图形配置器。Graphic configer for v2ray-core. (windows客户端)
Version Downloads Last updated
2.1.1 682 8/10/2023
2.1.0 516 2/18/2023
2.0.0 344 1/25/2023
1.6.2 34,886 9/14/2019
1.6.1 28,369 1/29/2018
1.6.0 1,272 1/29/2018
1.5.0 49,965 9/4/2016
1.4.0 1,411 7/25/2016
1.3.0 1,746 6/8/2016

* Added alignments for auto complete items. Review issue #5 for usage info,