Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 1.71 KB

Foldable Project View Changelog

This is an EAP release. Please report any issues or ideas via GitHub Issues.

Thanks! @pavankjadda

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