AutoCompleteMenu-ScintillaNET 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoCompleteMenu-ScintillaNET --version 2.1.0                
NuGet\Install-Package AutoCompleteMenu-ScintillaNET -Version 2.1.0                
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="2.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoCompleteMenu-ScintillaNET --version 2.1.0                
#r "nuget: AutoCompleteMenu-ScintillaNET, 2.1.0"                
#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=2.1.0

// Install AutoCompleteMenu-ScintillaNET as a Cake Tool
#tool nuget:?package=AutoCompleteMenu-ScintillaNET&version=2.1.0                

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 that can be seen in GitHub.

==========================
Changes v2.1:
* ToolTips now support changing of their BackColor and ForeColor.
* Fixed ToolTip showing in wrong location in first time.
* Added an AutoWidth feature.

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.
Version Downloads Last updated
2.1.1 1,195 8/10/2023
2.1.0 538 2/18/2023
2.0.0 369 1/25/2023
1.6.2 35,132 9/14/2019 1.6.2 is deprecated.
1.6.1 28,555 1/29/2018 1.6.1 is deprecated.
1.6.0 1,287 1/29/2018 1.6.0 is deprecated.
1.5.0 50,012 9/4/2016 1.5.0 is deprecated.
1.4.0 1,430 7/25/2016 1.4.0 is deprecated.
1.3.0 1,761 6/8/2016 1.3.0 is deprecated.

* ToolTips now support changing of their BackColor and ForeColor.
* Fixed ToolTip showing in wrong location in first time.
* Added an AutoWidth feature.