https://github.com/ahmad45123/autocompletemenu-scintillanet
Adds a wrapper to AutoCompleteMenu for ScintillaNET and fixes several bugs.
https://github.com/ahmad45123/autocompletemenu-scintillanet
Last synced: about 1 month ago
JSON representation
Adds a wrapper to AutoCompleteMenu for ScintillaNET and fixes several bugs.
- Host: GitHub
- URL: https://github.com/ahmad45123/autocompletemenu-scintillanet
- Owner: Ahmad45123
- License: lgpl-3.0
- Created: 2015-09-19T14:27:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T03:27:38.000Z (over 1 year ago)
- Last Synced: 2025-05-15T22:05:10.108Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 1.15 MB
- Stars: 43
- Watchers: 6
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoCompleteMenu for ScintillaNET
This is an edit of the .NET library called [AutoCompleteMenu](http://www.codeproject.com/Articles/365974/Autocomplete-Menu).## Changes:
###### New Features:
* Added support for the editor [ScintillaNET](https://github.com/jacobslusser/ScintillaNET).###### Fixed bugs:
Review commits.## Download:
You can install this from NuGet, package name: `AutoCompleteMenu-ScintillaNET`
or through commandline: `PM> Install-Package AutoCompleteMenu-ScintillaNET`https://www.nuget.org/packages/AutoCompleteMenu-ScintillaNET
## License:
This library is licensed under [The GNU Lesser General Public License (LGPLv3)](http://www.opensource.org/licenses/lgpl-3.0.html)