dail8859 / LuaScript

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

Show console doesn't open a window #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Notepad++ v6.8.8 Build time : Dec 10 2015 - 01:11:37 Path : D:\Tests\npp\688\notepad++.exe Admin mode : OFF Local Conf mode : ON OS : Windows 7 (x64) Plugins : LuaScript.dll mimeTools.dll NppConverter.dll NppExport.dll PluginManager.dll

dail8859 commented 8 years ago

Darn I thought I had that fixed. Unfortunately the Notepad++ API documentation isn't the clearest. If possible, can you try out this new DLL to see if it fixes this issue? Thanks

LuaScript.zip

ghost commented 8 years ago

Yes, both issues have been fixed - may I ask for an enhancement? When script has been run, focus is passed to console, can editor get the focus instead? Console is using folding margin (input and output), is this intended? This looks weird when using themes like bespin.

ghost commented 8 years ago

I shoudl have said When script has been erroneously run, focus is passed to console, can editor get the focus instead?

dail8859 commented 8 years ago

Yeah that definitely looks weird. I never use any theme other than the default but obviously using a different theme causes it to behave differently.

This was just the initial release so there is still lots of room for improvement. Thanks for these suggestions!

dail8859 commented 8 years ago

That picture is really weird, because it shouldn't be highlighting that first row in the console at all or showing most of the margins...I'll check into it more.