Skip to content

Releases: dail8859/LuaScript

v0.12

Choose a tag to compare

@dail8859 dail8859 released this 28 Mar 23:17

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

v0.11

Choose a tag to compare

@dail8859 dail8859 released this 16 Mar 00:42

Update API to support Scintilla v4.4.6

v0.10.1

Choose a tag to compare

@dail8859 dail8859 released this 28 Jan 03:05
8d47923

Update plugin packaging

v0.10

Choose a tag to compare

@dail8859 dail8859 released this 24 Jan 19:18
  • 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

v0.9 Pre-release
Pre-release

Choose a tag to compare

@dail8859 dail8859 released this 15 May 01:32

Upgrade to Scintilla v4.1.4 API

v0.8

Choose a tag to compare

@dail8859 dail8859 released this 29 Sep 20:24

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

Choose a tag to compare

@dail8859 dail8859 released this 04 Jan 15:07

Changelog:

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

v0.7.0

Choose a tag to compare

@dail8859 dail8859 released this 21 Apr 01:44

Changelog:

v0.6.0

Choose a tag to compare

@dail8859 dail8859 released this 23 Dec 17:53

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

Choose a tag to compare

@dail8859 dail8859 released this 12 Sep 23:39

Critical bug fix.