"Dan Anderson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 60% of what makes an editor good is familiarity.  Take emacs for
> instance (http://www.gnu.org/software/emacs/emacs.html).  Running PHP
> Mode (http://sourceforge.net/projects/php-mode/) I fly through code.
> But I've also spent quite a lot of time memorizing the zillion or so
> commands to do things automatically.

This tends to be my favorite too, because of the auto-indenting when you hit
TAB, except I've come to rely on it too much, and it doesn't always work.

For example:

if ($var = 1) {
    $p = <<<EOF
TEST
EOF;
}

will indent things within the here doc '<<<' statement.

-dd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to