helios

How to move an eclipse (helios) project to a different workspace?

南笙酒味 提交于 2019-12-04 16:45:41
问题 First, Eclipse is not my native IDE -- I'm barely a n00b with it. I set up a project in a workspace that was actually in the directory of another client's project (I didn't really follow the whole workspace/project thing) and, in fact, now I can't even find the Eclipse workspace file to open it. What I'd like to do is: Open my eclipse project (/workspace?) -- I know where all the files are on disk, just not what to open in order to see them in Eclipse -- and Move my project to a new workspace

eclipse helios for PHP - code formatter not available

我的未来我决定 提交于 2019-12-04 09:07:25
I'm looking at my Eclipse helios (3.6) preferences page, and I can see I can set code formatting settings for the Java code, but not for PHP. How can I set the spacing for function arguments in Eclipse for PHP. It seems the changes I make for Java don't apply to the PHP code. I know that when I got Eclipse, I downloaded the version that was specifically for PHP: http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliossr1 It's likely that the version you downloaded is the base version and does not have the additional PHP features included. EDIT: Check out http://en.sourceforge.jp

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

折月煮酒 提交于 2019-12-04 01:47:09
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 PyDev plugin and what not more. Is there a quick and sure way to upgrade Eclipse like this? I've found some instructions on the Eclipse wiki , but it doesn't seem to work with my system (Ubuntu 10.04; I add the Helios site and then Check for Updates, but it doesn't

How to disable plugins in eclipse 3.6 Helios?

爱⌒轻易说出口 提交于 2019-12-03 11:27:32
问题 I have eclipse 3.6, i have installed lot of plugins. But i want to disable some of the plugins but dont know how :( ( I don't want to uninstall them as i may need them in some time future when i work on other projects) 回答1: In preferences, General, Startup and Shutdown. A lot of plugins will appear there with checkboxes. With luck, the one you're hoping to disable appears there. If your plugin doesn't appear there, then you either have to uninstall it, hope it provides an option to disable

How to disable plugins in eclipse 3.6 Helios?

佐手、 提交于 2019-12-03 01:45:58
I have eclipse 3.6, i have installed lot of plugins. But i want to disable some of the plugins but dont know how :( ( I don't want to uninstall them as i may need them in some time future when i work on other projects) In preferences, General, Startup and Shutdown. A lot of plugins will appear there with checkboxes. With luck, the one you're hoping to disable appears there. If your plugin doesn't appear there, then you either have to uninstall it, hope it provides an option to disable itself, or live with it. You can uninstall them all by the next procedure: Help > About Eclipse SDK >

Eclipse crashes with “Unable to create new native thread” - any ideas? (my settings and info inside)

房东的猫 提交于 2019-11-30 11:23:27
I'm having trouble with Eclipse routinely crapping out on me (and being generally sluggish) and I was wondering if anyone could give me any insight. The message that gets thrown is "Unable to create new native thread." at which point I'm prompted to restart Eclipse. This happens 5 or so times a day. I'm using Ecliipse Helios Service Release 2 (with Flash Builder plugin) on: Windows Vista Business Processor: Intel Core 2 Duo T7500 @ 2.20 GHz Memory (RAM): 4.00 GB System Type: 32-bit Operating System My eclipse.ini settings which were stolen from this thread: What are the best jvm settings for

Eclipse Helios not launching

帅比萌擦擦* 提交于 2019-11-30 09:11:39
问题 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 requiring Java 1.5 to launch (dosgiRequiredJavaVersion=1.5). Removing this line does not matter. I went and got an archived copy of 1.5.0_22 and tried to use

Disable or speed up DLTK indexing in Eclipse PDT?

时间秒杀一切 提交于 2019-11-29 22:51:46
I am using Eclipse PDT Helios with Aptana Studio on Windows XP SP3. 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 find any possibility to change regarding parameters in Window > Preferences. PDT 2.2 (the one in Helios) is using a local database engine, H2, to store information. I wrote a post highlighting how to improve the performance of the new indexer . There might be

Eclipse crashes with “Unable to create new native thread” - any ideas? (my settings and info inside)

有些话、适合烂在心里 提交于 2019-11-29 17:02:28
问题 I'm having trouble with Eclipse routinely crapping out on me (and being generally sluggish) and I was wondering if anyone could give me any insight. The message that gets thrown is "Unable to create new native thread." at which point I'm prompted to restart Eclipse. This happens 5 or so times a day. I'm using Ecliipse Helios Service Release 2 (with Flash Builder plugin) on: Windows Vista Business Processor: Intel Core 2 Duo T7500 @ 2.20 GHz Memory (RAM): 4.00 GB System Type: 32-bit Operating

Eclipse Helios not launching

风流意气都作罢 提交于 2019-11-29 13:13:53
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 requiring Java 1.5 to launch (dosgiRequiredJavaVersion=1.5). Removing this line does not matter. I went and got an archived copy of 1.5.0_22 and tried to use -vm mypath/java/jre1.5.0_22/bin in the config file before vmargs and it still does not help. I have