Skip to main content

Posts

Showing posts with the label pdt

Quickly reveal definitions in Eclipse PDT

Eclipse PDT (PHP Development Tools) has the ability to quickly show the definitions of functions and methods by hovering the cursor over the parentheses of a reference.  This feature is an extension of the typical docblock or signature reveal when hovering over a method or function call itself. It's not as easy to hover over a parenthesis as it is to hover over a function reference, so invoking the tip can be a little clumsy.  And there's another peculiarity with the feature too.  Typically, the inline popups like this are "focusable" by moving the mouse from a hover into the pop-up.  For these pop-ups though, they immediately disappear when moving away from the parentheses.  Instead, use the F2 key to focus the pop-up.  In spite of these usability matters, the feature is handy as a quick reference and is welcome. It's possible that other Eclipse plug-ins have a similar feature to, so in order to get an idea as to whether or not this is a featur...

Eclipse KB: PDT fails to install with Juno

Issue Eclipse PDT 3.1.x fails to install on Eclipse Juno for Ubuntu 12.10. Cause Unknown, but the errors reported indicate a broken path of some sort.  It may be a broken path in a URL the package manager is using.  Or it may be a broken path in the package itself. Solution Point Eclipse to the PDT-specific repository. http://download.eclipse.org/tools/pdt/updates/release Environment Eclipse version 4.2 Juno Ubuntu PDT version 3.1.x Ubuntu version 12.10 Details The install software feature of Eclipse has a predefined repository for Juno with the following URL. http://download.eclipse.org/releases/juno This repository has an option for the PHP Development Tools (PDT) package under the following path. Programming Languages | PHP Development Tools (PDT) SDK Feature Installing PDT from this repository fails.