Eclipse RCP 4 draggable Toolbar

半世苍凉 提交于 2019-12-06 16:49:20

There was Drag and Drop functionality in Eclipse 3.x (locking / unlocking toolbar) But with Eclipse 4.x its not working.

You can see bug : https://bugs.eclipse.org/bugs/show_bug.cgi?id=409633 There is change in CoolBarToTrimManager.java which is internal class.

You can add Draggable tag for toolbar in application.e4xmi, then it will make the toolbar draggable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!