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

624 questions
0
votes
1 answer

How can I get Eclipse PDT to only show my code templates on CTRL-SPACEBAR?

In an earlier version of Eclipse PDT, when I typed e.g. "sh" and pressed Ctrl+SPACEBAR, it showed me only my code templates which started with "sh". In the newest version I downloaded, it seems to be showing me every single method in every class…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

setting up Eclim to support PHP

I have the plugin PDT installed with my Eclim using: DISPLAY=:1 ./eclipse/eclipse -nosplash -consolelog -debug \ -application org.eclipse.equinox.p2.director \ -repository http://download.eclipse.org/releases/helios \ -installIU…
tipu
  • 9,464
  • 15
  • 65
  • 98
0
votes
1 answer

SmartyPDT doesn't work with PDT

I have Eclipse 3.7.2 with PHP Development Tools (PDT) SDK Feature 3.0.0.v201201110400-77-184_2BEICRgM_fMVcz0M4Va9O. According to installation instruction of SmartyPDT http://code.google.com/p/smartypdt/wiki/InstallSmartyPDT I try to install it, but…
cadi2108
  • 1,280
  • 6
  • 19
  • 43
0
votes
1 answer

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( DLTKUIPlugin.getActiveWorkbenchShell(), multi, …
0
votes
2 answers

Why is Eclipse PDT marking these lines as errors?

Eclipse PDT is marking two lines as errors. My website running fine without errors in a browser, but the red "x" in Eclipse is bugging me. Here are the two lines:
Leo Jiang
  • 24,497
  • 49
  • 154
  • 284
0
votes
1 answer

Aptana 3.2.0 Plugin for Eclipse. Javascript code completion issue

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…
Dmitrii S.
  • 479
  • 1
  • 5
  • 17
0
votes
0 answers

Deploy PHP application to webroot using Eclipse PDT?

Is it possible to have a PHP project located in a directory, say - mydir/development/php/myproject and then when you click Run/Debug in Eclipse it gets automatically deployed to the apache /www webroot directory?
Jim_CS
  • 4,082
  • 13
  • 44
  • 80
0
votes
1 answer
0
votes
2 answers

How can I make my plugin automatically install third party features?

I am developing an eclipse feature that has a dependency on Acceleo. When I install my feature using its update site I get an error because it cannot find plugins related to Acceleo. My feature manifest declares dependant plugins and features. My…
Ian Warwick
  • 4,774
  • 3
  • 27
  • 27
0
votes
1 answer

PHP Debugger with Unit Testing

I have gotten the Zend debugger to work with PDT 2.1. On the project I'm working on, I do unit testing with PHPUnit but running the debugger won't catch any of the breakpoints until I make some instances of the test class and then run the tests…
None
0
votes
3 answers

php FETCH_CLASS and autocomplete in Eclipse

I am new to PHP and PDO. I'm working with Eclipse PDT. $stmt = $pdo->prepare("SELECT * from articolo"); $stmt->execute(); $result = $stmt->fetchAll(PDO::FETCH_CLASS, "Articolo"); After that I want to be able to type: $result[0]-> and from there…
Simone Conti
  • 544
  • 3
  • 9
  • 20
0
votes
1 answer

What is the best practice for sharing code between projects in Eclipse PDT whilst retaining test-ability with a web server?

I have a number of projects in Eclipse PDT which are all websites. All of these websites use a content management system that I developed. I moved the code for the CMS into a separate project ready to be shared. So far I have a project/file…
Jonathan
  • 1,256
  • 4
  • 12
  • 18
0
votes
2 answers

Eclipse 3.6.0 All In One -> subclipse not installing

I tried installing subclipse through the "Help->Install New Software" and the URL is http://subclipse.tigris.org/update_1.8.x but it fails every time. It shows following items =================================== CollabNet Merge Client 3.0.8…
practitioner
  • 43
  • 2
  • 7
0
votes
1 answer

How to make source folders visible in eclipse for PHP project?

I am having an issue with eclipse. Currently my folders with sources are not visible if project has PHP nature in eclipse: Is there any solution? Or should I reinstall my eclipse? P.S. There might be a good guide how to setup a good Eclipse + PDT…
Jevgeni Smirnov
  • 3,787
  • 5
  • 33
  • 50
0
votes
1 answer

Add php nature to project

I have a question about PHP projects in eclipse. I have Aptana and PDT installed in my eclipse. When I create PHP Project, I have something like this: But if I add PHP nature to the project (org.eclipse.php.core.PHPNature) then I get following…
Jevgeni Smirnov
  • 3,787
  • 5
  • 33
  • 50
1 2 3
41
42