ladybird/Applications/TextEditor
Andreas Kling fae379b1f0 TextEditor: Search box should find on return, close itself on escape
This patch adds basic keyboard access to the search box. We also yield
focus back gracefully to the text document when the search box is no
longer wanted.

Focus should probably move automatically when an ancestor of the
currently focused widget if made invisible..
2019-08-22 11:11:48 +02:00
..
main.cpp WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 2019-07-28 10:18:49 +02:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp TextEditor: Search box should find on return, close itself on escape 2019-08-22 11:11:48 +02:00
TextEditorWidget.h TextEditor: Search box should find on return, close itself on escape 2019-08-22 11:11:48 +02:00