]> git.lyx.org Git - features.git/commit
Show suggestions containing the input in the command buffer
authorDaniel Ramoeller <d.lyx@web.de>
Sat, 6 Aug 2022 05:13:51 +0000 (07:13 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 4 Nov 2022 21:27:31 +0000 (22:27 +0100)
commit89394bcd0f3b5079a066d8c3f6f7a5e606073db3
tree77b3d9ad391104ebb778abf5a143dbd64fdab5a1
parentfad170be1a6913403f200815be112a38ea9b857f
Show suggestions containing the input in the command buffer

Previously, only the suggestions starting with the current input were
shown.

Contains the following minor improvements:
- Add space to indicate when only one suggestion is found

- Select first item in suggestion-list in order to make selecting with
  arrow keys more intuitive

- Fix selection with Shift+Up/Down in text-field

Fix for bug #12572.
src/frontends/qt/GuiCommandBuffer.cpp
src/frontends/qt/GuiCommandEdit.cpp