diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch.htm index aba466de279..d52230c0697 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch.htm @@ -1,12 +1,10 @@ - + - - - - + + Platform architecture @@ -36,7 +34,7 @@

Platform Architecture

how new tools can be added to the platform by building plug-ins that extend the system.

-

line drawing of the architecture of the sdk

+

line drawing of the architecture of the sdk

diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch_struct.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch_struct.htm index 1c518e9699e..18de8cf6061 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch_struct.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/arch_struct.htm @@ -1,12 +1,10 @@ - + - - - - + + Platform SDK roadmap diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare.htm index be4dc46d194..d1131df4d82 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare.htm @@ -1,12 +1,10 @@ - + - - - - + + Compare support diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_beyond.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_beyond.htm index 9b97a9f1307..9d73e77db65 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_beyond.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_beyond.htm @@ -1,12 +1,10 @@ - + - - - - + + Advanced compare techniques @@ -102,7 +100,7 @@

Compare Functionality Outside of Compare Editors

supports dynamic viewer switching, that is the viewer installed in the pane is dynamically determined by the pane's input object.

-

comparing a Single File in an Editor

+

comparing a Single File in an Editor

The CompareEditorInput supports the comparison of an arbitrary file/folder structure which can be displayed in an editor, dialog or view. @@ -118,7 +116,7 @@

