Tagged Questions

Eclipse PDT is an integrated development environment for PHP. Eclipse PDT offers code completion and templates, integration with Zend Debugger and XDebug, etc.

learn more… | top users | synonyms

32
votes
7answers
43k views

How do I add FTP support to Eclipse?

I'm using Eclipse PHP Development Tools. What would be the easiest way to access a file or maybe create a remote project trough FTP and maybe SSH and SFTP?.
23
votes
3answers
15k views

How can I get word wrap to work in Eclipse PDT for PHP files?

Programming PHP in Eclipse PDT is predominately a joy: code completion, templates, method jumping, etc. However, one thing that drives me crazy is that I can't get my lines in PHP files to word wrap ...
22
votes
7answers
10k views

Eclipse PDT vs. NetBeans for PHP development

How does Eclipse PDT compare to NetBeans for PHP development? I just bought a new computer with Windows 7 and I'm starting to set up a development environment for PHP. Has anyone used both IDEs ...
15
votes
2answers
398 views

Autocomplete for a single JavaScript object extended across multiple files in Zend Studio (Eclipse PDT)

My IDE is Zend Studio 8, which features a relatively basic perspective for JavaScript (similar to, if not the same as, the perspective in Eclipse PDT). In the application I'm working on, we extend a ...
15
votes
2answers
8k views

Starting Eclipse w/ Specific Workspace

Is there a way to start an instance of eclipse, passing it some sort of parameter telling it to use a specific workspace? The problem I'm trying to solve is that I have a workspace for work projects ...
15
votes
18answers
24k views

Why does Eclipse code completion not work on some projects?

I have Eclipse 3.3.2 with PDT doing PHP development. All projects that I create, even SVN projects have code completion. Now I just opened another SVN project and it has no code completion or PHP ...
13
votes
3answers
3k views

LESS CSS Support for Eclipse PDT?

does anyone knows a plugin for eclipse which adds LESS CSS support? It doen't need to have any functionality from LESS integrated to eclipse. I only need syntax highlighting and a "add less file" ...
9
votes
2answers
1k views

Eclipse Unhandled event loop exception

Im getting an exception in my eclipse indigo - im using the PDT plugin as well.. any ideas? When i code the lines start acting funny, disappearing, then reappearing. Unhandled event loop exception ...
9
votes
3answers
3k views

No new version of PDT with indigo?

With the eclipse indigo release around the corner, I checked the download page. It does not seem to have a link to PDT. Does this mean there wont be a new PDT version anytime soon? Cant find anything ...
9
votes
10answers
7k views

Eclipse PDT & PHPUnit?

Is there any integration of PHPUnit with Eclipse PDT? If not, are there any plans to do so?
8
votes
1answer
1k views

How to exclude a Javascript file from Javascript Validation in Eclipse

I have the javascript validation working good for my own code. I want to keep the validation. But when it comes to open source library, like jquery for example, the validation creates warnings. I ...
8
votes
2answers
763 views

Undo closed tab in Eclipse?

I was wondering if it were possible in Eclipse PDT to reopen a closed tab by mistake. For example in Firefox I can do Ctrl + Shift + T.
8
votes
4answers
3k views

How to share eclipse configuration over different workspaces

I'm using eclipse (pdt) as primary IDE on different machines. (like at home, laptop, in office, etc.). How could I share the eclipse and project configuration pragmatically between multiple computers? ...
7
votes
2answers
3k views

Eclipse: moving project to another folder

I generally have my working projects sitting on folders on my Desktop. When they are completed I just move them to a c:\dev\. The thing is I'm doing it in a rather archaic way. 1. move project files ...
5
votes
2answers
356 views

Two Eclispse projects -> One Eclipse Plug-in

Background I'm a developer of the Vrapper project. Vrapper contains of 2 major parts Vim-emulation library (vrapper.core) Eclipse part that makes a good use of it We want vrapper.core to be ...
5
votes
3answers
3k views

Ignoring Eclipse project files in SVN project

I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository. Now I could just ...
4
votes
2answers
2k views

Eclipse PDT 3.6 Helios, keyboard shortcuts for toggle comment not working any more

Since upgrading Eclipse PDT from 3.5 to 3.6 my toggle comment/block comment shortcuts (CTRL + /) in Editors view, are not working any more. I can see them in the Menu Source > Toggle Commtent ...
4
votes
1answer
560 views

