hsz / intellij-foldable-project-view

Plugin for IntelliJ-based IDEs folding root files in the ProjectView
96 stars 43 forks source link

Add support IntelliJ version 2024.1.0 #71

Open pavankjadda opened 8 months ago

pavankjadda commented 8 months ago

https://github.com/pavankjadda/intellij-foldable-project-view/releases/tag/v3.0.0-EAP.2

pavankjadda commented 8 months ago

Fork add the support. See https://github.com/pavankjadda/intellij-foldable-project-view/releases/tag/v3.0.0-EAP.2

pavankjadda commented 8 months ago

Created PR #72 for this as well

SupianIDz commented 8 months ago

https://github.com/hsz/intellij-foldable-project-view/assets/37969970/2786750d-dce6-4048-be1b-8240cbb8e0ce

I tried it, the folded file list cannot be expanded

pavankjadda commented 8 months ago

https://github.com/hsz/intellij-foldable-project-view/assets/37969970/2786750d-dce6-4048-be1b-8240cbb8e0ce

I tried it, the folded file list cannot be expanded

That seems to be the problem

SupianIDz commented 7 months ago

@dukedagmor you can try this, it works fine https://github.com/shuohao/intellij-foldable-project-view/releases/tag/2.0.0-EAP-2

SupianIDz commented 7 months ago

@SupianIDz

@dukedagmor you can try this, it works fine https://github.com/shuohao/intellij-foldable-project-view/releases/tag/2.0.0-EAP-2

I tried this version as well but don't get it to work, I even tried by making a shortcut, since the settings don't appear on my project folders, but even triggering via shortcut doesn't work :(

As in the video, the settings and folded files work well with the plugin https://github.com/shuohao/intellij-foldable-project-view/releases/tag/2.0.0-EAP-2 on the latest versions of Webstorm, PHPStorm and Intellij IDEA, I tried it myself.

https://github.com/hsz/intellij-foldable-project-view/assets/37969970/4420e829-c486-43e1-aa7c-0e77f8e966fd

try uninstalling then restarting and reinstalling adn don't forget to delete your shortcut first.

dukedagmor commented 7 months ago

@SupianIDz After reïnstalling everything I get the options in menu, but they dont seem to do anything: image The preview in settings does show the correct folded structure image

pavankjadda commented 7 months ago

output_file.mp4 I tried it, the folded file list cannot be expanded

Try https://github.com/pavankjadda/intellij-foldable-project-view/releases/tag/v3.0.0-EAP.2

pumpkin-nbc commented 7 months ago

The latest version doesn't seem to support automatic folding based on gitignore files

vvanglro commented 5 months ago

output_file.mp4 I tried it, the folded file list cannot be expanded

Try https://github.com/pavankjadda/intellij-foldable-project-view/releases/tag/v3.0.0-EAP.2

Hi, I tried the latest version 3.0.0, but I still can't fold it, Do I need to add rules manually?

pavankjadda commented 5 months ago

output_file.mp4

I tried it, the folded file list cannot be expanded

Try https://github.com/pavankjadda/intellij-foldable-project-view/releases/tag/v3.0.0-EAP.2

Hi, I tried the latest version 3.0.0, but I still can't fold it, Do I need to add rules manually?

I am still working on that issue

flyingcrp commented 5 months ago

output_file.mp4

I tried it, the folded file list cannot be expanded

Try https://github.com/pavankjadda/intellij-foldable-project-view/releases/tag/v3.0.0-EAP.2

Hi, I tried the latest version 3.0.0, but I still can't fold it, Do I need to add rules manually?

I am still working on that issue

hi guys any progress for this ?

pumpkin-nbc commented 4 months ago

image image Why does this button appear @pavankjadda

oldium commented 1 month ago

@pavankjadda Would you mind releasing your fork as a plugin at the plugin site please? According to https://plugins.jetbrains.com/plugin/17288-foldable-projectview this plugin has MIT license, so releasing a fork should be completely legal. Maybe just change the plugin name (and put MIT license to Git to make it explicit here too) and that's it.

vvanglro commented 3 days ago

The latest version doesn't seem to support automatic folding based on gitignore files

Now it seems you have to manually add rules yourself.

It would be great if the plugin could have an option or automatically use the output of the following command as a rule.

git ls-files --others --exclude-standard

4