From 9e790f254f117b236080f42ca4e77d43f317cadd Mon Sep 17 00:00:00 2001 From: Ivan Semenov Date: Wed, 21 Aug 2024 16:17:45 +0200 Subject: [PATCH] [platform] extract execution-related actions from platform/lang GitOrigin-RevId: 8102a8de66c9b4f571bdf6cf5ff944cb3fff157a --- .../src/META-INF/PlatformExecutionActions.xml | 7 + .../src/idea/ExecutionActions.xml | 184 ++++++++++ .../src/idea/LangActions.xml | 342 +----------------- .../src/idea/PlatformActions.xml | 15 +- .../src/idea/PlatformLangActionManager.xml | 3 + .../src/idea/XDebuggerActions.xml | 173 +++++++++ 6 files changed, 369 insertions(+), 355 deletions(-) create mode 100644 platform/platform-resources/src/idea/ExecutionActions.xml create mode 100644 platform/platform-resources/src/idea/XDebuggerActions.xml diff --git a/platform/execution-impl/src/META-INF/PlatformExecutionActions.xml b/platform/execution-impl/src/META-INF/PlatformExecutionActions.xml index 963b383f1e72..558d3942b5c7 100644 --- a/platform/execution-impl/src/META-INF/PlatformExecutionActions.xml +++ b/platform/execution-impl/src/META-INF/PlatformExecutionActions.xml @@ -13,6 +13,13 @@ + + + + + + diff --git a/platform/platform-resources/src/idea/ExecutionActions.xml b/platform/platform-resources/src/idea/ExecutionActions.xml new file mode 100644 index 000000000000..6235e1e26e5e --- /dev/null +++ b/platform/platform-resources/src/idea/ExecutionActions.xml @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform/platform-resources/src/idea/LangActions.xml b/platform/platform-resources/src/idea/LangActions.xml index f73f4bbc5909..d5478e170288 100644 --- a/platform/platform-resources/src/idea/LangActions.xml +++ b/platform/platform-resources/src/idea/LangActions.xml @@ -2,36 +2,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -505,6 +475,7 @@ + @@ -726,29 +697,6 @@ - - - - - - - - - - - - - - - - - - - - - - - @@ -802,13 +750,6 @@ - - - - - - - @@ -849,10 +790,6 @@ - - - - @@ -1173,85 +1110,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1265,184 +1123,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1661,38 +1347,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/platform/platform-resources/src/idea/PlatformActions.xml b/platform/platform-resources/src/idea/PlatformActions.xml index f6d804bbf0f5..350ba4d41dc6 100644 --- a/platform/platform-resources/src/idea/PlatformActions.xml +++ b/platform/platform-resources/src/idea/PlatformActions.xml @@ -1,11 +1,6 @@ - - + - - - @@ -487,7 +482,6 @@ - @@ -1051,7 +1045,6 @@ - @@ -1445,12 +1438,6 @@ - - - - - - + + + diff --git a/platform/platform-resources/src/idea/XDebuggerActions.xml b/platform/platform-resources/src/idea/XDebuggerActions.xml new file mode 100644 index 000000000000..3666de3616f5 --- /dev/null +++ b/platform/platform-resources/src/idea/XDebuggerActions.xml @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +