lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Awesome, it works! Thanks.


Mike

On Tue, Sep 10, 2013 at 5:36 AM, Choonster TheMage
<[email protected]> wrote:
> On 10 September 2013 19:28, Michael Horvath <[email protected]> wrote:
>> I'm looking here:
>>
>> http://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec%20Plugin%20v0.4.3.2/
>>
>> Which one do I download? What's the difference between the ANSI and
>> UNICODE versions?
>>
>> On Tue, Sep 10, 2013 at 5:11 AM, Choonster TheMage
>> <[email protected]> wrote:
>>> On 10 September 2013 19:01, Michael Horvath <[email protected]> wrote:
>>>> Does anyone use Notepad++ to do their work? How do you get the Run
>>>> command to properly execute a script?
>>>>
>>>> I tried
>>>>
>>>> D:\lua4\bin\Win32\lua4.exe  -f "$(FULL_CURRENT_PATH)"
>>>>
>>>> and from what I can see the file IS executed. But the console window
>>>> will not remain open.
>>>>
>>>> I know I could alternately use SciTE, but would prefer to stick with Notepad++.
>>>>
>>>>
>>>> Mike
>>>>
>>>
>>> Try use the NppExec plugin. It will display a console window at the
>>> bottom of the main window.
>>>
>>
>
> At one point Notepad++ had separate ANSI and Unicode builds which
> plugins needed to be compiled against, but I think all builds are
> Unicode now. You can check which version you have in the Help > About
> menu.
>