How to implement hover hint for JavaScript (Eclipse JSDT).
I want when user hover over some keyword, some description is shown, like description in code completions:
(source: nodeclipse.org)
But that description should be also way to move that window into View stack in the bottom on Windows (Just like JavaDoc)