eclipse

Grails in Eclipse

I'm trying to follow some of the introduction to Grails tutorials and am at the point where I want to try to see if I can use a debugger in Eclipse with my Grails applications. My grails application runs fine when I use the command to execute, but when I tried to use the Eclipse run configuration, I get the following error: Exception in...

In the Eclipse Debugger (for Java), is there a way to inspect arbitrary values?

I'm wondering if there is a way to look at the values of non-declared variables as they get passed into a function, after that function has been executed. For example, if I am debugging and the line foo.setBar(baz.getBar()); has already been passed (but is still within scope), how can I see the value of what got passed in to setBar()?...

Aptana (or Eclipse?) pegging 1 of 4 CPUS, Win 7 & Vista

I'm using Aptana Studio on a PHP project and as with many other people I find the file save takes a lot of cpu effort. On my Mac at work, the 2 CPUs run up to 70-80% each and activity monitor reports Eclipse at 99.5% (i.e. 1 cpu of the two). However my PC at home has 4 CPU and on save Task Manager shows Aptana pegged at 25% (ie 1 cpu o...

Writing a new refactoring plugin for Eclipse?

Is there any good documentation on implementing new refactorings in Eclipse? Specifically, I'd like to access the AST for a Java class, make some non-trivial changes, and save the result back to the source file. So far, the only documentation I've found is (1) the source code for the existing refactorings and (2) a few articles on the L...

Compiling C/GTK within Eclipse

I'm fiddling around with the C/C++ version of Eclipse to build a simple GTK app. However, I can't seem to be able to compile a GTK sample from within Eclipse. I can compile a simple Hello World style test app, so I know the tool chain itself is working. However, the moment I start adding GTK into the mix the compiler comes up with errors...

Are externalised plugin.xml strings available to downstream plugins?

If I have plugin common, with plugin A and B as separate plugins/products, both depending on plugin common. In plugin common, I externalise the strings in plugin.xml, this gives me %bundle-vendor = "My Company Name". In downstream plugins A and B, can I use the common bundle-vendor property for vendor. I tried prepending the common pl...

Eclipse hot code replace not updating

Why might simple changes to code fail to update? The 'hot code replace' message appears as usual when making big changes, but changing a println string, or commenting out a method call sometimes does nothing, and the app has to be restarted to apply the change. I think it may have something to do with native calls, but other than that th...

linux usb-hid :add libhid library to eclipse(C++) or netbeans IDEs or native input.h or hiddev.h ?

Hi i have problem with libhid . i found that there 2 way 4 accessing the usb-hid in linux 1)linux default libraries like input.h and hiddev.h and ... 2)using libhid i found libhid some confusing and try to use input.h but i have problem with that 2. i dont know how to get information about my device from ubuntu i use open() to op...

War file deployment

I wrote a jsp application, and if I generate a war file with eclipse in windows XP, language: tradition Chinese. and deploy to weblogic, it will have such problem: inputAdministrator.jsp:251:11: This type name is ambiguous because it matches more than one '*'-import, including 'java.io.*' and 'admin.iguard.businessObject.*'. ...

Any opensource WYSIWYG HTML editor for eclipse plugin development?

Iam looking for opensource WYSIWYG HTML editor for eclipse plugin development. Is there any opensources are available ? I appreciate your help on this. Note: Already i tried with 'richhtml4eclipse'. Regards Mathan ...

Findbugs using jsr305 annotations in eclipse is not finding bugs

Hi Folks, I've been experimenting with the jsr 305 annotations for use with Findbugs, specifically the @CheckForNull annotation which would have avoided a bug I just found making it out to customers. I've added jsr305.jar and annotations.jar to my build path but the bugs aren't found by findbugs. I'm using Eclipse with the Eclipse Findb...

Once saved in eclipse, copy project to a different directory

Using Eclipse, is there a way to automatically copy a file/project's directory to a different path once it's saved? Effectively, when i save a file, it copies it from the workspace to the deploy directory Workspace: "/code/my_app" deploy to: "/application/plugins/my_app" EDIT: This is Mainly for Python and PHP projects ...

How to combine two different editors in a single file ?

In eclipse plugin development,i am trying to combine two different editors (html and Java editors) in a single multipage editor. Can anyone guide me on this. Thanks in advance regards Mathan ...

How can i invoke the EMF Generator headless using a workspace outside the eclipse installation?

Hello! I am trying to generate the edit and the editor code of a EMF Genmodel using a batch file and the headless command. Here is my batch code: cd\ cd C:\eclipse eclipsec -noSplash -data "C:\Dokumente und Einstellungen\milan\Desktop\SHK\workspaceGalileoTRUNK" -application org.eclipse.emf.codegen.ecore.Generator -edit -editor foo.ba...

Adding a C/C++ nature to an Eclipse project

Hello, Does anybody know how to add a C/C++ project nature to an Eclipse project through the UI ? I'm importing a project and working with legacy code that was originally started in Visual Studio 4 and I'd really like to be able to make as much use of Eclipse's helpers as possible. ...

Eclipse svn ignore bin

Eclipse project, I have Subversion set to ignore the bin directory, and also within Eclipse I added bin to the list of ignored resources. However, every now and then Eclipse puts a .svn directory into bin anyway. This doesn't interfere with Subversion checkins (as the Subversion commandline client obeys the standing directive to ignore ...

What is Eclipse's structure?

I appreciate the flexible structure of Eclipse. I really want to know what programming language is used to write such software, and what design concepts are used in it to make it so flexible. ...

Bazaar Eclipse or External Merge/Conflicts Tool

Are there any good tools for merging/resolving conflicts for Bazaar + Eclipse? I wish Bazaar was integrated with Eclipse the same way Subversion is. ...

How can I get Eclipse PDT to only show my code templates on CTRL-SPACEBAR?

In an earlier version of Eclipse PDT, when I typed e.g. "sh" and pressed CTRL-SPACEBAR, it showed me only my code templates which started with "sh". In the newest version I downloaded, it seems to be showing me every single method in every class which begins with "sh" which is too much. How can I get Eclipse PDT to just show me only my...

help with ide supporting was

Hello all can any one tell me which IDE i can use to do the development towards WAS 7.0. plz help me out with the answer very soon. i have checked 4 Netbeans6.5 beta and it does not have the support for it. Also in the MyEclipse Blue Edition myeclipseide.com/blue.php. it is given Compatible with WebSphere 5.x, 6.0, 6.1, 7 but in http:/...