From 1d07f7ba44163364b22521056e7ff774fc1b1185 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Thu, 1 Oct 2020 23:04:30 +0200 Subject: Add "Sentence case" conversion --- src/main/resources/META-INF/plugin.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/main/resources/META-INF/plugin.xml') diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 8711a15..84a690e 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.6.1 + 0.6.2 Laria Chabowski @@ -17,6 +17,7 @@
  • lower case
  • fLIP cASE
  • Title Case
  • +
  • Sentence case
  • dot.case
  • How to use:

    @@ -30,6 +31,9 @@
    +
    Version 0.6.2
    +
    Add Convert case: Sentence case action
    +
    Version 0.6.1
    Add a short documentation on how to use the plugin
    @@ -86,6 +90,9 @@ + + -- cgit v1.2.3-54-g00ecf