aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditor.qbs
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2024-03-27 14:00:21 +0100
committerDavid Schulz <david.schulz@qt.io>2024-04-09 10:52:26 +0000
commit411100b0378202dc617acaa236f4730eb4cc43b2 (patch)
tree9f21fb2b88ae98c990e9e85265ba73857b0b9c05 /src/plugins/texteditor/texteditor.qbs
parentc459e8d49086903389b0e428e25608b1d68e275b (diff)
TextEditor: remove text editor action handler
Give each editor a context and register editor actions individually for that context. This removes the need to tell the action handler the current editor. Additionally all actions are now available in editor widgets outside of the EditorManager. Change-Id: I0109866b180889762f8bd8aa07874d8d7c55bfa6 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditor.qbs')
-rw-r--r--src/plugins/texteditor/texteditor.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/texteditor/texteditor.qbs b/src/plugins/texteditor/texteditor.qbs
index 30a4712b73..7c0ee12093 100644
--- a/src/plugins/texteditor/texteditor.qbs
+++ b/src/plugins/texteditor/texteditor.qbs
@@ -137,8 +137,6 @@ QtcPlugin {
"texteditor.qrc",
"texteditor_global.h",
"texteditortr.h",
- "texteditoractionhandler.cpp",
- "texteditoractionhandler.h",
"texteditorconstants.cpp",
"texteditorconstants.h",
"texteditoroverlay.cpp",