Can anyone tell me how to quickly and easily set up Eclipse so I can see
doc'n on SWT API methods?
For example, I am currently working alot with gc.drawImage(). It has many
overloads, and I wonder if the one with just two int arg's is the one I
want.
(SWT people: seeing "int arg0, int arg1" is one step above useless. If it
were "int x, int y" that would be far better).
I would like to be able to select "drawImage" in my code and with one
click or keystroke, get taken into the doc'n on that method.
We've always had this in other API's, can someone describe how it works in
Eclipse?