Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Migrate to new plugin structure | Dev2a | 2024-04-05 |
| | |||
* | Fix crashing when an action is performed without a focussed editorv0.7.1 | Laria Carolin Chabowski | 2020-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. | ||
* | Prepare new version 0.7.0v0.7.0 | Laria Carolin Chabowski | 2020-10-04 |
| | |||
* | Add configuration option for how to treat newlines | Laria Carolin Chabowski | 2020-10-04 |
| | |||
* | Add "Sentence case" conversionv.0.6.2 | Laria Carolin Chabowski | 2020-10-01 |
| | |||
* | Add usage information to README and plugin descriptionv0.6.1 | Laria Carolin Chabowski | 2020-03-08 |
| | |||
* | Add "Convert case" submenuv0.6.0 | Laria Carolin Chabowski | 2019-12-10 |
| | | | | | | | Organize the menu items neatly in a new submenu instead of cluttering up the main edit menu. This also fixes the order of the menu items. | ||
* | Add dot.case conversionv0.5.2 | Laria Carolin Chabowski | 2019-12-10 |
| | |||
* | Transform to gradle project | Laria Carolin Chabowski | 2019-06-27 |