diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs.htm index 58afc42a5ed..d7661aa8404 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs.htm @@ -1,12 +1,11 @@ - + - - + - + Dialogs and wizards diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog.htm index 0ae353939e8..e442ab4cc9b 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog.htm @@ -1,12 +1,11 @@ - + - - + Filtered item selection dialog diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example.htm index 80b619c4094..84d9180146d 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example.htm @@ -1,13 +1,11 @@ - + - - - - + + + Creating a custom filtered item selection dialog @@ -163,7 +161,7 @@

Creating a Custom Filtered Items Selection Dialog

  • The resulting dialog looks as follows:

    Screen shot of a simple search dialog

  • diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example_advanced.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example_advanced.htm index 374596ee02e..f555a55a903 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example_advanced.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_FilteredItemsSelectionDialog_example_advanced.htm @@ -1,13 +1,11 @@ - + - - - - + + + Advanced use of the filtered item selection dialog @@ -23,7 +21,7 @@

    Advanced Use of the Filtered Items Selection Dialog

  • Adding an extra check-box to the dialog
  • -

    Adding Selected Items History

    +

    Adding Selected Items>History

    The dialog can be configured to save and restore the history of items that have been selected.
      @@ -89,11 +87,11 @@

      Adding Selected Items History

    1. Our example dialog now looks like this:

      Image of a simple search dialog

      + style="border:0" alt="Image of a simple search dialog">

    -

    Adding Custom Filters

    +

    Adding Custom Filters

    Next we will expand the filter to hide all strings that start with a lower case character.
    1. Create a subclass of FilteredItemsSelectionDialog.ItemsFilter, @@ -137,11 +135,11 @@

      Adding Custom Filters

      }
    2. Now the dialog will only display strings that start with a lower case letter.

      Image of a simple search dialog

      + style="border:0" alt="Image of a simple search dialog">

    -

    Adding an Extra Check-box to the Dialog

    +

    Adding an Extra Check-box to the Dialog

    We will use a check-box and a menu action to indicate whether to filter strings that start with a lower case character.

      @@ -199,7 +197,7 @@

      Adding an Extra Check-box to the Dialog

    1. Now open the dialog:

      Image of a simple search dialog

      + style="border:0" alt="Image of a simple search dialog">

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_applications.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_applications.htm index 8c3d5739133..5209a95000b 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_applications.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_applications.htm @@ -1,10 +1,9 @@ - + - - + @@ -45,7 +44,7 @@ <h2> When the user selects the action, the <b>SectionsDialog</b> is opened.</P> -<img src="images/readmedialog.png" alt="" border="0" > +<img src="images/readmedialog.png" alt="" style="border:0" > <P > diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_settings.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_settings.htm index 5fcea59ffb6..62a2244d428 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_settings.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_settings.htm @@ -1,10 +1,9 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"> +<!DOCTYPE HTML><html lang="en"> <HEAD> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> +<META charset="utf-8"> <link rel="stylesheet" type="text/css" HREF="../book.css"> <TITLE>Dialog settings diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_standard.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_standard.htm index 4d784276728..3298682c1ee 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_standard.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_standard.htm @@ -1,10 +1,9 @@ - + - - + diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards.htm index 280778b9363..6f72737c1d2 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards.htm @@ -1,12 +1,11 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"> +<!DOCTYPE HTML><html lang="en"> <HEAD> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> +<META charset="utf-8"> -<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> +<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css"> <TITLE> Wizards @@ -29,7 +28,7 @@

    A wizard is composed of several different underlying parts. 

    - +

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_exportWizards.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_exportWizards.htm index a7fca90d516..eb6b83aff80 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_exportWizards.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_exportWizards.htm @@ -1,13 +1,12 @@ - + - - + - - + + org.eclipse.ui.exportWizards @@ -33,7 +32,7 @@

    assign categories for the wizards themselves.  The wizards appear uncategorized in a wizard dialog.

    -

    +

    The wizard supplied in the class parameter of the markup must implement IExportWizard. Its pages are typically extended from diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_extensions.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_extensions.htm index 7aaa20e3505..43a1ad881e4 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_extensions.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_extensions.htm @@ -1,13 +1,12 @@ - + - - + - - + + Workbench wizard extension points @@ -32,7 +31,7 @@

    dialog is shown below.

    -Import wizard dialog with selection list

    +Import wizard dialog with selection list

    Your wizard takes control once it is selected in the list and the Next button is pressed. This is when your first page becomes visible. 

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_importWizards.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_importWizards.htm index 081281c70dd..4d3f41eef7a 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_importWizards.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_importWizards.htm @@ -1,13 +1,12 @@ - + - - + - - + + org.eclipse.ui.importWizards @@ -32,7 +31,7 @@

    assign categories for the wizards themselves.  The wizards appear uncategorized in a wizard dialog.

    -

    +

    The wizard supplied in the class parameter of the markup must implement IImportWizard. Its pages are typically extended from diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_multipage.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_multipage.htm index e86ae131c16..de6bb946b0a 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_multipage.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_multipage.htm @@ -1,12 +1,11 @@ - + - - + - + Multi-page wizards diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_newWizards.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_newWizards.htm index 65f1bd3d8ea..92f4b0db880 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_newWizards.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_newWizards.htm @@ -1,13 +1,12 @@ - + - - + - - + + org.eclipse.ui.newWizards @@ -64,7 +63,7 @@

    ...

    This category appears in the File > New menu.

    -New menu with Examples category

    +New menu with Examples category

     

    @@ -75,7 +74,7 @@

    underneath when you expand the category.  The description of the selected wizard is shown at the top of the wizard when you select it.

    -New example wizard with readme entries

    +New example wizard with readme entries

    This information about the wizard appears solely because of the markup in the plugin.xml file.  None of the plug-in code runs @@ -204,7 +203,7 @@

    The completed wizard looks like this:

    -Readme file creation wizard page

    +Readme file creation wizard page

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_wizarddialogs.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_wizarddialogs.htm index 808a2276dbb..2e2c1c009f4 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_wizarddialogs.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/dialogs_wizards_wizarddialogs.htm @@ -1,12 +1,11 @@ - + - - + - + Wizard dialogs