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"

Line 1: Line 1:
 
The Eclipse Visual Editor project is a platform for creating GUI builders within Eclipse.  The project currently provides support for [http://en.wikipedia.org/wiki/WYSIWYG WYSIWYG] editing of Swing/AWT and [[SWT]]/[[RCP]] user interfaces.
 
The Eclipse Visual Editor project is a platform for creating GUI builders within Eclipse.  The project currently provides support for [http://en.wikipedia.org/wiki/WYSIWYG WYSIWYG] editing of Swing/AWT and [[SWT]]/[[RCP]] user interfaces.
 +
 +
NOTE: Current official builds of the Visual Editor require [http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/index.php|Eclipse 3.2 (Callisto)].
  
 
== Supported Platforms ==
 
== Supported Platforms ==

Revision as of 19:08, 7 May 2008

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.

NOTE: Current official builds of the Visual Editor require 3.2 (Callisto).

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

  • 1.2.2_jem (Current Release, for Eclipse 3.2 / Callisto) - Fri, 27 Oct 2006
  • 1.2.1 - Tue, 26 Sep 2006
  • 1.2 - Wed, 28 Jun 2006
  • 1.1.0.1 - Wed, 7 Sep 2005
  • 1.1 - Fri, 22 Jul 2005
  • 1.0.2.2 - Wed, 29 Jun 2005
  • 1.0.2.1 - Thu, 17 Mar 2005
  • 1.0.2 - Thu, 9 Dec 2004
  • 1.0.1.1 - Fri, 22 Oct 2004
  • 1.0 - Sun, 19 Sep 2004
  • 0.5.0 - Fri, 5 Dec 2003

See Also

Back to the top