Eclipse PDT is an open source IDE for PHP developers. Eclipse PDT offers code completion and templates, integration with Zend Debugger and XDebug, etc.

learn more… | top users | synonyms

0
votes
0answers
11 views

Eclipse Indigo PDT installation

I'm installing PDT on my pure Eclipse Indigo x64 I've insta;;ed all tools, mylyn integration, etc. But after restart there is no any project in File - New - Project. What should i install to make it ...
1
vote
1answer
10 views

Is 'no breakpoints stop` finally solved in Eclipse PDT + Xdebug?

What is the current state of debugging PHP applications with Eclipse PDT and Xdebug. Has anyone got it finally to work, i.e. to stop at breakpoints defined in Eclipse (not using xdebug_break())? I've ...
0
votes
0answers
41 views

Create/Update database entity classes in Eclipse PDT?

AFAIK there is no way to create/update db entity classes in Eclipse PDT. So, is there any plugin or an alternative way to do this? Maybe a simple plugin checks database and creates files based on a ...
0
votes
3answers
219 views

Eclipse, XAMPP, xDebug - waiting for XDebug session - stays in 57%

When I start debugging the process stays there at 57% and says "waiting for XDebug session". This is a duplicate post on StackOverFlow, but I tried all the answers, nothing worked. It was working ...
0
votes
1answer
33 views

Format only selected code in eclipse

As the title says, I want to format only selected lines of code. I know by pressing ctrl+shift+F formats whole file. Formatting whole file is not good options as it will create lots of conflicts ...
0
votes
3answers
70 views

Debugging with eclipse and xdebug won't go past the first line

Yes I have tried searching on StackOverflow and Google for my problem. If you read the entire question you will see that I include a lot of links to previous answers that I found using both. I have ...
0
votes
0answers
98 views

Eclipse and remote host xdebug not working

I know this question has been posted before... at least here and here, I literally have the exact same problem as the latter, but I not 1 of the answers on those questions have solved my problem. My ...
0
votes
1answer
111 views

Debug php with xDebug, Eclipse and Chrome: Browser output not update with breakpoints

I managed to install Eclipse with PDT, xDebug with XAMPP and using Chrome as external browser for Eclipse. My problem now is if I set up break points within my PHP code, the debugger stopped as ...
0
votes
0answers
53 views

Word wrap in eclipse PDT

I am looking at some old PHP code in eclipse. I know there is a preference option to show the 80 character margin column, so I can break my lines up; However the existing lines of code are long and ...
0
votes
1answer
32 views

Make Task Tags Bold in Editor

In one build of eclipse (it is on a computer I no longer have access to), when I typed in a task tag like //TODO or //FIXME eclipse would bold this in the editor so it stood out. How can I turn this ...
0
votes
0answers
34 views

how to show left blue bar in eclipse at left side…look for image attached

You can see in image below, I have that blue bar at left side in eclipse galileo, which shows start and end of particular div in which the cursor is...but its not showing up in my eclipse PDT ...
0
votes
0answers
65 views

HTML output (PHP-rendered) starts with non SGML character number 0 (\x00 control character)

