saros-project / saros

Open Source IDE plugin for distributed collaborative software development
https://www.saros-project.org
GNU General Public License v2.0
158 stars 52 forks source link

[UI][E] Menu Migration from Eclipse3 to Eclipse4 #1119

Open antej95 opened 3 years ago

antej95 commented 3 years ago

Migration of the Main-Menu, as well as all Commands and Handlers to the E4 Platform.

Explanation: Since 2012 Saros/E uses the compatibility layer provided by Eclipse for the UI to function. To drop the need for the compatibility layer all UI Elements have to be migrated and all references to org.eclipse.ui have to be removed. Also described here.

srossbach commented 3 years ago

Are there any plans by you to work further on the whole migration ? I do not really feel very comfortable pushing a partial migration patch into the current master ?