Skip to content

Tagging v0.8

Compare
Choose a tag to compare
@chcg chcg released this 14 Apr 12:46
· 643 commits to master since this release
  • Fixed startup bug (many thanks to Stefan for helping track it down)
  • Updated Scintilla wrapper to 2.21
  • Added support for dynamic command IDs, for Notepad++ 5.8 and upwards (i.e. faster and safer menu processing)
  • Updated to Python 2.7
  • Removed Python's dependency on Visual C++ Runtime
  • Added Python modules for SQLite, socket, XML and a few others
  • Fixed bug with notepad.setStatusBar
  • Fixed bug with notepad.runPluginCommand
  • Fixed bug with clearing notepad callbacks from within a callback