Skip to content

Commit

Permalink
org.eclipse.ui.commands API removal
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and jukzi committed Jan 31, 2024
1 parent 9a84077 commit eadda3c
Showing 1 changed file with 41 additions and 37 deletions.
Expand Up @@ -137,43 +137,6 @@ <h3 id="equinoxlauncher">3. org.eclipse.core.launcher#Main and WebStartMain and

<h2>API removals after June 2021</h2>

<h3 id="commands">1. Delete deprecated contents of org.eclipse.ui.commands package</h3>

The following deprecated contents of org.eclipse.ui.commands are not used anymore by the platform and will be deleted.

<ul> <li>AbstractHandler</li>
<li>ActionHandler</li>
<li>CategoryEvent</li>
<li>CommandEvent</li>
<li>CommandException</li>
<li>CommandManagerEvent</li>
<li>ExecutionException</li>
<li>HandlerEvent</li>
<li>HandlerSubmission</li>
<li>ICategory</li>
<li>ICategoryListener</li>
<li>ICommand</li>
<li>ICommandListener</li>
<li>ICommandManager</li>
<li>ICommandManagerListener</li>
<li>IHandler</li>
<li>IHandlerListener</li>
<li>IKeyConfiguration</li>
<li>IKeyConfigurationListener</li>
<li>IKeySequenceBinding</li>
<li>IWorkbenchCommandSupport</li>
<li>KeyConfigurationEvent</li>
<li>NotDefinedException</li>
<li>NotHandledException</li>
<li>Priority</li>
<li>org.eclipse.ui.IWorkbench.getCommandSupport()</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=431177" target="_blank">bug 431177</a>.
</p>


<!-- ############################################## -->

<h2>API removals after May 2022</h2>
Expand Down Expand Up @@ -627,5 +590,46 @@ <h3 id="MultiPageEditor">2. Remove MultiPageEditor and related API </h3>
<p>
For further details or to provide feedback on this change, see <a href="https://github.com/eclipse-platform/eclipse.platform.ui/issues/1155" target="_blank">Issue 1155</a>.
</p>

<!-- ############################################## -->
<h2>API removals in the Eclipse 4.31 release</h2>
<h3 id="commands">1. Delete deprecated contents of org.eclipse.ui.commands package</h3>

The following deprecated contents of org.eclipse.ui.commands are not used anymore by the platform and will be deleted.

<ul> <li>AbstractHandler</li>
<li>ActionHandler</li>
<li>CategoryEvent</li>
<li>CommandEvent</li>

<li>CommandException</li>
<li>CommandManagerEvent</li>
<li>ExecutionException</li>
<li>HandlerEvent</li>
<li>HandlerSubmission</li>
<li>ICategory</li>
<li>ICategoryListener</li>
<li>ICommand</li>
<li>ICommandListener</li>
<li>ICommandManager</li>
<li>ICommandManagerListener</li>
<li>IHandler</li>
<li>IHandlerListener</li>
<li>IKeyConfiguration</li>
<li>IKeyConfigurationListener</li>
<li>IKeySequenceBinding</li>
<li>IWorkbenchCommandSupport</li>
<li>KeyConfigurationEvent</li>
<li>NotDefinedException</li>
<li>NotHandledException</li>
<li>Priority</li>
<li>org.eclipse.ui.IWorkbench.getCommandSupport()</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=431177" target="_blank">bug 431177</a>.
</p>


</body>
</html>

0 comments on commit eadda3c

Please sign in to comment.