Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 1.93 KB

Foldable Project View Changelog

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

Added

  • Support for multiple rules/groups in the Project View
  • Possibility for specifying the background/foreground of the rule

Changed

  • Use a separated storage file within the .idea directory: FoldableProjectView.xml

1.1.4 - 2022-11-13

Added

  • Support 231.* IDE releases

Fixed

  • Fixed incorrect projectConfigurable name

Added

  • Hide files or folders that are ignored or excluded (@Recks11)

Added

  • Dark/light icons
  • Support for 2021.3

Added

  • 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