helios

How to tweak this eclipse.ini file to improve the performance of eclipse(Helios)?

谁说胖子不能爱 提交于 2019-12-22 18:29:53
问题 Here's my eclipse.ini file -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m What all should i add to improve the speed of

Force Eclipse (Helios) to use a newer version of SWT at application runtime

老子叫甜甜 提交于 2019-12-22 12:57:25
问题 I'm developing an RCP project using Eclipse-Helios. The version of SWT that is installed (in the plugins directory) is [org.eclipse.swt-win32-3.6.2, & org.eclipse.swt.jar] I require new API functionality that is only available from swt-3.8. (specifically, I wish to set the custom colours, for an SWT color dialog before opening.) I have downloaded 3.8.1 from the SWT/Eclipse downloads site [ http://download.eclipse.org/eclipse/downloads/drops/R-3.8-201206081200/#SWT ] The SWT download is NOT a

Eclipse Galileo supports javascript cross-file code completion, but Eclipse Helios does not?

ぃ、小莉子 提交于 2019-12-21 16:57:09
问题 When editing multiple javascript files, each of which are supposed to be available in the global scope because - for example - they will each be loaded in the same html document, Galileo supported this little trick to put comment tags for other files that are required to be available in the same scope: myfile.js: // @include "somefile.js" // @include "otherfile.js" And you have cross-file code completion in myfile.js. But now that I moved to Eclipse Helios, this doesn't work anymore. Did they

Disable or speed up DLTK indexing in Eclipse PDT?

泄露秘密 提交于 2019-12-18 10:34:44
问题 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. 回答1: PDT 2.2 (the one in Helios) is using a local database engine, H2, to store

How to achieve that Eclipse clean and build (aka rebuild)?

本秂侑毒 提交于 2019-12-17 17:45:14
问题 I deleted my ./bin folder in an Eclipse Indigo (super similar to Helios), and now I am wondering how to rebuild my Java project. I just cannot find a button like we can see in Netbeans. 回答1: For Eclipse you can find the rebuild option under Project > Clean and then select the project you want to clean up... that's all. This will build your project and create a new bin folder. 回答2: In Eclipse there is an "Auto Build" option, which is checked by default. When it is checked, you don't need to

How to get Java Decompiler / JD / JD-Eclipse running in Eclipse Helios

蓝咒 提交于 2019-12-17 15:22:58
问题 Java Decompiler (JD) is generally recommended as a good, well, Java Decompiler. JD-Eclipse is the Eclipse plugin for JD. I had problems on several different machines to get the plugin running. Whenever I tried to open a .class file, the standard "Source not found" editor would show, displaying lowlevel bytecode disassembly, not the Java source output you'd expect from a decompiler. Installation docs in http://java.decompiler.free.fr/?q=jdeclipse are not bad but quite vague when it comes to

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

我只是一个虾纸丫 提交于 2019-12-13 02:23:32
问题 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 can set up the path to the server, etc, but I do not see any obvious way to auto copy the files to my webroot to actuallly run the project. If I click on run, I

Eclipse PDT is freezing from time to time

戏子无情 提交于 2019-12-12 12:33:24
问题 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 the problem? It is annoying to work like that. I understand when it "thinks" for few seconds when opening large files like > 50KB but how about the small ones.

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

烈酒焚心 提交于 2019-12-12 08:25:18
问题 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

Papyrus install on Eclipse Helios (3.6)

[亡魂溺海] 提交于 2019-12-12 04:17:54
问题 I have just downloaded the latest Eclipse Java EE Helios 3.6.2. When I attempt to install Papyrus using the Eclipse Marketplace through Yoxos, I get the following dependency error: Cannot complete the install because of a conflicting dependency. Software being installed: Papyrus UML Modeler 1.12.3.200912231359 (com.cea.papyrus.feature.feature.group 1.12.3.200912231359) Software currently installed: Eclipse IDE for Java EE Developers 1.3.2.20110218-0812 (epp.package.jee 1.3.2.20110218-0812)