Visual Editor and Source Editor pb [message #612233] |
Thu, 02 March 2006 05:47 |
Eclipse User |
|
|
|
Hi,
I have a problem : when selecting an element (control or container) from
the Visual Editor, the Source Editor only show me the single line of code
corresponding to this element (whithout the lines before & after)
For example: it shows :
groupBoxAddUsers = new GroupBoxAddUsers(menuUserBean1, SWT.NONE);
instead of :
private void createGroupBoxAddUsers() {
groupBoxAddUsers = new GroupBoxAddUsers(menuUserBean1, SWT.NONE);
groupBoxAddUsers.setVisible(true);
groupBoxAddUsers.setBounds(new
org.eclipse.swt.graphics.Rectangle(-1,105,489,242));
}
How can I solve this pb pleaze?
thanks
|
|
|
Powered by
FUDForum. Page generated in 0.37346 seconds