LuaScript icon indicating copy to clipboard operation
LuaScript copied to clipboard

Notepad++ plugin for Lua scripting capabilities

Results 15 LuaScript issues
Sort by recently updated
recently updated
newest added

The toolbar icon hover text is currently "Show Console". There are several plugins with a "console" function and it would be nice if the hover text were "Show LuaScript Console"...

- base64_2_jpg.lua: open base64 encoded jpg images in external viewer - fix_console.lua: unfold lines which copied from windows console - open_source.lua: open corresponding header (.h, .hpp) or source (.c, .cpp)...

This would make life much easier. Descriptions, function parameters, and property indices. Styles/indicators can also be "hotspots" that can be clicked, or can use mouse dwell times to show hints,...

I see here https://www.scintilla.org/ScintillaDoc.html#KeyBindings that tab is available as `SCK_TAB` but it can't be assigned to a shortcut `npp.AddShortcut` or using this: ``` function func1(ch) if (ch == " ")...

Hello Justin, Perhaps, you might add a link to LuaWinfile ([`winfile.c`](https://github.com/dail8859/LuaScript/blob/bfc34d7aef898af4f6da1005670b1b58fcc82c66/src/luawinfile/winfile.c#L864) or [cloudwu/luawinfile](https://github.com/cloudwu/luawinfile)) in README, or elsewhere.

- [ ] NPPM_GETCURRENTSCINTILLA - lParam is `int*` - [ ] NPPM_GETCURRENTLANGTYPE - lParam is `int*` - [ ] NPPM_SETCURRENTLANGTYPE - value is carried in lParam instead of wParam -...

Add simple modal dialogs like in javascript (alert, confirm, prompt). [Example](http://lua-users.org/wiki/SciteLuaDll)

Also remember state of the shortcut after N++ restart.

Transfer focus to inputbox when user start typing and current focus in console output

Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. Release notes Sourced from microsoft/setup-msbuild's releases. v2 This is a major version bump with no functionality changes. The major version change is due to...

dependencies