I've just managed to get out all vital information (functions and returntypes, and comments (javadoc) from the openjdk-6 sources.
They are now all displaying using classes in package org.fife.ui.autocomplete.
I just wonder about how to return the function with their paramaters when user selects a function (or field) on the AutoComplete Listbox?
I mean... i don't want the function (as described in Listbox (with it's returntype at the end) but the function in how it is coded with,
hopefully with the cursor placed at the first in-parameter?
It's maybe easyer than i think?
Thanks in advance.
Arild
