aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/laria
Commit message (Collapse)AuthorAge
* 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