Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Visual Editor and Source Editor pb
Visual Editor and Source Editor pb [message #612233] Thu, 02 March 2006 05:47
Eclipse UserFriend
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 Jun 20 07:33:05 EDT 2025

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

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

Back to the top