Ask a Question related to PHP Development, Design and Development.
-
Ray Hunter #1
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.Ray Hunter Guest
-
Any XML editors/extensions
Hello everyone, I was just wondering if anyone knew of any XML editors/extensions that have a random XML/node generator in them. I would just like... -
perl editors
Is there a visual perl editor out there, freeware or shareware for any Linux flavor? Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams -
accessibility question: adding aural pauses to speaking browsers?
Does anyone know the proper markup to use, or a trick to insert a pause in a speaking browser? I am using IBM Home Page Reader... I have text where... -
Speaking of Ruby T-shirts...
If anyone wants to contribute ideas to the Ruby.shop, feel free... the only pay you get is acknowledgement, however. (See the link at... -
Speaking of I18N...
il Wed, 2 Jul 2003 04:59:05 +0900, "Hal E. Fulton" <hal9000@hypermetrics.com> ha scritto:: there is an example of this in soap4r, or in soap4r... -
Chris W. Parker #2
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.
Chris W. Parker Guest
-
Curt Zirzow #3
Re: [PHP] speaking of php editors
* Thus wrote Chris W. Parker (cparker@swatgear.com):
^^^^ ^^^^^^ ^^ +*%%%%%%#^#+^^> 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."
Curt Zirzow Guest



Reply With Quote

