Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Preview patch posted on jdt/core web page



A patch is available to expose some enumerations support in Eclipse.

We just got some syntax recovery to work in enums.
In addition to compiler, type hierarchies, search and some codeselect will
work.
Some codeassist as well, but do NOT try to codeassist inside enum constant
bodies (when adding
a class body behind an enum constant).
Open type dialog should show enums as classes (better than nothing).
The JavaModel should be functional with enums.
Formatter and DOM (with bindings) also.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/patches/org.eclipse.jdt.core_3.1.0.zip



Back to the top