[Plugin Update] LuaScript v0.5.1
-
This is the latest release of
LuaScript. Critical bugfix release hereChangelog:
- More callback events e.g. “OnDoubleClick”, “OnModification”, “OnStyle”
- Ability to write a custom Lexer
- Better user experience when using the console.
- Highlighting of Scintilla/Notepad++ constants
- Bracket matching
- Automatic indentation
Make sure to check out the documentation.
As always your comments/questions/complaints/cake are welcome.
-
For convenience, MSVC automatically copies the DLL into the Notepad++ plugin directory.
On a 64-bit system, that is ;-)
-
@MAPJe71 said:
For convenience, MSVC automatically copies the DLL into the Notepad++ plugin directory.
On a 64-bit system, that is ;-)
What do you mean? I don’t follow at all.
-
That line is in the readme.md, section Development.
The LuaScript project file copies the DLL to"C:\Program Files (x86)\Notepad++\plugins"
which does not exist on a 32-bit system AFAIK. -
Well…ok I guess technically that is true. I assume a very small percentage of people still use 32bit OSs and do developement work. Personally I’ve never used a 32bit OS in 5+ years and it’s never been a concern of mine. If this does actually happen to be a problem for someone I’ll gladly accept a patch.
-
A critical bugfix for v0.5.0 has been released.