Miha-x64 / Mikes_IDEA_extensions

IntelliJ IDEA: missing parts.
Apache License 2.0
34 stars 7 forks source link

migrate off deprecated API in EditorCustomElementRenderer #5

Closed JB-Dmitry closed 4 years ago

JB-Dmitry commented 4 years ago

We're going to remove deprecated members of EditorCustomElementRenderer in 2020.1 IDE versions. This fix replaces usage of deprecated member with non-deprecated alternative.

Miha-x64 commented 4 years ago

Wow! Thank you for pointing this out and fixing.