Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-08-23 08:26:46 +0000
committerNiraj Modi2018-08-23 08:35:36 +0000
commit40ddd11a730934555459888579f412cc94400025 (patch)
tree1948b1125cec9c6c1c58355fac6a42400e339027
parentb342b008a2ba251d8ef7b3c804a9cfa7a710af52 (diff)
downloadnews-40ddd11a730934555459888579f412cc94400025.tar.gz
news-40ddd11a730934555459888579f412cc94400025.tar.xz
news-40ddd11a730934555459888579f412cc94400025.zip
Bug 537998 - Prompt user to restart Eclipse SDK on Zoom change
notification - Added N&N contents Change-Id: Iaa0a92cbaf740f73168d7ae766c9315ea20a9de8 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--4.9/images/restart_dialog_zoom_changed.pngbin0 -> 12230 bytes
-rwxr-xr-x4.9/platform.html11
2 files changed, 11 insertions, 0 deletions
diff --git a/4.9/images/restart_dialog_zoom_changed.png b/4.9/images/restart_dialog_zoom_changed.png
new file mode 100644
index 00000000..ac4b2804
--- /dev/null
+++ b/4.9/images/restart_dialog_zoom_changed.png
Binary files differ
diff --git a/4.9/platform.html b/4.9/platform.html
index d5d33c8d..3795bc93 100755
--- a/4.9/platform.html
+++ b/4.9/platform.html
@@ -74,6 +74,17 @@ ul {padding-left: 13px;}
</td>
</tr>
+ <tr id="zoomchanged">
+ <td class="title">Restart Eclipse when zoom changes for primary monitor.</td>
+ <td class="content">
+ When user changes the OS zoom setting and if it leads to a change in SWT zoom for primary monitor, Eclipse prompts user to restart to apply the zoom changes.
+ On Windows10, below dialog is prompted to the user for confirmation on Eclipse SDK restart action:
+ <p>
+ <img src="images/restart_dialog_zoom_changed.png" alt="" />
+ </p>
+ <p>Note: This feature is not supported on platforms that do not have this concept. Currently supported on Windows10 only.</p>
+ </td>
+ </tr>
<!-- ******************* Editors ************************************* -->
<tr>
<td id="Editor" class="section" colspan="2">

Back to the top