Skip to content

Releases: dail8859/LuaScript

v0.12

28 Mar 23:17
Compare
Choose a tag to compare

Add compatibility with Notepad++ v8.3+ thanks to @cmagnush

v0.11

16 Mar 00:42
Compare
Choose a tag to compare

Update API to support Scintilla v4.4.6

v0.10.1

28 Jan 03:05
8d47923
Compare
Choose a tag to compare

Update plugin packaging

v0.10

24 Jan 19:18
Compare
Choose a tag to compare
  • Update API to support Scintilla v4.2.0
  • Provides an SDK (lib and headers) for building external Lua modules
  • Other various bug fixes

v0.9

15 May 01:32
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

Upgrade to Scintilla v4.1.4 API

v0.8

29 Sep 20:24
Compare
Choose a tag to compare

Changelog:

  • Added luawinfile module which supports file-system interactions. This can be accessed in LuaScript by using winfile
  • Overhauled the auto-completion to dynamically handle tables and their associated meta-tables.

v0.7.1

04 Jan 15:07
Compare
Choose a tag to compare

Changelog:

  • Fixes editor.MarginLeft and editor.MarginRight
  • Add support for setting timers for scheduling custom events
  • Improve stability

v0.7.0

21 Apr 01:44
Compare
Choose a tag to compare

Changelog:

v0.6.0

23 Dec 17:53
Compare
Choose a tag to compare

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.

v0.5.1

12 Sep 23:39
Compare
Choose a tag to compare

Critical bug fix.