eclipse-pdt

Eclipse Indigo PDT does not underline syntax errors

拟墨画扇 提交于 2019-12-07 03:37:26
问题 I installed Eclipse SDK Indigo and then followed the following instructions to install PDT on it: This is the original solution posted by ben-k link to the topic: Eclipse indigo PDT 3.0 gotcha download "Eclipse Classic" unzip/install to a new folder location (e.g. c:\eclipse-indigo-win32\ go to help->install new software select Indigo - http://download.eclipse.org/releases/indigo from the "Work with" drop down list type "php" in the filter text Select "PHP Development Tools (PDT) SDK Feature

How to remote save in Eclipse PDT like Netbeans?

十年热恋 提交于 2019-12-06 16:52:42
I have a problem with Eclipse remote save. I have been using Netbeans for 2 years, my projects are stored in local and also in remote test servers. When I opened, change and saved files in Netbeans, it also saves (overwrites) the files to remote location. Configuration of Netbeans is described here : Netbeans Remote Sync Another thing is checkouted code from SVN is in my local, and I only commit from local, never from remote, I mean I use remote server only for testing purposes. I decided to switch Eclipse because of other reasons, but I cannot succeed to prepare a similar development

Getting error in XDEBUG

限于喜欢 提交于 2019-12-06 07:40:15
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! Here is what I added to my php.ini file in the Dynamic Extensions section per instructions: ;load module

PHP (WAMP) - Exlipse PDT, xDebug: not stopping at breakpoint

我的梦境 提交于 2019-12-06 07:18:31
问题 I am able to debug only if I check the Option "Break at First line" . If I un-check it and place a breakpoint at some line then the debugger doesn't stop at that line. I need the debugger to stop at the breakpoints I set, not at the fist line of the file. I've added the following lines in my php.ini file: zend_extension = "c:/wamp/bin/php/php5.3.8/ext/php_xdebug-2.1.2-5.3-vc9.dll" xdebug.remote_enable = on xdebug.remote_handler = dbgp xdebug.remote_host = localhost xdebug.remote_port = 9000 I

How to install eclipse PDT 3.1 in Eclipse Juno?

别等时光非礼了梦想. 提交于 2019-12-05 18:42:11
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? It's very possible that you can't . Go to Help->Install new software and there put this url : http://download.eclipse.org/releases/juno Now in search for php and select those packets , push over next button and finalice the install.

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

[亡魂溺海] 提交于 2019-12-05 18:24:26
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. Try to add the DLTK 3.0 repository and then install ANTLR again, so maybe Eclipse can fetch the plugin

Eclipse Indigo PDT does not underline syntax errors

旧时模样 提交于 2019-12-05 05:56:21
I installed Eclipse SDK Indigo and then followed the following instructions to install PDT on it: This is the original solution posted by ben-k link to the topic: Eclipse indigo PDT 3.0 gotcha download "Eclipse Classic" unzip/install to a new folder location (e.g. c:\eclipse-indigo-win32\ go to help->install new software select Indigo - http://download.eclipse.org/releases/indigo from the "Work with" drop down list type "php" in the filter text Select "PHP Development Tools (PDT) SDK Feature select /next/ok/agree/finish etc.. wait for install and restart when prompted to check installation

PHP (WAMP) - Exlipse PDT, xDebug: not stopping at breakpoint

青春壹個敷衍的年華 提交于 2019-12-04 12:33:49
I am able to debug only if I check the Option "Break at First line" . If I un-check it and place a breakpoint at some line then the debugger doesn't stop at that line. I need the debugger to stop at the breakpoints I set, not at the fist line of the file. I've added the following lines in my php.ini file: zend_extension = "c:/wamp/bin/php/php5.3.8/ext/php_xdebug-2.1.2-5.3-vc9.dll" xdebug.remote_enable = on xdebug.remote_handler = dbgp xdebug.remote_host = localhost xdebug.remote_port = 9000 I'm also being able to debug properly on Notepad++ DBGp debugger with this same setting. There are

Code Igniter 2.1 autocomplete/IntelliSense in Eclipse

对着背影说爱祢 提交于 2019-12-04 12:02:22
问题 I am using Eclipse PDT to code with PHP Code Igniter. I would like to get auto complete working. Anyone know how I can accomplish this? I've found a few online tutorials but had no success. 回答1: You could try this method Choose “Project” -> “Properties” or “Window” -> “Preferences” -> “PHP” (for global usage) Choose “PHP Include Path” Click on “Add External Source Folder” and point to file below restart eclipse Point path to this file below ciautocomplete.php <?php /** * @property CI_DB

Eclipse PDT and custom PHPDoc annotations

混江龙づ霸主 提交于 2019-12-04 11:51:51
问题 Is there any way to add custom phpdoc annotation for Eclipse PDT? For example, I want to see @depends (for PHPUnit) in autocomplete list for comments, but now I can see there only standard annotations (for example, @deprecated ) . Thanks in advance. 回答1: I assumed there would be a configuration file somewhere, but looking through the various folders in my Zend Studio installation didnt give me the results I was hoping for. Searching Eclipse.org for Content Assist yielded http://help.eclipse