Stefan Zeller
Stefan Zeller
Good idea. So, happy chrtistmas :D
Hello there. I'm currently improving the intellij-reference-diagram mentioned above. In that plugin I use the diagram library shipped with IntelliJ Ultimate com.intellij.diagram / com.intellij.openapi.graph wrapping yFiles). This library is quite...
I also ran into this issue. What about making clear that this plugin is dependent on the GitHub plugin? As I understand, it's the section depends with `optional="false"` in plugin.xml....
Thank you for the plugin!
Hi @SalamanderEyes, UmlIcons have been moved to another package. Heres my fix to resolve this: https://github.com/Stefku/intellij-reference-diagram/commit/cf787d53f647eb310e42b0728920eb8433011108#diff-c5f3d61cc0bbca4ce150d7ecc7b50e10e2906d786511a564f57fbf287270e481R28 Hope that helps.
Just found out that the diagram has the ability of node groups. See ```com.intellij.openapi.graph.builder.NodesGroup``` and ```com.intellij.diagram.DiagramDataModel#getGroup```.
Hi @hutwang. Currently I've no time left to work on this issue.
Hi @62mkv, you probably found a bug. Thanks for reporting. You are very welcome to contribute. I think a good point to start is ReferenceDiagramDataModel. The constructor gets called with...
Yes, since JetBrains has licensed the diagram library, the plugin is just for Ultimate version. I would know a good and easy to use possibility of a free open source...
I think a good point to start is ReferenceDiagramDataModel. The constructor gets called with a PsiClass where the user wanted to render the diagram. What is the use case? To...