1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:17:44 +00:00
serenity/Applications/TextEditor
Andreas Kling b8bf998b61 LibGUI: Move text search functions from GTextEditor to GTextDocument
Also add a find_all() that retuns a Vector<GTextRange> and simply does
a find_next() loop, returning all the matching ranges.
2019-11-01 21:31:06 +01:00
..
main.cpp LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp LibGUI: Move text search functions from GTextEditor to GTextDocument 2019-11-01 21:31:06 +01:00
TextEditorWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00