orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
640 stars 38 forks source link

Don't work run the current file in version 11.5_alpha #277

Open 9Demien9 opened 1 year ago

9Demien9 commented 1 year ago

Hello! In version 11.5_alpha don't work run the current file. It does not work either through the menu or via ctrl+r. Output the string: Run command: lua -e "io.stdout:setvbuf('no')" "%f" In version 11.4 all work.

System: Debian 11

orbitalquark commented 1 year ago

Textadept 11.5 alpha now uses the command entry to run commands, so initially you will get that prompt. Press Enter to confirm that is the command that you want to run, and it should do so.

9Demien9 commented 1 year ago

Textadept 11.5 alpha now uses the command entry to run commands, so initially you will get that prompt. Press Enter to confirm that is the command that you want to run, and it should do so.

No, nothing happens after pressing Enter.

orbitalquark commented 1 year ago

Okay, then I don't know what the problem is. With a fresh install of Textadept 11.5 alpha on Linux (running with -u /tmp), I am able to run Lua files without issue after confirming with Enter. Lua is installed on your machine, right?

9Demien9 commented 1 year ago

Okay, then I don't know what the problem is. With a fresh install of Textadept 11.5 alpha on Linux (running with -u /tmp), I am able to run Lua files without issue after confirming with Enter. Lua is installed on your machine, right?

Of course, Lua is installed. Version 11.4 is quite enough for me. I found this behavior in 11.5, and decided to specify