helios

Eclipse Helios ignores breakpoints

Eclipse is driving me nuts right now. It's probably something trivial but I just don't get it. Whenever I like to add a breakpoint, the regular icons are crossed out in the editor and breakpoints view. Here's a screenshot: As you might have guessed, this isn't strictly a graphical problem ;) The breakpoints are simply ignored while de...

Eclipse Helios plug in behemoth (I like to write behemoth on everything)

Hi, just changed from Netbeans to Eclipse just for fun (Only developer on the company, So I can code on whatever and with whatever I feel like.) That's why I liked the new version of netBeans over vim, it could load resources or plugins, I am not quite aware of their naming conventions, on demand. For example if you were working on a Gra...

Eclipse isn't showing 'New PHP file' even while I'm in the PHP perspective

I use eclipse helios PDT at work and at home . I noticed that on my home installation, eclipse doesn't let me create a new PHP file by right clicking on a folder in the PHP explorer. I have to actually right click=>New and then select other and search for PHP from the dialogbox that shows up. But at work everything is ok and it allows me...

Disable or speed up DLTK indexing in Eclipse PDT?

I am using Eclipse PDT Helios with Aptana Studio. on Windows XP. Very often, my workflow is interrupted because Eclipse starts a DLTK indexing process that lasts 30 seconds, sometimes up to 2 minutes - which is annoying. I wonder if there is any way to: Either turn that off or Run the DLTK indexing process less frequently. I didn't ...

No projects are found to import - Helios eclipse

When downloading the 64 bit for Helios eclipse claims that there are no projects found to import - the file is swt-3.6-win32-win32-x86_64.zip This should be fairly straight forward!!!! ...

Can't add Google Plugin for Eclipse to Eclipse for Java EE developers (Helios edition)?

I just installed Eclipse Helios (Java EE edition) and tried to install the Google App Engine plugin for Eclipse. I get the following error: Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.5 1.3.3.v201006111302 (com.google.gdt.eclipse.suite.e35.fe...

Is this the right way to get content assist for javascript files in Eclipse Helios(JEE)?

I have a JEE project which contains some JavaScript files. I followed the below option to get content assist for Javascript files. Right click the project -> Configure -> Convert to JavaScript Project (only .project and .settings folder of the project got modified) ...

Cygwin and Eclipse Helios setup

I am trying to learn C++ with Cygwin and Eclipse Helios. I got all the development tools under Cygwin installed; and installed the CDT package for Helios. The problem is I don't see an option to create a C++ project from makefile or any other option. I can only see options for a C Project, C++ project and a new project from existing sou...

How to upgrade Eclipse from 3.5 (Galileo) to 3.6 (Helios) the proper way?

I notice this question has been asked a few times but I don't really like the solution with two Eclipses in parallel. I just want my Galileo upgraded to Helios with preservation of all settings, plugins and workspaces, without the mumbo-jumbo like copying plugins manually and stuff. I've got the Android plugin, the C/C++ plugin, the PyDe...

How can I get Visual Studio's "create method stub" feature in Eclipse/Helios/PHP?

I'm working in Eclipse/PHP and miss a feature I use often in Visual Studio: in my code I call a method as if it existed and Visual Studio instantly gives me a drop down to "create method stub". I've tried writing the method in PHP/Eclipse and the pressing CTRL-1 but it doesn't allow me to do this as this stackoverflow question indicated...

Eclipse PDT, how do I get the files on the server?

I am trying to learn how to use Eclipse Helios PDT, but I don't understand how one gets the files from their workspace to the server. The PDT documentation is painfully sparse. I have my workspace in /home/bob/workspace and my local dev webroot is /home/bob/public_html. If I set up a run configuration for my php project I see where I c...

Eclipse Helios not launching

I have used Eclipse in the past without problems over a year ago, but I downloaded Helios onto a new computer having Windows Vista and Java 1.6.13 currently. I extract the folder and try to run the Eclipse EXE and get an error stating "Java was started but returned exit code=13". I did some digging and it appears that the config file is...

Eclipse BIRT 2.6.0 P2 Update site?

I just updated my eclipse to the new Helios SR1 version and now my reporting version is 2.6.1. But I need to use version 2.6.0 to make an older application work. Is it possible to add an eclipse helios update site that contains the 2.6.0 version without installing the "old" version of eclipse? ...

Eclipse keeps setting incorrect repository root

I have a project here: svn+ssh://[email protected]/folder/ProjectName The repository root is svn+ssh://[email protected]/folder No matter how many times or how many ways I try checking out ProjectName, eclipse always helpfully tells me that the repository root is svn+ssh://[email protected]. I have another project in another repository: s...

Eclipse PDT is freezing from time to time

I am usign Eclipse PDT Helios and it sometimes freezes for 2-3 seconds even when working with small PHP files, like 10 rows without any includes in them or any complex statement that may cause a problem while parsing. My machine has more than 3GB RAM and I have setup the HEAP size to 990MB. The CPU is Intel E7500 2.9Ghz. What could be ...