What do you use:?:

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

What do you use:?:

Notepad
3
12%
Editor
22
88%
 
Total votes: 25

User avatar
Slippy
Forum Contributor
Posts: 113
Joined: Sat Jul 12, 2003 11:31 pm
Location: Vancouver eh!

Post by Slippy »

HTMLKit is a good editor for PHP. I think a lot of people use notepad for quick edits but it is definately a bad choice for a project.
Jabol
Forum Newbie
Posts: 4
Joined: Fri Jul 11, 2003 7:06 am

Post by Jabol »

My best is vim. It's got all I need.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

vim or gvim with syntax highlight.. it exists nearly anywhere (at least vi), is quick and has native regex functionality.. I used to use Editplus on bill gates compromised machines, now I use gvim on those as well.

I also have Zend's editor/ide/debugger, its pretty neat but too slow for quick edits within many files in multiple projects.. but great when working on a project

BTW; Notepad is also an editor, its just a very limited one and it doesnt understand any other line endings than bill gates..
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

JPlush76 wrote:
McGruff wrote:I'd be lost without syntax highlighting. IMO it's practically essential - makes debugging code MUCH easier.
I agree 110%
I agree 120%.
Post Reply