Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-08-13 10:24:50 +0000
committerLars Vogel2019-08-13 10:45:12 +0000
commit1b2a013e5053e9c42aeb6b5c744a113134e6d320 (patch)
treeec63b2ce5291e016f536877c8dd6d46c5d3057e9
parentcfcb6aa0bb40b6432ce5610ee7d90d0c1d42f12d (diff)
downloadnews-1b2a013e5053e9c42aeb6b5c744a113134e6d320.tar.gz
news-1b2a013e5053e9c42aeb6b5c744a113134e6d320.tar.xz
news-1b2a013e5053e9c42aeb6b5c744a113134e6d320.zip
Bug 548385 news
also fixes a minor error in another entry Change-Id: I0e869376b63e1885d11b5efc0bf681c663581b2b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--4.13/platform.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/4.13/platform.html b/4.13/platform.html
index ffffd051..c3d967ac 100644
--- a/4.13/platform.html
+++ b/4.13/platform.html
@@ -175,6 +175,14 @@ ul {padding-left: 13px;}
</p>
</td>
</tr>
+
+ <tr id="ui-freeze-monitor">
+ <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548385 -->
+ <td class="title">Automatic detection of UI freezes in the Eclipse SDK build</td>
+ <td class="content">
+ The SDK build has been configured to show stack traces for UI freezes in the Error view by default for new workspaces.
+ </td>
+ </tr>
<!-- ****************** End of Preferences ************************************* -->
@@ -211,7 +219,7 @@ ul {padding-left: 13px;}
binding or via menu interaction) the key binding, the command's name and description are shown
on the screen.</p>
<p>
- <img src="images/show_key_bindings.png" alt="Key binding of triggered command shown on screen" style="width: 90%" ></p>
+ <img src="images/show_key_bindings.png" alt="Key binding of triggered command shown on screen" style="width: 90%"/></p>
<p>
You can activate this in the <b>Preferences</b> dialog via the <em>Show key binding when command is invoked</em> check box on the <b>General &gt; Keys</b> preference page.
To toggle this setting quickly the command 'Toggle Whether to Show Key Binding' can be used (e.g. via the quick access).

Back to the top