intellij-reference-diagram icon indicating copy to clipboard operation
intellij-reference-diagram copied to clipboard

the problem of studying your source code

Open SalamanderEyes opened this issue 3 years ago • 1 comments

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.

SalamanderEyes avatar Jul 07 '21 12:07 SalamanderEyes

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.

Stefku avatar Jul 09 '21 06:07 Stefku