findbugs - Eclipse PDE: put hints on java editor -


i'm trying create eclipse plug-in, gives suggestions in packages classes should be. , i'm having troubles on adding corresponding icons java editor, on left side of package declaration. more specific, user can run algorithm context menu , want add suggestions on each java class file (similar way findbugs works). , if user clicks on icon, there must hint (i guess called proposals) saying "move package 'anotherpackage'"; after clicking on class moved package.

you need create problem markers icons , afterwards implement matching quick fixes tooltips solve problems.


Comments