An open API service indexing awesome lists of open source software.

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.

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)