diff options
| author | Lars Vogel | 2020-09-10 08:48:09 +0000 |
|---|---|---|
| committer | Alexander Kurtakov | 2020-09-11 08:16:17 +0000 |
| commit | 8df7b3fc89e8775ef1a3bce034f19abba5325a40 (patch) | |
| tree | b57face4d52ea2d65e18ad789f46e6607ae6192d | |
| parent | 06b5fd88437610982131194133faf0a43c0cf83f (diff) | |
| download | eclipse.platform.common-8df7b3fc89e8775ef1a3bce034f19abba5325a40.tar.gz eclipse.platform.common-8df7b3fc89e8775ef1a3bce034f19abba5325a40.tar.xz eclipse.platform.common-8df7b3fc89e8775ef1a3bce034f19abba5325a40.zip | |
Bug 566835 - Retire Responsive UI section in Help
Change-Id: Icf212ac70beb7fa43dfa930e977b5526d01a50ef
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/contexts_Workbench.xml | 4 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/gettingStarted/qs-responsiveUI.htm | 41 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/images/res.png | bin | 9436 -> 0 bytes | |||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/images/res_blocked.png | bin | 22012 -> 0 bytes | |||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/images/res_build.png | bin | 39908 -> 0 bytes | |||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/images/res_details.png | bin | 10976 -> 0 bytes | |||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/images/res_otherjobs.png | bin | 51392 -> 0 bytes | |||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/images/res_pref.png | bin | 35516 -> 0 bytes | |||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/topics_GettingStarted.xml | 2 |
9 files changed, 0 insertions, 47 deletions
diff --git a/bundles/org.eclipse.platform.doc.user/contexts_Workbench.xml b/bundles/org.eclipse.platform.doc.user/contexts_Workbench.xml index 35d7418c1..d97069c67 100644 --- a/bundles/org.eclipse.platform.doc.user/contexts_Workbench.xml +++ b/bundles/org.eclipse.platform.doc.user/contexts_Workbench.xml @@ -1220,10 +1220,6 @@ <topic label="Templates view" href="reference/ref-templates-view.htm"/> </context> - <context id="responsive_ui_context"> - <description>This view displays the current state of background processes.</description> - <topic label="Responsive UI" href="gettingStarted/qs-responsiveUI.htm"/> - </context> <context id="tips_and_tricks_page_selection_dialog"> <description>This dialog allows you to open a feature specific tips and tricks page.</description> <topic label="Help Menu - Tips and Tricks" href="reference/ref-61.htm"/> diff --git a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-responsiveUI.htm b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-responsiveUI.htm deleted file mode 100644 index a4d639fc8..000000000 --- a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-responsiveUI.htm +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"> -<HEAD> - -<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2012. 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"> - -<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> -<title>Responsive UI</title> -</HEAD> -<BODY BGCOLOR="#ffffff"> -<h1> Responsive UI</h1> -<P CLASS="Para">While some operations automatically run in the background (such - as auto build), in many cases a dialog will be displayed providing you with - the option to run an operation in the background. For example, building a project - manually can sometimes take more than a few minutes, during which time you may - wish to continue to use other functions in Eclipse.</p> -<P CLASS="Para"><img src="../images/res.png" alt="Image of the Build All Menu Item." border="0" > </p> -<p>While the project is being built, select <strong>Run in Background </strong>from - the <strong>Building Workspace</strong> dialog and the Responsive UI will allow - you to carry on with other tasks in Eclipse.</p> -<p><img src="../images/res_build.png" alt="Image of the Building Workspace window" border="0" ></p> -<p>For information on the status of the action and additional operations that - are currently running, click <strong>Details</strong>. - The <strong>Details </strong>panel displays the status information of the operation - at hand as well as any additional operations that may be running simultaneously.</P> -<p><img src="../images/res_otherjobs.png" alt="Image of the Building Workspace window with the Details showing simultaneous operations" border="0" ></P> -<p>The Progress Information dialog also indicates when one operation is being - blocked by another. </P> -<p><img src="../images/res_blocked.png" alt="Image of Progress Information view with an operation that is waiting for another to complete." border="0" ></P> -<p>Information about operations that are currently running in the background may also be -accessed at any time using the <strong>Progress View</strong>.</p> -<p><img src="../images/res_details.png" alt="Image of the Progress View showing the Building Workspace operation running" border="0" ></p> -<p>To have operations running in the background set as the default, open the <a class="command-link" -href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Workbench)")'> -<img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"><strong>General</strong></a> preference page and check the <strong>Always run in background</strong> checkbox. -</P> -<p><img src="../images/res_pref.png" alt="Image of Workbench Preferences Window" border="0"></P> -</BODY> -</HTML>
\ No newline at end of file diff --git a/bundles/org.eclipse.platform.doc.user/images/res.png b/bundles/org.eclipse.platform.doc.user/images/res.png Binary files differdeleted file mode 100644 index 618a46262..000000000 --- a/bundles/org.eclipse.platform.doc.user/images/res.png +++ /dev/null diff --git a/bundles/org.eclipse.platform.doc.user/images/res_blocked.png b/bundles/org.eclipse.platform.doc.user/images/res_blocked.png Binary files differdeleted file mode 100644 index d1532c496..000000000 --- a/bundles/org.eclipse.platform.doc.user/images/res_blocked.png +++ /dev/null diff --git a/bundles/org.eclipse.platform.doc.user/images/res_build.png b/bundles/org.eclipse.platform.doc.user/images/res_build.png Binary files differdeleted file mode 100644 index ac23f5d14..000000000 --- a/bundles/org.eclipse.platform.doc.user/images/res_build.png +++ /dev/null diff --git a/bundles/org.eclipse.platform.doc.user/images/res_details.png b/bundles/org.eclipse.platform.doc.user/images/res_details.png Binary files differdeleted file mode 100644 index ba8b7d093..000000000 --- a/bundles/org.eclipse.platform.doc.user/images/res_details.png +++ /dev/null diff --git a/bundles/org.eclipse.platform.doc.user/images/res_otherjobs.png b/bundles/org.eclipse.platform.doc.user/images/res_otherjobs.png Binary files differdeleted file mode 100644 index bedd753d4..000000000 --- a/bundles/org.eclipse.platform.doc.user/images/res_otherjobs.png +++ /dev/null diff --git a/bundles/org.eclipse.platform.doc.user/images/res_pref.png b/bundles/org.eclipse.platform.doc.user/images/res_pref.png Binary files differdeleted file mode 100644 index df55ff3f3..000000000 --- a/bundles/org.eclipse.platform.doc.user/images/res_pref.png +++ /dev/null diff --git a/bundles/org.eclipse.platform.doc.user/topics_GettingStarted.xml b/bundles/org.eclipse.platform.doc.user/topics_GettingStarted.xml index 12cb11954..44d94c228 100644 --- a/bundles/org.eclipse.platform.doc.user/topics_GettingStarted.xml +++ b/bundles/org.eclipse.platform.doc.user/topics_GettingStarted.xml @@ -90,8 +90,6 @@ <topic label="Local history" href="gettingStarted/qs-55.htm"/> - <topic label="Responsive UI" href="gettingStarted/qs-responsiveUI.htm"/> - <topic label="Exiting the Workbench" href="gettingStarted/qs-55b.htm"/> </topic> |
