forked from netnexus/camelcaseplugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: if only camelCase and snake_case is selected in the options
- Loading branch information
1 parent
43691de
commit e2c4058
Showing
2 changed files
with
8 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>de.netnexus.camelcaseplugin</id> | ||
<name>CamelCase</name> | ||
<version>3.0.10</version> | ||
<version>3.0.11</version> | ||
<vendor email="[email protected]" url="http://netnexus.de?src=camelCase">NetNexus</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -16,10 +16,9 @@ | |
<change-notes><![CDATA[ | ||
<p>If you have any comments please let me know.</p> | ||
<p>Release 3.0.10: | ||
<p>Release 3.0.11: | ||
<ul> | ||
<li>Single word bugfix (Foo => FOO => foo)</li> | ||
<li>Pascal Case with space bugfix (foo foo => Foo Foo)</li> | ||
<li>Bugfix: if only camelCase and snake_case is selected in the options</li> | ||
</ul> | ||
</p> | ||
|
@@ -55,8 +54,8 @@ | |
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
<!-- Add your extensions here --> | ||
<projectService serviceInterface="de.netnexus.CamelCasePlugin.CamelCaseConfig" | ||
serviceImplementation="de.netnexus.CamelCasePlugin.CamelCaseConfig"/> | ||
<projectService | ||
serviceImplementation="de.netnexus.CamelCasePlugin.CamelCaseConfig"/> | ||
<projectConfigurable groupId="editor" displayName="Camel Case" id="preferences.CamelCasePlugin" | ||
instance="de.netnexus.CamelCasePlugin.CamelCasePluginConfigurable"/> | ||
</extensions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters