eclipse

recognise @param in Eclipse for c++?

Hi All I am using Eclipse (3.5.1), on Ubuntu 9.10 to write some C++ code. I was searching through endless settings but didnt find what I as looking for... How can I force eclipse to make @param,(@see, @return etc) to be bold in the comments? All the documentation will be generated with the doxygen so I dont really need anything else....

tr1::shared_ptr, Eclipse, and autocomplete woes

Does anyone know if there is a plugin or some sort of fix to be able to autocomplete on variables of type tr1::shared_ptr? ...

Finding the actual runtime call tree of a Java Program

Suppose I have a big program that consists of hundreds of methods in it. And according to the nature of input the program flow is getting changed. Think I want to make a change to the original flow. And it is big hassle to find call hierarchy/ references and understand the flow. Do I have any solution for this within Eclipse? Or a plu...

Join Lines in Eclipse

According to the release notes of Eclipse 3.3 you can now join lines together with CRTL-ALT-J. This doesn't work for me running Eclipse 3.5 on a Mac. Does it work for anyone else? ...

How to create "java project" in eclipse using java program not manually??

Hi, I want to create a java project in eclipe using ..java program(java code)..when i run my java programme at that time it should create project in workspace..project name should be hardcoded..eq "AutoprojectCreate"..Can anyone helpme thanks in advance.. ...

Autocompletion in Eclipse for Roo project

Hi guys, I've got a Roo project where I've made a couple of entities, and when I load up the project in Eclipse it loads up fine, but if I i.e. make an instance MyEntity entity and then write entity. I don't get any of my properties (i.e. getMyField) in the autocompletion list. If I write entity.getMyField() it compiles fine, that is ta...

How can I do a partial update (i.e., get isolated changesets) from subversion with subclipse?

If a file is committed several times with various changes, how can I fetch one change at a time, i.e., one changeset at a time? I use eclipse, subversion, and subclipse, and I can't change the former two for the time being (or the MS platform..). In my Team/Synchronization view in eclipse (using subclipse), choosing the changeset model...

Does m2eclipse need EGit for git support

Does m2eclipse use EGit for git support or does it just use the native git client installed on a machine? I have both installed (plus the m2eclipse SCM integration plugin) and I was wondering if I still need EGit if I use m2eclipse's git support. ...

eclipse 3.5.2 how to add a new server?

I just download eclipse 3.5.2 and I'm trying to add a tomcat server. But I just can't seem to find where the server view is. I thought it used to be in view => show views => server but it doesn't appear to be there. Does anyone know where they moved it to? ...

Eclipse doesn't see my new junit test

I'm using eclipse to run the tests in a single junit(4) test class. The tests in the class all run just fine. Then I add an additional test and run the class through the test running in ecplise again. Only the old tests are run. The new test isn't seen by eclipse. There's no error or anything, it's just as if eclipse is looking at an old...

Eclipse throwing error when copying and pasting

I am using Eclipse 3.5 SR2 for Java EE developers. Each time I press control+C or control+V for the first time after I open a file I get an error. After I close the error, I can successfully copy and paste. The error message made me believe that it was related to the Mylyn plugin, but I uninstalled it and still no difference. Has anyone ...

Eclipse warning: "<methodName> has non-API return type <parameterizedType>"

My co-worker and I have come across this warning message a couple times recently. For the below code: package com.mycompany.product.data; import com.mycompany.product.dao.GenericDAO; public abstract class EntityBean { public abstract GenericDAO<Object, Long> getDAO(); // ^^^^^^ <-- W...

How to create notification icon badge on Android apps (like iPhone)

I am very new to programming and would like to know what is the best way to go about creating a notification icon badge similar to the ones on the iPhone apps. This would be basically for creating a badge for the notifications that end up in the notification bar. ...

Eclipse and Ant integration

Is there a way for my eclipse project to inherit the build classpath from existing Ant build.xml files? It would be nice if I didn't have to keep the eclipse project and the ant build in sync! ...

Getting Jetty & Maven to work form TextMate

I often work in Eclipse, but recently switched to TextMate, which is, in my opinion, the best text editor out there, barring perhaps VIM or something like that (but I find the learning curve too steep to jump into that quite yet). The disadvantage is I don't really know how to run Maven & Jetty w/out using Eclipse. The engineers at wor...

Using Active Objects and BLOBs

I am in a group of people who are creating a Defect Tracking program as a project. We have been using Active Objects and have run into some issues. Currently maximum file size for the blob is approx. 2Mb but we want to be able to increase it up to 2Gb. We currently have been looking at many sites and have not been able to find out how...

export eclipse configurations

I have moved recently to a new version of eclipse 3.5 from 3.2.I dont want to recreate all the configurations/settings i did ,is there a way to export /import these settings?please forgive if this is a duplicate question,but i tried to search in SO but couldn get it . ...

how to add classes to build path in eclipse

I have used the folllowing steps to add classes to my build path still i am geting errors as import not resolved.I had followed the following steps. Select Create New Folder and name it TpmWebUIClasses. Click the Advanced >> button and select the Link to folder in the file system check box. Browse for to the folder where you have copi...

How to do clean and build in eclipse using Ant.

Hi Is it possible to do clean and build a project using ant in eclipse ...

Eclipse + PyDev: Eclipse telling me that this is an invalid import?

I recently installed twython, a really sleek and awesome twitter API wrapper for Python. I installed it and it works fine from the interpreter, but when I try to import it via Eclipse, it says that twython is an invalid import. How do I "tell" eclipse where twython is so that it will let me import and use it? ...