From ae25dab70b0100df4df4aada20ceecb633372be9 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 10 Dec 2019 21:59:19 +0100 Subject: Add "Convert case" submenu Organize the menu items neatly in a new submenu instead of cluttering up the main edit menu. This also fixes the order of the menu items. --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 94 +++++++++++++++++----------------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/build.gradle b/build.gradle index 7785693..ac1f8cb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'me.laria.code' -version '0.5.2' +version '0.6.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9f60c29..d20b6a7 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ me.laria.code.idea_caseconv Case conversion - 0.5.2 + 0.6.0 Laria Chabowski @@ -21,7 +21,15 @@ ]]> -

Version 0.5.2: Add Convert case: dot.case action

]]>
+ +
+
Version 0.6.0
+
Organize Convert case actions into new Edit submenu "Convert case" instead of cluttering up the edit menu
+ +
Version 0.5.2
+
Add Convert case: dot.case action
+
+ ]]>
@@ -35,51 +43,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3-54-g00ecf