Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Visual Editor and Source Editor pb
Visual Editor and Source Editor pb [message #119585] Thu, 02 March 2006 10:47 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:too short override file
Next Topic:VE 1.2M2 is now available
Goto Forum:
  


Current Time: Fri Apr 26 03:47:14 GMT 2024

Powered by FUDForum. Page generated in 0.03137 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top