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

Home Page:http://studio.zerobrane.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

martinfabian opened this issue · comments

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

@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.