Eclipse PDT and custom PHPDoc annotations

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 ...
4
votes
3answers
521 views

Don't show .svn folders in Eclipse

In Eclipse, the PHP Explorer view (that shows the folders of the project) is polluted by the .svn folders. That's kind of annoying, is there a way to hide them, because I looked everywhere in the ...
4
votes
1answer
703 views

how to better use of eclipse code templates (PHP)?

One particular problem I was having was using ${word_selection} in an Eclipse PDT template. I was recently trying to use some code templates with Eclipse PDT 2.1 to speed up some common tasks. We ...
4
votes
1answer
1k views

How to see .htaccess files in Eclipse PDT?

I can't seem to find/view .htaccess files in Eclipse PDT. I looked in the preferences, but couldn't find any relevant options when it came to hiding files. How can I enable this in Eclipse so I can ...
4
votes
4answers
527 views

Opening a local file in Eclipse from the web

Right now, when I notice a problem on a page on my PHP web site, I have to look at the URL, mentally deduce what file is responsible for displaying that page, then navigate the Eclipse PDT file tree ...
4
votes
1answer
406 views

Alternatives to Aptana and jQueryWTP for jQuery Eclipse integration

jQueryWTP is very out of date (jQuery 1.2.6 and Eclipse 3.3), and I don't want to use Aptana just to get code completion (I'm very happy with PDT otherwise). Is there any current solution for this?
4
votes
3answers
2k views

Eclipse PDT: How do I get it to format my PHP arrays like VIM?

I've been struggling to get Eclipse to format my php arrays like vim indentation does. What eclipse does (press CTRL+SHIFT+F) <?php $array = array( 'key1' => 'value1', 'key2' => array( ...
4
votes
5answers
1k views

Code completion/assist for built-in PHP functions in Eclipse PDT

I'm writing PHP code in Eclipse PDT (PHP Development Tools), but for some reason it doesn't auto-complete PHP built-in functions, such as "isset()". This is unlike Komodo which also shows the ...
4
votes
5answers
3k views

Can you enable variable highlighting with Eclipse PDT?

