Enhancements and new features:
- Better performance (3x in some cases)
- More keys accepted when adding custom shortcuts (See here)
Ctrl+Space
to auto complete global values- Auto-complete is more user friendly
- Implement nearly all Scintilla and Notepad++ notifications
- Several more Notepad++ messages are now supported
- Added a toolbar icon to toggle the console
Note: There is one change to the API that breaks backwards compatibility. The "OnClose"
notification now provides 0 parameters. If you need the buffer id or file name of the file being closed you can catch the "OnBeforeClose"
notification and save the info.