Questions tagged [eclipse-pdt]

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

Eclipse PDT (PHP Development Tools) is an open source IDE for professional PHP developers.

Features

  • Code Assist
  • Code Completion
  • Code Folding
  • Code Formatting
  • Mark Occurrences
  • PHP 5 & 7 Support (including 5.3 & 5.4 traits, namespaces, etc.)
  • Refactoring
  • Syntax Colouring
  • Type and Method Navigation
  • Type Hierarchy

And many more.

Resources

633 questions
167
votes
8 answers

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 and one for personal projects. I'd like to be able…
Wilco
  • 31,070
  • 47
  • 124
  • 158
152
votes
9 answers

Moving project to another folder in Eclipse

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 2. delete project on Eclipse 3. create new project…
Frankie
  • 23,189
  • 10
  • 74
  • 112
136
votes
11 answers

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? Should I version control them, or is there any…
erenon
  • 17,952
  • 2
  • 56
  • 83
108
votes
4 answers

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.
MaoTseTongue
  • 1,466
  • 3
  • 24
  • 30
93
votes
6 answers

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?.
levhita
  • 2,161
  • 2
  • 21
  • 31
87
votes
2 answers

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 don't want warnings over a downloaded library. But I…
Matthieu Napoli
  • 42,736
  • 37
  • 154
  • 239
74
votes
11 answers

The project description file (.project) for my project is missing

I am using Eclipse PDT 3.5 on Vista (32 bit). It works, though eclipse needs admin rights to execute. This annoys me, but I accept it. But: every now and then (I am not sure, it may even be everytime I want to open a project), I get the error…
Martin
  • 1,739
  • 3
  • 19
  • 25
71
votes
10 answers

Where is localhost folder located in Mac or Mac OS X?

I just started developing PHP projects on my mac (using PDT) and was wondering where localhost is located? How does Mac OS X serve websites, I haven't changed any settings during the installation of PDT.
Tassisto
  • 8,589
  • 27
  • 91
  • 140
54
votes
6 answers

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 use svn:ignore to let SVN ignore the files, but…
Franz
  • 10,879
  • 7
  • 46
  • 66
52
votes
4 answers

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 so on long lines I'm typing out indefinitely to…
Edward Tanguay
  • 176,854
  • 291
  • 683
  • 1,015
40
votes
7 answers

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 lately and could make a quick comparison? If you know…
Derek
  • 461
  • 2
  • 5
  • 5
35
votes
4 answers

How to show whitespace and tabs but NOT line-break characters?

I'm trying to switch from Komodo to Eclipse. I can't figure out how to keep line-break characters from being shown in eclipse - looks like they are shown along with tabs and other whitespace characters. Is there a way to show tabs and other…
Strae
  • 17,313
  • 26
  • 89
  • 129
31
votes
13 answers

Eclipse PDT & PHPUnit?

Is there any integration of PHPUnit with Eclipse PDT? If not, are there any plans to do so?
Gerard
29
votes
3 answers

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 $this->set('job',new MyJobObject()); Then in the view you…
Reactgular
  • 43,331
  • 14
  • 114
  • 176
26
votes
3 answers

Disable or speed up DLTK indexing in Eclipse PDT?

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…
Mateng
  • 3,607
  • 5
  • 35
  • 61
1
2 3
42 43