speaking of php editors

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139