Reputation: 620
Does anyone know how I can set the WindowBuilder Editor as default editor for all (or some) .java files? I love WindowBuilder, but it's "a waste of time" to have to do right click -> Open With -> WindowBuilder Editor
... I'm using Eclipse Juno. Thanks in advance!
Upvotes: 1
Views: 3254
Reputation: 39641
Try if activating Associate WindowBuilder editor with automatically recognized Java GUI files
in Window
-> Preferences
-> WindowBuilder
works for you. It is disabled by default.
Another way would be to always open .java
files with the WindowBuilder Editor. You can set this here: Window
-> Preferences
-> General
-> Editors
-> File Associations
.
Upvotes: 3