aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
Commit message (Collapse)AuthorAge
* Fix deprecations and plugin config errorsHEADv0.8.1masterLaria Carolin Chabowski13 hours
|
* Fix error ActionUpdateThreadDev2a2024-04-05
|
* Fix crashing when an action is performed without a focussed editorv0.7.1Laria Carolin Chabowski2020-10-04
| | | | | | Turns out checking for a focussed editor in update() is not enough, because you can invoke the action, even if it's marked as inactive. Checking again in actionPerformed() fixes the issue.
* Split words on '.' to allow conversion *from* dot.caseLaria Carolin Chabowski2020-10-04
|
* Add configuration option for how to treat newlinesLaria Carolin Chabowski2020-10-04
|
* Add "Sentence case" conversionv.0.6.2Laria Carolin Chabowski2020-10-01
|
* Add dot.case conversionv0.5.2Laria Carolin Chabowski2019-12-10
|
* Transform to gradle projectLaria Carolin Chabowski2019-06-27