Eclipse: Rich Hovers Redux
In my last post, I misstated how to use the new ITextHoverExtension2#getHoverInfo2
interface. Herein, I attempt to set things right(er).
In my last post, I misstated how to use the new ITextHoverExtension2#getHoverInfo2
interface. Herein, I attempt to set things right(er).
I’m studying the sample Eclipse plugin projects that come bundled with Eclipse for RCP/Plug-in Developers. I had some adventures trying to track down the cause of a deprecation warning in the first sample, org.eclipse.ui.examples.javaeditor.