intellij-reference-diagram
intellij-reference-diagram copied to clipboard
the problem of studying your source code
I want to study how to develop a plugin to generate diagram. I download your source code, but I find that the "com.intellij.uml.UmlIcons" only exist in IDEA 2021.1, not exist in IDEA 2020.1. Does this mean that the source code only can develop plugin for specific version.
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.