]> git.lyx.org Git - features.git/commit
Filter on consecutive sequences of characters.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 16 Oct 2018 00:51:34 +0000 (20:51 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:50 +0000 (14:39 +0200)
commit8ba8b56a0331234641c7bb27d0385c78d9c1dda3
treeae4e6bba65e8e7ffa8ae27bc4598f08694473070
parenta976c20791fa9a4b4d3e876c226bcbd81ee5b74c
Filter on consecutive sequences of characters.

The filters for the layout combo and document class combo share a
problem: If you type "beam", e.g, in the latter case, then we will
show any document class that contains those letters, in that order,
but not necessarily consecutively. This is extremely confusing and,
as José put it, just weird. So let's fix it.

I'd call this a bug so would be happy to see this in stable, too.
src/frontends/qt4/CategorizedCombo.cpp
src/frontends/qt4/LayoutBox.cpp