Any suggestions for a Programmers Editor?

Discussion in 'PHP' started by AngelaR, May 11, 2007.

  1. #1
    Hey there!

    Im looking for a programmers editor that will accomplish the following:

    Search a large amount of files and replace/remove specific text that is searched for.

    For example if I searched for: background #00000

    it would search files specified by me for that exact writing and replace them with something I have specified.

    Is this at all possible?? Im trying to change a lot of css files and php files.

    Any help would be appreciated.
    :)
     
    AngelaR, May 11, 2007 IP
  2. ketan9

    ketan9 Active Member

    Messages:
    548
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #2
    scite or pspad would do the job that you need,
     
    ketan9, May 11, 2007 IP
  3. Houdas

    Houdas Well-Known Member

    Messages:
    158
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    I use PSPad, but UltraEdit is also very good.
     
    Houdas, May 11, 2007 IP
  4. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #4
    textpad or even ur own php script , a loop on a directory then use the replace php function
     
    commandos, May 11, 2007 IP
  5. SecondV

    SecondV Active Member

    Messages:
    76
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    70
    #5
    SecondV, May 11, 2007 IP
  6. Neezar

    Neezar Member

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    Neezar, May 12, 2007 IP
  7. AngelaR

    AngelaR Guest

    Messages:
    1,579
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for all your help guys!
     
    AngelaR, May 14, 2007 IP