dail8859 / LuaScript

Notepad++ plugin for Lua scripting capabilities
https://dail8859.github.io/LuaScript/
GNU General Public License v2.0
106 stars 22 forks source link

Seems not working on Notepad++ v7.8.1 (x64) #79

Closed alleusai closed 4 years ago

alleusai commented 4 years ago

Hi, after put LuaScript.dll in LuaScript folder inside the plugins folder the message LuaScript.dll is not compatible with the current version of Notepad++. Specified module not found.

Regards, Alessandro

alleusai commented 4 years ago

The OS is Win10 64bit v.1803 build 17134.1130. Regards, Alessandro

xylographe commented 4 years ago

You cannot combine any version of LuaScript with any version of NPP. Newer versions of LuaScript expect that certain functionality from NPP/Scintilla is available. Hence, to be safe, use the NPP installer (it will also install the list of appropriate plug-ins), then use PluginAdmin to install the appropriate LuaScript plug-in.

To use the most recent version of LuaScript (manual install), update to NPP v7.8.3. Make sure that you replace both assemblies,

\plugins\LuaScript\LuaScript.dll
\plugins\LuaScript\lua53.dll
alleusai commented 4 years ago

Hi xylographe. I did following steps:

Hope this will help. Thanks, Alessandro

dail8859 commented 4 years ago

@alleusai Yes that level of detail helps immensely.

Looks like the appveyor script isn't packaging the Lua DLL along with the plugin.

dail8859 commented 4 years ago

Closed by 8d479234c7cd2c7de2e2de67ab11a49bdf577ab0

While you wait for this to show up in the Plugin Admin, you can manually download the new release here: https://github.com/dail8859/LuaScript/releases/tag/v0.10.1