What happened to LightweightHint? Follow
I have a plugin which used com.intellij.ui.LightweightHint in IDEA 4.5 and 5.x but now fails to compile with IDEA 5181 because the class no longer exists. Any idea what would be appropriate to use now?
Thanks,
Gordon
Please sign in to leave a comment.
/bump
Nobody has an answer? How does one implement tooltips like Parameter Info?
Thanks,
Gordon
did you add idea.jar to your classpath? for me it's there in 5181
Doh! I wonder how I missed that? I could have sworn I had IDEA.jar in my setup. Thanks :)