eclipse-plugin

No activity when Eclipse plugin's menu item selected

Hi, I have been developing a plugin for Eclipse. I added a menu item 'CloMan' to the popup menu of the Package Explorer. Everything was working fine. But now I see that nothing is happening when I click the 'CloMan' menu item. Any idea about what might have gone wrong? What to check? My plugin.xml has the following content: <?xml versi...

MooseX::Declare and Perl EPIC (Eclipse IDE)?

How can I get support for jumping to Moose methods using Eclipse with the EPIC plugin? (Using F3) They're declared like class Point { method getDistance { ... } } ...

What are the Eclipse software requirments to run MercurialEclipse plug-in?

I have installed MercurialEclipse in both Helios "Eclipse Classic 3.6.0" and Helios "Eclipse IDE for Java Developers". Only in Classic does MercurialEclipse actually appear in the File->Import selections. What are the additional Eclipse plug-ins that need to be installed in the Java IDE version in order to enable MercurialEclipse? I t...

Set comprehensions don't work on Pydev (Python)

{x for x in range(10)} works perfectly on IDLE, but when I try this in eclipse (with Pydev plugin) I get a syntax error: Undefined variable: x Is it because Pydev doesn't support set comprehensions or something? What can I do to make this work? (This was just one example that doesn't work. All set comprehensions don't work for me...

Best way to organize a BlackBerry project in Eclipse (for non-touch and touch versions of the project)?

Hi guys, I have a small Java ME project (a game) that I'd like to port to BlackBerry, where I don't have any experience yet. I have identified 2 categories of devices that I would like to support, based on whether or not they support touch: 1. 320x240 and 480x360 (non-touch) 2. 360x480 (touch) For the non-touch devices, the changes wou...

Can't add Android under Eclipse-plugin on Windows 7 - Not visible.

I've tried to search for similar problems, but can't seem to find it. I run: Windows 7 Java SE Developement Kit x64 Eclipse Helios (downloaded here from Eclipses homepage --> Downloads --> Eclipse IDE for Java EE Developers --> 64 Bit) "Android SDK Windows" I've been following the guide from the Android Developers homepage. I can l...

JavaDoc editor for Eclipse to create formatted text

im looking for a small plugin which let me create formated javadoc. at the moment im doing it with word (or http://tinymce.moxiecode.com/examples/full.php ) and save the text as a html file which then can be used but i think there must be a easier solution to create nice looking java doc.. ...

Eclipse Plugin to Handle a particular file self defined.

I'm trying to find out how much effort it would be to create a Eclipse Plugin which can handle the editing of a particular file (our own format where the result might be XML). So i only need to do some editing stuff in the plugin. Drop-Down Boxes and some other fields might be interessting. I've seen something like this in the Maven Ecli...

Why eclipse plugin doesnt start - log ?

I have plugin that doesnt start(from dropins, with eclipse -clean), however its not even mentioned in workspace\.metadata\.log Is there any log that says why plugin doesnt start? I think the problem is that too new API is used. ...

Missing Plugin GWT error in Eclipse

Hello, I'm trying to run an existing GWT project in Eclipse as a Web Application. This runs on other people's PCs, and I used a setup document common to us all to install Eclipse and GWT. I consistently got the error: Google Error Not Found The requested URL /missing-plugin/ was not found on this server. So far, I have verified that...

problem with install of Android ADT/Eclipse on Vista

I have a user who has the following error immediately whenever he tries to compile any project in Eclipse 3.5, with Android ADT plugin, Android SDK (android platform v2.2), running on Vista. I've Googled various pieces of the error message and can find nothing. Obviously something is misconfigured, but I don't know what. org.apache.poi...

Add Eclipse plug in to Eclipse RCP App

Hello, I'm trying to add an Eclipse plug in (BPMN Modeler) to a Eclipse RCP App so I can have the model editing and viewing capabilities offered by that plug-in. I have read several tutorials but none explained how this can be achieved. Maybe you can point me to a better direction. Thank you, ...

Install JRebel on Rational SW Architect (Eclipse)

Hi, I am trying to install the class reloading utility JRebel (http://www.zeroturnaround.com/jrebel/) on a java web project we are working on. The demo in the site's video seems very promising, however we have not been able to install it. We are using IBM Rational Software Architect v7.0.0. Following the installation instructions we go...

How to customize the source lookup in eclipse while debugging?

I am writing an eclipse plugin to debug a program written in some other language(which is kind of drag and drop). so i am stuck in highlighting the part of the editor where the debugger stopped. so wanted to know how to highlight the part where the breakpoint is toggled and the debugger suspended its execution. need help thanks. ...

Eclipse Plugin development: How to get the targetID for a viewerContribution

I want to contribute a popup menu action to an existing editor which is provided by a 3rd party plugin. Inside my viewerContribution I need to specify targetID of the editor I want to add the menu entry to - but how do I get to that ID? The sample code I found so far only contributes to self made editors but never to something that's al...

Fill @version tag with mercurial in eclipse / Keyword substitution

Hi, I would like to fill the comment tag @version with mercurial in Eclipse. To do it with subversion I did this: Placed "@version $$Id$$" in the java source file. I right click on the project, select "Team -> set Property" Property name: Enter "svn:keywords" Enter a text property: Enter "Id" Check the option "Set property recursivel...

How can I get an Eclipse installation that includes source code of its plugins?

I need to look at the source of some core plugins of eclipse. I've downloaded the Eclipse for RCP and RAP developers. To get the source of a plugin, I go to the "Plug-ins" view and right click on the plugin. Then, I select the "Import As" menu item and the "Project from a Repository..." submenu item to check out the plugin from its CVS r...

struts plugin for eclipse

can we get struts plugin for eclipse? if can...please let me know... ...

Factoring out strings in java using eclipse

Hi, I am trying to factor out strings in my java code. I am using the Eclipse SDK (Galileo) 3.5.2 Version. I tried using the "Externalize Strings" widget of Eclipse. But, I am not getting the expected results. Before Externalizing: package org.libx.libappdatabase; public class StringExternalize { public StringExternalize () { ...

Eclipse JET example - Access Restriction

I am trying out the excellent (and perhaps only good) example on JET : http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.emf.doc/tutorials/jet2/jet_tutorial2.html. The compiled plugin works fine. But when I try to make some changes in the source code, I get the following compilation error : Access restriction: The method ...