From e38789099cbaa1081eebb82ba23e25d23156a119 Mon Sep 17 00:00:00 2001 From: Sonakshi Saxena Date: Thu, 5 Jun 2025 18:18:26 +0000 Subject: [PATCH] Refactor the bookmarks groups and actions --- .../src/idea/LangActions.xml | 6 - .../META-INF/SherlockPlatformPlugin.xml | 1 + .../resources/META-INF/override-actions.xml | 118 ++++++++++++++++++ 3 files changed, 119 insertions(+), 6 deletions(-) create mode 100644 sherlock-platform/customization/resources/META-INF/override-actions.xml diff --git a/platform/platform-resources/src/idea/LangActions.xml b/platform/platform-resources/src/idea/LangActions.xml index a5f2fd36a987e..a057ba34ccd96 100644 --- a/platform/platform-resources/src/idea/LangActions.xml +++ b/platform/platform-resources/src/idea/LangActions.xml @@ -319,9 +319,7 @@ - @@ -339,9 +337,7 @@ - @@ -879,9 +875,7 @@ - diff --git a/sherlock-branding/resources/META-INF/SherlockPlatformPlugin.xml b/sherlock-branding/resources/META-INF/SherlockPlatformPlugin.xml index 174078988a59f..dff754034e381 100644 --- a/sherlock-branding/resources/META-INF/SherlockPlatformPlugin.xml +++ b/sherlock-branding/resources/META-INF/SherlockPlatformPlugin.xml @@ -5,4 +5,5 @@ + diff --git a/sherlock-platform/customization/resources/META-INF/override-actions.xml b/sherlock-platform/customization/resources/META-INF/override-actions.xml new file mode 100644 index 0000000000000..b9ffb8ca16e21 --- /dev/null +++ b/sherlock-platform/customization/resources/META-INF/override-actions.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file