Intellij Tree with custom files
I have tree with files and directories (not related to current project nor file systems). I want to display it in ToolWindow with all common staff like colors, file type icons, searching etc.
Is my usecase already supported by intellij?
The closes one related to my case I found trees from vcs package but it is commit / change related.
请先登录再写评论。
I have some code that displays a tree of project dependencies in a tool window, it may help you:
https://github.com/intellij-dlanguage/intellij-dub/blob/develop/src/main/kotlin/io/github/intellij/dub/toolwindow/DubToolWindowPanel.kt