eclipse-pdt

How can I reduce the time that Eclipse PDT needs to startup?

橙三吉。 提交于 2019-12-08 13:39:34
问题 I'm a very patient guy but seems very annoying the long time that Eclipse takes to let me start working. Why is that? I have a clean PDT distribution download form the Zend site. No extra plugins added. Is this only happening to me? Does anyone else notice this delay? Best, Demian 回答1: Run eclipse from the command line with these arguments to assign more memory to it: eclipse -vmargs -Xms512m -Xmx1g Note: I assume you have a RAM of 2 or more gigs 来源: https://stackoverflow.com/questions

PHP Dev Tools (Eclipse Plugin) — Installation Error

我只是一个虾纸丫 提交于 2019-12-08 11:56:00
问题 I have already installed WEb Tools, PyDev, and the default Eclipse installation for Ubuntu 10.04 (using "sudo apt-get install eclipe"). I'm now trying to install PHP dev tools plug-in for Eclipse, and I'm getting this error msg: Cannot complete the install because of a conflicting dependency. Software being installed: PDT SDK Feature 1.0.5.v20081126-1856 (org.eclipse.php.sdk_feature.feature.group 1.0.5.v20081126-1856) Software currently installed: Eclipse XML Editors and Tools SDK 3.1.1

Aptana 3.2.0 Plugin for Eclipse. Javascript code completion issue

只愿长相守 提交于 2019-12-08 09:16:24
问题 I have Eclipse PDT 3.0.2 All In Ones installed with Aptana Studio 3.2.0 plug-in. When I create a web project (Project Natures/Web is set to primary) with javascript file and try to use code completion (ctrl + space) this results in "No Default proposals" message. I can right-click on project and select "Configure/Convert to JavaScript Project" though but this is the feature of Eclipse not Aptana. P.S. CSS and HTML code completion works fine. 回答1: That did it. I have changed an editor

Getting error in XDEBUG

与世无争的帅哥 提交于 2019-12-08 00:44:29
问题 I just installed xdebug on my eclipse PDT installation and now I am getting the following error when trying to debug my PHP code using XDEBUG on my local debian box: web launch already running 2 questions: How can I kill this within Eclipse without getting out of Eclipse all together? Is there an additional configuration setting that needs to be set that were not in my instructions? Any help/direction would be appreciated as I'm at the point where I'm starting to pull my hair out. Thanks!

How do I install ANTLR IDE with Eclipse Juno and PDT (PHP)

南笙酒味 提交于 2019-12-07 15:38:12
问题 I develop in both PHP and Java. Eclipse PDT appears to require DLTK 4.0, which it has no problem getting. ANTLR IDE appears to require DLTK3. I've tried copying the plugins 3.0 into my Eclipse plugins / features directory: http://download.eclipse.org/technology/dltk/downloads/drops/R3.0/S-3.0.1-201108261011/ This worked on a machine without PDT, but I can't get it to work when I have PDT. I have also tried using the marketplace, but I get the same dependency errors. Note I'm on 64bit Linux.

How to install eclipse PDT 3.1 in Eclipse Juno?

萝らか妹 提交于 2019-12-07 15:37:49
问题 Using the following update sites: http://download.eclipse.org/releases/juno/ http://download.eclipse.org/eclipse/updates/4.2/ Eclipse 4.2.0 Juno installs PDT 3.0.1. The nightly developer builds, currently 3.1.1, can be installed through the update site: http://download.eclipse.org/tools/pdt/updates/3.1.1/nightly How can I install the stable version of PDT 3.1.0? 回答1: It's very possible that you can't. 回答2: Go to Help->Install new software and there put this url : http://download.eclipse.org

Paypal Payment Data Transfer(PDT) Error 4002

时间秒杀一切 提交于 2019-12-07 12:12:37
问题 I'm working on integrating my website with paypal and getting it to work in sandbox mode. I am working in Codeigniter (PHP). I have gotten IPN notifications working perfectly but can't seem to figure out where I'm going wrong with PDT(need this to show a proper confirmation page and return). I have checked the identity token numerous times, made sure the htaccess file doesn't limit access on the call back, made sure the email is verified for the business field, made sure everything is going

eclipse PDT: How to enable content/code assist for personal PHP libraries

a 夏天 提交于 2019-12-07 11:31:25
I am struggeling getting content/code assist to work for PHP libraries (other than Zend) in my Zend Framework project folder: library Doctrine Zend (<-works with code assist...) ZendX Content assist remains blank when using this libraries... Any suggestions? Thanks, Udo Content Assist is available for any compatible resources in the include path. Right click your project folder. Then Include Path . Then Configure Include Path . A window will appear. Configure any needed resources. Further Information in the Zend Studio Manual: Adding Elements to a Project Include Path Include Paths Code Assist

Paypal PDT error 4003

Deadly 提交于 2019-12-07 07:38:40
问题 After many hours of messing about and trying to set up what should be the relatively simple process of sending a payment to www.sandbox.paypal.com and being redirected back to a page on my site with a transaction id in the querystring, I have finally achieved it. I am now receiving an error message 'FAIL Error 4003'. Here is the code I am using. It is pretty much the same as the paypal example (all I have done is echo out the responses): <?php // read the post from PayPal system and add 'cmd'

PHP 5.4 Interpreter for Eclipse PDT

坚强是说给别人听的谎言 提交于 2019-12-07 05:08:31
问题 So PHP 5.4 is released, but when will the interpreter come out for eclipse PDT to support the new syntax of PHP 5.4? All I could find on the web so far is an old "Bug Report": https://bugs.eclipse.org/bugs/show_bug.cgi?id=362672. It seems like I can't even sign up there to post a question on its status. Is somebody working on it? Is there dev version for it publicly available? How long does it typically take for them to release a new interpreter after a new PHP version comes out? The PHP 5.4