Eclipse & GWT - link .ui.xml to the corresponding .java file

The point is this:

enter image description here

HomeViewImpl.ui.xmlSeparated from the corresponding Java file HomeViewImpl.javain Project Explorer Eclipse. This is becoming increasingly annoying as the number of files inside the package increases.

Is there a way to tell Eclipse to either sort the files inside Java packages strictly by name, or link the .ui.xml files so that they are children of the <file-name>.javanode in the tree?


Function request at bugs.eclipse.org

+4
source share
2 answers

, Project Explorer .
, Navigator, , . > >

, . enter image description here

+1

.ui.xml , . , .

0

All Articles