Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions org.eclipse.wb.doc.user/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ EM.CodeName {
font-family: "Courier New", Courier, monospace;
}

img { vertical-align: top; }

body, html { border: 0px }


Expand Down
102 changes: 51 additions & 51 deletions org.eclipse.wb.doc.user/html-src/preferences/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,98 +1,98 @@
= Preferences - WindowBuilder
ifdef::env-github[]
:imagesdir: ../../html/preferences/
endif::[]

= Preferences

image:images/preferences_windowbuilder.png[image]

Here is the list of core preference pages:

* *link:preferences_code_parsing.html[Code Parsing]*
* xref:preferences_code_parsing.adoc[*Code Parsing*]

Preferences maybe link:preferences_export.html[exported and imported]
Preferences maybe xref:preferences_export.adoc[exported and imported]
using the Eclipse Preference Export/Import facility.

== General Comments

The positions of the *link:../userinterface/palette.html[Palette]* and
*link:../userinterface/structure_view.html[Structure View]* may be
The positions of the xref:../userinterface/palette.adoc[*Palette*] and
xref:../userinterface/structure_view.adoc[*Structure View*] may be
configured via drag and drop or by right-clicking on the header and
selecting the *Dock On* command. The
*link:../userinterface/palette.html[Palette]* may be docked to either
xref:../userinterface/palette.adoc[*Palette*] may be docked to either
the left or right side of the
*link:../userinterface/design_view.html[Design View]*.
xref:../userinterface/design_view.adoc[*Design View*].

++++
<p>
<img src="images/flyout_palette1.png">
<img src="../userinterface/images/palette_dock_on.gif" align="top">
</p>
++++
--
image:images/flyout_palette1.png[image]
image:../userinterface/images/palette_dock_on.png[image]
--

The *link:../userinterface/structure_view.html[Structure View]* may be
The xref:../userinterface/structure_view.adoc[*Structure View*] may be
docked to the top, bottom, left or right of the
*link:../userinterface/design_view.html[Design View]*.

++++
<p>
<img src="images/dock_left.png">
<img src="images/dock_top.png" align="top">
<img src="../userinterface/images/structure_view_dock_on.gif" align="top">
</p>
++++

The *link:../userinterface/palette.html[Palette]* and
*link:../userinterface/structure_view.html[Structure View]* are also
xref:../userinterface/design_view.adoc[*Design View*].

--
image:images/dock_left.png[image]
image:images/dock_top.png[image]
image:../userinterface/images/structure_view_dock_on.png[image]
--

The xref:../userinterface/palette.adoc[*Palette*] and
xref:../userinterface/structure_view.adoc[*Structure View*] are also
available as standalone views. Use the *Window > Show View > Other...*
command and open the *WindowBuilder* category or right-click on the
header and select the *Extract as view* command. Closing the view will
make it reappear as embedded view within the editor.

++++
<p>
<img src="images/windowbuilder_views.png">
<img src="images/palette_view.png" align="top">
<img src="images/structure_view.png" align="top">
<img src="../userinterface/images/palette_extract_as_view.gif" align="top">
<img src="../userinterface/images/structure_extract_as_view.gif" align="top">
</p>
++++

--
image:images/windowbuilder_views.png[WindowBuilder View]
image:images/palette_view.png[Palette View]
image:images/structure_view.png[Structure View]
image:../userinterface/images/palette_extract_as_view.png[Extract Palette as View]
image:../userinterface/images/structure_extract_as_view.png[Extract Structure as View]
--

== Editor Layout

This preference controls the position of the
*link:../userinterface/source_view.html[Source View]* relative to the
*link:../userinterface/design_view.html[Design View]*. By default, they
xref:../userinterface/source_view.adoc[*Source View*] relative to the
xref:../userinterface/design_view.adoc[*Design View*]. By default, they
are "on separate notebook tabs" labeled *Source* and *Design* (you can
select which page is first). Additional options are provided to show the
*link:../userinterface/source_view.html[Source View]* and
*link:../userinterface/design_view.html[Design View]* side by side or
xref:../userinterface/source_view.adoc[*Source View*] and
xref:../userinterface/design_view.adoc[*Design View*] side by side or
one above the other.

image:../userinterface/images/source_view_right.png[image,width=902,height=305]

image:../userinterface/images/source_view_bottom.png[image,width=545,height=456] 
image:../userinterface/images/source_view.png[image,width=442,height=456]
--
image:../userinterface/images/source_view_right.png[image]
image:../userinterface/images/source_view_bottom.png[image] 
image:../userinterface/images/source_view.png[image]
--

== Sync Delay (ms)

When the *link:../userinterface/source_view.html[Source View]* and
*link:../userinterface/design_view.html[Design View]* are both visible,
When the xref:../userinterface/source_view.adoc[*Source View*] and
xref:../userinterface/design_view.adoc[*Design View*] are both visible,
this preference determines the delay used to synchronize the two panes.
If the user types in the *link:../userinterface/source_view.html[Source
View]*, the source will be re-parsed and the
*link:../userinterface/design_view.html[Design View]* will be updated
If the user types in the xref:../userinterface/source_view.adoc[*Source
View*], the source will be re-parsed and the
xref:../userinterface/design_view.adoc[*Design View*] will be updated
after a period specified by the sync delay. Use "-1" to synchronize only
on save.

