News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Amir Saied's Blog:
PEAR bash completion
July 28, 2008 @ 12:08:29

Amir Saied recently posted a handy little tool for the PEAR users out there - a bash script that handles tab completion for you.

Lately I've been playing alot with the PEAR CLI. The one annoying thing I noticed the most was its lack of tab completion that I'm used to from the shell. It turns out that this feature is very easy to add, in the bash at least.

It will finish off the PEAR commands for you and expand out the PEAR package names and discovered channels when it finds a match. You can download the package here.

0 comments voice your opinion now!
pear bash commandline completion tab package name channel



PHP-GTK Community Site:
Code completion for PHP-GTK in Eclipse PDT
July 07, 2008 @ 09:34:45

They've already shown you how to get PHP-GTK code completion working in the Zend Studio IDE. In this new post they show you how to do the same with Eclipse running the PDT extension.

Enabling PHP-GTK2 code completion in Eclipse PDT for a project is very simple. The following example is given on Windows, but the steps should be the same on any supported platform

It's a simple eight step process (the steps are little) to get support working. You'll need to use the Gtk_Dumper to get the info the IDE will need for the completion.

0 comments voice your opinion now!
phpgtk code completion eclipse pdt extension


PHP-GTK Community Site:
Code completion for PHP-GTK in Zend Studio 5.5
June 25, 2008 @ 13:02:05

The PHP-GTK Community Site has posted about enabling the code completion for Zend Studio to work with the PHP-GTK specific functionality.

Enabling PHP-GTK2 code completion in Zend Studio 5.5 for a project is very simple. The following example is given on Windows, but the steps should be the same on any supported platform.

Screenshots are also included in the step-by-step process. You'll need to run a bit of code to build the completion file, but after that it's just a few quick clicks away.

0 comments voice your opinion now!
code completion phpgtk zendstudio tutorial screenshot


PHP-GTK Community Site:
Enabling code completion for PHP-GTK in your PHP IDE
June 11, 2008 @ 12:04:59

The PHP-GTK Community Site has posted some information (and some files) to help make your editor of choice a bit more "PHP-GTK aware" when it comes to code completion.

These IDEs are able to provide code completion not only for prebuilt extension code, but also for user-level PHP code. This gives us a way to provide it to PHP-GTK developers : all it takes is a "stub" file containing PHP declarations equivalent to the PHP-GTK2 classes, interfaces, and their methods and constants.

Making it by hand would be slow (and not efficient at all) so they opted to let the Reflection API do the heavy lifting for them and generate a Gtk_Dumper output file to hand to your editor and let it parse. The file is available for download.

0 comments voice your opinion now!
phpgtk code completion stub reflection ide



Community Events











Don't see your event here?
Let us know!


conference database mysql example package ajax book PHP5 developer releases cakephp zendframework framework job release security application zend PEAR code

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework