hi, im starting with lua. how can i get it to compile my lua scripts?
Look at the NPPExec plugin.
Also, you might be able to program a macro to run the compiler or interpreter.
Visit the website (links to online help under the "?" menu) and look in the FAQ to find out about passing arguments to external commands.
If you have lua.exe installed and added to your Windows Environment Path variables (ie. C:\lua), you can simply create a run command (F5) with:
cmd /k lua "$(FULL_CURRENT_PATH)"
it being np++ ;)
hi, im starting with lua.
how can i get it to compile my lua scripts?
Look at the NPPExec plugin.
Also, you might be able to program a macro to run the compiler or interpreter.
Visit the website (links to online help under the "?" menu) and look in the FAQ to find out about passing arguments to external commands.
If you have lua.exe installed and added to your Windows Environment Path variables (ie. C:\lua), you can simply create a run command (F5) with:
cmd /k lua "$(FULL_CURRENT_PATH)"
it being np++ ;)