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:
There are many usefu开发者_JAVA百科l menu items of third-party plugins that are not Eclipse commands. I.e. Team->Update to Head from Subversion plugin, Rerun the last test from TesNG plugin and many o
i have a jax-ws \"hello world service\" running in my tomcat.i am working on designing aeclipse plugin to invoke the web service.could anyone please guid开发者_开发问答e me doing so.you could start re
I have a multipage editor to which I want to add a page if the user double cliks on a box in another page of the开发者_如何学Python multipage editor (which is a graphical editor). Is this possible?
I\'m writing an Eclipse plugin.I\'m looking for the right way to get a selected java file and find it\'s corresponding .class file.
Whenever you hit CRTL+S on eclipse it automatically compiles the project. I was wondering if you guys have any idea on how I can make a plugin listen to any compilation change. How exactly the compile
I\'m using a SWT TreeViewer to show some paths, is it possible to trim the path string to insert \"...\" (points) when the path is too long a is not fully visible in the tree column?
I can\'t seem to figure out how to properly integrate Qt Jambi to eclipse. Here is what I did: I installed the version of the toolkit for Windows 64 bits;
On my Mac computer, I follow the tutorial on this page to get the Taipan example run, but still failed so many times.
I\'ve been trying to develop my own text editor through a eclipse plugin. I would like just highlight some words in a text editor.