Page 24 of 36

Posted: Thu Aug 17, 2006 4:39 pm
by zyklon
crimson editor

Posted: Sat Aug 19, 2006 5:39 pm
by Faramus
llimllib wrote:Been using 2 of them lately, Komodo and Anjuta. Both have their ups and downs, but the only features of an editor that I consistently use are code highlighting, braces matching, code folding, and tabbed editing.
Cool thing about anjuta is that <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> you can have a terminal in the bottom pane, so I can do my Mysql stuff in the same window, as well as move directories around, etc.
Komodo is nice because it reads my include files to figure out my functions and suggest them, which Anjuta doesn't do because it was designed to be a C++ IDE.
Haven't tried Zend studio, do they have a good trial program or free version? I'm too lazy to look it up...
Zend studio only trial

Posted: Thu Sep 21, 2006 9:09 am
by psurrena
TextMate - http://www.macromates.com for OS X

Posted: Sun Sep 24, 2006 12:36 pm
by zyklon
i stumbledd upon the best one! maguma studio...

Posted: Mon Sep 25, 2006 2:20 am
by kreoton
finaly i found the best it's EditPlus

Posted: Mon Oct 09, 2006 3:13 pm
by kingconnections
I use Primal Script! On my linux box I use Bluefish.

What's your favourite PHP Editor?

Posted: Tue Oct 10, 2006 12:10 pm
by Nicoza
What do you guys think about Crimson Editor?

http://www.crimsoneditor.com/

Re: What's your favourite PHP Editor?

Posted: Tue Oct 10, 2006 12:15 pm
by Luke
Nicoza wrote:What do you guys think about Crimson Editor?

http://www.crimsoneditor.com/
It's awesome for being free... I use it when I can't use Dreamweaver. I like Dreamweaver a little better because it has code-hinting.

Posted: Tue Oct 10, 2006 12:56 pm
by RobertGonzalez
Notepad++ has code hinting and is free also. It only runs on Windows though.

Posted: Mon Oct 16, 2006 9:37 pm
by nithsopha
the most popular is dreamweaver. I cant believe that messy editor.
i love bluefish in linux box but it has less autocompletion.
bad i dont know how to use vi well.
Now using zend but it really eats alot of mem
Gona try other :D

Posted: Tue Oct 17, 2006 2:12 am
by is_null
First, i only use linux, and i like php debugging.
I have been developping with komodo for a long time, it is really powerfull but since i decided to use gentoo linux, i won't install any binaries.
I first thought of Quanta, wich is really great, but since i don't want to use QT no more, i use SciTe, a really great editor even though that i haven't figured out how to compile Gubed yet ....

I think that i am going to try anjuta ...

Posted: Tue Oct 17, 2006 2:23 am
by ZephyrWest
I've been using Dreamweaver 8 for sometime now, but I wish it had better code hinting/code completion. I'm too lazy to read through 20+ pages of posts... Anyone have suggestions for a good editor with what I want?

Posted: Tue Oct 17, 2006 7:29 am
by patrikG
Many editors have that. My preferred choice is Activestate Komodo

Posted: Fri Oct 27, 2006 3:19 am
by _ca_
Hi. I'm using Eclipse with PHPeclipse. It's pretty good, available on many OS an free :)

Posted: Fri Oct 27, 2006 5:26 am
by theYinYeti
I prefer nedit (actually "ncl"). It has tabs, it is fast, and it is very strong at dealing with regular expressions (search/replace, syntax highlightening...).

It does not come bundled with PHP syntax however so I had to write my own patterns. I can share if some are interested.

Yves.