Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-09-30 15:27:02 +0000
committerLars Vogel2021-09-30 15:27:02 +0000
commitd46f0c0f17b21e98ab98991b8176d7483d37d6e4 (patch)
tree42d419561f9d6ce60b4549abaa0bdb1870920b8f
parenta018d6c6fba4fd0750770e78fa06aa0d9c9afa02 (diff)
downloadnews-d46f0c0f17b21e98ab98991b8176d7483d37d6e4.tar.gz
news-d46f0c0f17b21e98ab98991b8176d7483d37d6e4.tar.xz
news-d46f0c0f17b21e98ab98991b8176d7483d37d6e4.zip
Bug 498252 - News entry
Change-Id: I17af28a4b30213b5b6f4d4bfc878b3046407bf0f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--4.22/pde.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/4.22/pde.html b/4.22/pde.html
index dbcf367b..308f5b6e 100644
--- a/4.22/pde.html
+++ b/4.22/pde.html
@@ -40,6 +40,17 @@ ul {padding-left: 13px;}
<tr>
<td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td>
</tr>
+
+
+ <tr id="model-spy"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=498252 -->
+ <td class="title"><a href="#mode-spy">Model spy migrated to PDE</a></td>
+ <td class="content">
+ The model spy which allows to view and adjust the Eclipse application model has been integrated into PDE.
+ You can open it via Windows > Spies > Model Spy.
+ </td>
+ </tr>
+
+
<!-- ******************** End ofDialogs, Wizard and Views ********************** -->
<!-- ******************** Editors ********************** -->

Back to the top