]> 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)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 19 Oct 2018 01:49:31 +0000 (21:49 -0400)
commit938ef60258d6df3468afdafde689aacac6e8ac51
treeae4e6bba65e8e7ffa8ae27bc4598f08694473070
parentd6cc58f4a38126c0fa0466ed706020a64765eb5a
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