Visual Editor and Source Editor pb [message #119585] |
Thu, 02 March 2006 10:47 |
Eclipse User |
|
|
|
Originally posted by: wal.wal.fr
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
|
|
|
Re: Visual Editor and Source Editor pb [message #119628 is a reply to message #119585] |
Thu, 02 March 2006 14:35 |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
You turned on the Java Editor's show only selected element function, I'm
sure by accident. :-) Hover on the toolbar until you find the button
that says "Show source of selected element only" and deselect it.
--
Thanks,
Rich Kulp
|
|
|
Re: Visual Editor and Source Editor pb [message #119663 is a reply to message #119628] |
Thu, 02 March 2006 15:20 |
Eclipse User |
|
|
|
Originally posted by: wal.wal.fr
Thank u very much !
Actually, even the "Show Source of selected element only" was not on my
toolbar,
so I had to go in :
Window->Customize perspective->Commands
Then select all to be sure to find the good (white) button.
Thx,
Bye
|
|
|
Re: Visual Editor and Source Editor pb [message #612236 is a reply to message #119585] |
Thu, 02 March 2006 14:35 |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
You turned on the Java Editor's show only selected element function, I'm
sure by accident. :-) Hover on the toolbar until you find the button
that says "Show source of selected element only" and deselect it.
--
Thanks,
Rich Kulp
|
|
|
Re: Visual Editor and Source Editor pb [message #612239 is a reply to message #119628] |
Thu, 02 March 2006 15:20 |
Eclipse User |
|
|
|
Originally posted by: wal.wal.fr
Thank u very much !
Actually, even the "Show Source of selected element only" was not on my
toolbar,
so I had to go in :
Window->Customize perspective->Commands
Then select all to be sure to find the good (white) button.
Thx,
Bye
|
|
|
Powered by
FUDForum. Page generated in 0.03405 seconds