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 #612233] Thu, 02 March 2006 10:47
Walid is currently offline WalidFriend
Messages: 2
Registered: July 2009
Junior Member
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
Previous Topic:smart copy
Next Topic:Accessing of the JAR in the Plugin
Goto Forum:
  


Current Time: Fri Apr 26 23:12:16 GMT 2024

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

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

Back to the top