Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-05-03 08:09:39 +0000
committerLars Vogel2017-05-03 08:09:39 +0000
commitbb2c7f54d1ef88604ccb52d1d755d3f1832a5c75 (patch)
tree684208b00f90adac613c83f6315fb9a5b9731a95
parent6bd21423bbb850e64edf1b538fa245e6312ea16f (diff)
downloadnews-bb2c7f54d1ef88604ccb52d1d755d3f1832a5c75.tar.gz
news-bb2c7f54d1ef88604ccb52d1d755d3f1832a5c75.tar.xz
news-bb2c7f54d1ef88604ccb52d1d755d3f1832a5c75.zip
Bug 432006 - [WorkbenchLauncher] Select new Workspace via
ChooseWorkspaceWithSettingsDialog should allow to copy preferences Change-Id: Iafea56d1e2859e8fcd717172366f0c27c98d0684 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--4.7/M7/images/copy-preferences-ws-switch.pngbin0 -> 27568 bytes
-rw-r--r--4.7/M7/index.html10
2 files changed, 10 insertions, 0 deletions
diff --git a/4.7/M7/images/copy-preferences-ws-switch.png b/4.7/M7/images/copy-preferences-ws-switch.png
new file mode 100644
index 00000000..faa21b0b
--- /dev/null
+++ b/4.7/M7/images/copy-preferences-ws-switch.png
Binary files differ
diff --git a/4.7/M7/index.html b/4.7/M7/index.html
index d4ec3044..ff37ecae 100644
--- a/4.7/M7/index.html
+++ b/4.7/M7/index.html
@@ -237,6 +237,16 @@
</p>
</td>
</tr>
+
+ <tr id="copy-preferences-during-ws-switch">
+ <td class="title">Option to copy your preferences during workspace switch</td>
+ <td class="content">
+ You can now copy your preferences during a switch to a new or existing workspace.
+ <p>
+ <img src="images/copy-preferences-ws-switch.png" alt="" />
+ </p>
+ </td>
+ </tr>
<tr>
<td colspan="2" class="section" id="JDT">JDT</td>

Back to the top