- Bugfix: use standard config if com.intellij.openapi.project.Project is null
- Bugfix: if only camelCase and snake_case is selected in the options
- Single word bugfix (Foo => FOO => foo)
- Pascal Case with space bugfix (foo foo => Foo Foo)
- New Conversion added (Camel Case)
- Support any text field and editor
- Fixed snake case bug
- Need IntelliJ Platform version higher than 191.4212.41
- Fix for string in lower case
- Select whole string with dashes
- Fixed conversion with special char
- Fixed deprecated function
- Restore multiple caret mode (see #2)
- Allow to use plugin in dialogs (like refactor/rename)
- Introduce "space case" and allow to change conversion order in configuration.
- Introduce config panel to switch off certain transformations (Preferences / Editor / Camel Case)
- Bugfix: double underscore (thanks to John)
- added hyphen-separated-notation
- optimized multiple caret support
- idea 14.1 is now required, please use release 1.2 for older IDEs
- multiple selections support
- Compiled for J2SE 6.0
- Added undo functionality