aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/laria/code/idea_caseconv/SelectionReplacerAction.java
Commit message (Collapse)AuthorAge
* 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.
* Add configuration option for how to treat newlinesLaria Carolin Chabowski2020-10-04
|
* Transform to gradle projectLaria Carolin Chabowski2019-06-27