Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Visual Editor Project"

(Added development resources section)
Line 12: Line 12:
  
 
SWT development requires Java 1.4.2 or later.
 
SWT development requires Java 1.4.2 or later.
 +
 +
== Development Resources ==
 +
 +
* [[VE/Roadmap | Roadmap for the VE 1.3 Release]]
 +
* [[VE/Documentation | VE Documentation]]
  
 
== Release History ==
 
== Release History ==

Revision as of 14:05, 18 October 2007

The Eclipse Visual Editor project is a platform for creating GUI builders within Eclipse. The project currently provides support for WYSIWYG editing of Swing/AWT and SWT/RCP user interfaces.

Supported Platforms

The Visual Editor is currently supported on the following platforms:

  • Win32 - Swing/AWT, SWT
  • Linux
    • GTK2/x86 - Swing/AWT, SWT
    • GTK2/x86_64 - Swing/AWT, SWT
    • GTK2/ppc - Swing/AWT, SWT
    • Motif - Swing/AWT
  • Mac OS X 10.4 - Swing, SWT

SWT development requires Java 1.4.2 or later.

Development Resources

Release History

See Also

Back to the top