d0vgan / nppexec

NppExec (plugin for Notepad++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INPUTBOX close effect

mjkrg opened this issue · comments

commented

I was expecting that when the INPUTBOX dialog was closed, the $(INPUT) variable would be an empty string but it rather contains the previously OK'd string. If this behavior is preferred, then there should be a way to detect whether the user action was OK or CANCEL in order for the executing script to know how to proceed.

Fixed in 'develop':
542e786
Will be included in the next release of NppExec.

commented

Just wondering: what is the purpose of calling inputbox without providing any input value?

commented
commented