Re: [PHP] speaking of php editors
* Thus wrote Eugene Lee ([EMAIL PROTECTED]): > On Tue, Sep 23, 2003 at 12:28:12AM +, Curt Zirzow wrote: > : * Thus wrote Chris W. Parker ([EMAIL PROTECTED]): > : > > : > I am looking for an editor that will highlight the string > : > "{$array['index']['index']}" within a string. > : > > : > For example: > : > > : > +- gray + > : > | | > : > | +-- red ---+ | > : > | | | | > : > $variable = "The amount is {$amount[0]}."; > : ^^ ^^ +*%%#^#+^^ > : > : Thats vi's coloring :) > > Plain vi does not do syntax highlighting. Perhaps you are using a > vi-derivative, like Vim. > > http://www.vim.org/ yeah, I suppose I should clarify that. I sometimes use vi/vim interchangably, which I shouldn't do. Thanks for noting this. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] speaking of php editors
On Tue, Sep 23, 2003 at 12:28:12AM +, Curt Zirzow wrote: : * Thus wrote Chris W. Parker ([EMAIL PROTECTED]): : > : > I am looking for an editor that will highlight the string : > "{$array['index']['index']}" within a string. : > : > For example: : > : > +- gray + : > | | : > | +-- red ---+ | : > | | | | : > $variable = "The amount is {$amount[0]}."; : ^^ ^^ +*%%#^#+^^ : | || | | : Green <---'---'---' : || | | || : Red +'--' : | | | | : Dk. Red #'-' : | | : Yellow *--' | : | : Blue %---' : : Thats vi's coloring :) Plain vi does not do syntax highlighting. Perhaps you are using a vi-derivative, like Vim. http://www.vim.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] speaking of php editors
Check out vim or emacs... -- BigDog On Mon, 2003-09-22 at 17:41, Chris W. Parker wrote: > Hey everyone. > > I am looking for an editor that will highlight the string > "{$array['index']['index']}" within a string. > > For example: > > +- gray + > | | > | +-- red ---+ | > | | | | > $variable = "The amount is {$amount[0]}."; > > > Is there anything out there that does this? > > > > Thanks, > Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] speaking of php editors
* Thus wrote Chris W. Parker ([EMAIL PROTECTED]): > Hey everyone. > > I am looking for an editor that will highlight the string > "{$array['index']['index']}" within a string. > > For example: > > +- gray + > | | > | +-- red ---+ | > | | | | > $variable = "The amount is {$amount[0]}."; ^^ ^^ +*%%#^#+^^ | || | | Green <---'---'---' || | | || Red +'--' | | | | Dk. Red #'-' | | Yellow *--' | | Blue %---' Thats vi's coloring :) Vi can also hightlight html and sql statements inside the string. I'm not going to map that one out... lol Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] speaking of php editors
Hey everyone. I am looking for an editor that will highlight the string "{$array['index']['index']}" within a string. For example: +- gray + | | | +-- red ---+ | | | | | $variable = "The amount is {$amount[0]}."; Is there anything out there that does this? Thanks, Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php