What's your favourite PHP Editor?
Moderator: General Moderators
Voted for Zend, we use it at work, so after 8hours each day I kinda get used to it and also attached....
Still I have to post as I'm also coding at home when I have the time and I'm not too tired.
At home I use notepad++. You can easily google and download it. I run M$ Windoze at home... will move to suse soon(TM).
I has code colouring and all for a multitude of languages and all and is just a small quite text editor.
Still I have to post as I'm also coding at home when I have the time and I'm not too tired.
At home I use notepad++. You can easily google and download it. I run M$ Windoze at home... will move to suse soon(TM).
I has code colouring and all for a multitude of languages and all and is just a small quite text editor.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
-
sadel_anwar
- Forum Newbie
- Posts: 3
- Joined: Sat Jul 15, 2006 9:37 pm
I like the Pspad you can get it from here :
http://www.pspad.com
it's very cool ... maybe it's not coz i am not a pro programming but i love it ....
http://www.pspad.com
it's very cool ... maybe it's not coz i am not a pro programming but i love it ....
I installed it. First thing it did when I executed it after installing it was try to connect to a remote computer without asking. I opened a .php file and it was all black text. I guess you have to turn on the syntax highlighting manually? There doesn't appear to be any autocompletion. I right clicked on a php file and tried to use the PSPad context menu to open it but the program couldn't start due to an error.
Thumbs down on that one.
Thumbs down on that one.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
PSPad is my favorite editor - I've never had any problem with it - auto-connecting or syntax highlighting. Sounds like you just got a bad install.astions wrote:I installed it. First thing it did when I executed it after installing it was try to connect to a remote computer without asking. I opened a .php file and it was all black text. I guess you have to turn on the syntax highlighting manually? There doesn't appear to be any autocompletion. I right clicked on a php file and tried to use the PSPad context menu to open it but the program couldn't start due to an error.
Thumbs down on that one.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- kbrown3074
- Forum Contributor
- Posts: 119
- Joined: Thu Jul 20, 2006 1:36 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
The default colors used by the highlight_string() and highlight_file() PHP functions.Heavy wrote:What is default highligting?Jenk wrote:Annoys me that none of the editors apart from PHP Design Studio and Zend (which both suck :p) don't use default highlighting and all have their own crappy highlighting.. why none of them use the same as per php.net as default is beyond me.