We have \x00 control character at the beginning of our html output - needle in haystack :-(. As only few editors make those whitespace characters visible, we just recognized this problem by pure ...
0
votes
1answer
110 views

how to install eclipse PDT on windows 8?

is eclipse-PDT available for windows 8 and where can i download it? i would need a package with eclipse PDT with X debug and SVN.
0
votes
0answers
51 views

Eclipse PHP - cannot find validation section to exclude .xml files from validation

Using Eclipse for PHP Developers Version: 3.0.2 (latest Zend download) What I want to do, is to exclude some single .xml / .html files from validation. Seemed to be straight forward. SO " ...
1
vote
1answer
148 views

XDebug PHP Eclipse - Error No appropriate file located or no file selected

I'm trying to debug remotely a php web app but anytime I try to start a debug session Eclipse flood me with a bunch of popups: Debugger Error: "No appropriate file located or no file selected. Debug ...
0
votes
2answers
92 views

PHP/HTML output: echo vs return, output buffering, and syntax highlighting challenges

I prefer to write html outside of php tags, so eclipse can display the html with proper syntax highlighting. The concatenation method is harder to write and doesn't highlight (see the two examples ...
0
votes
0answers
34 views

Eclipse PDT - Can't upload code on phpcloud

i'm running Eclipse PDT on OSX Mountain Lion, i'm trying to upload my project on my phpcloud space, but I get stuck here: ...
0
votes
0answers
31 views

View file dependency in eclipse for PHP Project

Is it possible to view PHP project file dependency on eclipse? The dependency come from include, class inheritance, js source, etc.
0
votes
0answers
177 views

Eclipse Juno + Remote System Explorer + PDT = no default proposals

I'm using Eclipse Juno with Remote System Explorer and the PHP extension PDT. I'm working on an external machine over SSH (with RSE) and a really big problem is that Eclipse doesn't show any proposals ...
0
votes
1answer
40 views

Eclipse PDT debugging - how to avoid break on first php tag?

I have recently setup my Eclipse PDT environment. All fine, only one disturbing feature: Whenever I debug my code, debugger not only stops at the first breakpoint, but also at the first <?php tag. ...
0
votes
1answer
68 views

Eclipse, cannot install PHP PDT

I am having problem to install this plug in: PHP development kit for Eclipse Juno I am using the latest Juno Eclipse, I use the menu help -> Install Software -> I add the link ...
0
votes
1answer
257 views

Code Igniter 2.1 autocomplete/intelisense in eclipse

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. Thanks!
1
vote
1answer
207 views

How to get Zend Studio auto-complete working with CakePHP models?

I would like Zend Studio to recognize the class type for all the controller's models, in a CakePHP 2.x project. This is how I currently do it. class MyController extends AppController { public ...
0
votes
0answers
55 views

Change Javadoc Variable templates Eclipse Php

I am trying to format the Javadoc comments in Eclipse PDT with the following format: /** \param unknown $param \param Contact $param */ function fake($param, Contact $param) { } ...
0
votes
0answers
52 views

httpd.exe uses high cpu when debugging with xdebug on eclipse pdt

I'm using eclipse PDT (with xdebug) and xampp for a few mouth but now when i try to debug, the procces httpd.exe of apache takes a lot of CPU and time when stops at a break point. Then, i have to wait ...
1
vote
2answers
151 views

How to declare the type for local variables using PHPDoc notation?

I use Zend Studio to develop in PHP with CakePHP, and one of the problems with CakePHP is that the views all reference undeclared local variables. So for example, in the controller you would ...
0
votes
1answer
251 views

xdebug not talking to Eclipse debugger

I'm trying to get Eclipse to talk to xdebug. From the xdebug log, it seems that xdebug is working correctly (i.e.: it's sending it's <init> and <response> messages), but Eclipse is not ...
2
votes
1answer
36 views

How to change the color of markers on the scroll bar? [closed]

In Zend Studio (or Eclipse PDT) when you select a property/method the scroll bar shows markers of where else in the source file it's referenced. I have a problem seeing the those markers. They are to ...
0
votes
1answer
53 views

Using eclipse PHP manual feature using drupal .inc

So I notice that the Eclipse php manual feature (shift + F2) only works when the extension of the file I'm working on is .php But then I'm using drupal and the file extensions are .inc even though ...
0
votes
0answers
58 views

Eclips - PDT showing error “Invalid Location Of Tag (input)”

<dl class="submit"> <input type="submit" name="submit" id="submit" value="submit" /> </dl> I am getting this error "Invalid Location Of Tag (input)" in Eclips - PHP (INDIGO). ...
0
votes
1answer
52 views

Reduce indentation of treeview nodes in Outline View in Eclipse Juno SR1

In the Eclipse (Juno SR1 Build id: 20120920-0800) Outline View pane, it lists my Account class in a treeview control. The node expands out, and then it shows members of the class including constants, ...
-4
votes
1answer
181 views

do i have to install aptana studio plugin for eclipse PDT? [closed]

currently i am working on a code igniter and using eclipse PDT for it .. as i google it and some says that add aptana plugin with eclipse is best. so i just want 2 ask you should i have to install ...
0
votes
0answers
100 views

eclipse PDT syntax color code and autocomplete?

i am working on eclipse pdT which i downloaded from here recently http://www.zend.com/en/download what i want to do is to have coding color and style like aptana studio or atleast give different ...
0
votes
1answer
58 views

Eclipse and PDT: I can not type f letter anymore

Sorry if it appears as stupid question, but really I can not work anymore, and this is ... sad. Eclipse continue to assign F to format code (Menu->Source->Format). I found a way to reset to default, ...
0
votes
1answer
402 views

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

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 ...
3
votes
1answer
152 views

How to Remove Zend Studio Components from Existing Eclipse PDT?

I have Eclipse PDT Indigo installed. I downloaded it form zend's site. From the first day it was prompting me to try the original product Zend Studio. But eclipse PDT was actually serving purpose as ...
2
votes
2answers
68 views

Why do we need `Imported Packages` when we have `Required Plug-ins` in eclipse plugin dependencies?

In developing eclipse application, the dependencies tab in MANIFEST.MF has two columns. One is Required Plug-ins and the other is Imported Packages. Why do we need Imported Packages when we have ...
0
votes
0answers
94 views

Eclipse PDT commenting on JavaScript php files, bug?

This applies Eclipse Indigo + PDT. It does not work commenting JavaScript code in *.php and *.phtml. Keyboard shortcuts do not work, does not work well with the menu to select Source>Add block ...
1
vote
3answers
462 views

Can not make PHP PDT xDebug to stop at breakpoints in Eclipse

By choosing Break at First line, the debugger gets active when entering each file, allowing me to step in and out of the code. But it is a bit cumbersome having to tab your way through half a million ...
0
votes
0answers
185 views

Page not found while running PHP in Eclipse 3.0.2 PDT + Zend Debugger

I have installed Zend Server CE, Eclipse 3.0.2 PDT and then configured Zend Debugger as specified here I then created a new PHP project in Eclipse, created a new .php file and written following code ...
2
votes
1answer
84 views

Do not see run as script / run as web page option in PHP perspective

I am using Eclipse Juno with PDT version 3.1.1.201209241501. I am trying to debug my PHP web page but i do not see the options to Debug As or Run As - Php webpage or Debug As or Run As PhP Script. I ...
0
votes
1answer
122 views

Why does XDebug remote debugging loses my path mapping (Eclipse) after submit?

I am using XDebug to remote debug an application in Eclipse. I have probably not correctly configured Eclipse. When I start debugging everything works fine. But as soon as I submit a form, the ...
1
vote
0answers
42 views

Eclipse pdt not launching after update

Hi i had check for updates in Eclipse, and after the update i have this message: "An error has occured. See log file". And this is the log file: http://dev.edandweb.co.il/myError.log I did this ...
5
votes
11answers
5k views

Slowness in Eclipse Juno (4.2)

I've had some issues with slowness switching tabs in Eclipse 4.2 Juno and was hoping someone might have some answers. The original delay was about 10 seconds which dropped to 2-4 once I specified the ...
1
vote
1answer
53 views

Eclipse PDT - find inexistent classes?

I have to remove a large functionality off our framework, and therefore remove all classes and functions based on it. As I've done this now, I want to check if I missed some code spots where the ...
2
votes
1answer
76 views

PHP script in eclipse needs extensions in php.ini

I have a PHP script with PDO. On the command line it runs OK. But to run it in eclipse I have to edit php.ini. I have to add extension=pdo.so Can someone explain me this? Thanks, Eric J.
3
votes
1answer
1k views

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

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 ...
1
vote
1answer
215 views

Push changes from Eclipse PDT to production server with EGit (FTP like)

I'm totally new to Git, so I figured I'll have more luck with EGit since I'm using Eclipse PDT. I'm the only programmer on the project. Here's what I'm doing right now: I have two identical copies ...
0
votes
1answer
36 views

Plugin dev: How to search only for interfaces in DLTK/PDT plugin?

I develop extension of PDT plugin. I need dialog with interfaces only (not classes). Basic code looks like it: OpenTypeSelectionDialog2 dialog = new OpenTypeSelectionDialog2( ...
2
votes
3answers
5k views

How to install eclipse PDT 3.1 in Eclipse Juno?

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, ...

1 2 3 4 5 6