eclipse-rcp
Display.getCurrent().asyncExec not run in parallel?
Here is my code: Display.getCurrent().asyncExec(new Runnable() { public void run() { try { Event e1 = new Event();[详细]
2023-03-26 17:50 分类:问答How can I disable resize in a View
My main window looks like this: ____________________________ |Upper View| |___________________________| |Left View|Editor|Right view|[详细]
2023-03-26 12:56 分类:问答From Tree to TreeViewer control
I have this code TreeViewer m_treeViewer = new TreeViewer(m_myTree); where I\'m trying to initialize a treeviewer control with a tree control. The tree control is initialized this way[详细]
2023-03-26 00:20 分类:问答Cannot change Button size and location, with eclipse RCP?
I\'m using eclipse RCP to develop a user interface. I created some buttons and I want to change their size and location.I used the methods setLocation() and setSize() but didn\'t get any result:[详细]
2023-03-25 21:45 分类:问答Group outline nodes
I\'m developing an XTEXT 2.0 plugin. I\'d like to group some nodes inside my outline in a \"virtual\" node. Which is the right way to achieve this result?[详细]
2023-03-25 20:13 分类:问答Eclipse Plugin uncommon dependency restriction
There is a plugin X with open source code. I have cloned it and added my Class C. Lets call my version Xm (modified).[详细]
2023-03-25 16:49 分类:问答Dynamic menu contribution in plugin.xml
In my plugin.xml I have <menuContribution allPopups=\"false\" locationURI=\"menu:arm.views.funblocks?after=additions\">[详细]
2023-03-25 02:02 分类:问答RCP application "the command is undefined" error
When I try to run the application I always get the exception below. Apart form that, everything works nicely[详细]
2023-03-25 01:47 分类:问答Cannot create a plug-in with multiple page editor?
I would like to use multiple-page editor (eclipse RCP). I want to follow this tutorial but I开发者_JAVA百科 cannot get \"plug-in with multiple page editor\" when I create a new project. I have only :[详细]
2023-03-25 00:05 分类:问答Eclipse RCP: how to get Show View menu instead of a dialog
I\'ve added to my perspective\'s org.eclipse.ui.menus <command commandId=\"org.eclipse.ui.views.showView\"[详细]
2023-03-24 13:34 分类:问答