mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:37:44 +00:00
LibGUI: Add IncrementalSearchBanner
Compared to traditional modal search, incremental search begins matching as soon as the user starts typing, highlighting results immediately. This refactors Itamar's work for HackStudio into a common LibGUI widget to be used in all multi-line TextEditors.
This commit is contained in:
parent
3c4a563415
commit
8231bd9bc3
6 changed files with 267 additions and 1 deletions
|
@ -37,6 +37,7 @@ class HorizontalSlider;
|
|||
class Icon;
|
||||
class IconView;
|
||||
class ImageWidget;
|
||||
class IncrementalSearchBanner;
|
||||
class JsonArrayModel;
|
||||
class KeyEvent;
|
||||
class Label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue