eclipse-rcp
How to resize a scroll composite to always fit its contents horizontally?
I have a scrolled composite ,it contains a tableViewer. My requirement is that if the table is increased in width,the scroll composite should not show horizontal scroll ,but it should expand to fit ta[详细]
2023-04-13 04:17 分类:问答Can't get eclipse to recognize my plugin
I exported my eclipse plugin through the \"Export Wizard\" in the manifest and seems like everything went well (no errors). It created a .jar file within a plugin directory in a zip file.[详细]
2023-04-12 21:19 分类:问答Loading a VIEW from the Welcome Page by clicking in an image in Eclipse Java Desktop Application
In the Welcome Page of my Java Eclipse application I keep different images. For this I use the code in the .xhtml file which is as follows:[详细]
2023-04-11 22:35 分类:问答How does a dirty EditorPart prohibit Eclipse from renaming its resource?
Say I have defined my own TextEditorX extends TextEditor. In the typical Eclipse-RCP scenario (standard plugins, workbench with Project Explorer/ Navigator) the behaviour whensomeone tries to rename ([详细]
2023-04-11 12:44 分类:问答How can I add a key binding for a quickMenu similar to the "Refactor" context menu in JDT?
I want to add a shortcut to my eclipse plugin to show a quick menu with existing bindings. It should work like the \"Refactor\" quick menu in JDT.[详细]
2023-04-11 07:34 分类:问答How to subscribe to an OpenProject event in Eclipse?
I\'m developing an Eclipse plugin. I have been reading how to subscribe get notification when a project is about to be closed, using the interface IResourceChangeListener, and using the PRE_CLOSE eve[详细]
2023-04-11 04:07 分类:问答Convert IFileStore to IPath in Eclipse RCP
Given an IFileSto开发者_运维技巧re and knowledge that it represents a file in the local file system, how can it be converted to the IPath?I would go with this:[详细]
2023-04-10 22:41 分类:问答How to filter out the TreeNodes(grandchildren level) from treeviewer using Viewfilter in SWT
How to filter out the Tree Nodes (grandchildren level) fro开发者_StackOverflow中文版m tree viewer using View filter in SWT.I want to filter out the grand children node from the treeviewer.You just can[详细]
2023-04-10 06:19 分类:问答SWT TreeViewer is slow when filling with many elements
I\'m new in the java world, so I\'m sorry if my question is trivial. I\'m developing a Eclipse view part, and I\'m filling a SWT tree view with the following data structure. All data is in memory:[详细]
2023-04-09 01:04 分类:问答Getting list of file handlers in an eclipse rcp project
I\'m developing a RCP application. In a project workspace, I g开发者_运维百科et file/folder handlers of known files to me by getFile(String name) and getFolder(String name) methods.[详细]
2023-04-08 20:52 分类:问答