comparing a Single File in an Editor

  • initializes asynchronously.
  • -

    working With Patches

    +

    working With Patches

    The ApplyPatchOperation provides the ability to launch the Apply Patch wizard programmatically. The pages shown by the wizard are determined using the inputs to the operation. diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_contentviewer.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_contentviewer.htm index 293fe194837..45636744477 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_contentviewer.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_contentviewer.htm @@ -1,12 +1,10 @@ - + - - - - + + Implementing a Content Viewer diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_streammerger.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_streammerger.htm index 7e5d4f1f1db..4f7091f9832 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_streammerger.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_streammerger.htm @@ -1,12 +1,10 @@ - + - - - - + + Merging multiple files diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_structureviewer.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_structureviewer.htm index 05c01697a3f..395fa515f2e 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_structureviewer.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_structureviewer.htm @@ -1,12 +1,9 @@ - + - - - - + Implementing a structure viewer @@ -158,7 +155,7 @@

    Difference Viewers

    It is a good example for how to make structured files available to the hierarchical compare functionality of the compare plug-in.

    - +

    For text based inputs, clients should subclass the StructureCreator class. This will enable the use of a shared document between multiple editors open on the same file. diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm index 09ce616dd0b..bb93a856f66 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm @@ -1,12 +1,10 @@ - + - - - - + + Console Shell @@ -472,7 +470,7 @@

    Closing Console Sessions

    When using the Equinox console standalone on the command line, the exit command can be used to terminate Equinox and return to the system command prompt.

    -

    For both Telnet and SSH sessions, the session can be closed without terminating Equinox with +

    For both Telnet and SSH sessions, the session can be closed without terminating Equinox with the disconnect command.

    Implementing Custom Console Commands

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin.htm index 7d3f83cb1af..7db50654421 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin.htm @@ -1,12 +1,10 @@ - + - - - - + + Simple plug-in example diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_btb.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_btb.htm index f0d01b4abed..cd480c32c73 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_btb.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_btb.htm @@ -1,12 +1,9 @@ - + - - - - + Beyond the basics diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_create.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_create.htm index cd40e465cee..3818ba6f035 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_create.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/firstplugin_create.htm @@ -1,13 +1,11 @@ - + - - - - - + + + Creating the plug-in project @@ -50,7 +48,7 @@

    Creating Your Plug-in Project

    select the Plug-in with a view template. Click Next.
  • We want to create a minimal plug-in, so at this point we need to change the default settings to keep things as simple as possible. On the Main View Settings page, change the suggested defaults as follows: - Plug-in view settings + Plug-in view settings

    Step 3, Creating the Main JNLP File

    -

    A Java Web Start application is described by JNLP files. They replace the eclipse.exe and the config.ini +

    A Java Web Start application is described by JNLP files. They replace the eclipse.exe and the config.ini files by some equivalent mechanism. For example, JNLP has its own mechanism to control splash screen, ways to pass parameters and define what constitutes the application.

    @@ -150,7 +147,7 @@

    Step 3, Creating the Main JNLP File

    </jnlp>

    Tip: once you have created this file, you can store it in the wrapper feature in a folder such that on every export you will get the complete structure. -This folder needs to be referenced from the root property of the build.properties (e.g: root=<folderContainingMainJNLPFile>/). +This folder needs to be referenced from the root property of the build.properties (e.g: root=<folderContainingMainJNLPFile>/).

    Plug-ins Based Application

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface.htm index edeb81c125a..30b702378fb 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface.htm @@ -1,12 +1,10 @@ - + - - - - + + The JFace UI framework diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_actions.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_actions.htm index e34a3a96373..64f0976b7e1 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_actions.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_actions.htm @@ -1,12 +1,10 @@ - + - - - - + + Actions and contributions diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_fieldassist.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_fieldassist.htm index 8c641422114..586cbac52d4 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_fieldassist.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_fieldassist.htm @@ -1,12 +1,10 @@ - + - - - - + + Field assist diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_operations.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_operations.htm index eee960d429a..e1c038c9259 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_operations.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_operations.htm @@ -1,18 +1,14 @@ - + - - - + Long-running operations - +

    Long-running Operations

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_resources.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_resources.htm index d3439094b73..22fdad1ec42 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_resources.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_resources.htm @@ -1,12 +1,9 @@ - + - - - - + User interface resources @@ -88,7 +85,7 @@

    Images that are added to or retrieved from the registry must not be disposed by any client. The registry is responsible for disposing of the image since the images are shared by multiple clients. The registry will dispose of the images when the platform GUI system shuts down. Disposing images that late in the lifetime of an application may be a disadvantage.

    - + Plug-in patterns for using images

    diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_viewers.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_viewers.htm index 0fe97674ae0..7a6f9817fbf 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_viewers.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/jface_viewers.htm @@ -1,12 +1,9 @@ - + - - - - + Viewers @@ -44,7 +41,7 @@

    Each viewer has an associated SWT widget. This widget can be created implicitly by supplying the parent Composite in a convenience viewer constructor, or explicitly by creating it first and supplying it to the viewer in its constructor.

    -

    List-oriented Viewers

    +

    List-oriented Viewers

    Lists, trees, and tables share many common capabilities from a user's point of view, such as population with objects, selection, sorting, and filtering. 

    These viewers keep a list of domain objects (called elements) and display them in their diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/network.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/network.htm index 4b831ba9535..1a8f3155604 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/network.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/network.htm @@ -1,12 +1,10 @@ - + - - - - + + Network support diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt.htm index 19d65b38645..72bdca71c21 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt.htm @@ -1,12 +1,10 @@ - + - - - - + + Standard Widget Toolkit diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_error.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_error.htm index 78d1b0da118..f1faac5c451 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_error.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_error.htm @@ -1,12 +1,10 @@ - + - - - - + + Error handling diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_examples.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_examples.htm index 1c4a707c177..619ff5435ef 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_examples.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_examples.htm @@ -1,12 +1,10 @@ - + - - - - + + SWT Examples diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_graphics.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_graphics.htm index dd2e7d1f589..86f92897ae5 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_graphics.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_graphics.htm @@ -1,12 +1,10 @@ - + - - - - + + Graphics @@ -202,7 +200,7 @@

    Disposal

    }); -

    Non-disposed Resource Handler

    +

    Non-disposed Resource Handler

    If a resource is detected to not have been disposed then Resource.setNonDisposeHandler diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts.htm index beb77a93169..20cc9939fb2 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts.htm @@ -1,15 +1,18 @@ - + - - - - + Layouts + @@ -86,10 +89,10 @@

    Layouts

    The following table summarizes the standard layouts provided by SWT.

    - +
    - - + + diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts_custom.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts_custom.htm index 3c730df5c40..633123eca12 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts_custom.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_layouts_custom.htm @@ -1,12 +1,10 @@ - + - - - - + +Custom Layouts diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_threading.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_threading.htm index 35c9341e735..d3c4180ecef 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_threading.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_threading.htm @@ -1,12 +1,10 @@ - + - - - - + +Threading issues @@ -91,7 +89,7 @@

    SWT UI thread

    from a background thread.

    -

    Executing code from a non-UI thread

    +

    Executing code from a non-UI thread

    Applications that wish to call UI code from a non-UI thread must provide a Runnable that calls the UI code. The methods @@ -142,7 +140,7 @@

    Executing code from a non-UI thread

    executes.

    -

    The workbench and threads

    +

    The workbench and threads

    The threading rules are very clear when you are implementing an SWT application from the ground up since you control the creation of the event diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets.htm index b528c451b19..5dbb1f2f9f1 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets.htm @@ -1,12 +1,10 @@ - + - - - - + + Widgets diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_controls.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_controls.htm index 4adedab1ac9..8e6dcca466f 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_controls.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_controls.htm @@ -1,15 +1,18 @@ - + - - - - + Controls + @@ -25,10 +28,10 @@

    Controls

    the concrete types of controls provided in this package.

    -
    Layout
    +
    - - + + diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_custom.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_custom.htm index 3db14e154f9..5183e41eb69 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_custom.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_custom.htm @@ -1,15 +1,18 @@ - + - - - - +Custom widgets + @@ -20,10 +23,10 @@

    Custom Widgets

    which contains custom controls that are not in the core set of SWT controls but are needed to implement the platform workbench.

    -
    Widget
    +
    - - + + diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_events.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_events.htm index d40a1228d2e..3e47c7a447b 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_events.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/swt_widgets_events.htm @@ -1,15 +1,18 @@ - + - - - - +Events + @@ -58,10 +61,10 @@

    Events

    High Level Events

    -
    Control
    +
    - - + + @@ -213,10 +216,10 @@

    High Level Events

    Low Level Events

    -

    Event Type

    +
    - - + +

    Event Type