From 7e6d26c8adf8b44b4bdb225b498fa6f2a4de51bc Mon Sep 17 00:00:00 2001
From: Patrick Ziegler <ziegler.patrick@hotmail.de>
Date: Mon, 24 Jun 2024 19:08:05 +0200
Subject: [PATCH] Convert "What's New" section from HTML to AsciiDoc

See https://github.com/eclipse-windowbuilder/windowbuilder/issues/642
---
 .../html-src/whatsnew/index.asciidoc          |  15 ++
 .../html-src/whatsnew/v100.asciidoc           |  76 ++++++
 .../html-src/whatsnew/v300.asciidoc           |  75 ++++++
 .../html-src/whatsnew/v400.asciidoc           |  99 ++++++++
 .../html-src/whatsnew/v410.asciidoc           |  95 ++++++++
 .../html-src/whatsnew/v420.asciidoc           | 126 ++++++++++
 .../html-src/whatsnew/v430.asciidoc           | 103 +++++++++
 .../html-src/whatsnew/v500.asciidoc           | 119 ++++++++++
 .../html-src/whatsnew/v510.asciidoc           |  70 ++++++
 .../html-src/whatsnew/v600.asciidoc           |  62 +++++
 .../html-src/whatsnew/v610.asciidoc           |  74 ++++++
 .../html-src/whatsnew/v620.asciidoc           |  63 +++++
 .../html-src/whatsnew/v630.asciidoc           |  79 +++++++
 .../html-src/whatsnew/v640.asciidoc           |  91 ++++++++
 .../html-src/whatsnew/v650.asciidoc           | 103 +++++++++
 .../html-src/whatsnew/v660.asciidoc           |  88 +++++++
 .../html-src/whatsnew/v670.asciidoc           | 103 +++++++++
 .../html-src/whatsnew/v680.asciidoc           |  85 +++++++
 .../html-src/whatsnew/v690.asciidoc           |  76 ++++++
 .../html-src/whatsnew/v700.asciidoc           | 112 +++++++++
 .../html-src/whatsnew/v710.asciidoc           | 101 ++++++++
 .../html-src/whatsnew/v720.asciidoc           | 123 ++++++++++
 .../html-src/whatsnew/v730.asciidoc           | 120 ++++++++++
 .../html-src/whatsnew/v740.asciidoc           | 102 +++++++++
 .../html-src/whatsnew/v750.asciidoc           |  71 ++++++
 .../html-src/whatsnew/v760.asciidoc           |  78 +++++++
 .../html-src/whatsnew/v800.asciidoc           |  81 +++++++
 .../html-src/whatsnew/v810.asciidoc           |  91 ++++++++
 .../html-src/whatsnew/v811.asciidoc           |  94 ++++++++
 .../html/whatsnew/index.html                  |  29 ---
 .../html/whatsnew/v100.html                   | 188 ---------------
 .../html/whatsnew/v300.html                   | 113 ---------
 .../html/whatsnew/v400.html                   | 150 ------------
 .../html/whatsnew/v410.html                   | 141 ------------
 .../html/whatsnew/v420.html                   | 170 --------------
 .../html/whatsnew/v430.html                   | 147 ------------
 .../html/whatsnew/v500.html                   | 183 ---------------
 .../html/whatsnew/v510.html                   | 131 -----------
 .../html/whatsnew/v600.html                   | 119 ----------
 .../html/whatsnew/v610.html                   | 131 -----------
 .../html/whatsnew/v620.html                   | 123 ----------
 .../html/whatsnew/v630.html                   | 153 -------------
 .../html/whatsnew/v640.html                   | 156 -------------
 .../html/whatsnew/v650.html                   | 163 -------------
 .../html/whatsnew/v660.html                   | 157 -------------
 .../html/whatsnew/v670.html                   | 177 --------------
 .../html/whatsnew/v680.html                   | 161 -------------
 .../html/whatsnew/v690.html                   | 156 -------------
 .../html/whatsnew/v700.html                   | 198 ----------------
 .../html/whatsnew/v710.html                   | 189 ---------------
 .../html/whatsnew/v720.html                   | 211 -----------------
 .../html/whatsnew/v730.html                   | 216 ------------------
 .../html/whatsnew/v740.html                   | 201 ----------------
 .../html/whatsnew/v750.html                   | 169 --------------
 .../html/whatsnew/v760.html                   | 181 ---------------
 .../html/whatsnew/v800.html                   | 193 ----------------
 .../html/whatsnew/v810.html                   | 207 -----------------
 .../html/whatsnew/v811.html                   | 214 -----------------
 58 files changed, 2575 insertions(+), 4727 deletions(-)
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/index.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v100.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v300.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v400.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v410.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v420.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v430.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v500.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v510.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v600.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v610.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v620.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v630.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v640.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v650.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v660.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v670.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v680.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v690.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v700.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v710.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v720.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v730.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v740.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v750.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v760.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v800.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v810.asciidoc
 create mode 100644 org.eclipse.wb.doc.user/html-src/whatsnew/v811.asciidoc
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/index.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v100.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v300.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v400.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v410.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v420.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v430.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v500.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v510.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v600.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v610.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v620.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v630.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v640.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v650.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v660.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v670.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v680.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v690.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v700.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v710.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v720.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v730.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v740.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v750.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v760.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v800.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v810.html
 delete mode 100644 org.eclipse.wb.doc.user/html/whatsnew/v811.html

diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/index.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/index.asciidoc
new file mode 100644
index 000000000..ff62640fb
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/index.asciidoc
@@ -0,0 +1,15 @@
+= What's New - v1.5.0
+
+* General support for running in e4
+* Support for editing e4 parts
+* New e4 ViewPart wizard
+* Morphing support for XML-based UIs
+* New GoTo Definition action for XML-based UIs
+* Split editor layout support for XML-based UIs
+* New i18n "Rename keys on component variable change" preference
+* Support for mappings/data binding with java enumerations
+* Support for JComponent "border" copy/paste
+* Exclude properties incompatible with the project JVM
+* Support for externalizing "TitleBorder.title"
+
+What's new - link:v100.html[*v1.0.0*]
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v100.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v100.asciidoc
new file mode 100644
index 000000000..7b13ffdad
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v100.asciidoc
@@ -0,0 +1,76 @@
+= What's New - v1.0.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v1.0.0* | *SWT Designer v1.0.0*
+|*Swing Designer v1.0.0* | *GWT Designer v2.4.0*
+|===
+
+* link:#EclipseProject[WindowBuilder Project at Eclipse.org]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+
+[cols="34%,33%,33%"]
+|===
+a|
+* link:v811.html[v8.1.1]
+* link:v810.html[v8.1.0]
+* link:v800.html[v8.0.0]
+* link:v760.html[v7.6.0]
+* link:v750.html[v7.5.0]
+* link:v740.html[v7.4.0]
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+a|
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+a|
+* link:v610.html[v6.1.0] 
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#EclipseProject]
+== WindowBuilder Project at Eclipse.org
+
+* Code namespace changed to org.eclipse.wb.*
+* Eclipse.org copyright header added to all files
+* New *Create Report* option for error window
+* New auto-discovery mechanism for easily loading new UI Toolkits
+* Externalized all strings for localization/internationalization
+* Established initial public API
+* Version numbers reset to 1.0.0
+* New WindowBuilder forum at Eclipse.org
+* All IP reviewed and non-conforming pieces moved to Eclipse Labs
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 2.2, 2.3 and 2.4
+* Change GWT Designer version to 2.4.0
+* Improved support for GWT UiBinder
+* Use unmodified GWT distribution
+* Support for @UiChild
+* Support for SmartGWT 2.4
+* Enhanced GXT data binding
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for "Name" property in Viewer
+* Data binding support for DateTime
+* Enhanced XWT data binding
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v300.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v300.asciidoc
new file mode 100644
index 000000000..db863eb92
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v300.asciidoc
@@ -0,0 +1,75 @@
+= What's New - v3.0.0
+
+* link:#EclipseForms[Support for Eclipse Forms]
+* link:#SwingVisualInheritance[Support for Swing Visual Inheritance]
+* link:#CustomSwingPanels[Enhanced support for custom Swing panels]
+* link:#EventHandlers[New event handler code generation options]
+* link:#SWT[Enhanced SWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[#EclipseForms]
+== Support for Eclipse Forms
+
+* Create "flat look" user interfaces
+* New wizards for FormPages, DetailPages and MasterDetailsBlocks
+* New Eclipse Forms palette supporting all Eclipse Forms widgets
+* Support for ColumnLayout and TableWrapLayout
+* New Forms API preferences to optionally generate paintBordersFor()
+
+[#SwingVisualInheritance]
+== Support for Swing Visual Inheritance
+
+* Inherit from any JFrame, JDialog, JApplet or JPanel subclass
+* All inherited widgets are visible
+* Access inherited widgets exposed via public or protected accessor
+* Inherited widgets appear in tree with "i" decorators
+
+[#CustomSwingPanels]
+== Enhanced support for custom Swing panels
+
+* New "Expose component" command to generate accessor
+* Subcomponents appear in tree with special decorator
+* Access subcomponents exposed via public accessors
+* Add new children to subcomponent containers
+* Automatically recognize custom bean properties
+
+[#EventHandlers]
+== New event handler code generation options
+
+* Create anonymous class
+* Create inner class
+* Implement listener interface in parent class
+
+[#SWT]
+== Enhanced SWT support
+
+* New SWT Shell wizard
+* New Eclipse EditorPart wizard
+* New SWT > PreferencePage preferences
+* Added support for Eclipse 3.0 Browser widget
+* Added option to highlight borderless Composites
+* Support for SWT Shell.defaultButton property
+* Support for top right control in CTabFolder
+* Enhanced FieldEditor support
+* Keyboard support for FormLayout
+* SWT custom widget support for String[], Font and Color properties
+* SWT custom Item support
+
+[#Swing]
+== Enhanced Swing support
+
+* New Swing Application wizard
+* Support for JSpinner models (number, list and date)
+* Support for JLabel.setLabelFor()
+* Keyboard support for SpringLayout
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Added Replicate Width and Replicate Height commands to toolbar
+* Preference to control when to use layout grid
+* Enhanced visual feedback for null layout move and size operations
+* Placed wizards into categories
+* Support for source code hint for events
+* Support for arrow key movement in various layouts
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v400.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v400.asciidoc
new file mode 100644
index 000000000..66bd4c92e
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v400.asciidoc
@@ -0,0 +1,99 @@
+= What's New - v4.0.0
+
+* link:#SWT_AWT[Support for the SWT_AWT bridge allowing SWT and Swing to be mixed]
+* link:#JGFL[Support for JGoodies FormLayout]
+* link:#SWT_31[Support for new Eclipse 3.1 SWT elements]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+* link:#CodeParsing[Code Parsing Enhancements]
+
+* link:v300.html[v3.0.0]
+
+[#SWT_AWT]
+== Support for the SWT_AWT bridge allowing SWT and Swing to be mixed
+
+* New SWT_AWT palette
+* Embed any Swing widget into an SWT or RCP window
+
+[#JGFL]
+== Support for JGoodies FormLayout
+
+* Graphically manage JGFL columns and rows
+* Graphically manage cell alignment and column/row spanning
+* Graphically reorder and resize columns and rows
+* Automatically handle gap columns and rows
+* Intelligently convert existing layouts to JGFL
+* Support for different units like pixels and dialog units
+* Support for all predefined FormLayout types
+* Support for grouping and ungrouping columns
+* Color highlighting for grouped columns and rows
+* Floating layout assistant for cells, columns and rows
+* Intelligently merge and split columns and rows
+
+[#SWT_31]
+== Support for new Eclipse 3.1 SWT elements
+
+* Support for the SWT Spinner & Link control
+* Support for the SWT TreeColumns
+* Support for virtual tables
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for SWT DragSource & DropTarget
+* Support for SWT TableItems & TreeItems
+* Support for SWT toggle buttons
+* Support for SWT Cursor property
+* Support for strikeout and underline properties for SWT fonts (Windows-only)
+* Support for new 3.0 SWT RowLayout properties
+* Enhanced SWT FormLayout support
+* Support for SWT color constants sources
+* Support for custom SWT drag/drop transfer classes
+
+[#JFace]
+== Enhanced JFace support
+
+* Support for ApplicationWindow coolbars
+* Style property support for JFace Action
+* Icon support for SWT Dialogs, TitleAreaDialogs and ApplicationWindows
+* Support for Shell events in ApplicationWindow
+* Support for JFace action accelerator property
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for custom Swing properties and editors
+* Support for custom Swing widget customizers
+* Support for superclasses in Swing JFrame wizard
+* Support for instantiating custom JTable/JTree/JComboBox models
+* Added support for parsing and editing JTable columns
+* Tooltips for GBL selection handles, with option on preference page
+* Keyboard navigation support for all Swing layouts
+* Support for GridBagConstraints subclasses with custom defaults
+* Support for static method factory for GridBagConstraints
+* Support for custom component icons in tree and palette
+
+[#NLS]
+== Enhanced NLS support
+
+* Added flag for copying default values in all locales
+* Added flag in "New Local" dialog to copy default values to new properties file
+* Added ability to auto-externalize strings for newly added widgets
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Use Ctrl key to add custom widgets by name
+* Automatically add to Custom Controls palette via Choose Bean
+* Added tooltips for most component properties
+* Support for mouse wheel in property table when design canvas is active
+* Support for copy/paste (Ctrl+C/X/V) in text property editors
+
+[#CodeParsing]
+== Code Parsing Enhancements
+
+* Support for code hiding
+* Support for default string property value when expression can not be converted
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v410.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v410.asciidoc
new file mode 100644
index 000000000..20d85e633
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v410.asciidoc
@@ -0,0 +1,95 @@
+= What's New - v4.1.0
+
+* link:#FlyoutPanes[New Dockable Flyout Palette & Property Editor]
+* link:#PropertyManager[Added new Property Manager]
+* link:#RenameVariables[Automatically rename variables based on text property]
+* link:#NLS[Enhanced NLS support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements] +
+ 
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+[#FlyoutPanes]
+== New Dockable Flyout Palette & Property Editor
+
+* Dock the Property Editor to the top, bottom, left or right of the design view
+* Dock the Palette to the left or right of the design view
+* Palette & Property Editor may be easily collapsed and expanded
+* Palette & Property Editor available as separate views
+
+[#PropertyManager]
+== Added new Property Manager
+
+* Important properties are highlighted in bold and sorted to the top of the list
+* Hidden properties are removed from the property list
+* Hidden properties may be toggled on and off
+* New preference page for configuring properties
+
+[#RenameVariables]
+== Automatically rename variables based on text property
+
+* Rename always, never or only for defaults
+* Specify renaming patterns using text, classname and acronym
+* Use the first n elements of the text value
+* New preference page for configuring variable names
+
+[#NLS]
+== Enhanced NLS support
+
+* Added flag icons for all locales
+* Support for ResourceBundle.getBundle("name").getString("key")
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for setting SWT tab order within a container
+* Added BIDI (RIGHT_TO_LEFT) support for SWT GridLayout, FlowLayout and RowLayout
+* Added an Eclipse Forms Composite wizard
+* Added an SWT Dialog wizard
+* Support for direct edit/double click for ToolItem
+* Support for drop down toolbar items and menus
+* Support for ColorRegistry & FontRegistry
+* Support for Eclipse 3.1 GridLayout enhancements
+* New Autosize widget command for null layout
+* Added tooltips for FormLayout popup figures
+* Support for Forms borders/adapt for SWT frames
+* Enhanced support for FormLayout
+* Keyboard navigation for menus
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Support for adding existing actions for ApplicationWindow/ViewPart
+* Enhanced display of ViewParts and EditorParts
+
+[#Swing]
+== Enhanced Swing support
+
+* Added icons for borders and an option to show them in control tree
+* Show position in title for BorderLayout, JScrollPane, JSplitPane
+* Added support for JGoodies Component Factory and widgets
+* Added JTable on JScrollPane palette entry
+* Support for JMenuBar for JApplet
+* Enhanced support for JTable columns
+* New Autosize Widget command for null layout
+* Added tooltips for SpringLayout popup figures
+* Resize JFrame using content pane handles
+* Improved support for custom Swing widgets and customizers
+* Support for object properties
+* Enhanced support for SpringLayout
+* Support for AbstractButton.setMnemonic(char)
+* Keyboard navigation for menus
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* New toolbar options to evenly distribute controls
+* New Rename command to rename multiple widgets at once
+* New Set Layout command on the context menu
+* New Change Style command on the context menu
+* Option to highlight borderless containers (with dotted outline)
+* Added read-only "class" property
+* Use the Esc key to cancel an add operation
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v420.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v420.asciidoc
new file mode 100644
index 000000000..c82fade2f
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v420.asciidoc
@@ -0,0 +1,126 @@
+= What's New - v4.2.0
+
+* link:#SWT_VisualInheritance[Support for SWT Visual Inheritance]
+* link:#FreeCellMode[New "Free cell mode" edit policy for SWT GridLayout]
+* link:#NonVisualBeans[Support for non-visual beans]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGeneration[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements] +
+ 
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+[#SWT_VisualInheritance]
+== Support for SWT Visual Inheritance
+
+* Inherit from any Composite or Shell subclass
+* All inherited widgets are visible
+* Access inherited widgets exposed via public or protected accessors
+* Inherited widgets appear in tree with "i" decorator
+
+[#FreeCellMode]
+== New "Free cell mode" edit policy for SWT GridLayout
+
+* Position widgets freely in any open cell
+* Insert new rows and columns between existing cells
+* Rearrange rows and columns via drag/drop
+* Double-click or right-click on header to set/clear horizontal/vertical grab
+* Interactive column and row spanning feedback
+* Right-click on the header area to access the popup header menu
+* Right-click to delete rows and columns
+* Filler labels automatically managed
+* Option for Text widgets to automatically grab horizontally
+* Option to automatically right-align label widgets to the left of text
+widgets
+
+[#NonVisualBeans]
+== Support for non-visual beans
+
+* Non-visual beans placed in a "(non-visual beans)" category
+* Marked in source with "// @wb:location=X,Y" tag
+* Option for creating non-visual beans as fields
+* Reorder non-visual beans via drag/drop
+
+[#SWT]
+== Enhanced SWT support
+
+* Enhanced support for custom SWT widgets
+* Option to generate Eclipse 3.0-style GridData
+* New "Set tab order" command on container context menu
+* Automatically autosize widgets in null and FormLayout
+* New "Autosize widget" command for FormLayout
+* Reparenting support for Forms ExpandableComposite and Section
+* Enhanced layout assistants for FillLayout & GridLayout
+* Support for protected properties in SWT
+* Support for SWT Point property
+* Support for 3.2 CoolBar vertical style
+* Support for 3.2 sortColumn/sortDirection properties
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Show events for label and main controls for field editors in popup
+* Support for name/icon properties for views/editors
+* Support for view category editing and creation
+* Support for toolbar/coolbar managers on design canvas
+* Create ID field for new ViewPart
+* Wizard for ViewPart adds view declaration in plugin.xml
+* Wizard for EditorPart adds editor declaration in plugin.xml
+* Create view/editor extensions when needed
+* Automatically adapt non-form control
+* Add/remove paintBorders/adapt using popup menu
+* "Adapt control" popup items for Forms API
+* Support for clientVerticalSpacing/marginWidth/marginHeight properties
+for ExpandableComposite/Section
+
+[#Swing]
+== Enhanced Swing support
+
+* Show value feedback for insets/padding in GridBagLayout
+* Support for focus traversal policy for Swing
+* New "Set tab order" command on container context menu
+* Automatically autosize widgets in null and SpringLayout
+* New "Flatten Hierarchy" action for Swing container
+* Option for changing size to preferred on move in absolute layout
+* New "Autosize widget" command for SpringLayout
+* Don't show sub-components when "isContainer == FALSE" in bean descriptor
+* Support for custom layout managers
+* Support for JBuilder XYLayout and XYConstraints
+* Support for Swing components from fields
+* Mark container as focus cycle root when setting focus policy
+
+[#CodeGeneration]
+== Code Generation & Parsing enhancements
+
+* Option for specifying default code generation method
+* Option to to surround method invocation code with try\{}catch\{}
+* Support for "this" prefix before field
+* Option for disabling complex expressions evaluations
+* Option for enable/disable reparse after custom component change
+* Support for options for position of event handler inner class
+* Option for removing "real" event handlers during component remove
+* Provide JDK 1.5 versions of ResourceManager as needed
+* Ignore during parsing methods that have single argument subclass of
+EventObject
+* Support for components from static factories
+* Support for borders from static factories
+* Understand SWT code for controls with more than two arguments in
+constructor
+* Support for adding new controls with complex constructors
+* Support for constructor arguments for SWT controls
+* Support for enumeration properties
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Option for automatically drop down combo property editors on activation
+* "Expose property..." item added to property table popup menu
+* Option to automatically direct edit new widgets
+* Support for editing layout properties with multi-selection
+* Refresh custom components palette after receiving focus
+* Support for preferred property descriptors
+* Remember expansion state in image selection dialog
+* Group constructor properties in complex "constructor" property
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v430.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v430.asciidoc
new file mode 100644
index 000000000..d14525211
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v430.asciidoc
@@ -0,0 +1,103 @@
+= What's New - v4.3.0
+
+* link:#Perspectives[Support for creating and editing RCP Perspectives]
+* link:#VisualTabOrderEditing[Support for visual tab order editing]
+* link:#NLS[Enhanced NLS support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGeneration[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements] +
+ 
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+[#Perspectives]
+== Support for creating and editing RCP Perspectives
+
+* New wizard for creating Perspective Factories
+* Perspective declaration added to plugin.xml
+* Perspective palette includes common and local views
+* Change view locations and sizes with drag/drop
+* Create folders by stacking views
+* Manage placeholder & fast views and view & perspective shortcuts
+
+[#VisualTabOrderEditing]
+== Support for visual tab order editing
+
+* Clicking "Tab Order" button places editor into tab order mode
+* Click on components in desired tab order
+* Ctrl+click a component to move its tab position to another
+* Shift+click to add/remove a tab stop from a component
+
+[#NLS]
+== Enhanced NLS support
+
+* Show widget icons in locale table
+* Added "Internalize key..." & "Remove locale..." actions in locale table
+* Show tooltip with components in locale table
+* Use Enter and Tab to navigate locale table
+* Support for ClassName.class.getName() as BUNDLE_NAME in NLS
+* Automatically sort keys in properties files
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for alignment to any control in FormLayout
+* Enhanced attachment feedback in FormLayout
+* Show warning when change number of columns in GridLayout
+* Support for scrollbars events of ScrolledComposite
+* Support for icons of custom SWT controls
+* Support for custom SWT property editors
+* Support for SWT customizers
+* Support for cross-parent alignment for SWT absolute layout
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Support for SectionParts
+* Support for properties of buttons on JFace Dialogs
+* Support for "parent" argument of ViewPart.createPartControl(Composite parent)
+* Support for custom FormToolkit's
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for alignment to any control in SpringLayout
+* Enhanced constraint feedback in SpringLayout
+* Support for morphing to subclass/other
+* Support for "Insets" argument of EmptyBorder
+* Added "Set frame size" menu for frames
+
+[#CodeGeneration]
+== Code Generation & Parsing enhancements
+
+* Major performance enhancements (windows open 2X-3X faster)
+* Option for creating Swing components fields in initializers
+* Option for adding 'final' to event handlers parameters
+* Support for "$\{default_name}" in variable name template
+* Ignore 'null' assignments in field declarations
+* Support for parents passed as arguments
+* Support for parsing refactored methods in any order
+* Enhanced support for factories
+* Support for static methods from current class
+* Don't create default constructors until needed
+* Support for public/protected/default static fields in superclasses
+* Check that variable name is not reserved Java identifier
+* Support for Java5 enum properties and EnumSet
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Support for required properties
+* Preference for highlight/ignore required properties
+* Show class hierarchy tooltip and double click to open
+* New tree-based image selection dialog
+* Support for selecting images from classpath jar's
+* Option for enabling/disabling "Test" action
+* Enable copy, but prevent cut for top level components
+* Minimal support for JBuilder OpenTools API
+* Use better plus/minus images for property table
+* Support for selecting images in projects with multiple source folders
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v500.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v500.asciidoc
new file mode 100644
index 000000000..630fb465a
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v500.asciidoc
@@ -0,0 +1,119 @@
+= What's New - v5.0.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v5.0.0* |*SWT Designer v5.0.0*
+|*Swing Designer v5.0.0* | 
+|===
+
+* link:#GroupLayout[Support for Swing & SWT GroupLayout]
+* link:#ActionBarAdvisors[Support for creating and editing RCP ActionBarAdvisors]
+* link:#PaletteManager[New Palette Manager]
+* link:#NLS[Enhanced NLS support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGeneration[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements] +
+ 
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+[#GroupLayout]
+== Support for Swing & SWT GroupLayout
+
+* Select GroupLayout from the Swing Layouts or SWT Layouts palette
+* Position and size widgets using GroupLayout constraints
+* Align widgets horizontally and vertically
+* Indent widgets intelligently
+* Insert widgets intelligently
+* Align widgets along text baselines
+* Align widgets to margins
+* Anchor widgets to the left, right or both sides
+* Anchor widgets to the top, bottom or both sides
+* Set anchors via popup context menus
+* Set widget anchoring and resizing via context menu
+* Align and center widgets using toolbar
+* Set alignment, size and spacing using floating layout assistant
+* Preferences to control feedback colors, popup alignment menus and code generation
+* Ported SWT GroupLayout from Swing GroupLayout
+
+[#ActionBarAdvisors]
+== Support for creating and editing RCP ActionBarAdvisors
+
+* New wizard for creating ActionBarAdvisor classes
+* ActionBarAdvisor palette includes common and local actions
+* Create toolbars and buttons with drag/drop
+* Edit Coolbar and Menus with Actions tab
+* Actions list prepopulated with actions defined in ActionFactory class
+* Drag menu category to create a fully populated menu
+* Update associated WorkbenchWindowAdvisor class
+* Support for ToolBarManager style property
+
+[#PaletteManager]
+== New Palette Manager
+
+* Configure palette categories and entries with Palette Manager dialog
+* Add categories, entries and separators using palette menu
+* Import multiple widgets from JAR archives
+* Rearrange items using drag/drop
+* Revert to default palette
+* New palette extension points for Swing and SWT
+
+[#NLS]
+== Enhanced NLS support
+
+* Ask about using old or new value when renaming key to existing one
+* Improved support for default locale
+* Support for VA Java NLS pattern
+
+[#SWT]
+== Enhanced SWT support
+
+* Enhanced snapping feedback for absolute / null layout
+* Support for Eclipse 3.2 ExpandBar & ExpandItem
+* Support for "Expose control" for menu items
+* Support for the GridLayout(cols, equal) constructor
+* Enhanced GridData code generation
+* Support for Accessibility properties & AccessibleListener
+* Support for adding Forms API Toolkits to any window
+* Automatically add Forms API JAR to .classpath and plugin manifest
+* Added Superclass field to Shell and Composite wizards
+* Basic support for custom static factories
+* Morphing Composite/Group to SashForm
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Support for StructuredViewer
+* Enhanced parsing of JFace dialogs
+* Support for viewers in static factories
+
+[#Swing]
+== Enhanced Swing support
+
+* Enhanced snapping feedback for absolute / null layout
+* Support for default GridBagLayout insets
+* Support for LAF read/change in main() method
+* Option for displaying grid in SpringLayout
+* Support for "Expose component" for menu items
+* Support for JGoodies Forms version 1.0.6
+* dded Superclass field to JPanel wizard
+
+[#CodeGeneration]
+== Code Generation & Parsing enhancements
+
+* Option to set variable name in widget: setData("name", "widget-name")
+* Ignore code in "if (!Beans.isDesignTime())" during parsing
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Option for maximizing editor on "Design" page activation
+* Option for formatting source code on editor save
+* Show "<No Properties>" message when there is no selection in editor
+* Select images from source folders and referenced projects in classpath mode
+* Save property table column widths in Designer preferences
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v510.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v510.asciidoc
new file mode 100644
index 000000000..ad609f2d3
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v510.asciidoc
@@ -0,0 +1,70 @@
+= What's New - v5.1.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v5.1.0* |*SWT Designer v5.1.0*
+|*Swing Designer v5.1.0* | 
+|===
+
+* link:#NLS[Enhanced NLS support]
+* link:#GridBagLayout[Enhanced Swing GridBagLayout support]
+* link:#PaletteManager[Enhanced Palette Manager]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements] +
+ 
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+[#NLS]
+== Enhanced NLS support
+
+* Support for multiple sources
+* Support for configuring Eclipse Message classes
+* Support for configuring resource bundle usage
+* Support for the new, modern Eclipse internationalization format
+* Update Design view when text in a property file changes
+
+[#GridBagLayout]
+== Enhanced Swing GridBagLayout support
+
+* Show column and row headers
+* Rearrange rows and columns via drag/drop
+* Double-click header to set/clear horizontal/vertical fill
+* Right-click on the header area to access the popup header menu
+* Preserve GridBagLayout constraints during move
+
+[#PaletteManager]
+== Enhanced Palette Manager
+
+* Added Widget Palette Plug-in Wizard
+* Convert widget JARs into Eclipse widget plug-ins
+
+[#SWT]
+== Enhanced SWT support
+
+* Added SWT GroupLayout preferences
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Support for adding CompositeSeparator to Section in tree
+
+[#Swing]
+== Enhanced Swing support
+
+* Baseline snapping support for SpringLayout
+* New preference to use old-style component creation without "live" feedbacks
+* Generate new GridLayout(rows, columns) by default
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Added editor content type detection
+* Show problems decorator for Designer editor icon
+* Use separate preferences to control auto size on text/image change
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v600.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v600.asciidoc
new file mode 100644
index 000000000..134996793
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v600.asciidoc
@@ -0,0 +1,62 @@
+= What's New - v6.0.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.0.0* |*SWT Designer v6.0.0*
+|*Swing Designer v6.0.0* |*GWT Designer v1.0.0*
+|===
+
+* link:#GWT[New GWT Designer Product]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements] +
+ 
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+[#GWT]
+== New GWT Designer Product
+
+* Bi-direction code generation for Google Web Toolkit API
+* GWT Java Project, Module and RemoteService wizards
+* Composite, DialogBox and PopupPanel wizards
+* Support for all standard GWT panels and widgets
+* Support for custom composites, panels and widgets
+* Rich editing for all panel types
+* Matisse-style snapping feedback for AbsolutePanels
+* Graphically layout Grids and FlexTables
+* Graphically layout TabPanels
+* Integrated CSS support (create, edit and render new CSS styles)
+* GWT Launch Configuration and launch shortcut
+* Builder for automatic creation of "async" parts of a RemoteService
+* Intelligent refactoring support for renaming modules and services
+* Internationalization support using GWT-specific patterns
+* One-click WAR file build and deployment support
+* Extremely fast due to using ASM for fast bytecode modification
+
+[#SWT]
+== Enhanced SWT support
+
+* Enhanced menu support
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Support for SourceViewer
+
+[#Swing]
+== Enhanced Swing support
+
+* Enhanced menu support
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Added "Refresh" button to toolbar
+* Enhanced usability of property pane
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v610.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v610.asciidoc
new file mode 100644
index 000000000..87e432974
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v610.asciidoc
@@ -0,0 +1,74 @@
+= What's New - v6.1.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.1.0* |*SWT Designer v6.1.0*
+|*Swing Designer v6.1.0* |*GWT Designer v1.5.0*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace_RCP[Enhanced JFace & RCP support]
+* link:#Parsing[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+a|
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for IE7 and GWT 1.2.11, 1.2.22 & 1.3.1
+* Support for Linux and Mozilla
+* Support for visual inheritance
+* Support for cut, copy and paste
+* Compiler checks for valid GWT Java code
+* Support for "compiler style" option during deployment & launching
+* Deployment dialog option for setting maximum GWT compiler memory
+* Support for all GWTShell flags in launch configuration
+* Support for renaming CSS rules
+* Support for sorting CSS rules
+* Support for adding Widget's as items in Tree
+* Improved support for GWT KitchenSink example
+* Automatically add missing RootPanel references
+* Added action for converting a Java project into a GWT project
+* Remove "@gwt.typeArgs" JavaDoc tags during "Async" generation
+* Deployment adds jars for all required (referenced) projects
+* Support for accessing Java object fields from JavaScript
+* Support for linked source folders
+* Support for complex constructors
+* Enhanced FormPanel support
+* Support for Hidden widget
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for new Eclipse 3.3 DateTime widget
+* Improved SWTResourceManager support for Java 5
+
+[#JFace_RCP]
+== Enhanced JFace & RCP support
+
+* Enhanced FieldPreferencePage code generation
+
+[#Parsing]
+== Code Generation & Parsing enhancements
+
+* Basic support for singleton and instance factories
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Setting font color now changes widget foreground color
+* Support for adding any beans as "non-visual"
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v620.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v620.asciidoc
new file mode 100644
index 000000000..47ac553d0
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v620.asciidoc
@@ -0,0 +1,63 @@
+= What's New - v6.2.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.2.0* |*SWT Designer v6.2.0*
+|*Swing Designer v6.2.0* |*GWT Designer v1.6.1*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#Parsing[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+a|
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 1.3.3
+* New EntryPoint wizard
+* Enhanced CSS Style Selection dialog
+* Added HTML option to GWT launch configuration
+* Support for I18N Messages at design time
+* Support for HTMLTable.getRowFormatter().xxx() methods
+
+[#SWT]
+== Enhanced SWT support
+
+* Improved GroupLayout support
+* Baseline support for DateTime widget
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for OSX using Eclipse 3.3 & JDK 1.5 Release 5 Developer Preview 2
+* Support for Java 6 GroupLayout
+* New Swing color dialog
+* Improved SpringLayout support
+
+[#Parsing]
+== Code Generation & Parsing enhancements
+
+* Enhanced support for singleton and instance factories
+* Generate name of LayoutData based on name of Control
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Enhanced Palette Manager to support badly defined widget jars
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v630.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v630.asciidoc
new file mode 100644
index 000000000..e05516917
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v630.asciidoc
@@ -0,0 +1,79 @@
+= What's New - v6.3.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.3.0* |*SWT Designer v6.3.0*
+|*Swing Designer v6.3.0* |*GWT Designer v1.7.0*
+|===
+
+* link:#Web[Support for Web Projects]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#Parsing[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+a|
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#Web]
+== Support for Web Projects
+
+* New wizard for creating Web Projects
+* New wizards for creating Applets, HTML pages, JSP pages & Servlets
+* Set Web Project Deployment properties
+* Set Web Project GWT properties
+* New Web Project Deployment command
+* Web Project > Project preferences
+* Web Project > Deployment preferences
+* HTML Templates preferences
+* JSP Templates preferences
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for OSX
+* Support for "Parameters" in GWT launch configuration
+* Support for "URL" in GWT launch configuration
+* Enhanced Compiler checks for valid GWT Java code
+* Automatic project recompilation triggered by gwt.xml file changes
+* QuickFix for adding <inherits name="the.module.name"/>
+* Use main module URL during remote services deployment
+
+[#SWT]
+== Enhanced SWT support
+
+* Suppress AbsoluteLayout location/size hints preference
+
+[#Swing]
+== Enhanced Swing support
+
+* Suppress AbsoluteLayout location/size hints preference
+* Enable editing custom absolute layouts preference
+
+[#Parsing]
+== Code Generation & Parsing enhancements
+
+* Enhanced support for singleton and instance factories
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Widget ordering support for AbsoluteLayout
+* Allow Swing property editors for SWT controls
+* Support for SWT property editors for non-visual beans
+* Support for widget resizing by keyboard
+* Linux preview window offset preferences
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v640.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v640.asciidoc
new file mode 100644
index 000000000..b9a557b74
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v640.asciidoc
@@ -0,0 +1,91 @@
+= What's New - v6.4.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.4.0* |*SWT Designer v6.4.0*
+|*Swing Designer v6.4.0* |*GWT Designer v2.0.0*
+|===
+
+* link:#DataBinding[Support for SWT/JFace Data Bindings]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+a|
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Support for SWT/JFace Data Bindings
+
+* Support SWT Data bindings
+* Support JFace Data bindings
+* Icon decorator for bound components
+* Data Binding menu
+* Property pane support for "binding" property
+* Create Data Binding wizard
+* Choose Bean targets, models and inputs
+* Choose Widget targets and models
+* Choose selection targets, models and inputs
+* Choose collection inputs
+* Filter targets and models
+* Filter properties
+* Specify SWT binding properties
+* Specify JFace binding properties
+* Edit and Delete existing bindings
+* Generate initDataBindings() method
+
+[#GWT]
+== Enhanced GWT support
+
+* Improved support for OSX
+* Support for GWT 1.4.10
+* Support for ImageBundle from 1.4.10
+* Support for new GWT 1.4.10 widgets
+* Use Label as placeholder for bad widgets
+* Support for alignment of widgets in cells of Grid and FlexTable
+
+[#SWT]
+== Enhanced SWT support
+
+* Suppress AbsoluteLayout location/size hints preference
+* Enable editing custom absolute layouts preference
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Suppress AbsoluteLayout location/size hints preference
+* Enable editing custom absolute layouts preference
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for JGoodies forms 1.1.0
+
+[#NLS]
+== Enhanced NLS support
+
+* Enhanced support for singleton and instance factories
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Optional decoration of components with events
+* Remember last selection and expansion state on refresh
+* Work around preventing preview window flickering on Metacity
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v650.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v650.asciidoc
new file mode 100644
index 000000000..03f5c496b
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v650.asciidoc
@@ -0,0 +1,103 @@
+= What's New - v6.5.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.5.0* |*SWT Designer v6.5.0*
+|*Swing Designer v6.5.0* |*GWT Designer v3.0.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#Parsing[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+a|
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Support for update strategy converters and validators
+* Support for binding to exposed controls
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 1.4.60
+* Optionally create EntryPoint and public resources
+* Support for new GWT bootstrap process
+* Support for GWT KitchenSink example
+* Support for GWT Mail example
+* Add warning for Composite without default constructor
+* Improved support for Linux
+* Improved support for SplitPanels
+* Support for custom TabPanels
+* Automatically add missing default constructor for Composite
+* Support for @gwt.resource in ImageBundle
+* Support for images in CustomButton.Face
+* Support for String[] return type for Constants
+* Support for RemoteServices during design time
+
+[#SWT]
+== Enhanced SWT support
+
+* Add "Show Headers" option to Table context menu
+* Removed dispose() method from Composite template
+* Improved ResourceManager class
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Added TableColumn to JFace Viewers palette category
+* Added FilteredList to JFace Viewers palette category
+
+[#Swing]
+== Enhanced Swing support
+
+* Added "unspecified" LAF selection item
+* Render glue elements in menubar at design time
+* Enhanced GridBagLayout support
+* Support for GBL gap columns/rows
+* Show placeholders for bad widgets
+
+[#NLS]
+== Enhanced NLS support
+
+* Support for ResourceBundle.getBundle(name,Locale)
+
+[#Parsing]
+== Code Generation & Parsing enhancements
+
+* Preference to control visibility of Swing widget accessor methods
+* Support for modifier of accessor method
+* Improved error reporting during parsing
+* Improved support for non-visual beans
+* Automatically create JavaDoc for new widget definition methods
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Show window sizing feedback
+* Support for exporting Designer preferences
+* Support for importing Designer preferences
+* Preference to enable/disable determining GUI content type
+* Clear cached images on refresh
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v660.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v660.asciidoc
new file mode 100644
index 000000000..6bd64ef01
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v660.asciidoc
@@ -0,0 +1,88 @@
+= What's New - v6.6.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.6.0* |*SWT Designer v6.6.0*
+|*Swing Designer v6.6.0* |*GWT Designer v4.0.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+a|
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Support DataBindingContext assigned to a field
+* Custom Label Provider support for JFace Data Bindings
+* Preferences for controlling code generation
+* Added support for initializeContext(DataBindingContext context) method
+* Support for SWTObservables.observeDelayedValue()
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 1.4.61
+* Create GWT JUnit Test Cases
+* JUnit GWT Application launch configuration
+* Preference for generating Async interfaces for RemoteServices
+* Preference to Check for Composite default constructors
+* Preference to check for client-side compilation issues
+* Preference to set the GWT tests source folder
+* Search for *.gwt.xml modules in all source folders
+* Improved support MyGWT and GWT-EXT
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for OSX 10.5 Leopard using Eclipse 3.3.2
+* Support for CmtComponent as value for custom SWT property editor
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Support for one argument constructor in SectionPart
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for adding Document events in JTextComponent
+* Support for generating/parsing TableModel with cells
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Improved JBuilder 2006 code generation compatibility
+* Optionally add "throws Exception" to widget definition method
+* Generate "fields with initializer" directly on top of type
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Improved error reporting
+* Support for EXPLICIT_PROPERTY_CHANGE tag of BeanDescriptor
+* Copy/paste for properties with custom PropertyEditors
+* Show window decorations by default under Linux and OSX
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v670.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v670.asciidoc
new file mode 100644
index 000000000..39e5a230a
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v670.asciidoc
@@ -0,0 +1,103 @@
+= What's New - v6.7.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.7.0* |*SWT Designer v6.7.0*
+|*Swing Designer v6.7.0* |*GWT Designer v5.0.0*
+|===
+
+* link:#RFRS[Ready for IBM Rational Software Certification]
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+a|
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#RFRS]
+== Ready for IBM Rational Software Certification
+
+* Validated as Ready for IBM Rational software
+* Achieved the Ready for IBM Rational software Best Practices Indicator
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Support for new Eclipse 3.4 data binding APIs
+* Support TreeViewer input bindings
+* Support for simple (Designer custom) TreeViewer binding
+* Support for binding multi selection and checked elements
+* Support for direct binding to WritableValues
+* Support attributes that are WritableValues
+* Support for bindings assigned to fields
+* Support for binding to the validation status of another binding
+
+[#GWT]
+== Enhanced GWT support
+
+* Added GWT Compile Application launch configuration
+* Added new "GWT library" wizard
+* Improved support MyGWT and GWT-Ext
+* Added GWT-Ext palette
+* Support for project-specific GWT_HOME using classpath
+* Support for FireFox 3/GRE 1.9 under Linux
+* Support for Safari 3.1 under OSX
+* Support for ConstantsWithLookup
+* Limited support for Windows/IE strict modes
+* 64-Bit development support
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for drag/drop of ButtonGroups on MenuItems
+* Support for TableCursor
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for JGoodies FormLayout v1.2.0
+* Added GroupLayout to default layout manager list
+* Create Swing GUI in AWT EventQueue
+* Allow JInternalFrame on any container, not just JDesktopPane
+* Support for "this.getClass()" for Swing Icon creation
+* Support for rendering JFrame/JDialog.add(component)
+* Support for JFileChooser
+* Improved JBuilder-generated code rendering
+
+[#NLS]
+== Enhanced NLS support
+
+* Allow use default package for *.properties in NLS
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Improved JBuilder 2006 code generation compatibility
+* Parsing support for "add(component, constraints, -1)"
+* Use ColumnSpec/RowSpec.decode() for JGFL 1.2
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Reduced flickering under Linux
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v680.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v680.asciidoc
new file mode 100644
index 000000000..8ee78cb66
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v680.asciidoc
@@ -0,0 +1,85 @@
+= What's New - v6.8.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.8.0* |*SWT Designer v6.8.0*
+|*Swing Designer v6.8.0* |*GWT Designer v5.1.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+a|
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Added new JFace Automatic Data Binding wizard
+* Support for master/details binding
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 1.5
+* Added Decorated* widgets to palette
+* Added MicrosoftMap and YahooMap to GWT-Ext palette
+* Support for HTML id property
+* Use "Standard" GWT theme for GWT 1.5
+* Automatically add "-Xmx128m" for new GWT launch configurations
+* Improved Web Project support
+* Support for RemoteServiceRelativePath annotation
+* Separate templates for different GWT versions
+* Don't show properties for Composite without widget
+* Support for renamed gwt-user.jar files
+
+[#SWT]
+== Enhanced JFace & RCP support
+
+* Support for exposing JFace Dialog button
+* Support for "helpAvailable" property in TitleAreaDialog
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for JLayeredPane
+* Support for rendering custom JTable models
+* Improved JBuilder-generated code rendering
+* Improved JSR-296 (AppFramework) wizard
+
+[#NLS]
+== Enhanced NLS support
+
+* Support for more languages and countries
+* Support for properties of "workbench" actions
+* Prefix NLS key with type name for Modern Eclipse style
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Issue auto-build warning, if no .class file detected
+* Show value even for non-modified CustomBeanInfoProperty
+* Filter out "variable" property for "this" Swing container
+* Show "visible" property
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v690.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v690.asciidoc
new file mode 100644
index 000000000..e403fcce4
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v690.asciidoc
@@ -0,0 +1,76 @@
+= What's New - v6.9.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v6.9.0* |*SWT Designer v6.9.0*
+|*Swing Designer v6.9.0* |*GWT Designer v6.9.0*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+a|
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Optionally use names or hex values for CSS color
+* Support for CaptionPanel
+* Link CSS file using gwt.xml descriptor
+* Support for ModuleName.gwtd.xml file for external CSS files
+* Support for RemoteService interfaces inheritance
+* Support for "static boolean isDesignTime()"
+* Improved support for local proxies
+
+[#SWT]
+== Enhanced JFace & RCP support
+
+* Support for editing Riena ViewParts
+
+[#Swing]
+== Enhanced Swing support
+
+* Better support for "isContainer"
+* Support for negative GBL insets
+* Support for editing standalone JMenuBar subclasses
+
+[#NLS]
+== Enhanced NLS support
+
+* Optionally use fully qualified name of enclosing type in NLS key
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Delay parsing when buffer changes happen during save
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Check for JVM and Java project compatibility
+* Hide editor before converting to field/local
+* Various property pane ergonomic enhancements
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v700.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v700.asciidoc
new file mode 100644
index 000000000..785102f0c
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v700.asciidoc
@@ -0,0 +1,112 @@
+= What's New - v7.0.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.0.0* |*SWT Designer v7.0.0*
+|*Swing Designer v7.0.0* |*GWT Designer v7.0.0*
+|===
+
+* link:#Factories[New support for UI Factories]
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+a|
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#Factories]
+== New support for UI Factories
+
+* Create UI Factory classes from selected widgets
+* Add UI Factories to palette
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* New Data Binding Editor Tab
+* SWT & JFace bindings merged into a single UI
+
+[#GWT]
+== Enhanced GWT support
+
+* ImageBundle support
+* Improved FlexTable & Grid support
+* Full support for GWT-Ext (widgets & layouts)
+
+[#SWT]
+== Enhanced SWT support
+
+* Improved Accelerator Editor
+* Improved FormLayout support
+* Improved GridLayout & TableWrapLayout support
+* Nebula widgets
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* TableViewerColumn & TreeViewerColumn support
+* TableColumnLayout & TreeColumnLayout support
+* Wizard & MultiPageEditorPart wizards
+* ControlDecoration support
+* Visual Menu Editing for ViewParts & ActionsBarAdvisors
+* Improved RCP Action support
+
+[#Swing]
+== Enhanced Swing support
+
+* JSR 295, Swing Data Binding
+* MIG Layout
+* Border Editor
+* Improved Swing Action support
+* Improved Swing Model support (List, Tree, Table, Combo)
+* Improved KeyStroke Editor
+* Improved Font Editor
+* Improved ButtonGroup support
+* Improved SpringLayout support
+* Improved Look-n-Feel support
+
+[#NLS]
+== Enhanced NLS support
+
+* Type keys into text properties by name
+* Select key in String Editor
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Improved parsing using binary execution flow
+* Improved code generation preferences with preview
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Improved error reporting
+* New "Surround With" support
+* Improved property table & editors
+* Improved widget palette
+* New customization API
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v710.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v710.asciidoc
new file mode 100644
index 000000000..36232d55f
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v710.asciidoc
@@ -0,0 +1,101 @@
+= What's New - v7.1.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.1.0* |*SWT Designer v7.1.0*
+|*Swing Designer v7.1.0* |*GWT Designer v7.1.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+a|
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* EMF Data Binding support
+* Support for new Eclipse 3.5 coding style
+* Support for Eclipse 3.5 nested property bindings
+
+[#GWT]
+== Enhanced GWT support
+
+* General support for GWT 1.6.4
+* Support for new GWT project structure
+* Support for Google GWT plugin
+* Support for GWT 1.6 DatePicker, DateBox and LazyPanel
+* Context menu action "Open Command" for GWT MenuItem
+* Support for RootPanel.get(String)
+* Show special message for NPE in GWT Mail sample
+
+[#SWT]
+== Enhanced SWT support
+
+* New "Set minimal size" action for Composite
+* Support for non-standard SWT constructors
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Support for IViewSite.getWorkbenchWindow()
+* New "Expose viewer..." action
+
+[#Swing]
+== Enhanced Swing support
+
+* Improved Swing Data Binding support
+
+[#NLS]
+== Enhanced NLS support
+
+* New "Add key/value" in NLS dialog
+* Sort *.properties files by key
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Various parsing and speed optimizations
+* Improved error messages for common cases
+* Ask for main entry point if multiple detected
+* Various advanced parser enhancements
+* Support for factory inheritance
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Support for Eclipse 3.5
+* Support for OSX Cocoa
+* Support for BeanInfo inheritance
+* Support for "setComponent(SomeType)" properties
+* Support for Object properties in custom components
+* Show better message when bad custom component fails
+* Check for JDK compatibility
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v720.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v720.asciidoc
new file mode 100644
index 000000000..4b347b215
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v720.asciidoc
@@ -0,0 +1,123 @@
+= What's New - v7.2.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.2.0* |*SWT Designer v7.2.0*
+|*Swing Designer v7.2.0* |*GWT Designer v7.2.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+a|
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Added visual marker for model beans
+* Support for nested viewer bindings
+* Support for ObservableMapCellLabelProvider
+* Support for SWT DateTime
+* Support for Table Cell Editing
+* Enclose SWT DB code in try/catch blocks
+* Optionally generate Eclipse 3.5-only code (no deprecated code)
+* Set defaults for new strategy objects
+* Support for external controller objects
+* Support for new Eclipse 3.5 coding style
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for Ext GWT (GXT) 2.0.1
+* Support for GWT 1.7 and IE8
+* New multi-page CSS Style Editor
+* Enhanced CSS Style Editor Dialog
+* Enhanced CSS Style Name property
+* Support for "new Viewport(panel)"
+* Improved hosted mode start up error handling
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for Cursor property type
+* Support for TrayItem
+* Support for Nebula RadioGroup & RadioItem
+* Support for "live baseline"
+* Support for "BeanInfo.getIcon(kind)" in SWT
+* New "Remove setSize()" context menu command for Shells
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Support for CellEditors as viewers
+* Support for "visual inheritance" in EditorPart
+* Added Forms API pref page
+* Improved Riena support
+
+[#Swing]
+== Enhanced Swing support
+
+* Improved MiGLayout support
+* Improved GroupLayout support
+* Support for editing cell constraints
+* Improved GridBagLayout support
+* Support for dropping Actions from factories in lazy mode
+* Support for "live baseline"
+* Support for configurable column/row gap
+* Use Double.MIN_VALUE as weight for filler column/row
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Various parsing and speed optimizations
+* Support for parameterized/generic events
+* Support for FormToolkit in parameter of constructor
+* Support for "IBeanAttributes.SWT_STYLE" bean parameter
+* Support for UTF-8 *.properties files
+* Support for "lazy" code generation for NVOs
+* Support for "wbp-meta/ConfigureClassLoader.mvel" scripts
+* Support for "EventQueue.invokeAndWait" and "SwingUtilities.invokeAndWait"
+* Include source code into parsing exceptions
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Use place holders for broken custom components
+* Significant performance optimizations
+* New "Extract as view" command in Palette and Structure views
+* Show better message when unable to load "super" class
+* Added Undo/Redo actions to editor toolbar
+* Show warning when trying to drop abstract components
+* Added Usage Profiler for tracking product feature usage
+* Auto-rename template validation
+* Use full HTMl for property pane & palette tooltips
+* API support for customizing properties
+* API support for reading palette files from JARs
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v730.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v730.asciidoc
new file mode 100644
index 000000000..5dd3a4c0d
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v730.asciidoc
@@ -0,0 +1,120 @@
+= What's New - v7.3.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.3.0* |*SWT Designer v7.3.0*
+|*Swing Designer v7.3.0* |*GWT Designer v7.3.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+a|
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Support for virtual bindings
+* Support for sub properties of observeDetails()
+* Show all Composites in Beans list
+* Improved EMF DataBinding support
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 2.0 (Java API only)
+* Support for new GWT layout panels
+* Support for Ext GWT (GXT) 2.1.0
+* Simplify adding GXT and GWT-Ext to project at creation time
+* Show "GXT UI" actions in context menu if configured
+* Support for generic components and their event listeners
+* Support for alignment actions for GXT "AbsoluteLayout"
+* Support for GXT "Component.setContextMenu()"
+* Include "EnvironmentTab" into GWT launch
+* Support for untyped GXT events
+* Support for VerticalPanel Cell properties
+* Added "SuggestBox" to palette
+* New GXT "LayoutContainer" Wizard
+* Show GWT 2.0 "strict mode" widgets on palette only in "strict mode"
+* Support for "CaptionPanel" (any not abstract Composite) as non-this
+root
+
+[#SWT]
+== Enhanced SWT support
+
+* Support for "TextViewer"
+* Support for Nebula CButton & TableCombo
+* Special warning when user attempts to parse SWT UI without configuring project for SWT
+* Support for rendering "FilteredItemsSelectionDialog"
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Support for "SectionPart" constructor with "FormPage"
+* Generate and use "TableViewerColumnSorter" for sorting by "TableViewerColumn"
+* Support for "org.eclipse.ui.splash.AbstractSplashHandler"
+* New code generation preference for FieldEditors
+* Support for "DoubleFieldEditor"
+
+[#Swing]
+== Enhanced Swing support
+
+* New "Automatically change insets to generate column/row gaps" preference
+* Support for parsing custom "ButtonGroup"
+* Step up to Substance-5.3 LAFs
+* Support for copy/paste panels with "GribBagLayout"
+* Execute any "Container.add(Component+[,...])" methods
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Various parsing and speed optimizations
+* Support for "@wbp.nls.resourceBundle" tag to support user-specific ResourceBundle
+* Support for "local type" as listener type
+* Support for "v++" and "v--" expressions
+* Support for "string + int" and "string + null"
+* Support for evaluating "import static" methods
+* New template preferences for Layout and LayoutData
+* New template preference for inner event handler classes
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Support for "Integer" (as object) property editor
+* In "split mode", when delay is -1, then reparse on save
+* Option to highlight visited/evaluated lines in source
+* Support "Rename..." action for "lazy" variable
+* Support for creation flow in absolute layouts
+* Show "unknown" boolean values
+* Hide JFace widgets when not on path
+* Improved Linux GTK support
+* New "Go To Problem in Source" Button on error page
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v740.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v740.asciidoc
new file mode 100644
index 000000000..7029e0cf2
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v740.asciidoc
@@ -0,0 +1,102 @@
+= What's New - v7.4.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.4.0* |*SWT Designer v7.4.0*
+|*Swing Designer v7.4.0* |*GWT Designer v7.4.0*
+|===
+
+* link:#DataBinding[Enhanced SWT/JFace Data Bindings support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#NLS[Enhanced NLS support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+a|
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#DataBinding]
+== Enhanced SWT/JFace Data Binding support
+
+* Support inner classes defined within initDataBindings()
+* Support for preInitBindings() and postInitBindings()
+* Support for creating observable objects using EMFProperties (EMF 2.5)
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 2.0.1 and 2.0.2 (Java API only)
+* Support for Ext GWT (GXT) 2.1.1
+* Support for GPE 1.3
+* Use "web.xml" to get HTML file from "welcome-file" element
+* Support for embedding a "Composite" created using "UiBinder"
+* Support for "border" of GXT "ContentPanel.body"
+* Check GXT resources only if module imports GXT module
+* Add GPE natures to project when it is present
+
+[#SWT]
+== Enhanced SWT support
+
+* Enhanced automatic FormLayout mode with property pane support
+* Reintroduced "classic" FormLayout editing mode and preferences
+* FormLayout classic: added percent offsets management using design pane.
+* Ask user use "FormLayout" instead of "absolute"
+* Support for "DROP_DOWN" style of "DateTime"
+* Support for "navigation figures" for "StackLayout"
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Support for using "view inside of IFolderLayout" as reference on "IPageLayout"
+* Support for rendering "FilteredItemsSelectionDialog"
+* Parsing support for JFace GridLayoutFactory and GridDataFactory
+
+[#Swing]
+== Enhanced Swing support
+
+* MigLayout dimension editing dialogs should use "zero" based index
+
+[#NLS]
+== Enhanced NLS support
+
+* Better NLS support for embedded panels
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Significant parsing and speed optimizations
+* Convert "instanceOfJFrame.add()" into "instanceOfJFrame.getContentPane().add()"
+* Ignore unnecessary "LayoutData"
+* Support for invoking "constructor" with "TypeVariable" parameter
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Ask about removing "inner type" listener, if used more than once
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v750.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v750.asciidoc
new file mode 100644
index 000000000..4fb1d2c6d
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v750.asciidoc
@@ -0,0 +1,71 @@
+= What's New - v7.5.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.5.0* |*SWT Designer v7.5.0*
+|*Swing Designer v7.5.0* |*GWT Designer v7.5.0*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#NLS[Enhanced NLS support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v740.html[v7.4.0]
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+a|
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 2.0.3
+* Support for SmartGWT
+* Support for Ext GWT (GWT) Data Binding
+* Support for xulrunner-1.9.2
+
+[#SWT]
+== Enhanced SWT support
+
+* Improved FormLayout support
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Call "FormToolkit.dispose()" in templates for "Composite" and "ViewPart"
+
+[#NLS]
+== Enhanced NLS support
+
+* Support for "always visible locales"
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* New property editors for "Double", "Byte", "Short" and "Long"
+* Support "condition" for "palette" and "category" elements
+* Support for "topBounds.pack" parameter
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v760.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v760.asciidoc
new file mode 100644
index 000000000..065a11ac9
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v760.asciidoc
@@ -0,0 +1,78 @@
+= What's New - v7.6.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v7.6.0* |*SWT Designer v7.6.0*
+|*Swing Designer v7.6.0* |*GWT Designer v7.6.0*
+|===
+
+* link:#XWT[XWT (XML Window Toolkit) support]
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+
+[cols="50%,50%"]
+|===
+a|
+* link:v750.html[v7.5.0]
+* link:v740.html[v7.4.0]
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+a|
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0]
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#XWT]
+== XWT (XML Window Toolkit) support
+
+* Wizards for creating XWT Applications and Composites
+* Wizards for creating XWT Forms Applications and Composites
+* Support for all SWT and JFace components and properties
+* Support for all standard SWT layout managers like GridLayout and FormLayout
+* Support for SWT event handlingSupport for xulrunner-1.9.2
+* Bi-directional editing between the design view and the XML source code
+
+[#GWT]
+== Enhanced GWT support
+
+* Improved support for SmartGWT
+* Support for dropping any "Widget" on "Tree"
+* GWT wizards are context sensitive
+* Improved GWT-Ext table support
+* Improved GXT column model support
+* Ignore invalid "web.xml" file when search HTML file
+
+[#SWT]
+== Enhanced SWT support
+
+* Rendering support for GridLayoutFactory and GridDataFactory
+
+[#Swing]
+== Enhanced Swing support
+
+* Major performance improvements in OSX
+* General speed improvements under all platforms
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Evaluate generic method invocations
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v800.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v800.asciidoc
new file mode 100644
index 000000000..c33eca94e
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v800.asciidoc
@@ -0,0 +1,81 @@
+= What's New - v8.0.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v8.0.0* |*SWT Designer v8.0.0*
+|*Swing Designer v8.0.0* |*GWT Designer v8.0.0*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#XWT[Enhanced XWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+
+[cols="34%,33%,33%"]
+|===
+a|
+* link:v760.html[v7.6.0]
+* link:v750.html[v7.5.0]
+* link:v740.html[v7.4.0]
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+a|
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0] 
+a|
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Initial/beta support for GWT UiBinder
+* Initial/beta support for GWT 2.1
+* Support for GWT 2.0.4
+* WebKit rendering for OSX and Linux
+* Improved SmartGWT support
+
+[#SWT]
+== Enhanced SWT support
+
+* Added Size actions for SWT & JFace Dialog Shells
+
+[#XWT]
+== Enhanced XWT support
+
+* Initial support for XWT Data Binding
+* Support for DragSource and DropTarget
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for dropping JMenuBar on JInternalFrame
+* Improved SpringLayout support
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Support for Object properties in Constructor property
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Support for deprecated "Container.add(String,Component)" association
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v810.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v810.asciidoc
new file mode 100644
index 000000000..996b60167
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v810.asciidoc
@@ -0,0 +1,91 @@
+= What's New - v8.1.0
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v8.1.0* |*SWT Designer v8.1.0*
+|*Swing Designer v8.1.0* |*GWT Designer v8.1.0*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#XWT[Enhanced XWT support]
+* link:#JFace[Enhanced JFace & RCP support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+
+[cols="34%,33%,33%"]
+|===
+a|
+* link:v800.html[v8.0.0]
+* link:v760.html[v7.6.0]
+* link:v750.html[v7.5.0]
+* link:v740.html[v7.4.0]
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+* link:v690.html[v6.9.0]
+a|
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0] 
+a|
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT UiBinder
+* Support for GWT 2.1
+* Initial support for Cell Widgets
+* Improved GXT support
+* Improved SmartGWT support
+* Improved Maven support
+* WebKit rendering for 64-bit Windows
+
+[#XWT]
+== Enhanced XWT support
+
+* Improved XWT data binding support
+
+[#JFace]
+== Enhanced JFace & RCP support
+
+* Support for "CCombo" in "ComboViewer"
+* Improved data binding support
+
+[#Swing]
+== Enhanced Swing support
+
+* Support for JGoodies "DefaultComponentFactory"
+* Support for JGFL 1.3.0
+* Improved GridBagLayout support
+* Improved MiGLayout support
+* Improved JSR296 support
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Palette loading optimizations
+* Center display/preview on main Eclipse Shell monitor
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Rewrite unsupported "super.setLayout()" into supported "setLayout()"
+* Allow visiting "lazy" methods more than once
+* Improved parsing of Swing Actions
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v811.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v811.asciidoc
new file mode 100644
index 000000000..ffcb3bb7d
--- /dev/null
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v811.asciidoc
@@ -0,0 +1,94 @@
+= What's New - v8.1.1
+
+[cols="50%,50%"]
+|===
+|*WindowBuilder Pro v8.1.1* |*SWT Designer v8.1.1*
+|*Swing Designer v8.1.1* |*GWT Designer v8.1.1*
+|===
+
+* link:#GWT[Enhanced GWT support]
+* link:#XWT[Enhanced XWT support]
+* link:#SWT[Enhanced SWT support]
+* link:#Swing[Enhanced Swing support]
+* link:#Editor_PropertyPane[Editor & Property Pane Enhancements]
+* link:#CodeGen[Code Generation & Parsing enhancements]
+
+[cols="34%,33%,33%"]
+|===
+a|
+* link:v810.html[v8.1.0]
+* link:v800.html[v8.0.0]
+* link:v760.html[v7.6.0]
+* link:v750.html[v7.5.0]
+* link:v740.html[v7.4.0]
+* link:v730.html[v7.3.0]
+* link:v720.html[v7.2.0]
+* link:v710.html[v7.1.0]
+* link:v700.html[v7.0.0]
+a|
+* link:v690.html[v6.9.0]
+* link:v680.html[v6.8.0]
+* link:v670.html[v6.7.0]
+* link:v660.html[v6.6.0]
+* link:v650.html[v6.5.0]
+* link:v640.html[v6.4.0]
+* link:v630.html[v6.3.0]
+* link:v620.html[v6.2.0]
+* link:v610.html[v6.1.0] 
+a|
+* link:v600.html[v6.0.0]
+* link:v510.html[v5.1.0]
+* link:v500.html[v5.0.0]
+* link:v430.html[v4.3.0]
+* link:v420.html[v4.2.0]
+* link:v410.html[v4.1.0]
+* link:v400.html[v4.0.0]
+* link:v300.html[v3.0.0]
+|===
+
+[#GWT]
+== Enhanced GWT support
+
+* Support for GWT 2.1.1
+* Improved support for GWT UiBinder
+* Support for @UiField(provided) and @UiFactory
+* Support for @UiTemplate annotation
+* Support for @UiConstructor properties
+* Support for UiBinder Grid
+* Support for Cell Widgets
+* Improved GXT support
+* Improved SmartGWT support
+* Improved Maven support
+* WebKit rendering for 32-bit Windows
+
+[#XWT]
+== Enhanced XWT support
+
+* Improved XWT data binding support
+* Improved XWT FormLayout support
+* Support for "object" selection property editor
+
+[#SWT]
+== Enhanced SWT support
+
+* Better detection of "style" constructor argument in "Composite"
+
+[#Swing]
+== Enhanced Swing support
+
+* Improved support for for "addSeparator()" and "JPopupMenu"
+
+[#Editor_PropertyPane]
+== Editor & Property Pane Enhancements
+
+* Provide better error messages for common cases
+* Support for using "Ctrl+PageUp/PageDown" in editors
+* New "Select" sub-menu in context menu
+* Deleting a root now just clears its children
+
+[#CodeGen]
+== Code Generation & Parsing enhancements
+
+* Ignore errors in CompilationUnit when parsing UiBinder
+* Better support for parsing generics
+* Reparse automatically after "ui.xml" file change
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/index.html b/org.eclipse.wb.doc.user/html/whatsnew/index.html
deleted file mode 100644
index 555bded86..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v1.5.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v1.5.0</h1>
-<ul>
-	<li>General support for running in e4</li>
-	<li>Support for editing e4 parts</li>
-	<li>New e4 ViewPart wizard</li>
-	<li>Morphing support for XML-based UIs</li>
-	<li>New GoTo Definition action for XML-based UIs</li>
-	<li>Split editor layout support for XML-based UIs</li>
-	<li>New i18n &quot;Rename keys on component variable change&quot; preference</li>
-	<li>Support for mappings/data binding with java enumerations</li>
-	<li><font SIZE="2">
-	<p>Support for JComponent &quot;border&quot; copy/paste</p>
-	</font></li>
-	<li><font SIZE="2">
-	<p>Exclude properties incompatible with the project JVM</p>
-	</li>
-	<li>Support for externalizing &quot;TitleBorder.title&quot;</li>
-	</font>
-</ul>
-<p>What's new - <a href="v100.html"><strong>v1.0.0</strong></a></p>
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v100.html b/org.eclipse.wb.doc.user/html/whatsnew/v100.html
deleted file mode 100644
index 509940c6b..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v100.html
+++ /dev/null
@@ -1,188 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v1.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v1.0.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v1.0.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v1.0.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v1.0.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v2.4.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#EclipseProject">WindowBuilder Project at Eclipse.org</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v811.html">v8.1.1</a>        
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v810.html">v8.1.0</a>        
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v800.html">v8.0.0</a>        
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v760.html">v7.6.0</a>       
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v750.html">v7.5.0</a>      
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v740.html">v7.4.0</a>     
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	</ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	</ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>&nbsp; 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="EclipseProject"></a>WindowBuilder Project at Eclipse.org</h2>
-<ul>
-	<li>Code namespace changed to org.eclipse.wb.*</li>
-	<li>Eclipse.org copyright header added to all files</li>
-	<li>New <strong>Create Report</strong> option for error window</li>
-	<li>New auto-discovery mechanism for easily loading new UI Toolkits</li>
-	<li>Externalized all strings for localization/internationalization</li>
-	<li>Established initial public API</li>
-	<li>Version numbers reset to 1.0.0</li>
-	<li>New WindowBuilder forum at Eclipse.org</li>
-	<li>All IP reviewed and non-conforming pieces moved to Eclipse Labs</li>
-</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 2.2, 2.3 and 2.4</li>
-	<li>Change GWT Designer version to 2.4.0</li>
-	<li>Improved support for GWT UiBinder</li>
-	<li>Use unmodified GWT distribution</li>
-	<li>Support for @UiChild</li>
-	<li>Support for SmartGWT 2.4</li>
-	<li>Enhanced GXT data binding</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for "Name" property in Viewer</li>
-	<li>Data binding support for DateTime</li>
-	<li>Enhanced XWT data binding</li>	
-</ul>
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v300.html b/org.eclipse.wb.doc.user/html/whatsnew/v300.html
deleted file mode 100644
index 2bf7d35c4..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v300.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v3.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v3.0.0</h1>
-
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#EclipseForms">Support for Eclipse Forms</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SwingVisualInheritance">Support for Swing 
-Visual Inheritance</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#CustomSwingPanels">Enhanced support for custom 
-Swing panels</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#EventHandlers">New event handler code 
-generation options</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT">Enhanced SWT support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Swing">Enhanced Swing support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="EclipseForms"></a>Support for 
-Eclipse Forms</h2>
-<ul>
-	<li>Create &quot;flat look&quot; user interfaces</li>
-	<li>New wizards for FormPages, 
-	DetailPages and 
-	MasterDetailsBlocks</li>
-	<li>New Eclipse Forms palette supporting all Eclipse Forms widgets</li>
-	<li>Support for ColumnLayout and TableWrapLayout</li>
-	<li>New Forms API preferences to optionally generate paintBordersFor()</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SwingVisualInheritance"></a>
-Support for Swing Visual Inheritance</h2>
-<ul>
-	<li>Inherit from any JFrame, JDialog, JApplet or JPanel subclass</li>
-	<li>All inherited widgets are visible</li>
-	<li>Access inherited widgets exposed via public or protected accessor</li>
-	<li>Inherited widgets appear in tree with &quot;i&quot; decorators</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="CustomSwingPanels"></a>Enhanced 
-support for custom Swing panels</h2>
-<ul>
-	<li>New &quot;Expose component&quot; command to generate accessor</li>
-	<li>Subcomponents appear in tree with special decorator</li>
-	<li>Access subcomponents exposed via public accessors</li>
-	<li>Add new children to subcomponent containers</li>
-	<li>Automatically recognize custom bean properties</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="EventHandlers"></a>New event 
-handler code generation options</h2>
-<ul>
-	<li>Create anonymous class</li>
-	<li>Create inner class</li>
-	<li>Implement listener interface in parent class</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>New SWT Shell wizard</li>
-	<li>New Eclipse EditorPart wizard</li>
-	<li>New SWT &gt; PreferencePage preferences</li>
-	<li>Added support for Eclipse 3.0 Browser widget</li>
-	<li>Added option to highlight borderless Composites</li>
-	<li>Support for SWT Shell.defaultButton property</li>
-	<li>Support for top right control in CTabFolder</li>
-	<li>Enhanced FieldEditor support</li>
-	<li>Keyboard support for FormLayout</li>
-	<li>SWT custom widget support for String[], Font and Color properties</li>
-	<li>SWT custom Item support</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>New Swing Application wizard</li>
-	<li>Support for JSpinner models (number, list and date)</li>
-	<li>Support for JLabel.setLabelFor()</li>
-	<li>Keyboard support for SpringLayout</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Added Replicate Width and 
-	Replicate Height commands to toolbar</li>
-	<li>Preference to control when to 
-	use layout grid</li>
-	<li>Enhanced visual feedback for null layout move and size operations</li>
-	<li>Placed wizards into categories</li>
-	<li>Support for source code hint for events</li>
-	<li>Support for arrow key movement in various layouts</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v400.html b/org.eclipse.wb.doc.user/html/whatsnew/v400.html
deleted file mode 100644
index 2c813c027..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v400.html
+++ /dev/null
@@ -1,150 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v4.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v4.0.0</h1>
-
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#SWT_AWT">Support for the SWT_AWT bridge allowing 
-	SWT and Swing to be mixed</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#JGFL">Support for JGoodies FormLayout</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT_31">Support for new Eclipse 3.1 SWT 
-	elements</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT">Enhanced SWT support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#JFace">Enhanced JFace support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Swing">Enhanced Swing support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#NLS">Enhanced NLS support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#CodeParsing">Code Parsing Enhancements</a></li>
-</ul>
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="v300.html">v3.0.0</a></li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT_AWT"></a>Support for the SWT_AWT bridge allowing 
-	SWT and Swing to be mixed</h2>
-<ul>
-	<li>New SWT_AWT palette</li>
-	<li>Embed any Swing widget into an SWT or RCP window</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="JGFL"></a>Support for JGoodies FormLayout</h2>
-<ul>
-	<li>Graphically manage 
-	JGFL columns and rows</li>
-	<li>Graphically manage cell alignment and column/row spanning</li>
-	<li>Graphically reorder and resize columns and rows</li>
-	<li>Automatically handle gap columns and rows</li>
-	<li>Intelligently convert existing layouts to JGFL</li>
-	<li>Support for different units like pixels and dialog units</li>
-	<li>Support for all predefined FormLayout types</li>
-	<li>Support for grouping and ungrouping columns</li>
-	<li>Color highlighting for grouped columns and rows</li>
-	<li>Floating layout assistant for cells, columns and rows</li>
-	<li>Intelligently merge and split columns and rows</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT_31"></a>Support for new Eclipse 3.1 SWT 
-	elements</h2>
-<ul>
-	<li>Support for the SWT Spinner &amp; Link control</li>
-	<li>Support for the SWT TreeColumns</li>
-	<li>Support for virtual tables</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for SWT DragSource &amp; DropTarget</li>
-	<li>Support for SWT TableItems &amp; TreeItems</li>
-	<li>Support for SWT toggle buttons
-	</li>
-	<li>Support for SWT Cursor property </li>
-	<li>Support for strikeout and underline properties for SWT fonts 
-		(Windows-only) </li>
-	<li>Support for new 3.0 SWT RowLayout properties 
-	</li>
-	<li>Enhanced SWT FormLayout support</li>
-	<li>Support for SWT color constants sources</li>
-	<li>Support for custom SWT drag/drop transfer classes</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="JFace"></a>Enhanced JFace support</h2>
-<ul>
-	<li>Support for ApplicationWindow coolbars</li>
-	<li>Style property support for 
-	JFace Action</li>
-	<li>Icon support for SWT Dialogs,
-	TitleAreaDialogs and 
-		ApplicationWindows</li>
-	<li>Support for Shell events in 
-	ApplicationWindow
-	</li>
-	<li>Support for JFace action accelerator property 
-	</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for custom Swing properties and editors </li>
-	<li>Support for custom Swing widget customizers</li>
-	<li>Support for superclasses in Swing JFrame wizard </li>
-	<li>Support for instantiating custom JTable/JTree/JComboBox models </li>
-	<li>Added support for parsing and editing JTable columns </li>
-	<li>Tooltips for GBL selection handles, with option on preference page</li>
-	<li>Keyboard navigation support for all Swing layouts </li>
-	<li>Support for GridBagConstraints subclasses with custom defaults </li>
-	<li>Support for static method factory for GridBagConstraints</li>
-	<li>Support for custom component icons in tree and palette</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Added flag for copying default values in all locales</li>
-	<li>Added flag in &quot;New Local&quot; dialog to copy default values to new properties 
-	file</li>
-	<li>Added ability to auto-externalize strings for newly added widgets</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Use Ctrl key to add custom widgets by name</li>
-	<li>Automatically add to 
-	Custom Controls palette via Choose Bean</li>
-	<li>Added tooltips for most component properties</li>
-	<li>Support for mouse wheel in property table when design canvas is active</li>
-	<li>Support for copy/paste (Ctrl+C/X/V) in text property editors</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="CodeParsing"></a>Code Parsing Enhancements</h2>
-<ul>
-	<li>Support for code hiding</li>
-	<li>Support for default string property value when expression can not be 
-	converted</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v410.html b/org.eclipse.wb.doc.user/html/whatsnew/v410.html
deleted file mode 100644
index 08444891e..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v410.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v4.1.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v4.1.0</h1>
-
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#FlyoutPanes">New Dockable Flyout Palette &amp; 
-	Property Editor</a></li>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#PropertyManager">Added new Property 
-	Manager</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#RenameVariables">Automatically rename variables based on 
-	text property</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#NLS">Enhanced NLS support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT">Enhanced SWT support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Swing">Enhanced Swing support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a><br>
-&nbsp;</li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v400.html">v4.0.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v300.html">v3.0.0</a></li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="FlyoutPanes"></a>New Dockable 
-Flyout Palette &amp; Property Editor</h2>
-<ul>
-	<li>Dock the Property Editor to the top, bottom, left or right of the design 
-	view</li>
-	<li>Dock the Palette to the left or right of the design view</li>
-	<li>Palette &amp;
-	Property Editor may be easily collapsed and expanded</li>
-	<li>Palette &amp;
-	Property Editor available as separate views</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="PropertyManager"></a>Added new Property Manager</h2>
-<ul>
-	<li>Important properties are highlighted in bold and sorted to the top 
-		of the list</li>
-	<li>Hidden properties are removed from the property list</li>
-	<li>Hidden properties may be toggled on and off</li>
-	<li>New preference page for configuring properties</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="RenameVariables"></a>Automatically rename variables based on 
-	text property</h2>
-<ul>
-	<li>Rename always, never or only for defaults</li>
-	<li>Specify renaming patterns using text, classname and acronym</li>
-	<li>Use the first n elements of the text value</li>
-	<li>New preference page for configuring variable names</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Added flag icons for all locales</li>
-	<li>Support for ResourceBundle.getBundle(&quot;name&quot;).getString(&quot;key&quot;)</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for setting SWT tab order within a container</li>
-	<li>Added BIDI (RIGHT_TO_LEFT) support for SWT GridLayout, FlowLayout 
-		and RowLayout</li>
-	<li>Added an Eclipse Forms Composite wizard</li>
-	<li>Added an SWT Dialog wizard</li>
-	<li>Support for direct edit/double click for ToolItem</li>
-	<li>Support for drop down toolbar items and menus</li>
-	<li>Support for ColorRegistry &amp; FontRegistry</li>
-	<li>Support for Eclipse 3.1 GridLayout enhancements</li>
-	<li>New Autosize widget command for null layout</li>
-	<li>Added tooltips for FormLayout popup figures</li>
-	<li>Support for Forms borders/adapt for SWT frames</li>
-	<li>Enhanced support for FormLayout</li>
-	<li>Keyboard navigation for menus</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for adding existing actions for 
-	ApplicationWindow/ViewPart</li>
-	<li>Enhanced display of ViewParts and 
-	EditorParts</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Added icons for borders and an option to show them in control tree</li>
-	<li>Show position in title for BorderLayout, JScrollPane, JSplitPane</li>
-	<li>Added support for 
-	JGoodies Component Factory and widgets</li>
-	<li>Added JTable on JScrollPane palette entry</li>
-	<li>Support for JMenuBar for JApplet</li>
-	<li>Enhanced support for JTable columns</li>
-	<li>New Autosize Widget command for null layout</li>
-	<li>Added tooltips for SpringLayout popup figures</li>
-	<li>Resize JFrame using content pane handles</li>
-	<li>Improved support for custom Swing widgets and customizers</li>
-	<li>Support for object properties</li>
-	<li>Enhanced support for SpringLayout</li>
-	<li>Support for AbstractButton.setMnemonic(char)</li>
-	<li>Keyboard navigation for menus</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>New toolbar options to evenly distribute controls</li>
-	<li>New Rename command to rename multiple widgets at once</li>
-	<li>New Set Layout command on the context menu</li>
-	<li>New Change Style command on the context menu</li>
-	<li>Option to highlight borderless containers (with dotted outline)</li>
-	<li>Added read-only &quot;class&quot; property</li>
-	<li>Use the Esc key to cancel an add operation</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v420.html b/org.eclipse.wb.doc.user/html/whatsnew/v420.html
deleted file mode 100644
index b40caf60b..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v420.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v4.2.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1 style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">What's New - v4.2.0</h1>
-
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#SWT_VisualInheritance">Support 
-	for SWT Visual Inheritance</a></li>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#FreeCellMode">New &quot;Free 
-	cell mode&quot; edit policy for SWT GridLayout</a></li>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#NonVisualBeans">Support 
-	for non-visual beans</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT">Enhanced SWT support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#CodeGeneration">Code 
-Generation &amp; Parsing enhancements</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a><br>
-&nbsp;</li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v410.html">v4.1.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v400.html">v4.0.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v300.html">v3.0.0</a></li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT_VisualInheritance"></a>Support 
-for SWT Visual Inheritance</h2>
-<ul>
-	<li>Inherit from any Composite or Shell subclass</li>
-	<li>All inherited widgets are visible</li>
-	<li>Access inherited widgets exposed via public or protected accessors</li>
-	<li>Inherited widgets appear in tree with &quot;i&quot; decorator</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="FreeCellMode"></a>New &quot;Free cell 
-mode&quot; edit policy for SWT GridLayout</h2>
-<ul>
-	<li>Position widgets freely in any open cell</li>
-	<li>Insert new rows and columns between existing cells</li>
-	<li>Rearrange rows and columns via drag/drop</li>
-	<li>Double-click or right-click on header to set/clear horizontal/vertical 
-	grab</li>
-	<li>Interactive column and row spanning feedback</li>
-	<li>Right-click on the header area to access the popup header menu</li>
-	<li>Right-click to delete rows and columns</li>
-	<li>Filler labels automatically managed</li>
-	<li>Option for Text widgets to automatically grab horizontally</li>
-	<li>Option to automatically right-align label widgets to the left of text 
-	widgets</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="NonVisualBeans"></a>Support for 
-non-visual beans</h2>
-<ul>
-	<li>Non-visual beans placed in a &quot;(non-visual beans)&quot; category</li>
-	<li>Marked in source with &quot;// @wb:location=X,Y&quot; tag</li>
-	<li>Option for creating non-visual beans as fields</li>
-	<li>Reorder non-visual beans via drag/drop</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Enhanced support for custom SWT widgets</li>
-	<li>Option to generate Eclipse 3.0-style GridData</li>
-	<li>New &quot;Set tab order&quot; command on container context menu</li>
-	<li>Automatically autosize widgets in null and FormLayout</li>
-	<li>New &quot;Autosize widget&quot; command for FormLayout</li>
-	<li>Reparenting support for Forms ExpandableComposite and Section</li>
-	<li>Enhanced layout assistants for FillLayout &amp; GridLayout</li>
-	<li>Support for protected properties in SWT</li>
-	<li>Support for SWT Point property</li>
-	<li>Support for 3.2 CoolBar vertical style</li>
-	<li>Support for 3.2 sortColumn/sortDirection properties</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Show events for label and main controls for field editors in popup</li>
-	<li>Support for name/icon properties for views/editors</li>
-	<li>Support for view category editing and creation</li>
-	<li>Support for toolbar/coolbar managers on design canvas</li>
-	<li>Create ID field for new ViewPart</li>
-	<li>Wizard for ViewPart adds view declaration in plugin.xml</li>
-	<li>Wizard for EditorPart adds editor declaration in plugin.xml</li>
-	<li>Create view/editor extensions when needed</li>
-	<li>Automatically adapt non-form control</li>
-	<li>Add/remove paintBorders/adapt using popup menu</li>
-	<li>&quot;Adapt control&quot; popup items for Forms API</li>
-	<li>Support for clientVerticalSpacing/marginWidth/marginHeight properties 
-	for ExpandableComposite/Section</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Show value feedback for insets/padding in GridBagLayout</li>
-	<li>Support for focus traversal policy for Swing</li>
-	<li>New &quot;Set tab order&quot; command on container context menu</li>
-	<li>Automatically autosize widgets in null and SpringLayout</li>
-	<li>New &quot;Flatten Hierarchy&quot; action for Swing container</li>
-	<li>Option for changing size to preferred on move in absolute layout</li>
-	<li>New &quot;Autosize widget&quot; command for SpringLayout</li>
-	<li>Don't show sub-components when &quot;isContainer == FALSE&quot; in bean descriptor</li>
-	<li>Support for custom layout managers</li>
-	<li>Support for JBuilder XYLayout and XYConstraints</li>
-	<li>Support for Swing components from fields</li>
-	<li>Mark container as focus cycle root when setting focus policy</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="CodeGeneration"></a>Code 
-Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Option for specifying default code generation method</li>
-	<li>Option to to surround method invocation code with try{}catch{}</li>
-	<li>Support for &quot;this&quot; prefix before field</li>
-	<li>Option for disabling complex expressions evaluations</li>
-	<li>Option for enable/disable reparse after custom component change</li>
-	<li>Support for options for position of event handler inner class</li>
-	<li>Option for removing &quot;real&quot; event handlers during component remove</li>
-	<li>Provide JDK 1.5 versions of ResourceManager as needed</li>
-	<li>Ignore during parsing methods that have single argument subclass of 
-	EventObject</li>
-	<li>Support for components from static factories</li>
-	<li>Support for borders from static factories</li>
-	<li>Understand SWT code for controls with more than two arguments in 
-	constructor</li>
-	<li>Support for adding new controls with complex constructors</li>
-	<li>Support for constructor arguments for SWT controls</li>
-	<li>Support for enumeration properties</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Option for automatically drop down combo property editors on activation</li>
-	<li>&quot;Expose property...&quot; item added to property table popup menu</li>
-	<li>Option to automatically direct edit new widgets</li>
-	<li>Support for editing layout properties with multi-selection</li>
-	<li>Refresh custom components palette after receiving focus</li>
-	<li>Support for preferred property descriptors</li>
-	<li>Remember expansion state in image selection dialog</li>
-	<li>Group constructor properties in complex &quot;constructor&quot; property</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v430.html b/org.eclipse.wb.doc.user/html/whatsnew/v430.html
deleted file mode 100644
index 27b9c34a2..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v430.html
+++ /dev/null
@@ -1,147 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v4.3.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v4.3.0</h1>
-
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#Perspectives">Support for 
-	creating and editing RCP Perspectives</a></li>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#VisualTabOrderEditing">
-	Support for visual tab order editing</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT">Enhanced SWT support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#CodeGeneration">Code 
-Generation &amp; Parsing enhancements</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a><br>
-&nbsp;</li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v420.html">v4.2.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v410.html">v4.1.0</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v400.html">v4.0.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v300.html">v3.0.0</a></li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Perspectives"></a>Support for 
-creating and editing RCP Perspectives</h2>
-<ul>
-	<li>New wizard for creating Perspective Factories</li>
-	<li>Perspective declaration added to plugin.xml</li>
-	<li>Perspective palette includes common and local views</li>
-	<li>Change view locations and sizes with drag/drop</li>
-	<li>Create folders by stacking views</li>
-	<li>Manage placeholder &amp; fast views and view &amp; perspective shortcuts</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="VisualTabOrderEditing"></a>Support 
-for visual tab order editing</h2>
-<ul>
-	<li>Clicking &quot;Tab Order&quot; button places editor into tab order mode</li>
-	<li>Click on components in desired tab order</li>
-	<li>Ctrl+click a component to move its tab position to another</li>
-	<li>Shift+click to add/remove a tab stop from a component</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Show widget icons in locale table</li>
-	<li>Added &quot;Internalize key...&quot; &amp; &quot;Remove locale...&quot; actions in locale table</li>
-	<li>Show tooltip with components in locale table</li>
-	<li>Use Enter and Tab to navigate locale table</li>
-	<li>Support for ClassName.class.getName() as BUNDLE_NAME in NLS</li>
-	<li>Automatically sort keys in properties files</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for alignment to any control in FormLayout</li>
-	<li>Enhanced attachment feedback in FormLayout</li>
-	<li>Show warning when change number of columns in GridLayout</li>
-	<li>Support for scrollbars events of ScrolledComposite</li>
-	<li>Support for icons of custom SWT controls</li>
-	<li>Support for custom SWT property editors</li>
-	<li>Support for SWT customizers</li>
-	<li>Support for cross-parent alignment for SWT absolute layout</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for SectionParts</li>
-	<li>Support for properties of buttons on JFace Dialogs</li>
-	<li>Support for &quot;parent&quot; argument of ViewPart.createPartControl(Composite 
-	parent)</li>
-	<li>Support for custom FormToolkit's</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for alignment to any control in SpringLayout</li>
-	<li>Enhanced constraint feedback in SpringLayout</li>
-	<li>Support for morphing to subclass/other</li>
-	<li>Support for &quot;Insets&quot; argument of EmptyBorder</li>
-	<li>Added &quot;Set frame size&quot; menu for frames</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="CodeGeneration"></a>Code 
-Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Major performance enhancements (windows open 2X-3X faster)</li>
-	<li>Option for creating Swing components fields in initializers</li>
-	<li>Option for adding 'final' to event handlers parameters</li>
-	<li>Support for &quot;${default_name}&quot; in variable name template</li>
-	<li>Ignore 'null' assignments in field declarations</li>
-	<li>Support for parents passed as arguments</li>
-	<li>Support for parsing refactored methods in any order</li>
-	<li>Enhanced support for factories</li>
-	<li>Support for static methods from current class</li>
-	<li>Don't create default constructors until needed</li>
-	<li>Support for public/protected/default static fields in superclasses</li>
-	<li>Check that variable name is not reserved Java identifier</li>
-	<li>Support for Java5 enum properties and EnumSet</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Support for required properties</li>
-	<li>Preference for highlight/ignore required properties</li>
-	<li>Show class hierarchy tooltip and double click to open</li>
-	<li>New tree-based image selection dialog</li>
-	<li>Support for selecting images from classpath jar's</li>
-	<li>Option for enabling/disabling &quot;Test&quot; action</li>
-	<li>Enable copy, but prevent cut for top level components</li>
-	<li>Minimal support for JBuilder OpenTools API</li>
-	<li>Use better plus/minus images for property table</li>
-	<li>Support for selecting images in projects with multiple source folders</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v500.html b/org.eclipse.wb.doc.user/html/whatsnew/v500.html
deleted file mode 100644
index b41a5ac51..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v500.html
+++ /dev/null
@@ -1,183 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v5.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v5.0.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td>
-		<b>WindowBuilder 
-			Pro v5.0.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td>
-		<b>SWT Designer 
-			v5.0.0</b></td>
-	</tr>
-	<tr>
-		<td>
-		<b>Swing Designer 
-			v5.0.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td>&nbsp;</td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#GroupLayout">Support for Swing &amp; SWT 
-	GroupLayout</a></li>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#ActionBarAdvisors">Support for 
-	creating and editing RCP ActionBarAdvisors</a></li>
-	<li>
-	<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-	<a href="#PaletteManager">New Palette Manager</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#SWT">Enhanced SWT support</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#CodeGeneration">Code 
-Generation &amp; Parsing enhancements</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a><br>&nbsp;</li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v430.html">v4.3.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v420.html">v4.2.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v410.html">v4.1.0</a></li>
-	<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v400.html">v4.0.0</a></li>
-<li>
-<p style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a href="v300.html">v3.0.0</a></li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="GroupLayout"></a>Support for 
-Swing &amp; SWT GroupLayout</h2>
-<ul>
-	<li>Select GroupLayout from the Swing Layouts or SWT Layouts palette</li>
-	<li>Position and size widgets using GroupLayout constraints</li>
-	<li>Align widgets horizontally and vertically</li>
-	<li>Indent widgets intelligently</li>
-	<li>Insert widgets intelligently</li>
-	<li>Align widgets along text baselines</li>
-	<li>Align widgets to margins</li>
-	<li>Anchor widgets to the left, right or both sides</li>
-	<li>Anchor widgets to the top, bottom or both sides</li>
-	<li>Set anchors via popup context menus</li>
-	<li>Set widget anchoring and resizing via context menu</li>
-	<li>Align and center widgets using toolbar</li>
-	<li>Set alignment, size and spacing using floating layout assistant</li>
-	<li>Preferences to control feedback colors, popup alignment menus and code 
-	generation</li>
-	<li>Ported SWT GroupLayout from Swing GroupLayout</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="ActionBarAdvisors"></a>Support for 
-creating and editing RCP ActionBarAdvisors</h2>
-<ul>
-	<li>New wizard for creating ActionBarAdvisor classes</li>
-	<li>ActionBarAdvisor palette includes common and local actions</li>
-	<li>Create toolbars and buttons with drag/drop</li>
-	<li>Edit Coolbar and Menus with Actions tab</li>
-	<li>Actions list prepopulated with actions defined in ActionFactory class</li>
-	<li>Drag menu category to create a fully populated menu</li>
-	<li>Update associated WorkbenchWindowAdvisor class</li>
-	<li>Support for ToolBarManager style property</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="PaletteManager"></a>New Palette 
-Manager</h2>
-<ul>
-	<li>Configure palette categories and entries with 
-	Palette Manager dialog</li>
-	<li>Add categories, entries and separators using palette menu</li>
-	<li>Import multiple widgets from JAR archives</li>
-	<li>Rearrange items using drag/drop</li>
-	<li>Revert to default palette</li>
-	<li>New palette extension points for Swing and SWT</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Ask about using old or new value when renaming key to existing one</li>
-	<li>Improved support for default locale</li>
-	<li>Support for VA Java NLS pattern</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Enhanced snapping feedback for 
-	absolute / null layout</li>
-	<li>Support for Eclipse 3.2 ExpandBar &amp; ExpandItem</li>
-	<li>Support for &quot;Expose control&quot; for menu items</li>
-	<li>Support for the GridLayout(cols, equal) constructor</li>
-	<li>Enhanced GridData code generation</li>
-	<li>Support for Accessibility properties &amp; AccessibleListener</li>
-	<li>Support for adding Forms API Toolkits to any window</li>
-	<li>Automatically add Forms API JAR to .classpath and plugin manifest</li>
-	<li>Added Superclass field to Shell and Composite wizards</li>
-	<li>Basic support for custom static factories</li>
-	<li>Morphing Composite/Group to SashForm</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for StructuredViewer</li>
-	<li>Enhanced parsing of JFace dialogs</li>
-	<li>Support for viewers in static factories</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Enhanced snapping feedback for 
-	absolute / null layout</li>
-	<li>Support for default GridBagLayout insets</li>
-	<li>Support for LAF read/change in main() method</li>
-	<li>Option for displaying grid in SpringLayout</li>
-	<li>Support for &quot;Expose component&quot; for menu items</li>
-	<li>Support for JGoodies Forms version 1.0.6</li>
-	<li>dded Superclass field to JPanel wizard</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="CodeGeneration"></a>Code 
-Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Option to set variable name in widget: setData(&quot;name&quot;, &quot;widget-name&quot;)</li>
-	<li>Ignore code in &quot;if (!Beans.isDesignTime())&quot; during parsing</li>
-</ul>
-<h2 style='mso-pagination:widow-orphan lines-together;tab-stops:0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in'>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Option for maximizing editor on &quot;Design&quot; page activation</li>
-	<li>Option for formatting source code on editor save</li>
-	<li>Show &quot;&lt;No Properties&gt;&quot; message when there is no selection in editor</li>
-	<li>Select images from source folders and referenced projects in classpath 
-	mode</li>
-	<li>Save property table column widths in Designer preferences</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v510.html b/org.eclipse.wb.doc.user/html/whatsnew/v510.html
deleted file mode 100644
index c562eb82a..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v510.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v5.1.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v5.1.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td><b>WindowBuilder 
-			Pro v5.1.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>SWT Designer 
-			v5.1.0</b></td>
-	</tr>
-	<tr>
-		<td><b>Swing Designer 
-			v5.1.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td>&nbsp;</td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GridBagLayout">Enhanced Swing GridBagLayout support</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#PaletteManager">Enhanced Palette Manager</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a> </li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a><br>&nbsp;
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Support for multiple sources</li>
-	<li>Support for configuring Eclipse Message classes</li>
-	<li>Support for configuring resource bundle usage</li>
-	<li>Support for the new, modern Eclipse internationalization format</li>
-	<li>Update Design view when text in a property file changes</li>
-</ul>
-<h2>
-<a name="GridBagLayout"></a>Enhanced Swing 
-GridBagLayout support</h2>
-<ul>
-	<li>Show column and row headers</li>
-	<li>Rearrange rows and columns via drag/drop</li>
-	<li>Double-click header to set/clear horizontal/vertical fill</li>
-	<li>Right-click on the header area to access the popup header menu</li>
-	<li>Preserve GridBagLayout constraints during move</li>
-</ul>
-<h2>
-<a name="PaletteManager"></a>Enhanced Palette 
-Manager</h2>
-<ul>
-	<li>Added Widget Palette Plug-in Wizard</li>
-	<li>Convert widget JARs into Eclipse widget plug-ins</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Added SWT GroupLayout preferences</li>
-</ul>
-<h2>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for adding CompositeSeparator to Section in tree</li>
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Baseline snapping support for SpringLayout</li>
-	<li>New preference to use old-style component creation without "live" 
-	feedbacks</li>
-	<li>Generate new GridLayout(rows, columns) by default</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Added editor content type detection</li>
-	<li>Show problems decorator for Designer editor icon</li>
-	<li>Use separate preferences to control auto size on text/image change</li>
-</ul>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v600.html b/org.eclipse.wb.doc.user/html/whatsnew/v600.html
deleted file mode 100644
index e26244400..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v600.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v6.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v6.0.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td><b>WindowBuilder 
-			Pro v6.0.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>SWT Designer 
-			v6.0.0</b></td>
-	</tr>
-	<tr>
-		<td><b>Swing Designer 
-			v6.0.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>GWT Designer 
-			v1.0.0</b></td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">New GWT Designer Product</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a> </li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a><br>&nbsp;
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</li>
-</ul>
-<h2>
-<a name="GWT"></a>New GWT Designer Product</h2>
-<ul>
-	<li>Bi-direction code generation for Google Web Toolkit API</li>
-	<li>GWT Java Project, Module and RemoteService wizards</li>
-	<li>Composite, DialogBox and PopupPanel wizards</li>
-	<li>Support for all standard GWT panels and widgets</li>
-	<li>Support for custom composites, panels and widgets</li>
-	<li>Rich editing for all panel types</li>
-	<li>Matisse-style snapping feedback for AbsolutePanels</li>
-	<li>Graphically layout Grids and FlexTables</li>
-	<li>Graphically layout TabPanels</li>
-	<li>Integrated CSS support (create, edit and render new CSS styles)</li>
-	<li>GWT Launch Configuration and launch shortcut</li>
-	<li>Builder for automatic creation of &quot;async&quot; parts of a RemoteService 
-	</li>
-	<li>Intelligent refactoring support for renaming modules and services</li>
-	<li>Internationalization support using GWT-specific patterns</li>
-	<li>One-click WAR file build and deployment support</li>
-	<li>Extremely fast due to using ASM for fast bytecode modification</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Enhanced menu support</li>
-</ul>
-<h2>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for SourceViewer</li>
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Enhanced menu support</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Added &quot;Refresh&quot; button to toolbar</li>
-	<li>Enhanced usability of property pane</li>
-</ul>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v610.html b/org.eclipse.wb.doc.user/html/whatsnew/v610.html
deleted file mode 100644
index d659478cf..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v610.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v6.1.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v6.1.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table2">
-	<tr>
-		<td><b>WindowBuilder 
-			Pro v6.1.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>SWT Designer 
-			v6.1.0</b></td>
-	</tr>
-	<tr>
-		<td><b>Swing Designer 
-			v6.1.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>GWT Designer 
-			v1.5.0</b></td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace_RCP">Enhanced JFace &amp; RCP support</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Parsing">Code Generation &amp; Parsing 
-	enhancements</a> </li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-</ul>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td>
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v600.html">v6.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v510.html">v5.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v500.html">v5.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v430.html">v4.3.0</a> </li>
-		</ul></td>
-		<td>
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v420.html">v4.2.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v410.html">v4.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v400.html">v4.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v300.html">v3.0.0</a> </li>
-		</ul></td>
-	</tr>
-</table>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for IE7 and GWT 1.2.11, 1.2.22 &amp; 1.3.1</li>
-	<li>Support for Linux and Mozilla</li>
-	<li>Support for visual inheritance</li>
-	<li>Support for cut, copy and paste</li>
-	<li>Compiler checks for valid GWT Java code</li>
-	<li>Support for &quot;compiler style&quot; option during deployment &amp; launching</li>
-	<li>Deployment dialog option for setting 
-	maximum GWT compiler memory</li>
-	<li>Support for all GWTShell flags in launch configuration</li>
-	<li>Support for renaming CSS rules</li>
-	<li>Support for sorting CSS rules</li>
-	<li>Support for adding Widget's as items in Tree</li>
-	<li>Improved support for GWT KitchenSink example</li>
-	<li>Automatically add missing RootPanel references</li>
-	<li>Added action for converting a Java project into a GWT project</li>
-	<li>Remove &quot;@gwt.typeArgs&quot; JavaDoc tags during &quot;Async&quot; generation</li>
-	<li>Deployment adds jars for all required (referenced) projects</li>
-	<li>Support for accessing Java object fields from JavaScript</li>
-	<li>Support for linked source folders</li>
-	<li>Support for complex constructors</li>
-	<li>Enhanced FormPanel support</li>
-	<li>Support for Hidden widget</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for new Eclipse 3.3 DateTime widget</li>
-	<li>Improved SWTResourceManager support for Java 5</li>
-</ul>
-<h2>
-<a name="JFace_RCP"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Enhanced FieldPreferencePage code generation</li>
-</ul>
-<h2>
-<a name="Parsing"></a>Code Generation &amp; 
-Parsing enhancements</h2>
-<ul>
-	<li>Basic support for singleton and instance factories</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Setting font color now changes widget foreground color</li>
-	<li>Support for adding any beans as &quot;non-visual&quot;</li>
-</ul>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v620.html b/org.eclipse.wb.doc.user/html/whatsnew/v620.html
deleted file mode 100644
index 1a65c6446..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v620.html
+++ /dev/null
@@ -1,123 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v6.2.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v6.2.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table2">
-	<tr>
-		<td><b>WindowBuilder 
-			Pro v6.2.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>SWT Designer 
-			v6.2.0</b></td>
-	</tr>
-	<tr>
-		<td><b>Swing Designer 
-			v6.2.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>GWT Designer 
-			v1.6.1</b></td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Parsing">Code Generation &amp; Parsing 
-	enhancements</a> </li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-</ul>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td valign="top">
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v610.html">v6.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v600.html">v6.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v510.html">v5.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v500.html">v5.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v430.html">v4.3.0</a> </li>
-		</ul></td>
-		<td valign="top">
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v420.html">v4.2.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v410.html">v4.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v400.html">v4.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v300.html">v3.0.0</a> </li>
-		</ul></td>
-	</tr>
-</table>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 1.3.3</li>
-	<li>New EntryPoint wizard</li>
-	<li>Enhanced CSS Style Selection dialog</li>
-	<li>Added HTML option to GWT launch configuration</li>
-	<li>Support for I18N Messages at design time</li>
-	<li>Support for HTMLTable.getRowFormatter().xxx() methods</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Improved GroupLayout support</li>
-	<li>Baseline support for DateTime widget</li>
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for OSX using Eclipse 3.3 &amp; JDK 1.5 Release 5 Developer Preview 
-	2</li>
-	<li>Support for Java 6 GroupLayout</li>
-	<li>New Swing color dialog</li>
-	<li>Improved SpringLayout support 
-	</li>
-</ul>
-<h2>
-<a name="Parsing"></a>Code Generation &amp; 
-Parsing enhancements</h2>
-<ul>
-	<li>Enhanced support for singleton and instance factories</li>
-	<li>Generate name of LayoutData based on name of Control</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Enhanced Palette Manager to support badly defined widget jars</li>
-</ul>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v630.html b/org.eclipse.wb.doc.user/html/whatsnew/v630.html
deleted file mode 100644
index 53d2c34b3..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v630.html
+++ /dev/null
@@ -1,153 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v6.3.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v6.3.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table2">
-	<tr>
-		<td><b>WindowBuilder 
-			Pro v6.3.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>SWT Designer 
-			v6.3.0</b></td>
-	</tr>
-	<tr>
-		<td><b>Swing Designer 
-			v6.3.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>GWT Designer 
-			v1.7.0</b></td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Web">Support for Web Projects</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Parsing">Code Generation &amp; Parsing 
-	enhancements</a> </li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-</ul>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td valign="top">
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v620.html">v6.2.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v610.html">v6.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v600.html">v6.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v510.html">v5.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v500.html">v5.0.0</a> </li>
-		</ul></td>
-		<td valign="top">
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v430.html">v4.3.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v420.html">v4.2.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v410.html">v4.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v400.html">v4.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v300.html">v3.0.0</a> </li>
-		</ul></td>
-	</tr>
-</table>
-<h2>
-<a name="Web"></a>Support for Web Projects</h2>
-<ul>
-	<li>New wizard for creating Web 
-	Projects</li>
-	<li>New wizards for creating Applets, 
-	HTML pages, JSP pages &amp; Servlets</li>
-	<li>Set Web Project Deployment 
-	properties</li>
-	<li>Set Web Project GWT 
-	properties</li>
-	<li>New Web Project Deployment command</li>
-	<li>Web Project &gt; 
-	Project preferences</li>
-	<li>Web Project &gt; 
-	Deployment preferences</li>
-	<li>HTML Templates 
-	preferences</li>
-	<li>JSP Templates 
-	preferences</li>
-</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for OSX</li>
-	<li>Support for &quot;Parameters&quot; in GWT 
-	launch configuration</li>
-	<li>Support for &quot;URL&quot; in GWT 
-	launch configuration</li>
-	<li>Enhanced Compiler checks for valid GWT Java code</li>
-	<li>Automatic project 
-	recompilation triggered by gwt.xml file changes </li>
-	<li>QuickFix for adding 
-	&lt;inherits name=&quot;the.module.name&quot;/&gt;</li>
-	<li>Use main module URL during remote services deployment</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Suppress AbsoluteLayout location/size hints preference</li>
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Suppress AbsoluteLayout location/size hints preference</li>
-	<li>Enable editing custom absolute layouts preference </li>
-</ul>
-<h2>
-<a name="Parsing"></a>Code Generation &amp; 
-Parsing enhancements</h2>
-<ul>
-	<li>Enhanced support for singleton and instance factories</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Widget ordering support for AbsoluteLayout</li>
-	<li>Allow Swing property editors for SWT controls</li>
-	<li>Support for SWT property editors for non-visual beans</li>
-	<li>Support for widget resizing by keyboard</li>
-	<li>Linux preview window offset preferences</li>
-</ul>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v640.html b/org.eclipse.wb.doc.user/html/whatsnew/v640.html
deleted file mode 100644
index ec4be6fc9..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v640.html
+++ /dev/null
@@ -1,156 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v6.4.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v6.4.0</h1>
-<table border="0" cellpadding="0" cellspacing="0" id="table2">
-	<tr>
-		<td><b>WindowBuilder 
-			Pro v6.4.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>SWT Designer 
-			v6.4.0</b></td>
-	</tr>
-	<tr>
-		<td><b>Swing Designer 
-			v6.4.0</b></td>
-		<td width="20">&nbsp;</td>
-		<td><b>GWT Designer 
-			v2.0.0</b></td>
-	</tr>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Support for SWT/JFace Data 
-	Bindings</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-</ul>
-<table border="0" cellpadding="0" cellspacing="0" id="table1">
-	<tr>
-		<td valign="top">
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v630.html">v6.3.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v620.html">v6.2.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v610.html">v6.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v600.html">v6.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v510.html">v5.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v500.html">v5.0.0</a> </li>
-		</ul></td>
-		<td valign="top">
-		<ul>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v430.html">v4.3.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v420.html">v4.2.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v410.html">v4.1.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v400.html">v4.0.0</a> </li>
-			<li>
-			<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-			<a href="v300.html">v3.0.0</a> </li>
-		</ul></td>
-	</tr>
-</table>
-<h2>
-<a name="DataBinding"></a>Support for 
-SWT/JFace Data Bindings</h2>
-<ul>
-	<li>Support SWT Data bindings</li>
-	<li>Support JFace Data bindings</li>
-	<li>Icon decorator for bound components</li>
-	<li>Data Binding menu</li>
-	<li>Property pane support for &quot;binding&quot; property</li>
-	<li>Create Data Binding wizard</li>
-	<li>Choose Bean targets, models and inputs</li>
-	<li>Choose Widget targets and models</li>
-	<li>Choose selection targets, models and inputs</li>
-	<li>Choose collection inputs</li>
-	<li>Filter targets and models</li>
-	<li>Filter properties</li>
-	<li>Specify SWT binding properties</li>
-	<li>Specify JFace binding properties</li>
-	<li>Edit and Delete existing bindings</li>
-	<li>Generate initDataBindings() method</li>
-</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Improved support for OSX</li>
-	<li>Support for GWT 1.4.10</li>
-	<li>Support for ImageBundle from 1.4.10</li>
-	<li>Support for new GWT 1.4.10 widgets</li>
-	<li>Use Label as placeholder for bad widgets</li>
-	<li>Support for alignment of widgets in cells of Grid and FlexTable</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Suppress AbsoluteLayout location/size hints preference</li>
-	<li>Enable editing custom absolute layouts preference </li>
-</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Suppress AbsoluteLayout location/size hints preference</li>
-	<li>Enable editing custom absolute layouts preference </li>
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for JGoodies forms 1.1.0</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Enhanced support for singleton and instance factories</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Optional decoration of components with events</li>
-	<li>Remember last selection and expansion state on refresh</li>
-	<li>Work around preventing preview window flickering on Metacity</li>
-</ul>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v650.html b/org.eclipse.wb.doc.user/html/whatsnew/v650.html
deleted file mode 100644
index 3bd760ce5..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v650.html
+++ /dev/null
@@ -1,163 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v6.5.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v6.5.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder 
-			Pro v6.5.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer 
-			v6.5.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer 
-			v6.5.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v3.0.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Parsing">Code Generation &amp; Parsing enhancements</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li></ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-			<ul>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v640.html">v6.4.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v630.html">v6.3.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v620.html">v6.2.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v610.html">v6.1.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v600.html">v6.0.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v510.html">v5.1.0</a> </p></li>
-			</ul></td>
-			<td valign="top">
-			<ul>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v500.html">v5.0.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v430.html">v4.3.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v420.html">v4.2.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v410.html">v4.1.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v400.html">v4.0.0</a> </li>
-				<li>
-				<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-				<a href="v300.html">v3.0.0</a> </p></li>
-			</ul></td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Support for update strategy converters and validators</li>
-	<li>Support for binding to exposed controls</li></ul><h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 1.4.60</li>
-	<li>Optionally create EntryPoint and public resources</li>
-	<li>Support for new GWT bootstrap process</li>
-	<li>Support for GWT KitchenSink example</li>
-	<li>Support for GWT Mail example</li>
-	<li>Add warning for Composite without default constructor</li>
-	<li>Improved support for Linux</li>
-	<li>Improved support for SplitPanels</li>
-	<li>Support for custom TabPanels</li>
-	<li>Automatically add missing default constructor for Composite</li>
-	<li>Support for @gwt.resource in ImageBundle</li>
-	<li>Support for images in CustomButton.Face</li>
-	<li>Support for String[] return type for Constants</li>
-	<li>Support for RemoteServices during design time</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Add "Show Headers" option to Table context menu</li>
-	<li>Removed dispose() method from Composite template</li>
-	<li>Improved ResourceManager class</li></ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Added TableColumn to JFace Viewers palette category</li>
-	<li>Added FilteredList to JFace Viewers palette category</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Added &quot;unspecified&quot; LAF selection item</li>
-	<li>Render glue elements in menubar at design time</li>
-	<li>Enhanced GridBagLayout support</li>
-	<li>Support for GBL gap columns/rows</li>
-	<li>Show placeholders for bad widgets</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Support for ResourceBundle.getBundle(name,Locale)</li>
-</ul>
-<h2>
-<a name="Parsing"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Preference to control visibility of Swing widget accessor methods</li>
-	<li>Support for modifier of accessor method</li>
-	<li>Improved error reporting during parsing</li>
-	<li>Improved support for non-visual beans</li>
-	<li>Automatically create JavaDoc for new widget definition methods</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Show window sizing feedback</li>
-	<li>Support for exporting Designer preferences</li>
-	<li>Support for&nbsp;importing Designer preferences</li>
-	<li>Preference to enable/disable determining GUI content type</li>
-	<li>Clear cached images on refresh</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v660.html b/org.eclipse.wb.doc.user/html/whatsnew/v660.html
deleted file mode 100644
index 6fdfef325..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v660.html
+++ /dev/null
@@ -1,157 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>
-	New &amp; Noteworthy - v6.6.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">
-</head>
-
-<body>
-<h1>What's New - v6.6.0</h1>
-<div align="left">
-	<table id="table2" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td><b>WindowBuilder 
-			Pro v6.6.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer 
-			v6.6.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer 
-			v6.6.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v4.0.0</b></td>
-		</tr>
-	</tbody></table>
-</div>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<div align="left">
-	<table id="table1" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a>
-	</p></li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody></table>
-</div>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Support DataBindingContext assigned to a field</li>
-	<li>Custom Label Provider support for JFace Data Bindings</li>
-	<li>Preferences for controlling code generation</li>
-	<li>Added support for initializeContext(DataBindingContext context) method</li>
-	<li>Support for SWTObservables.observeDelayedValue()</li></ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 1.4.61</li>
-	<li>Create GWT JUnit Test Cases</li>
-	<li>JUnit GWT Application launch configuration</li>
-	<li>Preference for generating Async interfaces for RemoteServices</li>
-	<li>Preference to Check for Composite default constructors</li>
-	<li>Preference to check for client-side compilation issues</li>
-	<li>Preference to set the GWT tests source folder</li>
-	<li>Search for *.gwt.xml modules in all source folders</li>
-	<li>Improved support MyGWT and GWT-EXT</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for OSX 10.5 Leopard using Eclipse 3.3.2</li>
-	<li>Support for CmtComponent as value for custom SWT property editor</li></ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for one argument constructor in SectionPart</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for adding Document events in JTextComponent</li>
-	<li>Support for generating/parsing TableModel with cells</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Improved JBuilder 2006 code generation compatibility</li>
-	<li>Optionally add &quot;throws Exception&quot; to widget definition method</li>
-	<li>Generate &quot;fields with initializer&quot; directly on top of type</li></ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Improved error reporting</li>
-	<li>Support for EXPLICIT_PROPERTY_CHANGE tag of BeanDescriptor</li>
-	<li>Copy/paste for properties with custom PropertyEditors</li>
-	<li>Show window decorations by default under Linux and OSX</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v670.html b/org.eclipse.wb.doc.user/html/whatsnew/v670.html
deleted file mode 100644
index 848cb60ae..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v670.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>
-	New &amp; Noteworthy - v6.7.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">
-</head>
-
-<body>
-<h1>What's New - v6.7.0</h1>
-<div align="left">
-	<table id="table2" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td><b>WindowBuilder 
-			Pro v6.7.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer 
-			v6.7.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer 
-			v6.7.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v5.0.0</b></td>
-		</tr>
-	</tbody></table>
-</div>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#RFRS">Ready for IBM Rational Software Certification</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<div align="left">
-	<table id="table1" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody></table>
-</div>
-<h2>
-<a name="RFRS"></a>Ready for IBM Rational Software Certification</h2>
-<ul>
-	<li>Validated as Ready for IBM Rational software</li>
-	<li>Achieved the Ready for IBM Rational software Best Practices Indicator</li>
-	</ul>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Support for new Eclipse 3.4 data binding APIs</li>
-	<li>Support TreeViewer input bindings</li>
-	<li>Support for simple (Designer custom) TreeViewer binding</li>
-	<li>Support for binding multi selection and checked elements</li>
-	<li>Support for direct binding to WritableValues</li>
-	<li>Support attributes that are WritableValues</li>
-	<li>Support for bindings assigned to fields</li>
-	<li>Support for binding to the validation status of another binding </li></ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Added GWT Compile Application launch configuration</li>
-	<li>Added new &quot;GWT library&quot; wizard</li>
-	<li>Improved support MyGWT and GWT-Ext</li>
-	<li>Added GWT-Ext palette</li>
-	<li>Support for project-specific GWT_HOME using classpath</li>
-	<li>Support for FireFox 3/GRE 1.9 under Linux</li>
-	<li>Support for Safari 3.1 under OSX</li>
-	<li>Support for ConstantsWithLookup</li>
-	<li>Limited support for Windows/IE strict modes</li>
-	<li>64-Bit development support</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for drag/drop of ButtonGroups on MenuItems</li>
-	<li>Support for TableCursor</li></ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for JGoodies FormLayout v1.2.0</li>
-	<li>Added GroupLayout to default layout manager list</li>
-	<li>Create Swing GUI in AWT EventQueue</li>
-	<li>Allow JInternalFrame on any container, not just JDesktopPane</li>
-	<li>Support for &quot;this.getClass()&quot; for Swing Icon creation</li>
-	<li>Support for rendering JFrame/JDialog.add(component)</li>
-	<li>Support for JFileChooser</li>
-	<li>Improved JBuilder-generated code rendering</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Allow use default package for *.properties in NLS</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Improved JBuilder 2006 code generation compatibility</li>
-	<li>Parsing support for &quot;add(component, constraints, -1)&quot;</li>
-	<li>Use ColumnSpec/RowSpec.decode() for JGFL 1.2</li></ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Reduced flickering under Linux</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v680.html b/org.eclipse.wb.doc.user/html/whatsnew/v680.html
deleted file mode 100644
index 9ef861258..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v680.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>
-	New &amp; Noteworthy - v6.8.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">
-</head>
-
-<body>
-<h1>What's New - v6.8.0</h1>
-<div align="left">
-	<table id="table2" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td><b>WindowBuilder 
-			Pro v6.8.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer 
-			v6.8.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer 
-			v6.8.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v5.1.0</b></td>
-		</tr>
-	</tbody></table>
-</div>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<div align="left">
-	<table id="table1" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody></table>
-</div>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Added new JFace Automatic Data Binding wizard</li>
-	<li>Support for master/details binding</li></ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 1.5</li>
-	<li>Added Decorated* widgets to palette</li>
-	<li>Added MicrosoftMap and YahooMap to GWT-Ext palette</li>
-	<li>Support for HTML id property</li>
-	<li>Use &quot;Standard&quot; GWT theme for GWT 1.5</li>
-	<li>Automatically add &quot;-Xmx128m&quot; for new GWT launch configurations
-	</li>
-	<li>Improved Web Project support</li>
-	<li>Support for RemoteServiceRelativePath annotation</li>
-	<li>Separate templates for different GWT versions</li>
-	<li>Don't show properties for Composite without widget</li>
-	<li>Support for renamed gwt-user.jar files</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for exposing JFace Dialog button</li>
-	<li>Support for &quot;helpAvailable&quot; property in TitleAreaDialog</li>
-	</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for JLayeredPane</li>
-	<li>Support for rendering custom JTable models </li>
-	<li>Improved JBuilder-generated code rendering</li>
-	<li>Improved JSR-296 (AppFramework) wizard</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Support for more languages and countries</li>
-	<li>Support for properties of &quot;workbench&quot; actions</li>
-	<li>Prefix NLS key with type name for Modern Eclipse style</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Issue auto-build warning, if no .class file detected</li>
-	<li>Show value even for non-modified CustomBeanInfoProperty</li>
-	<li>Filter out &quot;variable&quot; property for &quot;this&quot; Swing container</li>
-	<li>Show &quot;visible&quot; property</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v690.html b/org.eclipse.wb.doc.user/html/whatsnew/v690.html
deleted file mode 100644
index f5eb07765..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v690.html
+++ /dev/null
@@ -1,156 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>
-	New &amp; Noteworthy - v6.9.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">
-</head>
-
-<body>
-<h1>What's New - v6.9.0</h1>
-<div align="left">
-	<table id="table2" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td><b>WindowBuilder 
-			Pro v6.9.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer 
-			v6.9.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer 
-			v6.9.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v6.9.0</b></td>
-		</tr>
-	</tbody></table>
-</div>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<div align="left">
-	<table id="table1" border="0" cellpadding="0" cellspacing="0">
-		<tbody><tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody></table>
-</div>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Optionally use names or hex values for CSS color</li>
-	<li>Support for CaptionPanel</li>
-	<li>Link CSS file using gwt.xml descriptor</li>
-	<li>Support for ModuleName.gwtd.xml file for external CSS files</li>
-	<li>Support for RemoteService interfaces inheritance</li>
-	<li>Support for &quot;static boolean isDesignTime()&quot;</li>
-	<li>Improved support for local proxies</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for editing Riena ViewParts</li>
-	</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Better support for &quot;isContainer&quot;</li>
-	<li>Support for negative GBL insets</li>
-	<li>Support for editing standalone JMenuBar subclasses</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Optionally use fully qualified name of enclosing type in NLS key</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Delay parsing when buffer changes happen during save</li>
-	</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Check for JVM and Java project compatibility</li>
-	<li>Hide editor before converting to field/local</li>
-	<li>Various property pane ergonomic enhancements</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v700.html b/org.eclipse.wb.doc.user/html/whatsnew/v700.html
deleted file mode 100644
index 1db76da5d..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v700.html
+++ /dev/null
@@ -1,198 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.0.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.0.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.0.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.0.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v7.0.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Factories">New support for UI Factories</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="Factories"></a>New support for UI Factories</h2>
-<ul>
-	<li>Create UI Factory classes from selected widgets</li>
-	<li>Add UI Factories to palette</li>
-	</ul>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>New Data Binding Editor Tab</li>
-	<li>SWT &amp; JFace bindings merged into a single UI</li>
-	</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>ImageBundle support</li>
-	<li>Improved FlexTable &amp; Grid support </li>
-	<li>Full support for GWT-Ext (widgets &amp; layouts)</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Improved Accelerator Editor</li>
-	<li>Improved FormLayout support</li>
-	<li>Improved GridLayout &amp; TableWrapLayout support</li>
-	<li>Nebula widgets</li>
-	</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>TableViewerColumn &amp; TreeViewerColumn support</li>
-	<li>TableColumnLayout &amp; TreeColumnLayout support</li>
-	<li>Wizard &amp; MultiPageEditorPart wizards</li>
-	<li>ControlDecoration support</li>
-	<li>Visual Menu Editing for ViewParts &amp; ActionsBarAdvisors</li>
-	<li>Improved RCP Action support</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>JSR 295, Swing Data Binding</li>
-	<li>MIG Layout</li>
-	<li>Border Editor</li>
-	<li>Improved Swing Action support</li>
-	<li>Improved Swing Model support (List, Tree, Table, Combo)</li>
-	<li>Improved KeyStroke Editor</li>
-	<li>Improved Font Editor</li>
-	<li>Improved ButtonGroup support</li>
-	<li>Improved SpringLayout support</li>
-	<li>Improved Look-n-Feel support</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Type keys into text properties by name</li>
-	<li>Select key in String Editor</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Improved parsing using binary execution flow</li>
-	<li>Improved code generation preferences with preview</li>
-	</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Improved error reporting</li>
-	<li>New &quot;Surround With&quot; support</li>
-	<li>Improved property table &amp; editors</li>
-	<li>Improved widget palette</li>
-	<li>New customization API</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v710.html b/org.eclipse.wb.doc.user/html/whatsnew/v710.html
deleted file mode 100644
index c8b4bc101..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v710.html
+++ /dev/null
@@ -1,189 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.1.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.1.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.1.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.1.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.1.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer 
-			v7.1.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>EMF Data Binding support</li>
-	<li>Support for new Eclipse 3.5 coding style</li>
-	<li>Support for Eclipse 3.5 nested property bindings</li>
-	</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>General support for GWT 1.6.4</li>
-	<li>Support for new GWT project structure</li>
-	<li>Support for Google GWT plugin</li>
-	<li>Support for GWT 1.6 DatePicker, DateBox and LazyPanel</li>
-	<li>Context menu action &quot;Open Command&quot; for GWT MenuItem</li>
-	<li>Support for RootPanel.get(String)</li>
-	<li>Show special message for NPE in GWT Mail sample</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>New &quot;Set minimal size&quot; action for Composite</li>
-	<li>Support for non-standard SWT constructors</li>
-	</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for IViewSite.getWorkbenchWindow()</li>
-	<li>New &quot;Expose viewer...&quot; action</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Improved Swing Data Binding support</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>New &quot;Add key/value&quot; in NLS dialog</li>
-	<li>Sort *.properties files by key</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Various parsing and speed optimizations</li>
-	<li>Improved error messages for common cases</li>
-	<li>Ask for main entry point if multiple detected</li>
-	<li>Various advanced parser enhancements</li>
-	<li>Support for factory inheritance</li>
-	</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Support for Eclipse 3.5</li>
-	<li>Support for OSX Cocoa</li>
-	<li>Support for BeanInfo inheritance</li>
-	<li>Support for &quot;setComponent(SomeType)&quot; properties</li>
-	<li>Support for Object properties in custom components</li>
-	<li>Show better message when bad custom component fails</li>
-	<li>Check for JDK compatibility</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v720.html b/org.eclipse.wb.doc.user/html/whatsnew/v720.html
deleted file mode 100644
index 1d2342b8e..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v720.html
+++ /dev/null
@@ -1,211 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.2.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.2.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.2.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.2.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.2.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v7.2.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Added visual marker for model beans</li>
-	<li>Support for nested viewer bindings</li>
-	<li>Support for ObservableMapCellLabelProvider</li>
-	<li>Support for SWT DateTime</li>
-	<li>Support for Table Cell Editing</li>
-	<li>Enclose SWT DB code in try/catch blocks</li>
-	<li>Optionally generate Eclipse 3.5-only code (no deprecated code)</li>
-	<li>Set defaults for new strategy objects</li>
-	<li>Support for external controller objects</li>
-	<li>Support for new Eclipse 3.5 coding style</li>
-	</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for Ext GWT (GXT) 2.0.1</li>
-	<li>Support for GWT 1.7 and IE8</li>
-	<li>New multi-page CSS Style Editor</li>
-	<li>Enhanced CSS Style Editor Dialog</li>
-	<li>Enhanced CSS Style Name property</li>
-	<li>Support for &quot;new Viewport(panel)&quot;</li>
-	<li>Improved hosted mode start up error handling</li></ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for Cursor property type</li>
-	<li>Support for TrayItem</li>
-	<li>Support for Nebula RadioGroup &amp; RadioItem</li>
-	<li>Support for &quot;live baseline&quot;</li>
-	<li>Support for &quot;BeanInfo.getIcon(kind)&quot; in SWT</li>
-	<li>New &quot;Remove setSize()&quot; context menu command for Shells</li>
-	</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for CellEditors as viewers</li>
-	<li>Support for &quot;visual inheritance&quot; in EditorPart</li>
-	<li>Added Forms API pref page</li>
-	<li>Improved Riena support</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Improved MiGLayout support</li>
-	<li>Improved GroupLayout support</li>
-	<li>Support for editing cell constraints</li>
-	<li>Improved GridBagLayout support</li>
-	<li>Support for dropping Actions from factories in lazy mode</li>
-	<li>Support for &quot;live baseline&quot;</li>
-	<li>Support for configurable column/row gap</li>
-	<li>Use Double.MIN_VALUE as weight for filler column/row</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Various parsing and speed optimizations</li>
-	<li>Support for parameterized/generic events</li>
-	<li>Support for FormToolkit in parameter of constructor</li>
-	<li>Support for &quot;IBeanAttributes.SWT_STYLE&quot; bean parameter</li>
-	<li>Support for UTF-8 *.properties files</li>
-	<li>Support for &quot;lazy&quot; code generation for NVOs</li>
-	<li>Support for &quot;wbp-meta/ConfigureClassLoader.mvel&quot; scripts</li>
-	<li>Support for &quot;EventQueue.invokeAndWait&quot; and &quot;SwingUtilities.invokeAndWait&quot;</li>
-	<li>Include source code into parsing exceptions</li>
-	</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Use place holders for broken custom components</li>
-	<li>Significant performance optimizations</li>
-	<li>New &quot;Extract as view&quot; command in Palette and Structure views</li>
-	<li>Show better message when unable to load &quot;super&quot; class</li>
-	<li>Added Undo/Redo actions to editor toolbar</li>
-	<li>Show warning when trying to drop abstract components</li>
-	<li>Added Usage Profiler for tracking product feature usage</li>
-	<li>Auto-rename template validation</li>
-	<li>Use full HTMl for property pane &amp; palette tooltips</li>
-	<li>API support for customizing properties</li>
-	<li>API support for reading palette files from JARs</li></ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v730.html b/org.eclipse.wb.doc.user/html/whatsnew/v730.html
deleted file mode 100644
index 4c417d638..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v730.html
+++ /dev/null
@@ -1,216 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.3.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.3.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.3.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.3.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.3.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v7.3.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Support for virtual bindings</li>
-	<li>Support for sub properties of observeDetails() </li>
-	<li>Show all Composites in Beans list</li>
-	<li>Improved EMF DataBinding support</li>
-	</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 2.0 (Java API only)</li>
-	<li>Support for new GWT layout panels</li>
-	<li>Support for Ext GWT (GXT) 2.1.0</li>
-	<li>Simplify adding GXT and GWT-Ext to project at creation time</li>
-	<li>Show &quot;GXT UI&quot; actions in context menu if configured</li>
-	<li>Support for generic components and their event listeners</li>
-	<li>Support for alignment actions for GXT &quot;AbsoluteLayout&quot;</li>
-	<li>Support for GXT &quot;Component.setContextMenu()&quot;</li>
-	<li>Include &quot;EnvironmentTab&quot; into GWT launch</li>
-	<li>Support for untyped GXT events</li>
-	<li>Support for VerticalPanel Cell properties</li>
-	<li>Added &quot;SuggestBox&quot; to palette</li>
-	<li>New GXT &quot;LayoutContainer&quot; Wizard</li>
-	<li>Show GWT 2.0 &quot;strict mode&quot; widgets on palette only in &quot;strict mode&quot;</li>
-	<li>Support for &quot;CaptionPanel&quot; (any not abstract Composite) as non-this root</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Support for &quot;TextViewer&quot;</li>
-	<li>Support for Nebula CButton &amp; TableCombo</li>
-	<li>Special warning when user attempts to parse SWT UI without configuring 
-	project for SWT</li>
-	<li><font SIZE="2">
-	<p ALIGN="LEFT">Support for rendering &quot;FilteredItemsSelectionDialog&quot;</font></li>
-	</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for &quot;SectionPart&quot; constructor with &quot;FormPage&quot;</li>
-	<li>Generate and use &quot;TableViewerColumnSorter&quot; for sorting by &quot;TableViewerColumn&quot;</li>
-	<li>Support for &quot;org.eclipse.ui.splash.AbstractSplashHandler&quot;</li>
-	<li>New code generation preference for FieldEditors</li>
-	<li>Support for &quot;DoubleFieldEditor&quot;</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>New &quot;Automatically change insets to generate column/row gaps&quot; preference</li>
-	<li>Support for parsing custom &quot;ButtonGroup&quot;</li>
-	<li>Step up to Substance-5.3 LAFs</li>
-	<li>Support for copy/paste panels with &quot;GribBagLayout&quot;</li>
-	<li>Execute any &quot;Container.add(Component+[,...])&quot; methods</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Various parsing and speed optimizations</li>
-	<li>Support for &quot;@wbp.nls.resourceBundle&quot; tag to support user-specific 
-	ResourceBundle</li>
-	<li>Support for &quot;local type&quot; as listener type</li>
-	<li>Support for &quot;v++&quot; and &quot;v--&quot; expressions</li>
-	<li>Support for &quot;string + int&quot; and &quot;string + null&quot;</li>
-	<li>Support for evaluating &quot;import static&quot; methods</li>
-	<li>New template preferences for Layout and LayoutData </li>
-	<li>New template preference for inner event handler classes</li>
-	</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Support for &quot;Integer&quot; (as object) property editor</li>
-	<li>In &quot;split mode&quot;, when delay is -1, then reparse on save</li>
-	<li>Option to highlight visited/evaluated lines in source</li>
-	<li>Support &quot;Rename...&quot; action for &quot;lazy&quot; variable</li>
-	<li>Support for creation flow in absolute layouts</li>
-	<li>Show &quot;unknown&quot; boolean values</li>
-	<li>Hide JFace widgets when not on path</li>
-	<li>Improved Linux GTK support</li>
-	<li>New &quot;Go To Problem in Source&quot; Button on error page</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v740.html b/org.eclipse.wb.doc.user/html/whatsnew/v740.html
deleted file mode 100644
index cd0a6e76d..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v740.html
+++ /dev/null
@@ -1,201 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.4.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.4.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.4.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.4.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.4.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v7.4.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#DataBinding">Enhanced SWT/JFace Data Bindings 
-	support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="DataBinding"></a>Enhanced SWT/JFace Data Binding support</h2>
-<ul>
-	<li>Support inner classes defined within initDataBindings()</li>
-	<li>Support for preInitBindings() and postInitBindings()</li>
-	<li>Support for creating observable objects using EMFProperties (EMF 2.5)</li>
-	</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 2.0.1 and 2.0.2 (Java API only)</li>
-	<li>Support for Ext GWT (GXT) 2.1.1</li>
-	<li>Support for GPE 1.3</li>
-	<li>Use &quot;web.xml&quot; to get HTML file from &quot;welcome-file&quot; element</li>
-	<li>Support for embedding a &quot;Composite&quot; created using &quot;UiBinder&quot;</li>
-	<li>Support for &quot;border&quot; of GXT &quot;ContentPanel.body&quot;</li>
-	<li>Check GXT resources only if module imports GXT module</li>
-	<li>Add GPE natures to project when it is present</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Enhanced automatic FormLayout mode with property pane support</li>
-	<li>Reintroduced &quot;classic&quot; FormLayout editing mode and preferences </li>
-	<li>FormLayout classic: added percent offsets management using design pane.</li>
-	<li>Ask user use &quot;FormLayout&quot; instead of &quot;absolute&quot;</li>
-	<li>Support for &quot;DROP_DOWN&quot; style of &quot;DateTime&quot;</li>
-	<li>Support for &quot;navigation figures&quot; for &quot;StackLayout&quot;</li>
-	</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for using &quot;view inside of IFolderLayout&quot; as reference on &quot;IPageLayout&quot;</li>
-	<li>Support for rendering &quot;FilteredItemsSelectionDialog&quot;</li>
-	<li>Parsing support for JFace GridLayoutFactory and GridDataFactory</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>MigLayout dimension editing dialogs should use &quot;zero&quot; based index</li>
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Better NLS support for embedded panels</li>
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Significant parsing and speed optimizations</li>
-	<li>Convert &quot;instanceOfJFrame.add()&quot; into &quot;instanceOfJFrame.getContentPane().add()&quot;</li>
-	<li>Ignore unnecessary &quot;LayoutData&quot;</li>
-	<li>Support for invoking &quot;constructor&quot; with &quot;TypeVariable&quot; parameter</li>
-	</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Ask about removing &quot;inner type&quot; listener, if used more than once</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v750.html b/org.eclipse.wb.doc.user/html/whatsnew/v750.html
deleted file mode 100644
index 8eecf0543..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v750.html
+++ /dev/null
@@ -1,169 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.5.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.5.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.5.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.5.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.5.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v7.5.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#NLS">Enhanced NLS support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v740.html">v7.4.0</a>     
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 2.0.3</li>
-	<li>Support for SmartGWT</li>
-	<li>Support for Ext GWT (GWT) Data Binding</li>
-	<li>Support for xulrunner-1.9.2</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Improved FormLayout support</li>
-	</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Call &quot;FormToolkit.dispose()&quot; in templates for &quot;Composite&quot; and &quot;ViewPart&quot;</li>
-	
-</ul>
-<h2>
-<a name="NLS"></a>Enhanced NLS support</h2>
-<ul>
-	<li>Support for &quot;always visible locales&quot;</li>
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>New property editors for &quot;Double&quot;, &quot;Byte&quot;, &quot;Short&quot; and &quot;Long&quot;</li>
-	<li>Support &quot;condition&quot; for &quot;palette&quot; and &quot;category&quot; elements</li>
-	<li>Support for &quot;topBounds.pack&quot; parameter</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v760.html b/org.eclipse.wb.doc.user/html/whatsnew/v760.html
deleted file mode 100644
index 1978aefb8..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v760.html
+++ /dev/null
@@ -1,181 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v7.6.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v7.6.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v7.6.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v7.6.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v7.6.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v7.6.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#XWT">XWT (XML Window Toolkit) support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v750.html">v7.5.0</a>      
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v740.html">v7.4.0</a>     
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="XWT"></a>XWT (XML Window Toolkit) support</h2>
-<ul>
-	<li>Wizards for creating XWT Applications and Composites</li>
-	<li>Wizards for creating XWT Forms Applications and Composites</li>
-	<li>Support for all SWT and JFace components and properties</li>
-	<li>Support for all standard SWT layout managers like GridLayout and 
-	FormLayout</li>
-	<li>Support for SWT event handlingSupport for xulrunner-1.9.2</li>
-	<li>Bi-directional editing between the design view and the XML source code</li>
-</ul>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Improved support for SmartGWT</li>
-	<li>Support for dropping any &quot;Widget&quot; on &quot;Tree&quot;</li>
-	<li>GWT wizards are context sensitive</li>
-	<li>Improved GWT-Ext table support</li>
-	<li>Improved GXT column model support</li>
-	<li>Ignore invalid &quot;web.xml&quot; file when search HTML file</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Rendering support for GridLayoutFactory and GridDataFactory</li>
-	</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Major performance improvements in OSX</li>
-	<li>General speed improvements under all platforms</li>
-	
-</ul>
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Evaluate generic method invocations</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v800.html b/org.eclipse.wb.doc.user/html/whatsnew/v800.html
deleted file mode 100644
index c66b1a51d..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v800.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v8.0.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v8.0.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v8.0.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v8.0.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v8.0.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v8.0.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#XWT">Enhanced XWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v760.html">v7.6.0</a>       
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v750.html">v7.5.0</a>      
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v740.html">v7.4.0</a>     
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	</ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>&nbsp; 
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Initial/beta support for GWT UiBinder</li>
-	<li>Initial/beta support for GWT 2.1</li>
-	<li>Support for GWT 2.0.4</li>
-	<li>WebKit rendering for OSX and Linux</li>
-	<li>Improved SmartGWT support</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Added Size actions for SWT &amp; JFace Dialog Shells</li>
-	</ul>
-<h2>
-<a name="XWT"></a>Enhanced XWT support</h2>
-<ul>
-	<li>Initial support for XWT Data Binding </li>
-	<li>Support for DragSource and DropTarget</li>
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for dropping JMenuBar on JInternalFrame</li>
-	<li>Improved SpringLayout support</li>
-	
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Support for Object properties in Constructor property</li>
-</ul>
-
-
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Support for deprecated &quot;Container.add(String,Component)&quot; association</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v810.html b/org.eclipse.wb.doc.user/html/whatsnew/v810.html
deleted file mode 100644
index 32893e7f8..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v810.html
+++ /dev/null
@@ -1,207 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v8.1.0</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v8.1.0</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v8.1.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v8.1.0</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v8.1.0</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v8.1.0</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#XWT">Enhanced XWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#JFace">Enhanced JFace &amp; RCP support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v800.html">v8.0.0</a>        
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v760.html">v7.6.0</a>       
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v750.html">v7.5.0</a>      
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v740.html">v7.4.0</a>     
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	</ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>&nbsp; 
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT UiBinder</li>
-	<li>Support for GWT 2.1</li>
-	<li>Initial support for Cell Widgets</li>
-	<li>Improved GXT support</li>
-	<li>Improved SmartGWT support</li>
-	<li>Improved Maven support</li>
-	<li>WebKit rendering for 64-bit Windows</li>
-</ul>
-<h2>
-<a name="XWT"></a>Enhanced XWT support</h2>
-<ul>
-	<li>Improved XWT data binding support</li>
-</ul>
-<h2>
-<a name="JFace"></a>Enhanced JFace &amp; RCP support</h2>
-<ul>
-	<li>Support for &quot;CCombo&quot; in &quot;ComboViewer&quot;</li>
-	<li>Improved data binding support</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Support for JGoodies &quot;DefaultComponentFactory&quot;</li>
-	<li>Support for JGFL 1.3.0</li>
-	<li>Improved GridBagLayout support</li>
-	<li>Improved MiGLayout support</li>
-	<li>Improved JSR296 support</li>
-	
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Palette loading optimizations</li>
-	<li>Center display/preview on main Eclipse Shell monitor</li>
-</ul>
-
-
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Rewrite unsupported &quot;super.setLayout()&quot; into supported &quot;setLayout()&quot;</li>
-	<li>Allow visiting &quot;lazy&quot; methods more than once</li>
-	<li>Improved parsing of Swing Actions</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/v811.html b/org.eclipse.wb.doc.user/html/whatsnew/v811.html
deleted file mode 100644
index e5fe42cf0..000000000
--- a/org.eclipse.wb.doc.user/html/whatsnew/v811.html
+++ /dev/null
@@ -1,214 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>What's New - v8.1.1</title>
-	<link href="../../book.css" rel="stylesheet" type="text/css">	
-</head>
-
-<body>
-<h1>What's New - v8.1.1</h1>
-<table id="table2" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td><b>WindowBuilder Pro v8.1.1</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>SWT Designer v8.1.1</b></td>
-		</tr>
-		<tr>
-			<td><b>Swing Designer v8.1.1</b></td>
-			<td width="20">&nbsp;</td>
-			<td><b>GWT Designer v8.1.1</b></td>
-		</tr>
-	</tbody>
-</table>
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#GWT">Enhanced GWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#XWT">Enhanced XWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#SWT">Enhanced SWT support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Swing">Enhanced Swing support</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#Editor_PropertyPane">Editor &amp; Property Pane Enhancements</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="#CodeGen">Code Generation &amp; Parsing enhancements</a></li>
-	</ul>
-<table id="table1" border="0" cellpadding="0" cellspacing="0">
-	<tbody>
-		<tr>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v810.html">v8.1.0</a>        
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v800.html">v8.0.0</a>        
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v760.html">v7.6.0</a>       
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v750.html">v7.5.0</a>      
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v740.html">v7.4.0</a>     
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v730.html">v7.3.0</a>    
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v720.html">v7.2.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v710.html">v7.1.0</a>   
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v700.html">v7.0.0</a>  
-	</li>
-	</ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v690.html">v6.9.0</a> 
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v680.html">v6.8.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v670.html">v6.7.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v660.html">v6.6.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v650.html">v6.5.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v640.html">v6.4.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v630.html">v6.3.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v620.html">v6.2.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v610.html">v6.1.0</a>&nbsp; 
-	</li></ul>
-			</td>
-			<td valign="top">
-
-<ul>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v600.html">v6.0.0</a>
-	</li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v510.html">v5.1.0</a></li>
-	<li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v500.html">v5.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v430.html">v4.3.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v420.html">v4.2.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v410.html">v4.1.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v400.html">v4.0.0</a>
-	</li><li>
-	<p style="mso-pagination: widow-orphan lines-together; tab-stops: 0in .5in 1.0in 1.5in 2.0in 2.5in 3.0in 3.5in 4.0in 4.5in 5.0in 5.5in 6.0in right 6.5in">
-	<a href="v300.html">v3.0.0</a>
-	</p></li></ul>
-			</td>
-		</tr>
-	</tbody>
-</table>
-<h2>
-<a name="GWT"></a>Enhanced GWT support</h2>
-<ul>
-	<li>Support for GWT 2.1.1</li>
-	<li>Improved support for GWT UiBinder</li>
-	<li>Support for @UiField(provided) and @UiFactory</li>
-	<li>Support for @UiTemplate annotation</li>
-	<li>Support for @UiConstructor properties</li>
-	<li>Support for UiBinder Grid</li>
-	<li>Support for Cell Widgets</li>
-	<li>Improved GXT support</li>
-	<li>Improved SmartGWT support</li>
-	<li>Improved Maven support</li>
-	<li>WebKit rendering for 32-bit Windows</li>
-</ul>
-<h2>
-<a name="XWT"></a>Enhanced XWT support</h2>
-<ul>
-	<li>Improved XWT data binding support</li>
-	<li>Improved XWT FormLayout support</li>
-	<li>Support for "object" selection property editor</li>
-</ul>
-<h2>
-<a name="SWT"></a>Enhanced SWT support</h2>
-<ul>
-	<li>Better detection of "style" constructor argument in "Composite"</li>
-	
-</ul>
-<h2>
-<a name="Swing"></a>Enhanced Swing support</h2>
-<ul>
-	<li>Improved support for for "addSeparator()" and "JPopupMenu"</li>
-	
-</ul>
-<h2>
-<a name="Editor_PropertyPane"></a>Editor &amp; Property Pane Enhancements</h2>
-<ul>
-	<li>Provide better error messages for common cases</li>
-	<li>Support for using "Ctrl+PageUp/PageDown" in editors</li>
-	<li>New "Select" sub-menu in context menu</li>
-	<li>Deleting a root now just clears its children</li>
-</ul>
-
-
-<h2>
-<a name="CodeGen"></a>Code Generation &amp; Parsing enhancements</h2>
-<ul>
-	<li>Ignore errors in CompilationUnit when parsing UiBinder</li>
-	<li>Better support for parsing generics</li>
-	<li>Reparse automatically after "ui.xml" file change</li>
-</ul>
-
-
-</body></html>
\ No newline at end of file
