It has been a while since the last Foldable Project View release, right? A lot was on my plate during this time, trust me.
However, I decided to reboot this project and start with the 2.0.0 release, which may work. Or not. But we have to start with anything after this time!
Please, report any issues or ideas via GitHub Issues.
Thanks! Jakub
- Support for multiple rules/groups in the Project View
- Possibility for specifying the background/foreground of the rule
- Use a separated storage file within the
.idea
directory:FoldableProjectView.xml
1.1.4 - 2022-11-13
- Support 231.* IDE releases
- Fixed incorrect
projectConfigurable
name
- Hide files or folders that are ignored or excluded (@Recks11)
- Dark/light icons
- Support for 2021.3
- Fold matching root elements of the project modules in the Project View
- Enable/disable folding via Preferences or Project View options menu
- Optionally fold directories
- Hide empty groups
- Hide all groups
- Case-insensitive matching
- Live ProjectView preview
- Initial scaffold created from IntelliJ Platform Plugin Template