eclipse-plugin

Where do Entities get saved if you run a GAE project in development mode?

I am running a GWT Web Application project in Eclipse with certain Entities that I make persisent using JDO. Where (on my file system) do these Entities actually get saved if I run the project in development mode from Eclipse (so not on the Google App Engine, but locally)? ...

Keyboard shortcut to switch between test and class in eclipse?

Lets say you create a class "Foo" and a test "FooTest" ( standard JUnit test ) I want a keyboard shortcut to help quickly switch between the test and the class. If that is not possible, something like TextMate's "Run focussed test" (Command-Shift-R) might be of great help. ...

PHP (A few questions) OO, refactoring, eclipse

I am using PHP in eclipse. It works ok, I can connect to my remote site, there is colour coding of code elements and some code hints. I realise this may be too long to answer all questions, if you have a good answer for one part, answering just that is ok. Firstly General Coding I have found that it is easy to loose track of include...

Getting Error in installing signed plugin in different machine?

Hi, I have developed a signed plugin for eclipse. I have refered this document http://www.ibm.com/developerworks/opensource/library/os-eclipse-plugin-sigs/index.html When i am installing that plugin in my system it is ok. and asking for certificate verification .But when i am installing that plugin in other system's eclipse it is giving...

Help Window using StatET in Eclipse

Hi All, I have been getting into R recently and have been using the StatET plugin for Eclipse. When I search for help, it prints the 'contents' of the help to the console. I am hoping to have the help open up in a new window, similar to what happens when in R itself. I am hoping this is just a setting. Any help will be greatly appre...

How to create an eclipse plug-in?

I've decided that as a pet project meant for learning, I would create a new Eclipse plug-in that, for a given class, takes all private member names and adds a prefix to their name (it doesn't matter to me if it can already be done or not, this is meant to be a learning experience). I have never developed an Eclipse plug-in and I'm not s...

Need help to begin with Eclipse RCP

Hey guys. I am just a beginner in eclipse rcp I'm feeling it hard to understand the concepts. Infact I struggling to create a button, somebody pls give a good suggestion as to how to start with rcp. ...

Get abs path from the currently edited file in Eclipse

I have the same problem as the guy in this post: http://stackoverflow.com/questions/299619/get-the-absolute-path-of-the-currently-edited-file-in-eclipse but I dont understand how to do it. In the post they say that I should use IResource.getRawLocation() but how to I get the IResource from the current file that I am viewing? IFile file...

Blackberry Mobile application getting error when attempting to access a secure API?

I developed a Blackberry application using Eclipse. The application is working fine in the simulator. By using Blackberry desktop software, I tested the application in Blackberry mobile and it's working fine; but when I am using Progressbar screen, I am getting an error like this "Error starting Applicationname : Module 'ApplicationNam...

Display Eclipse tabs on several lines

I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though. If there is no such settings, do any plugin exists ? ...

Eclipse plungins and threads.

I get a question and do not know where to find a correct answer. The hypothetical problem is next: there is 2 unrelated eclipse plugin A and B. A and B were developed by 2 independent developers. Let plugin A call some internal eclipse code. is it possible that we get in some function in B with the same thread. i.e. the stack trace will ...

Eclipse form based XML editor

Can anyone suggest me some reading for creating Form based editor in Eclipse. I have googled it but it didn't helped. Any help will be appreciated. ...

Android Eclipse plugin missing options menu to edit XML's

I have looked everywhere for the answer to this question, but cannot find anything on it. Is there anyone that can help me with this predicament? Thank you. P.S. - I apologize if this question does not belong here, if it does not I will remove it. ...

Eclipse/RCP (SWT) vs Qt Creator (Qt) as a framework for plug-in development?

I have known many good applications (including UG Team Center, IBM Lotus Expeditor etc.,) developed over Eclipse (RCP Framework). Of late, i find some application developed over Qt Creator exploiting its plug-in architecture (GCF, VTK designer etc.,). I wish to know the pros and cons of Eclipse and Qt Creator as base framework for deve...

SVN under eclipse

I want to know how to cleanly create an svn project in eclipse. I did it badly. Tell me what I'm doing wrong: First, I copied the files up to the server. I take all the code, in directory draw2 mkdir branches logs trunk all the code is put into trunk Create the directory with svnadmin create /var/svn/draw2 Import it with svn impor...

importing org.eclipse.core packages for Eclipse plug-in

I'm trying to create a plug-in to mimic the Eclipse open resource dialog (CTRL+SHIFT+R). I've learned how to create a FilteredItemsSelectionDialog by following the example. But the missing piece is how to fill the dialog with the workspace resources. I found OpenResourceHandler and am trying to duplicate this functionality in my plug-...

Local Eclipse plugin repo for a team

what would be a preferred solution for hosting a small local plugin repository with a couple of our own plugins? the team is using RAD7, which is Eclipse 3.2 based we cannot upgrade RAD to 7.5.5 yet, so all Ganymede/Galileo repo tools cannot be used, i guess ...

How do I configure java.util.logging within an Eclipse plug-in?

I am new to creating plug-ins, and there's much that I don't understand. One of these mysteries is logging. I have legacy code that I want to be able to use both within the plug-in and in the old standalone code. This code uses java.util.logging. I debug my plug-in by starting up a new workbench using a JVM option -Djava.util.loggi...

How can I put an eclipse editor inside another eclipse editor?

I am trying to develop an eclipse plug-in that has an editor. The editor needs to show two instances of another editor (showing two different documents), and a toolbar. The internal editors are coming from another plugin. The toolbar needs to control the two internal editors (e.g., when clicking a button, change the background colo...

What are the advantages of PEP or Cola? (Eclipse pairing plugins)

What are the advantages and disadvantages of PEP vs COLA as Eclipse pairing plugins? ...