== Associate WindowBuilder editor with automatically recognized Java GUI files

This preference determines whether *WindowBuilder Pro* will attempt to
This preference determines whether *WindowBuilder* will attempt to
automatically recognize GUI files and associate the *WindowBuilder*
editor with them.

== Maximize editor on "Design" page activation

This preference determines whether the *WindowBuilder* editor will be
automatically maximized when switching to the
*link:../userinterface/design_view.html[Design View]*.
xref:../userinterface/design_view.adoc[*Design View*].

== Format source code (and reparse) on editor save

Expand All @@ -104,7 +104,7 @@ formatted using your Eclipse code formatting preferences whenever the

This preference controls whether the source definition of a component is
highlighted any time a component is selected in the
*link:../userinterface/design_view.html[Design View]*.
xref:../userinterface/design_view.adoc[*Design View*].

== Automatically add to palette when using Choose Component

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
= Preferences - Common > Code Parsing
ifdef::env-github[]
:imagesdir: ../../html/preferences/
endif::[]

= Code Parsing

image:images/preferences_code_parsing.png[image]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
= Preferences - Export / Import
ifdef::env-github[]
:imagesdir: ../../html/preferences/
endif::[]


= Export / Import

Preferences may be exported using the Eclipse *File > Export > General >
Preferences* command. Choose the *WindowBuilder Preferences* category,
enter an export file name, and click Finish.

++++
<p>
<img src="images/export_preferences1.png">
<img src="images/export_preferences2.png" align="top">
</p>
++++
--
image:images/export_preferences1.png[image]
image:images/export_preferences2.png[image]
--

Preferences are exported in Eclipse preference format.

image:images/designer_epf.png[image] +
image:images/designer_epf.png[image]

Preferences may be imported using the Eclipse *File > Import > General >
Preferences* command. +
Preferences* command.

image:images/import_preferences.png[image]
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
= Preferences - UI Toolkits
ifdef::env-github[]
:imagesdir: ../../html/preferences/
endif::[]

image:images/preferences_uitoolkits.png[image,width=495,height=464]
= UI Toolkits

image:images/preferences_uitoolkits.png[image]

This page is used to control various *UI Toolkits* options.

Expand All @@ -16,7 +20,7 @@ click the *Install Toolkits...* button. WindowBuilder will verify that
the toolkit's update site is live and then hand off the installation
process to the standard Eclipse install dialog.

image:images/install_toolkit.png[image,width=568,height=345]
image:images/install_toolkit.png[image]

Installed tookits may be uninstalled using he *Uninstall Toolkit*
button.
Expand All @@ -25,11 +29,11 @@ The *Show uninstalled toolkits in the new wizard dialog* determines
whether uninstalled toolkits show up with a placeholder in the *New
Wizard* under the *WindowBuilder* category.

image:images/new_wizard_uninstalled_toolkit1.png[image,width=365,height=474
image:images/new_wizard_uninstalled_toolkit1.png[image] 

Selecting an uninstalled toolkit and clicking *Next* will present the
user with the option of installing editing support for that toolkit.
Clicking Finish will hand off the installation process to the standard
Eclipse install dialog as shown above.

image:images/new_wizard_uninstalled_toolkit2.png[image,width=452,height=272]
image:images/new_wizard_uninstalled_toolkit2.png[image]
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
= Preferences - Usage Profiler
ifdef::env-github[]
:imagesdir: ../../html/preferences/
endif::[]

= Usage Profiler

image:images/preferences_usage_profiler.png[image]

Expand All @@ -15,4 +19,4 @@ The Usage Profiler may be enabled with automatic data uploading, enabled
with prompting prior to uploading (approximately once per week), or
disabled.

image:images/enable_usage_profiling.png[image,width=250,height=70]
image:images/enable_usage_profiling.png[image]
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ the *link:design_view.html[Design View]*.
++++
<p>
<img src="../preferences/images/flyout_palette1.png" align="top">
<img src="images/palette_dock_on.gif" align="top">
<img src="images/palette_dock_on.png" align="top">
</p>
++++

Expand All @@ -121,6 +121,6 @@ embedded view within the editor.
<p>
<img src="../preferences/images/windowbuilder_views.png" align="top">
<img src="../preferences/images/palette_view.png" align="top">
<img src="images/palette_extract_as_view.gif" align="top">
<img src="images/palette_extract_as_view.png" align="top">
</p>
++++
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The position of the *Structure View* may be configured via drag and drop
or by right-clicking on the *Structure View* header and selecting the
*Dock On* command.

image:images/structure_view_dock_on.gif[image,width=269,height=242]
image:images/structure_view_dock_on.png[image]

The *Structure View* may be docked to the top, bottom, left or right of
the *link:design_view.html[Design View]*.
Expand All @@ -35,6 +35,6 @@ Structure* view or right-click on the *Structure View* and select the
<p>
<img src="../preferences/images/windowbuilder_views.png">
<img src="../preferences/images/structure_view.png" align="top">
<img src="images/structure_extract_as_view.gif" align="top">
<img src="images/structure_extract_as_view.png" align="top">
</p>
++++
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading