Lua scripting Plugin
-
Lua scripting Plugin:
I Wish there was a Button on the Toolbar to Run (Execute the Code).
Fantastic for Testing Short Scripts.
Its capabilities. This provides control over all of Scintilla’s features and options with a light-weight, fully-functional programming language.
Author: Justin Dailey
-
@Alan-Robinsin said in Lua scripting Plugin:
Author: Justin Dailey
Maybe you get Justin’s attention faster with this: @dail
-
or by opening a feature request in his repo.
-
The LuaScript plugin already provides a menu item to execute the code in current editor tab, see
(menu) Plugins -> LuaScript -> Execute Current File.With the help of the CustomizeToolbar plugin you can create a toolbar button linked to that menu entry by yourself. The plugin provides help how to do that, see
(menu) Plugins -> Customize Toolbar -> Help - Custom Buttons.But since coding implies that you have your fingertips already at the keyboard, I would like to suggest to use Npp’s macro feature to create a macro that
- saves the current file and
- calls LuaScript’s
Execute Current Filefeature.
That macro you can assign to a keyboard shortcut.
-
@dinkumoil said in Lua scripting Plugin:
The LuaScript plugin already provides a menu item to execute the code in current editor tab, see
(menu) Plugins -> LuaScript -> Execute Current File.With the help of the CustomizeToolbar plugin you can create a toolbar button linked to that menu entry by yourself. The plugin provides help how to do that, see
(menu) Plugins -> Customize Toolbar -> Help - Custom Buttons.But since coding implies that you have your fingertips already at the keyboard, I would like to suggest to use Npp’s macro feature to create a macro that
- saves the current file and
- calls LuaScript’s
Execute Current Filefeature.
That macro you can assign to a keyboard shortcut.
thanks my issue has been fixed.
-
This post is deleted!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login