|
Posted by RafaMinu on 01/10/08 01:06
On Jan 8, 4:09 pm, Daniel Klein <dani...@featherbrain.net> wrote:
> On Sun, 6 Jan 2008 11:40:29 -0800 (PST), Ali Bobo <1001w...@gmail.com>
> wrote:
>
>
>
> > Hi there,
>
> >I am starting to make more advanced PHP coding and I'm planning to
> >make a transition from Notepad++ to a full-featured PHP editor.
> >I would like it to be freeware unless there is a very compelling
> >reason to make me part with my money.
>
> >So far, I've seen these options available:
> >Maguma Studio Free
> > PHP Editor by EngInSite
> > PHP Eclipse
> > SciTE
> > EngInSite Editor for PHP
> > Pidela
> > PHP Side
> > TruStudio
> > PHPMaker
> > Smultron
> > HAPedit
> > PHP Coder
>
> >Could you recommend any of them , or perhaps another one?
> >Thanks
>
> The question I have is which of these editors do syntax hilighting for
> both PHP and {X}HTML in the same document?
>
> I've already downloaded and tried a few of these already but none of
> them seem to have this capability.
If you just want syntax hilighting for both PHP and {X}HTML, etc. then
you can use Notepad++, which will highlight and color the code as long
as it is properly closed, i.e. tags closed, semicolons, etc.
If it isn't then it treats the code as plain text with no highlighting
at all, which gives you a warning that something is wrong, kind of a
debugger.
[Back to original message]
|