Skip to content

Commit

Permalink
Miscellaneous New and Noteworthy fixes for 4.27 (eclipse-pde#141)
Browse files Browse the repository at this point in the history
* Miscellaneous New and Noteworthy fixes for 4.27

-fix incorrect versioning
-load missing images (End user reported)
-fix incorrect html tagging

---------

Co-authored-by: LAKSHMI PRIYA SHANMUGAM <lshanmug@in.ibm.com>
  • Loading branch information
alshamams and lshanmug committed Apr 20, 2023
1 parent c15e46c commit f60076a
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
Expand Up @@ -17,22 +17,22 @@
table.news tr td.content {vertical-align: top;}
ul {padding-left: 13px;}
</style>
<title>What's New in 4.26 (PDE)</title>
<title>What's New in 4.27 (PDE)</title>
</head>

<body>
<h2>What's New in 4.26 (PDE)</h2>
<h2>What's New in 4.27 (PDE)</h2>
<p>Here are descriptions of some of the more interesting or significant changes made to the Plug-in Development Environment (PDE)
for the 4.26 release of Eclipse. They are grouped into:</p>
<ul> <!-- NOTE: Sync ../topics_WhatsNew.xml with this! -->
for the 4.27 release of Eclipse. They are grouped into:</p>
<!--ul--> <!-- NOTE: Sync ../topics_WhatsNew.xml with this! -->
<!--li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li-->
<!--li><a href="#editors">Editors</a></li-->
<!--li><a href="#APITools">API Tools</a></li-->
<!--li><a href="#pde-launching">PDE Launching</a></li-->
<!--li><a href="#pde-compiler">PDE Compiler</a></li-->
<!--li><a href="#api">API Enhancements</a></li-->
<li><a href="#GeneralUpdates">General Updates</a></li>
</ul>
<!--li><a href="#GeneralUpdates">General Updates</a></li-->
<!--/ul-->

<!-- ****************** START OF N&N TABLE****************** -->
<table class="news">
Expand All @@ -41,29 +41,6 @@ <h2>What's New in 4.26 (PDE)</h2>
<col />
</colgroup>
<tbody>
<!-- ******************** Dialogs, Wizard and Views ********************** -->
<tr>
<td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td>
</tr>
<!-- ******************** End ofDialogs, Wizard and Views ********************** -->

<!-- ******************** Editors ********************** -->
<tr>
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
</tr>
<!-- ******************** End of Editors ********************** -->

<!-- ******************** APITools ********************** -->
<tr>
<td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td>
</tr>
<!-- ******************** End of APITools ********************** -->

<!-- ******************** PDE Compiler ********************** -->
<tr>
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
</tr>
<!-- ******************** End of PDE Compiler ********************** -->
<tr><td colspan="2"/></tr>
</tbody>
</table>
Expand Down

0 comments on commit f60076a

Please sign in to comment.