eclipse-plugin

How Can a SuperClass name be retrieved from a java file using ASTParser?

I need to retrieve SuperClass name of a java file (which extends a class, i need that class name). In order to do this, I began to use ASTParser but I'm newbie so any example or illustration can be helpful. I use ASTView to comprehend which ways that AST keeps a java file structure but I'm stuck while trying visit(), endvisit() functions...

SVN: Track merges

Is it possible in SVN 1.6 to track where a commit was merged. I'm especially interesting in UI based solution (Eclipse plugin will be great). ...

Eclipse - servlet creation error

Hello, I am getting the following error when I try to use the Eclipse IDE wizard to create a Servlet: "java.lang.Eror: Unresolved compilation problems: The import org.eclipse.jst.j2ee.internal.common cannot be resolved. CreateServletTemplateModel cannot be resolved to a type .... " The settings of the IDE are as follows: ...

Limiting visibility of a command in a plugin using visibleWhen in plugin.xml.

I am developing a plugin which its command will be displayed only at certain packages which are under a specific package foo.com.network.svc . I found visibleWhen keyword. But I could not use it very well. Thanks in advance. ...

"Find in files" shows results in .svn directories

Hello, using flex builder 3 and the find in files function alsways searches all files. How can exlude all .svn directories from the search? Perhaps there is a plugin for that or some way to "always" exlude all matches in these folders. Thank you! Regards, Uwe ...

Break away from Subclipse's OLD svn client

Hi all, I'm sick of getting This client is too old to work with working copy whenever I come back to Eclipse after using an svn client newer than stone age to fix my working copies. Is there a way to make Subclipse use a current Subversion client?? ...

Using Eclipse Plug-ins to implement different output file format

I have an existing program we've developed as a large set of Eclipse plugins. One of the plug-ins is responsible for reading internal information and generating an output file that is fed to another system. This output file's format is fully specified in a controlled document. Now I need to extend this application to output a newer ver...

Eclipse plugin doesn't work on Macs

I'm building a plugin in Eclipse 3.5 on Windows which is a text editor for a language that my group works with. I distributed it as a .jar and just had people place it in the dropins folder. The problem is it doesn't run on any of the Macs that my coworkers use, but it seems to work fine on PCs. When run on a Mac, the plugin is simply no...

How do I remove icons from menu items in an Eclipse RCP-based application?

I am working on an Eclipse RCP-based application, and we have decided that we do not want any of the menu items to display icons next to the text. The problem we are seeing is that the standard actions like Undo, Redo, Cut, Copy, Paste, and so on all display the default icons for the corresponding actions. Is there any way to tell the ...

Executing a command programatically in Eclipse console

From my Eclipse plugin, I want to execute a command and show the results in the Console view (and later do some formatting and hyperlinking and pattern matching, which is done via the org.eclipse.ui.console.consolePatternMatchListeners extension point AFAIK). My question is how to do this? In plain Java, I would use a ProcessBuilder. Do ...

Eclipse plugin editor

Hi, I want to create an editor in eclipse (as eclipse plug-in), for a java class that implement some interfaces i created. The editor will let the user edit some information (using a form) that will be put into the java class. - very much like in EJB editor. I want java files that implement this interface to open the editor. How can I ...

Multiple eclipses for different feature set or single eclipse contains all plug-ins?

Hi, Eclipse can contains a lot of different feature set via plugins. Do you install all the plugins in one single eclipse? or do you install STS from spring, Flex eclipse from adobe, or even RCP development bundle from eclipse.org, every eclipse variant handle its task respectively? Which way do you prefer and why? speedy response? avo...

What is your favorite automatic class diagram generator for Eclipse?

I am looking for an automatic class diagram generator in Eclipse. It will look at a project and automatically create a class diagram without needing to run the code. What is your favorite class diagram generator for Eclipse? ...

Blackberry Eclipse Plugin - cannot generate cod file or see BB properties

Hi I am using the BB eclipse plugin to create a BlackBerry app. I made some changes to my app but they were not reflected in the simulator. So I ran clean.bat and rebuilt the project. But now the project's cod file is not getting generated. And if I try and view the BlackBerry project properties for the Project, I get an error saying t...

Write Java Method Signature with Annotated paramaters with JDT

Hi, I am writing an eclipse plug-in which generates code. I am leveraging eclipse jdt to gen out classes, fields, and methods. One of the requirements I have is to generate methods with annotated paramaters... public returnType foo(@someAnnotation int id) { ..... ..... } Does anybody know how to write out the @someAnnotat...

Is there an Eclipse plugin that covers all QA process?

We are looking to improve our QA process. Can we rely only on Eclipse plugins or should we consider other "external" tools? I would be interested in QA tools for Java / Grails using Eclipse IDE. ...

Eclipse UI Plugins

Hi all, In a custom Eclipse's product We are asking ourselves: Should we create one single UI plugin for all the user interface matters or should we broke these matters in several plugins (for example, ui.views - ui.preferences - ui.properties etc ...) It seems Eclipse's "official" products such as CDT, JDT ... only have one UI plugin...

How to configure behavior of the "assign parameter to new field" quickfix in eclipse?

I love Eclipse's quickfixes. I use the "assign parameter to new field" often, but I would very much like to tweak it to not include the final keyword. (GWT RPC doesn't serialize final fields, and I am doing lots of GWT RPC right now.) I have not been able to find a setting that controls this quickfix. Is there a setting I am missing...

Problem in plug-in development: Eclipse 3.4 can't find a bundle that is definitively there!

Today I had a problem with my old Eclipse 3.4 installation and I had to re-download the entire package. However, I don't think that I got the exact package as before, and I'm having some problems. The problem can be summarized as follows: when developing a plug-in, I cannot resolve dependencies towards 'org.eclipse.jdt.ui'. When trying ...

what clearcase plugin to use with eclipse

Which Clearcase plugin should I use for eclipse 3.5+? which is easiest to use? which is most reliable? can any of the plugins handle working with multiple views cleanly? ...