eclipse-rcp
How to delete Eclipse Secure Storage settings programmatically
How can I delete the saved content in eclipse secure storage programmatically? I need to reset all setting before I run some SWTBot tests.[详细]
2023-04-04 17:35 分类:问答org.osgi.service.application.ApplicationException: No application id has been found
!ENTRY org.eclipse.osgi 4 0 2011-09-13 10:30:39.110 !MESSAGE Application error !STACK 1 org.os开发者_如何转开发gi.service.application.ApplicationException: No application id has been found.[详细]
2023-04-04 05:33 分类:问答Eclipse RCP: How to Edit or Delete the "Editor Area" view in helloworld app
H开发者_开发百科i this is really bugging me I can\'t find that View so I can either delete it or use it. I can\'t find it in plugin.xml nor extensions. To know what exactly I\'m talking about it\'s si[详细]
2023-04-03 23:00 分类:问答What does a " site " signify OR represent in the eclipse ( rcp ? ) world?
I just can\'t find a definitionof this term(in the eclipse context). Somebody enlighten me please LE Examples: IWorkbenchSite , IVi开发者_Python百科ewSite etcThe interface obviously has children, but[详细]
2023-04-03 20:45 分类:问答Tycho fails to resolve reference from product to eclipse-feature from a different reactor build
I\'ve got two reactor builds: The first one builds some bundles and an according feature. After a successful clean install the feature is in my local Maven repo. Tycho has also generated p2 meta info[详细]
2023-04-03 16:53 分类:问答Load a class from the users workspace
I´m writing an eclipse plugin which should show some infor开发者_如何学Pythonmation of an enum class. The new view should show all enum constants and the assigned values. The enum values are calculat[详细]
2023-04-03 13:32 分类:问答Eclipse RCP: Extension Point (restorable="false") does not work on Stacked views
In the Extension Points, i define a vew NOT restorable. <view id=\"...\" name=\"...\" class=\"...\" allowMultiple=\"true\"[详细]
2023-04-03 12:59 分类:问答How to filter eclipse rcp key bindings as ESC key?
I have some trouble to select combo item from AutoCompleteField. When I begin to write into com开发者_运维问答bo, some proposals are displayed with a pop-up dialog. If I select an item and hit Enter,[详细]
2023-04-03 06:11 分类:问答Large SWT Image is not printed properly
Hei, SWT Gurus, I have a pretty weird situation. The thing is, that I am trying to print gantt chart in my Eclipse RCP application. Gantt chart is quite long and sometimes high as well. Its dimensions[详细]
2023-04-03 03:24 分类:问答Problem with SWT Combobox addSelectionListener()
cmbCategory.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) {[详细]
2023-04-02 20:44 分类:问答