AutoCompleteMenu-ScintillaNET
2.1.1
dotnet add package AutoCompleteMenu-ScintillaNET --version 2.1.1
NuGet\Install-Package AutoCompleteMenu-ScintillaNET -Version 2.1.1
<PackageReference Include="AutoCompleteMenu-ScintillaNET" Version="2.1.1" />
paket add AutoCompleteMenu-ScintillaNET --version 2.1.1
#r "nuget: AutoCompleteMenu-ScintillaNET, 2.1.1"
// Install AutoCompleteMenu-ScintillaNET as a Cake Addin #addin nuget:?package=AutoCompleteMenu-ScintillaNET&version=2.1.1 // Install AutoCompleteMenu-ScintillaNET as a Cake Tool #tool nuget:?package=AutoCompleteMenu-ScintillaNET&version=2.1.1
AutoCompleteMenu
This library is a general auto complete menu library based on the library originally created by Pavel Torgashov.
Features
- The main feature is adding support for ScintillaNET via a new ScintillaWrapper. The wrapper can be enabled as simple as doing
AutoComplete.TargetControlWrapper = new ScintillaWrapper(scintilla1);
. - Fixed many bugs in the original library.
- Added support for multiple columns.
- Added AutoWidth feature.
- Added ability to colorize backcolor and forecolor of tooltips.
And many more.. The library is not documented well so feel free to open issues in the repository for any questions or feature requests.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0-windows was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- jacobslusser.ScintillaNET (>= 3.6.3)
- Microsoft.Windows.Compatibility (>= 7.0.0)
-
.NETFramework 4.5
- Microsoft.Windows.Compatibility (>= 7.0.0)
- Scintilla.NET (>= 5.3.1)
-
net5.0-windows7.0
- Microsoft.Windows.Compatibility (>= 7.0.0)
- Scintilla.NET (>= 5.3.1)
-
net6.0-windows7.0
- Microsoft.Windows.Compatibility (>= 7.0.0)
- Scintilla.NET (>= 5.3.1)
-
net7.0-windows7.0
- Microsoft.Windows.Compatibility (>= 7.0.0)
- Scintilla.NET (>= 5.3.1)
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.
|
* ToolTips now support changing of their BackColor and ForeColor.
* Fixed ToolTip showing in wrong location in first time.
* Added an AutoWidth feature.
NEW:
- Added support for various other old frameworks!