I'm using version 3.3.2, I know that regular Eclipse for Java does variable highlighting. Notepad++ does it regardless of what language you're using (if you select any text, it highlights similar ...
3
votes
1answer
242 views

How can you get eclipse code complete for CI when using &get_instance()?

I'm currently using Eclipse PDT and CodeIgniter, is it possible to get code-completion for the sessions library like so: $CI = &get_instance(); $CI->session->se (No auto-completion here.) ...
3
votes
1answer
766 views

Eclipse PDT & Phing

Is there any integration of Phing with Eclipse PDT and if not, are there any plans to do so? I found an eclipse plugin "PTI - PHP Tool Integration" that integrates php tools like PHP Depend, PHPUnit ...
3
votes
6answers
4k views

still need smarty syntax highlighting in Eclipse PDT

How do I get smarty syntax highlighting in Eclipse PDT? The only project I was able to find is SmartyPDT, but it's outdated and isn't working with my current Eclipse install (PDT All in one, with ...
3
votes
1answer
212 views

Getting PDT code completion to recognise runtime return types from base class?

I've got an abstract base class: abstract class BaseClass { /** * @return CLASSNAME */ public function fluent() { // do stuff return $this; } } Generally, i would put BaseClass ...
3
votes
1answer
321 views

Zend framework helper intellisense

Not so much a programming problem, but more a productivity problem. We've got quite a few custom view and action helpers in our project. Working with around 7 programmers. Now when someone, creates ...
3
votes
2answers
336 views

Can you suppress a single php file that won't parse/compile from showing as an error in Eclipse?

We are currently using Aptana for PHP and Eclipse for Java. While Aptana is built on Ecplise, it treats PHP files differently when they won't parse/compile. I'd love to use Eclipse for both, but I ...
3
votes
6answers
545 views

Eclipse PDT installation

I have a project that's intended to use some PHP as well as Java and Javascript, so I installed the PDT PHP plug-in for Eclipse, using the Install New Software menu option. Now Eclipse agrees PDT is ...
2
votes
2answers
78 views

Why is there no unit testing support in eclipse pdt?

Netbeans has unit testing support, in the upcoming 7.1 release they've even improved support to include test group features, PDT, AFAIK, doesn't even have plans for unit testing support? Version 3.0 ...
2
votes
1answer
44 views

Generate constructor in Eclipse PDT

Is there any way to generate a constructor based on the class properties in Eclipse PDT? Here is an example of how Netbeans does it:
2
votes
0answers
114 views

How to configure Eclipse PDT? (Make it more like Dreamweaver) [closed]

I am migrating from Adobe Dreamweaver to Eclipse's PDT. So far, I've enabled some of the intellisense features, but not the following: In Dreamweaver, whenever the $ symbol is typed, the software ...
2
votes
0answers
333 views

Eclipse PDT Zend Debugger not working with Mac OSX Lion

I am using Eclipse with below configuration on Mac Eclipse SDK Version: 3.7.0 Build id: I20110613-1736 ... PHP Development Tools (PDT) SDK Feature 3.0.0.v20110516-1100 ... Zend Debugger Feature ...
2
votes
1answer
501 views

Eclipse Helios - Problem Adding PHP Executable

I just installed Eclipse Helios (zend-eclipse-php-helios-macosx-cocoa-x86.tar.gz) on my Mac (OS X v. 10.5.8). When I try to add a PHP executable (/Applications/MAMP/bin/php5.3/bin/php), I get the ...
2
votes
2answers
394 views

getting eclipse to syntax color php functions

I want to color native PHP functions in eclipse and differentiate them from user defined functions so if I type in abs()...I want that color to change and have it of different color compared to a ...
2
votes
1answer
670 views

PHP Remote Debugging using XDebug

I've got a lot of questions about how to debug php-files with xdebug and eclipse on a remote server. What I would like to achieve is: I have a remote server (with WAMPP (appache (Port 8502), php, ...
2
votes
1answer
320 views

Eclipse Helios - files and directories missing from Working Set

When I create a working set - with no filters - I see all my PHP files in the directory heirachy EXCEPT for in the last nested directory. In this directory the PHP files are not shown in PHP Explorer ...
2
votes
2answers
474 views

How to enable comment folding in Eclipse PDT?

How to enable code folding of comments for PHP scripts in Eclipse? I have a lot of code of which the first 30 lines of every script is a GNU license... very annoying. This seems to be somehow broken ...
2
votes
1answer
371 views

How do I add the PHP libraries to my basic remote project in eclipse?

I have a basic project that was created from a remote system using the eclipse tools to setup that connection. I right clicked on the folder on my remote system and chose create a new project. Now, I ...
2
votes
8answers
349 views

Looking for an alternative to Eclipse (or a way to run eclipse without all the bugs)

I've tried to use Eclipse on linux in the past several times but often found it would crash, randomly disappear etc.. More recently I've started using it on windows - specifically the Helios PDT ...
2
votes
2answers
215 views

Can I get Eclipse to autocomplete load-> instead of just load?

I am using CodeIgniter and Eclipse PDT; is it possible to get eclipse to autocomplete loa as load-> instead of load? Similair to how you get $this-> automatically. Thanks, Lemiant
2
votes
2answers
336 views

Eclipse PHP Zend: “workspace in use” when i try to set my workspace in Apache2/htdocs?

i am trying to use my workspace C:\Program Files (x86)\Zend\Apache2\htdocs, as i need to in order to use my Zend Server, but i get the error "workspace in use" i have: deleted all other copies of ...
2
votes
2answers
4k views

Zend Framework Plugin for Eclipse PDT

I have eclipse PDT IDE version 1.2.0 installed. I have used it together with Dojo to develop very interesting Ajax applications. Now i want to enable the Zend framework within my eclipse IDE. How can ...
2
votes
4answers
1k views

Automatic indentation on Eclipse PDT when copy-pasting

This is a simple question : Is there any automatic indentation alignment on Eclipse PDT when you do a copy-paste ? Because it doesn't work on my installation (raw copy-paste), but maybe this is ...
2
votes
3answers
777 views

Include path of php.ini ignored by Eclipse

I have a PHP script to run. If I run it from the command line, it works fine (include path is set correctly). If I want to run it inside Eclipse (Run as script), then the PHP include path of my ...
2
votes
1answer
753 views

How to setup Eclipse PDT on a bare Windows box?

I have installed Eclipse PDT All-In-One and nothing works (I can edit PHP source but cannot execute any PHP Scripts). Do I also need to install my own PHP interpreter? Do I need XAMPP? WAMP? Cygwin? ...

1 2 3 4