Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Updated JavaElement View and ASTView

The JavaElement View and the ASTView have been updated, see <
http://www.eclipse.org/jdt/ui/#optional>.

Changes in ASTView 1.1.7 (>= 3.5):
- support for new APIs from jdt.core 3.5
- bug fixes (e.g. rendering of escaped characters in String and char 
literals)

Changes in JavaElementView  1.0.8 (>= 3.7):
- support for new APIs from jdt.core 3.7
- added support for IClasspathEntry
- improved rendering of IMarker attributes in the Properties view: Java 
problem markers (children of *.java file resources) now deciper the id 
value and show the IProblem constant
- added "Show In" to context menu

If you're working on the BETA_JAVA7 branch of JDT Core and UI, you can 
also load the BETA_JAVA7 of the ASTView from CVS in order to play with 
AST.JLS4 and the new/changed nodes (DisjunctiveType, TryStatement)

Enjoy,
Markus


Back to the top