From 904b2cbff1b49ba39f89be4e42a26d1f4b26c66a Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 25 Jun 2019 23:05:59 +0200 Subject: Transform to gradle project --- resources/META-INF/plugin.xml | 81 ------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 resources/META-INF/plugin.xml (limited to 'resources/META-INF/plugin.xml') diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml deleted file mode 100644 index 9ab02a7..0000000 --- a/resources/META-INF/plugin.xml +++ /dev/null @@ -1,81 +0,0 @@ - - me.laria.code.idea_caseconv - Case conversion - 0.5.1 - Laria Chabowski - - -

Convert between cases.

-

The Plugin provides actions to convert to the following cases:

-
    -
  • snake_case
  • -
  • dash-case
  • -
  • camelCase
  • -
  • PascalCase
  • -
  • SCREAMING_SNAKE_CASE
  • -
  • UPPER CASE
  • -
  • lower case
  • -
  • fLIP cASE
  • -
  • Title Case
  • -
- ]]>
- - - - - - - - - com.intellij.modules.lang - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\ No newline at end of file -- cgit v1.2.3-54-g00ecf