Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-11-19 14:45:09 +0000
committerAndrey Loskutov2017-11-19 14:45:09 +0000
commitf1ce688a7078c65378c70e462a040d5b9867c1d8 (patch)
tree3355b5955f75b93b1241cbdb11462cd628447942
parentbe31a2668ed795fe5ade9c70ad5ca934956c66f4 (diff)
downloadnews-f1ce688a7078c65378c70e462a040d5b9867c1d8.tar.gz
news-f1ce688a7078c65378c70e462a040d5b9867c1d8.tar.xz
news-f1ce688a7078c65378c70e462a040d5b9867c1d8.zip
Notes about Debug perspective and menu changes
Bug: 464898 Bug: 513355 Change-Id: I7727edda52b941a3cee92b8120f7035b37a64127 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--4.8/M4/images/debug_perspective_changes.pngbin0 -> 324880 bytes
-rw-r--r--4.8/M4/images/run_menu_changes.pngbin0 -> 205156 bytes
-rw-r--r--4.8/M4/index.html23
3 files changed, 23 insertions, 0 deletions
diff --git a/4.8/M4/images/debug_perspective_changes.png b/4.8/M4/images/debug_perspective_changes.png
new file mode 100644
index 00000000..711858a7
--- /dev/null
+++ b/4.8/M4/images/debug_perspective_changes.png
Binary files differ
diff --git a/4.8/M4/images/run_menu_changes.png b/4.8/M4/images/run_menu_changes.png
new file mode 100644
index 00000000..efcb4d31
--- /dev/null
+++ b/4.8/M4/images/run_menu_changes.png
Binary files differ
diff --git a/4.8/M4/index.html b/4.8/M4/index.html
index fc3a8238..bbb17859 100644
--- a/4.8/M4/index.html
+++ b/4.8/M4/index.html
@@ -242,6 +242,29 @@ table.news tr td.content {vertical-align: top;}
</p>
</td>
</tr>
+
+ <tr id="debug-perspective-changed">
+ <td class="title">Debug perspective layout changed</td>
+ <td class="content">
+ Default Debug perspective layout changed, see screenshot below. The aim is to give the editor area
+ more space and to show more relevant information without scrolling.
+ Display and Expessions views are now shown by default, Problems view replaces Tasks.
+ <p>
+ <img src="images/debug_perspective_changes.png" alt=""/>
+ </p>
+ </td>
+ </tr>
+
+ <tr id="new-top-level-debug-menu">
+ <td class="title">New top level Debug menu</td>
+ <td class="content">
+ A new Debug menu is added to the Eclipse main menu, see screenshot below.
+ Debug menu should be the home for all debug specific menu entries previously contributed to the &quot;Run&quot; menu.
+ <p>
+ <img src="images/run_menu_changes.png" alt=""/>
+ </p>
+ </td>
+ </tr>
<tr>
<td colspan="2" class="section" id="JDT">JDT</td>

Back to the top