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
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.
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:
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 (
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.
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
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:
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
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:
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.