Releases: dail8859/LuaScript
Releases · dail8859/LuaScript
v0.12
v0.11
v0.10.1
v0.10
v0.9
v0.8
Changelog:
- Added
luawinfile
module which supports file-system interactions. This can be accessed in LuaScript by usingwinfile
- Overhauled the auto-completion to dynamically handle tables and their associated meta-tables.
v0.7.1
v0.7.0
Changelog:
- 64bit support (thanks to @chcg)
- Update Lua to 5.3.4
- Added external plugin support; this allows other plugins to execute Lua code.
- Ability to change text direction on scintilla instances
- Other minor enhancements
v0.6.0
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.