intellij-foldable-project-view icon indicating copy to clipboard operation
intellij-foldable-project-view copied to clipboard

Plugin for IntelliJ-based IDEs folding root files in the ProjectView

Results 39 intellij-foldable-project-view issues
Sort by recently updated
recently updated
newest added

Bumps org.jetbrains.intellij from 1.7.0 to 1.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.intellij&package-manager=gradle&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.1.1 to 2022.2.1. Release notes Sourced from JetBrains/qodana-action's releases. v2022.2.1 Changelog 2a2d589 :zap: Update to Qodana 2022.2 linters Commits ab69549 :memo: Update all mentioned versions to 2022.2...

dependencies
github_actions

Hide ignored files functionality In IDEA 2022.2 "ignore" plugin was removed and recommended way to have the same functionality is now to install "Foldable ProjectView" plugin. Add distinct "folder" for...

First of all, thanks! Like, really, thank you! Currently, the only way to hide files and folders that I can't just .ignore is to put them in plugin settings, however...

When you're viewing / editing a file that is folded (or belongs to a folded directory), when you execute "Select opened file" in the project view, the file won't be...

Current pull request contains patched `CHANGELOG.md` file for the `v1.1.3` version.

The plugin is currently not compatible with the new EAP 2022.1 as it requires an earlier build. As far as I can see nothing has changed in the way plugins...

GoLand: 2022.2 EAP (Build #GO-222.3218) Plugin version: 1.1.2 (+ manually corrected plugin.xml for its availability in GoLand 2022.2 EAP) ``` com.intellij.diagnostic.PluginException: Cannot create extension (class=ski.chrzanow.foldableprojectview.projectView.FoldableTreeStructureProvider) [Plugin: ski.chrzanow.foldableprojectview] at com.intellij.serviceContainer.ComponentManagerImpl.createError(ComponentManagerImpl.kt:945) at...