pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.59k stars 518 forks source link

The search box should accept Ctrl+A to select all text... #1165

Closed martinfabian closed 9 months ago

martinfabian commented 9 months ago

Hitting Ctrl+F opens the search box, and allows to type text to search for. This is as expected.

However, when the search box has focus, typing Ctrl+A just sounds an alarm. I expected the current search string to be selected so that I can replace it by typing something else. At least on Windows, this is the expected behavior.

Could we have that, please? Thank you // MVHMF

pkulchenko commented 9 months ago

@martinfabian, thank you for the report. I'd expect it to be fixed in the commit I just pushed, but if it still doesn't work for you, let me know.