PDA

View Full Version : good PHP editor


aZa
01-24-03, 22:01
I know this topic is a bit overused, but truly saying I still haven't find an answer on this question!

There are a lof of good "syntax-highlighting" text-editors that successfully highlight what you order them. :D But I haven't yet seen one that could met my following requirement ... Currently I still use Macromedia's HomeSite even though it's too overloaded with useless stuff (IMHO), but it has that nice feature that other editors don't (at least I haven't yet found/seen one):

- when you edit .php file it highlights all syntax for HTML tags and whether meets "<?php " or "<? " it still keeps correctly highlighting HTML tags but from now on all coding text goes on silver background (instead of pure white for 'pure' HTML :))

Does any other editor (preferrably free) supports such feature, so that I could simply change only background color for block "<?php ?>" and all other syntax highlighting left untouched?

TIA.

DJ_Apfel
01-25-03, 06:32
Of cource a wonderful editor: PROTON.

http://www.meybohm.de/proton.html

(also in english :P )

he supports 40 shemes (php, html, php/html, sql.......)

gmarik
01-25-03, 13:42
Its simple - but I've seen a lot - and it's the best.
Better as the Zend package. Better as Notepad.

http://www.editplus.com

bcyde
01-27-03, 17:59
Check this thread.

http://dbforums.com/t662764.html

My recommendation still stands at http://www.crimsoneditor.com . It's free.

-b

ascott70
02-02-03, 21:30
Awesome program Crimson Editor. Thank you for the post bcyde...

gmarik
02-03-03, 03:56
That Crimson look identicaly as EditPlus. But I don't trust it. Because it's free. lol

loom001
02-19-03, 01:25
Not an expert, but I do like to use code genie.

http://www.code-genie.com/index.html

xgamen
02-19-03, 19:27
HTML-Kit is free and good supports by the community.

Originally posted by aZa
I know this topic is a bit overused, but truly saying I still haven't find an answer on this question!

There are a lof of good "syntax-highlighting" text-editors that successfully highlight what you order them. :D But I haven't yet seen one that could met my following requirement ... Currently I still use Macromedia's HomeSite even though it's too overloaded with useless stuff (IMHO), but it has that nice feature that other editors don't (at least I haven't yet found/seen one):

- when you edit .php file it highlights all syntax for HTML tags and whether meets "<?php " or "<? " it still keeps correctly highlighting HTML tags but from now on all coding text goes on silver background (instead of pure white for 'pure' HTML :))

Does any other editor (preferrably free) supports such feature, so that I could simply change only background color for block "<?php ?>" and all other syntax highlighting left untouched?

TIA.

SiRReS
07-14-03, 12:02
PHPED good php editor www.soysal.net

dkgoody
08-08-03, 00:50
I love the Zend Studio...
Plus, I got it for a real bargain through their small business porgram...

see:
www.zend.com/store/products/zend-smallbiz.php

their debugger is amazing and now they have CVS support. I still love VI but even find myself using this more and more

cell-gfx
09-03-03, 12:45
I've been looking for a decent PHP editor that includes an autocomplete function for PHP commands.

THe best I've found is PHPEdit, which is freeware, and is very good, but for some reason, the latest version won't indent code when you press tab. It just deletes it!

I've found others that use Ctrl-Space to bring up an autocomplete dialogue, but this is very cumbersome and doesn't really lend itself to fluent coding.

Does anyone know of any others that include this oh-so rare feature ?