- On project rename, update project name in .project and the IvyDE container entry within .classpath (only with the modified IvyIDEA plugin)
- Update mechanism of .project and .classpath files (not using PSI anymore)
- Fixed ivy container classpath url added into .classpath
- Fixed .project enrichment with ivy nature
- Fixed NullPointerException
- Made compatible to the newest IntelliJ IDE platform version
- Fixed NullPointerException when working with a project without any modules
- Fixed thrown exception when creating a new module with Eclipse and Ivy framework at the same time
- Create .classpath and .project files with system-dependent line separators
- Updated supported version to IntelliJ 2020.3 (the second)
- Replaced deprecated API call
- Replaced internal API calls
- Update compatibility to IntelliJ 2020.3
- Ensures, only those source roots are defined within the .classpath file that really exists within the local file system. Source roots directories removed from the file system gets removed from within the .classpath file, too.
- Removing ivy container reference imported by Eclipse project import basing on an ivy project within the module's dependency list as long as the IvyIDEA project is installed
- Place new src tags after the last found one or at the start of the file
- Only synchronize existing source entries into .classpath
- Fixed too many threads with the same stacktrace when module roots changes
- Fixed update mechanism when modifying local files (shouldn't throw an invalid file tree exception anymore)
- Fixed synchronization of source roots into .classpath files of the modules
- Modified keys provided for coalesceBy when starting a non blocked read action
- Support for basic synchronization of sources roots of a module into Eclipse's .classpath when IntelliJ doesn't sync into it by itself
- Use constants available by the bundled Eclipse plugin
- Support for Eclipse as framework when creating Java projects/modules via the wizards
- Support for IvyIDEA to modify .project and .classpath file with ivy nature and ivy container