Ultraedit is great. To make UltraEdit "php friendly",
if you goto: Advanced->toolconfiguration
set:
Command line to: c:\php\php -e -f %F (assumes php installed at c:\php\)
Working dir    : c:\php              (whatever, that's just what I use)
Menu Item Name : Php                     (ditto)

check:
Replace existing file
Capture output

then, after you run the Php tool (Advanced->Php, or, set up a button on the
tool bar), you can just click "View file in browser" to view the output in
HTML.

BTW I'm using UltraEdit 8.0, and I added the php syntax to my wordfile(link
below)


> -----Original Message-----
> From: defender of the protocol [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 10, 2001 5:35 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] looking for a PHP editor
>
>
> the specialized editors for php are bs, you don't need an IDE to script
> your web page or anything else for that matter
>
> http://www.ultraedit.com
>
> go get a copy of UltraEdit, download the wordfile for php syntax so it
> highlights properly, and you're set
>
> http://www.ultraedit.com/downloads/additional.html
>
> i'm sure someone on this list has said this before
>
> - jeremy>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to