Skip to content

Commit

Permalink
Update for Delete unsupported methods in WorkbenchWindowConfigurer
Browse files Browse the repository at this point in the history
Also includes fix for multiple HTML errors
  • Loading branch information
vogella committed Sep 16, 2022
1 parent b065ca7 commit 8a54885
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions bundles/org.eclipse.platform.doc.isv/porting/removals.html
Expand Up @@ -33,7 +33,7 @@ <h1 id="planned">Planned Deprecated API removals</h1>
</p>

<p>
See also <a href="https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Fdeprecated-list.html&anchor=forRemoval">Java API planned be be removed</a> which lists the API marked in code for removal.
See also <a href="https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Fdeprecated-list.html&amp;anchor=forRemoval">Java API planned be be removed</a> which lists the API marked in code for removal.
</p>


Expand Down Expand Up @@ -66,25 +66,6 @@ <h3 id="auth">1. Platform authorization API</h3>



<h3 id="workbenchwindowconfigurer">5. Delete unsupported methods in WorkbenchWindowConfigurer</h3>

The following methods are not used anymore by the platform and will be deleted.


<ul>
<li>createMenuBar</li>
<li>createCoolBarControl</li>
<li>createStatusLineControl</li>
<li>createPageComposite</li>
<li>setShowFastViewBars</li>
<li>getShowFastViewBars</li>
</ul>

<p>
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=485835" target="_blank">bug 485835</a>.
</p>




<!-- ############################################## -->
Expand Down Expand Up @@ -532,7 +513,7 @@ <h3 id="targetProvisioners">3. Remove org.eclipse.pde.ui.targetProvisioners exte
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541806" target="_blank">bug 541806</a>.
</p>

<h3 id="20supportclasses">4. Delete 2.0 plug-in compatibility classes and related API</h3>
<h3 id="supportclasses">4. Delete 2.0 plug-in compatibility classes and related API</h3>

The following classes and its related API will be deleted.

Expand Down Expand Up @@ -584,8 +565,26 @@ <h3 id="createPlatformConfiguration">3. Remove TargetPlatform::createPlatformCon
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=564763" target="_blank">bug 564763</a>.
</p>

<!-- ############################################## -->
<h2>API removals in the Eclipse 4.26 release</h2>

<h3 id="workbenchwindowconfigurer">5. Delete unsupported methods in WorkbenchWindowConfigurer</h3>

The following methods are not used anymore by the platform and will be deleted.


<ul>
<li>createMenuBar</li>
<li>createCoolBarControl</li>
<li>createStatusLineControl</li>
<li>createPageComposite</li>
<li>setShowFastViewBars</li>
<li>getShowFastViewBars</li>
</ul>

<hr/>
<p>
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=485835" target="_blank">bug 485835</a>.
</p>



Expand Down

0 comments on commit 8a54885

Please sign in to comment.