Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Code select on local variables

I just released in JDT/Core the new support for code select on local
variables. An ILocalVariable (extending IJavaElement) is now returned when
invoking ICodeAssist.codeSelect(...) on a local variable (it used to be an
IType). However testing it with the existing JDT/UI, it appears that the
local variable declaration is not selected as
JavaEditor.setSelection(ISourceReference, int) is expecting an IMember.

We plan to give you a preview tomorrow evening. Would that be enough time
to make the change on your side for next integration build?

Jerome




Back to the top