Archive for the ‘PHP Plugin’ Category

Padre listed on German PHP IDE comparison

Monday, November 9th, 2009

Padre is now discussed at php::bar, a German PHP related website:

New: Padre::Plugin::PHP 0.03

Monday, November 9th, 2009

The new version 0.50 of Padre was just released and now the new Padre::PHP::Plugin – version 0.03 follows:

  • A bug in the preferences dialog was fixed which sometimes did not save the PHP interpreter path
  • There is a new PHP menu giving direct access do some useful functions and space for many more
  • Padre 0.50 comes with a embedded FTP-File editing function which allows you to edit files directly on a FTP-server

Get it from a near CPAN mirror.

Quick Install/Upgrade

Linux
  • Open a shell window
  • Run cpan
Windows
  • Click on Start -> Run and enter “cpan”

All OS:

  • Type o prerequisites_policy follow
  • Type install Padre Padre::Plugin::PHP Wx::Perl::ProcessStream

Padre will install itself, the PHP plugin and the ProcessStream module which is known to have some bugs in older versions.

More detailed information is shown on the Padre howto pages.

Padre – More than the Perl IDE

Monday, November 2nd, 2009

Padre is the Perl IDE – written in and for Perl, this is what most of you know.

Padre has basic support for other languages, mostly syntax highlighting, but we’re going to change this.

A first step, the Padre::Plugin::PHP version 0.02, has been released. This plugin for Padre should make Padre more useful for PHP developers. It includes:

  • Syntax highlighting
  • Autocomplete features (gives suggestions while typing, improves development speed greatly)
  • Configurable PHP interpreter and arguments
  • Toggle selection as comment (comment/uncomment selection)
  • Auto-cleanup of source code files on save (remove tailing whitespaces, add a final newline if it’s missing)

Many other useful features are provided by Padre itself, but listing them here would be too much for a blog post.

A installation howto for Padre + PHP + Padre::Plugin::PHP will follow soon.