intellij-foldable-project-view
intellij-foldable-project-view copied to clipboard
Corrections for the build and work with ignore plugin, distinct fold for ignored files
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 the ignored files, to divide it from the folded by pattern.
Tested on the latest CLion 2022.2
May I recommend prioritizing this for review and merge? I ask because it's possible that this change addresses #3, #6, #11, #14, #15, making it a high-value change.
@scanban What are your thoughts?
I am not familiar with Kotlin or with Java. I am fluent in OOP as a long-time Ruby user. I have not read this plugin codebase, only this diff.
That disclaimer out of the way, this looks like the label on the tin matches its contents. :100:
May I recommend prioritizing this for review and merge? I ask because it's possible that this change addresses #3, #6, #11, #14, #15, making it a high-value change.
@scanban What are your thoughts?
I am not familiar with Kotlin or with Java. I am fluent in OOP as a long-time Ruby user. I have not read this plugin codebase, only this diff.
That disclaimer out of the way, this looks like the label on the tin matches its contents. 💯
@jrhorn424 Sorry for the late reply, overloaded @ work atm ;) regarding your question - I didn't get any problems from listed issues. I am using plugin with my modifications on Clion in everyday work.