1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 15:00:59 +00:00
serenity/Applications/TextEditor
Andreas Kling d88c40568f TextEditor: Add search-related actions to the text editor context menu
Using the new GTextEditor::add_custom_context_menu_action() mechanism.

Fixes #478.
2019-08-25 21:46:28 +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: Add search-related actions to the text editor context menu 2019-08-25 21:46:28 +02:00
TextEditorWidget.h TextEditor: Add a menu action for turning line-wrapping on/off 2019-08-25 12:23:34 +02:00