To access context sensitive help for a widget, you must put focus on it and then press F1. The
following table shows how to put focus on some of the different kinds of widgets.
On macOS, you start Eclipse by double clicking the Eclipse application. If you need to pass arguments to Eclipse,
you'll have to edit the eclipse.ini file inside the Eclipse application bundle: select the Eclipse
application bundle icon while holding down the Control Key. This will present you with a popup menu. Select "Show
@@ -79,7 +84,7 @@
On macOS 10.4 and later, you may notice a slow down when working with significant numbers of resources if you
allow Spotlight to index your workspace. To prevent this, start System Preferences, select the Spotlight icon, then
the Privacy tab, then click the Add button ("+") and find your workspace directory in the dialog that appears.
The startup speed of a shared install can be improved if proper cache information is stored in the shared install
area. To achieve this, after unzipping Eclipse distribution, run Eclipse once with the "-initialize" option from an
account that has a write access to the install directory.
@@ -92,202 +97,202 @@
Advanced Topics in Running Eclipse
eclipse [platform options] [-vmargs [Java VM arguments]]
-
+
Eclipse Startup Parameters
-
Command
-
Description
-
Since
+
Command
+
Description
+
Since
-
+
-archarchitecture
-
Defines the processor architecture on which the Eclipse platform is running. The Eclipse
+
Defines the processor architecture on which the Eclipse platform is running. The Eclipse
platform ordinarily computes the optimal setting using the prevailing value of Java os.arch
property. If specified here, this is the value that the Eclipse platform uses. The value specified here is
available to plug-ins as Platform.getOSArch(). Example values: "x86", "sparc", "PA-RISC", "ppc".
-
2.0
+
2.0
-
+
-applicationapplicationId
-
The application to run. Applications are declared by plug-ins supplying extensions to the
+
The application to run. Applications are declared by plug-ins supplying extensions to the
org.eclipse.core.runtime.applications extension point. This argument is typically not needed. If specified, the
value overrides the value supplied by the configuration. If not specified, the Eclipse Workbench is run.
-
1.0
+
1.0
-
+
-clean
-
Cleans cached data used by the OSGi framework and Eclipse runtime. Try to run Eclipse once with
+
Cleans cached data used by the OSGi framework and Eclipse runtime. Try to run Eclipse once with
this option if you observe startup errors after install, update, or using a shared configuration.
-
3.0
+
3.0
-
+
-configurationconfigURL
-
The location for the Eclipse Platform configuration file, expressed as a URL. The configuration
+
The location for the Eclipse Platform configuration file, expressed as a URL. The configuration
file determines the location of the Eclipse platform, the set of available plug-ins, and the primary feature.
Note that relative URLs are not allowed. The configuration file is written to this location when the Eclipse
platform is installed or updated.
-
2.0
+
2.0
-
+
-consolelog
-
Mirrors the Eclipse platform's error log to the console used to run Eclipse. Handy when
+
Mirrors the Eclipse platform's error log to the console used to run Eclipse. Handy when
combined with -debug.
-
1.0
+
1.0
-
+
-dataworkspacePath
-
The path of the workspace on which to run the Eclipse platform. The workspace location is also
+
The path of the workspace on which to run the Eclipse platform. The workspace location is also
the default location for projects. Relative paths are interpreted relative to the directory that Eclipse was
started from.
-
1.0
+
1.0
-
+
-debug [optionsFile]
-
Puts the platform in debug mode and loads the debug options from the file at the given
+
Puts the platform in debug mode and loads the debug options from the file at the given
location, if specified. This file indicates which debug points are available for a plug-in and whether or not
they are enabled. If a file location is not given, the platform looks in the directory that eclipse was started
from for a file called ".options". Both URLs and file system paths are allowed as file locations.
-
1.0
+
1.0
-
+
-dev [classpathEntries]
-
Puts the platform in development mode. The optional classpath entries (a comma separated list)
+
Puts the platform in development mode. The optional classpath entries (a comma separated list)
are added to the runtime classpath of each plug-in. For example, when the workspace contains plug-ins being
developed, specifying -dev bin adds a classpath entry for each plug-in project's directory named
bin, allowing freshly generated class files to be found there. Redundant or non-existent classpath
entries are eliminated.
-
1.0
+
1.0
-
+
-initialize
-
Initializes the configuration being run. All runtime related data structures and caches are
+
Initializes the configuration being run. All runtime related data structures and caches are
refreshed. Handy with shared installs: running Eclipse once with this option from an account with write
privileges will improve startup performance.
-
3.0
+
3.0
-
+
-keyringkeyringFilePath
-
The location of the authorization database (or "key ring" file) on disk. This argument must be
+
The location of the authorization database (or "key ring" file) on disk. This argument must be
used in conjunction with the -password option. Relative paths are interpreted relative to the
directory that Eclipse was started from.
-
1.0
+
1.0
-
+
-nllocale
-
Defines the name of the locale on which the Eclipse platform is running. The Eclipse platform
+
Defines the name of the locale on which the Eclipse platform is running. The Eclipse platform
ordinarily computes the optimal setting automatically. If specified here, this is the value that the Eclipse
platform uses. The value specified here is available to plug-ins as Platform.getNL(). Example values: "en_US"
and "fr_FR_EURO".
-
2.0
+
2.0
-
+
-nosplash
-
Runs the platform without putting up the splash screen.
-
1.0
+
Runs the platform without putting up the splash screen.
+
1.0
-
+
-osoperatingSystem
-
Defines the operating system on which the Eclipse platform is running. The Eclipse platform
+
Defines the operating system on which the Eclipse platform is running. The Eclipse platform
ordinarily computes the optimal setting using the prevailing value of Java os.name property. If
specified here, this is the value that the Eclipse platform uses. The value specified here is available to
plug-ins as Platform.getOS(), and used to resolve occurrences of the $os$ variable in paths
mentioned in the plug-in manifest file. Example values: "win32", "linux", "hpux", "solaris", "aix".
-
1.0
+
1.0
-
+
-passwordpassword
-
The password for the authorization database. Used in conjunction with the -keyring
+
The password for the authorization database. Used in conjunction with the -keyring
option.
-
1.0
+
1.0
-
+
-perspectiveperspectiveId
-
The perspective to open in the active workbench window on startup. If this parameter is not
+
The perspective to open in the active workbench window on startup. If this parameter is not
specified, the perspective that was active on shutdown will be opened.
-
1.0
+
1.0
-
+
-plugincustomizationpropertiesFile
-
The location of a properties file containing default settings for plug-in preferences. These
+
The location of a properties file containing default settings for plug-in preferences. These
default settings override default settings specified in the primary feature. Relative paths are interpreted
relative to the directory that eclipse was started from.
-
2.0
+
2.0
-
+
-productproductId
-
The ID of the product to run. The product gives the launched instance of Eclipse its
+
The ID of the product to run. The product gives the launched instance of Eclipse its
personality, and determines the product customization information used. This replaces -feature, which is still
supported for compatibility.
-
3.0
+
3.0
-
+
-refresh
-
Option for performing a global refresh of the workspace on startup. This will
+
Option for performing a global refresh of the workspace on startup. This will
reconcile any changes that were made in the file system since the platform was last run.
-
1.0
+
1.0
-
+
-showlocation [workspaceName]
-
Option for displaying the location of the workspace in the window title bar. In
+
Option for displaying the location of the workspace in the window title bar. In
release 2.0 this option only worked in conjunction with the -data command line argument. In 3.2, an optional
workspace name argument was added that displays the provided name in the window title bar instead of the
location of the workspace.
-
2.0
+
2.0
-
+
-vmvmPath
-
The location of Java Runtime Environment (JRE) to use to run the Eclipse platform. If not
+
The location of Java Runtime Environment (JRE) to use to run the Eclipse platform. If not
specified, the launcher will attempt to find a JRE. It will first look for a directory called jre
as a sibling of the Eclipse executable, and then look on the operating system path. Relative paths are
interpreted relative to the directory that eclipse was started from.
-
1.0
+
1.0
-
+
-vmargsargs
When passed to the Eclipse, this option is used to customize the operation of the Java VM used to run
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1.htm
index 65f467bf74d..1836cc5ee81 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Customizing the Workbench
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d.htm
index 8ddc6652439..5975c91f436 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Version Control Life Cycle: Adding and Ignoring Resources
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1.htm
index f275a1e997a..e8067a82971 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Creating a Global Ignore Pattern
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1b.htm
index 2c9c100ef0f..f71230b10b3 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-100d1b.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Overriding or Removing Resource Ignore Patterns
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-101.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-101.htm
index 76762a2a494..5b4a24db40e 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-101.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-101.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Comparing Resources With Repository Versions
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-103.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-103.htm
index fffe46a6b22..aee9c7a2aa0 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-103.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-103.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Replacing resources in the Workbench
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-113b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-113b.htm
index ef874919026..596cb047798 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-113b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-113b.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Resolving Conflicts
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-114.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-114.htm
index bfc21828ceb..b9771fec7ef 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-114.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-114.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Committing
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-115.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-115.htm
index ef95c6bb76c..cd05f6914bd 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-115.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-115.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Synchronizing With the Repository
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-120.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-120.htm
index bab3a949f27..11255d05f3f 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-120.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-120.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Updating the Installation
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-122.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-122.htm
index f4c320f18a7..55a96e094c2 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-122.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-122.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Scheduling Automatic Updates
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-123.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-123.htm
index d64ded7842f..2976954709d 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-123.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-123.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Reverting to a Previous Install Configuration
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-124.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-124.htm
index e90bfdafaa8..ae2b91242c2 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-124.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-124.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Installing New software
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-125.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-125.htm
index a0c2c4021e6..ff31efc83a1 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-125.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-125.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Updating Software Using the Available Updates Wizard
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-126.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-126.htm
index eb8fb174512..7053e466848 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-126.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-126.htm
@@ -1,12 +1,11 @@
-
+
-
-
+
-
+
Uninstalling Software
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-127.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-127.htm
index 4c3dfa6bdb9..33f2307ce77 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-127.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-127.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Adding a New Software Site
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-128.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-128.htm
index f7c52f5cef1..cf3a9c9739c 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-128.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-128.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Working With the Available Software Sites
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-129.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-129.htm
index f2b8b9cb8f9..6ca8704a1f9 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-129.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-129.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Updating and Installing Software
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-130.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-130.htm
index 4ad51f27fe1..5758e3cee66 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-130.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-130.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Installation Details
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-131.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-131.htm
index e23284958ca..8832cc8f082 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-131.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-131.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Installation Details for Plug-ins
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-132.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-132.htm
index 2dcd4aac46c..dbf46e16a6c 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-132.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-132.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Installation Details for Features
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-133.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-133.htm
index 82ed95dba4d..592f4fa6a79 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-133.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-133.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Installation Details for the Configuration
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-134.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-134.htm
index f24371a1950..a36c600e400 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-134.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-134.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
About your installation
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-14.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-14.htm
index 02dc492c450..82a52c11475 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-14.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-14.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Changing Build Order
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-16.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-16.htm
index adfbae61d29..c5afc99bf9d 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-16.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-16.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Performing Builds Sutomatically
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-17.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-17.htm
index c76133fbe73..41e6f710457 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-17.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-17.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Saving Resources Automatically Before a Manual Build
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-18.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-18.htm
index a2518c6ee20..0039305e5f7 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-18.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-18.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Linking the Project Explorer View to the Active Editor
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1a.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1a.htm
index 90b30812d7d..e381e032d47 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1a.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1a.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Working With Perspectives
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1b.htm
index ea25e4f21e0..f54c2f364dc 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1b.htm
@@ -1,12 +1,10 @@
-
+
-
-
-
+
+
Working With Views and Editors
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1c.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1c.htm
index fde1aaeac48..324c420f10b 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1c.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1c.htm
@@ -1,12 +1,10 @@
-
+
-
-
-
+
+
Navigating and Finding Resources
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1d.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1d.htm
index d31628a3a95..e180ad6f365 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1d.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1d.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Problems, Bookmarks, Tasks and Other Markers
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1e.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1e.htm
index a6043a0c2e6..debea572ef9 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1e.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1e.htm
@@ -1,12 +1,10 @@
-
+
-
-
-
+
+
Working with Projects, Folders and Resources
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1f.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1f.htm
index c5094c98088..c94bedce74d 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1f.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1f.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Working With Local History
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1h.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1h.htm
index 49ab5e16cbb..3db2bdc96b7 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1h.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-1h.htm
@@ -1,12 +1,10 @@
-
+
-
-
-
+
+
Working in the Team Environment
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-2.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-2.htm
index 2c581ca75e9..da50f4ad663 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-2.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-2.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Upgrading Eclipse
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-20.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-20.htm
index 3b8247655bc..baf57913260 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-20.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-20.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Changing Fonts and Colors
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-24.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-24.htm
index 0d45ac74624..b17c6700a19 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-24.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-24.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Changing Where Perspectives Open
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-28.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-28.htm
index dea0a66a649..c94e0ddb83b 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-28.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-28.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Switching Between Perspectives
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3.htm
index 23d937ad2d7..582ca9dc16a 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Opening Views
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-31.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-31.htm
index 71e2909605a..571900c4d00 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-31.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-31.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Specifying the Default Perspective
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3e.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3e.htm
index 9b166c977e2..295bb24c3e3 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3e.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-3e.htm
@@ -1,14 +1,18 @@
-
-
+
+
-
-
-
+
+
+
Moving and Docking Views
-
+
Moving and Docking Views
@@ -29,28 +33,28 @@
Moving and Docking Views
view tabs.
While dragging the view, you will see an overlay to indicate where the view will be positioned.
-
+
-
Feedback
-
View positioning
+
Feedback
+
View positioning
-
-
drop, vertical bar: marks the insertion between
+
drop, vertical bar: marks the insertion between
other view tabs.
-
-
drop, rectangular area: shows the positioning of
+
drop, rectangular area: shows the positioning of
the view in an empty area: either in the IDE or as detached view.
-
-
prohibition: signals you can not dock the view
+
prohibition: signals you can not dock the view
in this area.
You can configure the following options on the General tab.
-
+
-
+
Option
-
+
Description
-
+
Default
-
+
Open structure compare automatically
-
+
Makes an additional information area visible which shows differences in the underlying
structure of the resources being compared. This information may not be available for all comparisons.
-
+
On
-
+
Show structure compare in Outline view when possible
-
+
If this option is on, structure compare will be displayed in the Outline view whenever it is
possible.
-
+
Off
-
+
Ignore white space
-
+
Causes the comparison to ignore differences which are whitespace characters (spaces, tabs,
etc.). Also causes differences in line terminators ( LF versus CRLF) to be ignored.
-
+
Off
-
+
Automatically save dirty editors before patching
-
+
This option controls whether any unsaved changes are automatically saved before a patch is
applied.
-
+
Off
You can configure the following options in the Text Compare tab.
-
+
-
+
Option
-
+
Description
-
+
Default
-
+
Synchronize scrolling between panes in compare viewers
-
+
The two compare viewers will "lock scroll" along with one another in order to keep identical
and corresponding portions of the code in each pane side by side.
-
+
On
-
+
Initially show ancestor pane
-
+
Sometimes you may want to compare two versions of a resource with the previous version from
which they were both derived. This is called their common ancestor, and it appears in its own
comparison pane during a three way comparison.
-
+
Off
-
+
Show pseudo conflicts
-
+
Displays conflicts that occur when two developers make the same change, for example when both
add or remove the same line of code.
-
+
Off
-
+
Connect ranges with single line
-
+
Controls whether differing ranges are visually connected by a single line or a range
delimited by two lines.
-
+
On
-
+
Highlight individual changes
-
+
Controls whether the individual changes inside conflicts are highlighted .
-
+
On
-
+
Disable capping when comparing large documents
-
+
The capping mechanism is used to speed up finding differences in large files. In case where
the capping happens the result can either be correct or it can display too many changes, but it never misses
any change. Turn this option on, if you prefer a precise result in favour of possibly longer calculation
time.
-
+
Off
-
+
Swap left and right
-
+
Allows to swap the left and right side of the compare panes.
-
+
Off
-
+
When the end/beginning is reached while navigating an element
-
+
Use this option to configure what occurs when the end/beginning is reached while navigating
an element. The options are:
@@ -201,7 +206,7 @@
Setting Preferences for Comparing Files
Do nothing
-
+
Prompt
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68bg.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68bg.htm
index 3eeb55da0ae..9df4f76231f 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68bg.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68bg.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Understanding the Comparison
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68c.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68c.htm
index 0e2e307cd74..be217ef0c23 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68c.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68c.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Working With Patches
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68dg.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68dg.htm
index 16db1d5f9a3..85180c388c0 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68dg.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-68dg.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Merging Changes in the Compare Editor
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-70.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-70.htm
index 48cc90bf7ee..a2d9b7f2e66 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-70.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-70.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Comparing Resources With the Local History
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-73.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-73.htm
index 2571a0ad290..073213af6bf 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-73.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-73.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Building Resources
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-75.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-75.htm
index cd1994f4c52..5c471863423 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-75.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-75.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Performing Builds Manually
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77.htm
index e5a803be677..7f88ae52dd4 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Adding Line Items in the Tasks View
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77b.htm
index 559997b5584..6f0c6eb8899 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-77b.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Associating a Task with a Resource
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-78.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-78.htm
index 0732e81ae8a..c4995fef167 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-78.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-78.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Deleting Tasks
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-79.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-79.htm
index 2b875a24a2f..90231835ceb 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-79.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-79.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Filtering the Tasks and Problems Views
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81.htm
index e2542177c13..b0036817c68 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Creating a Bookmark Within a File
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81b.htm
index ed414ade645..b2c201173a2 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-81b.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Creating a Bookmark for an Entire File
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-82.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-82.htm
index a7e912d5281..68cbb431e1b 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-82.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-82.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Deleting a Bookmark
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84.htm
index 0176fcdca3d..8409ad9fbe6 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Searching for Text Within a File
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84b.htm
index dca59888766..19d70bdb903 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-84b.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Searching for Files
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87.htm
index 1980a919558..b29b5cbb0f0 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Replacing a Resource With Local History
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87b.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87b.htm
index 2668137d599..992ff2db2bd 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87b.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-87b.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Restoring Deleted Resources From Local History
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-88.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-88.htm
index d2c57650a78..19e1d53692f 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-88.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-88.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Setting Local History Preferences
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-97.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-97.htm
index b6f4f362d4c..c94d12c5b01 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-97.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-97.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Creating Resource Filters
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9d.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9d.htm
index 4661e91f586..5e9ae6b22e4 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9d.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9d.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Deleting a User Defined Perspective
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9f.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9f.htm
index 185d5cfe9cd..44037f661af 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9f.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9f.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Opening Perspectives
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9i.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9i.htm
index 5226746071c..1ad83055a0c 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9i.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9i.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Saving a User Defined Perspective
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9j.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9j.htm
index b5b94d0fa0d..1be55b466d4 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9j.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9j.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Resetting Perspectives
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9k.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9k.htm
index fd1064b0d98..c3da2b1c053 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9k.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9k.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Configuring Perspective Shortcuts
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9l.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9l.htm
index 55b57c14398..ae8a08948ef 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9l.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9l.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Detaching Views and Editors
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9m.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9m.htm
index d1967c5591f..f22c931aa48 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9m.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9m.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Configuring the Menu and Toolbar of the Perspective
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9n.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9n.htm
index fd4b0f42b01..2ccd907ba40 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9n.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-9n.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Showing and Hiding Menu Items and Toolbar Buttons
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-addtasksandtypes.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-addtasksandtypes.htm
index 90529b15841..4b7e7504f1e 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-addtasksandtypes.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-addtasksandtypes.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Adding New Ant Tasks and Types
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-classpath.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-classpath.htm
index 87d11a8eebf..32a27169520 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-classpath.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-classpath.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Modifying the Ant Classpath
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-running.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-running.htm
index ac1dc5d8927..65dc12df542 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-running.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-running.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Running Ant Buildfiles
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-version.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-version.htm
index 2aa8bef72db..086e8d7f3fb 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-version.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-ant-version.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Using a Different Version of Ant
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-exttools-running.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-exttools-running.htm
index b9c1a96df03..81ca7fda812 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-exttools-running.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-exttools-running.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Running External Tools
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-importproject.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-importproject.htm
index 529a7e4122c..ef0b447077e 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-importproject.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-importproject.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Importing Existing Projects
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-team-1.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-team-1.htm
index 423a4481982..44b69dc79d1 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-team-1.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tasks-team-1.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Setting the Content Type of a File Extension
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/timpandexp.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/timpandexp.htm
index b5bf0e9f074..e551ac6aef6 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/timpandexp.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/timpandexp.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Importing and Exporting Preferences
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tkeybindings.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tkeybindings.htm
index 6dab0825a42..7f10bf9e767 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tkeybindings.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tkeybindings.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Changing the Key Bindings
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/topenmode.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/topenmode.htm
index bdc484722e1..d72370cef65 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/topenmode.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/topenmode.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Controlling Single and Double Click Behavior
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tquickfix.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tquickfix.htm
index d00ce9bf0a8..93ae2500351 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tquickfix.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/tquickfix.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Automatically Fixing Problems
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/ttoolbars.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/ttoolbars.htm
index 926333e0a73..fa26054dafa 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/ttoolbars.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/ttoolbars.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Rearranging the Main Toolbar
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/welcome.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/welcome.htm
index 88ac5a0f963..0b5c03c6b3d 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/welcome.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/tasks/welcome.htm
@@ -1,11 +1,10 @@
-
+
-
-
-
+
+
Customizing Welcome