- Dropped support for IntelliJ versions < 2024.3
- This is required to fix a few deprecations and remove some workarounds #171
- Fix IDE hang when projects with different "Process files asynchronously" are open #160
- Make it possible to run processors asynchronously #130
- This way the UI should be more responsive when processing a lot of files
- May break processors that interact with the UI e.g. when showing dialogs
- Don't process files during project load #145
- This should cause less race conditions due to partial project initialization
- Only active on IntelliJ < 2024.3 as the underlying problem was fixed in IntelliJ 2024.3
- Dropped support for IntelliJ versions < 2024.2
- Removed deprecated code that was only required for older IDE versions
- Fix "run on multiple files" not working when the file is not a text file #129
- Workaround scaling problem on "New UI" #26
- Fixed
ToggleAnAction must override getActionUpdateThread
warning inside IntelliJ 2024+ - Dropped support for IntelliJ versions < 2023.2
- Run GlobalProcessors (e.g. Reformat) last so that code is formatted correctly #90
- Dropped support for IntelliJ versions < 2023
- Shortened plugin name - new name: "Save Actions X"
- Updated assets
- Removed "Remove unused suppress warning annotation"
- This option never worked #64
- Allows usage of the plugin with IntelliJ IDEA 2024+ #63
- If you used this option you should remove the line
<option value="suppressAnnotation" />
insidesaveactions_settings.xml
- Allow compilation with Java 21
- Fixed
Add class qualifier to static member access outside declaring class
not working in combination with Qodana plugin #25
- Fixed pluginIcon being not displayed #35
- Improved support of Android Studio (until a 2023 version is released) #27
- Fixed problem in combination with Qodana plugin #25
- Improved compatibility and cleaned up code #27
- Fixed missing display name which causes an error when multiple configurable plugins are installed #20
- Fixed
Change visibility of field or method to lower access
not working #14
Initial release
- Fork of dubreuia/intellij-plugin-save-actions and fishermans/intellij-plugin-save-actions
⚠️ This plugin is not compatible with the old/deprecated/forked one.
Please ensure that the old plugin is uninstalled.
- Rebrand
- Updated copy pasted classes from IDEA