Ive been using E-text editor along with sFTPDrive for about two months now and it works really good for me. The only thing that bugs me with E-Text is that when you hit ctrl-z, it unfolds every parts of the code that were folded! Bummer…
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 14, 2008 11:51am
Subscribe [8]#16 / Feb 14, 2008 4:52pm
Ive been using E-text editor along with sFTPDrive for about two months now and it works really good for me. The only thing that bugs me with E-Text is that when you hit ctrl-z, it unfolds every parts of the code that were folded! Bummer…
#17 / Feb 14, 2008 6:10pm
Eclipse with a bunch of plugins at work. As MPC said; it can be difficult to setup and get working, but I’ve found that it works really well once it’s setup and you know your way round the interface.
At home I use TextMate. Tried Coda, but it just doesn’t quite cut it for me.
#18 / Feb 14, 2008 8:58pm
As MPC said; it can be difficult to setup and get working, but I’ve found that it works really well once it’s setup and you know your way round the interface.
I want stuff to work really well straight out the box 😉
#19 / Feb 15, 2008 12:22am
Netbeans. Though it can be slow at times. It is a lot like Eclipse but the interface feels a lot cleaner.
#20 / Feb 15, 2008 2:18am
easyeclipse.org is a handly way to get eclipse working out of the box
simple pick what you want to do with eclipse and it has a version that you just unzip and go
#21 / Feb 15, 2008 3:24am
TextMate w/ MAMP for local testing and Transmit for FTP. Fantastic; TextMate was one of those programs on Macs that I thought was yet another over-rated thing Apple users had that I didn’t when I was a Windows user. After the switch I understood.
On Windows I used GVim.
#22 / Feb 15, 2008 3:27am
This question keeps coming back and the answers are always the bunch of IDEs/editors everybody knows maybe there should be a sticky with download links for the usual suspects.
Does anyone dare to say he uses Visual studio 😊
#23 / Feb 15, 2008 4:02am
I am using JEdit for my everyday coding. It is simple, you can add plugins, UTF support anm more…
#24 / Feb 15, 2008 5:00am
easyeclipse.org is a handly way to get eclipse working out of the box
simple pick what you want to do with eclipse and it has a version that you just unzip and go
I agree with tonanbarbarian, the community for easyeclipse have done an excellent job at making things, well easy. It’s excellent if you have cross platform requirment, and you can even load the Aptana plugin if you need an end to end Ajax environment, which includes their new and free, open source Ajax server.
#25 / Feb 15, 2008 5:17am
PHP Expert Editor
#26 / Feb 15, 2008 12:07pm
I just installed a demo of PHPdesigner (http://mpsoftware.dk/) and I must say it looks very good. Coincidentally they use CI as an example in their screencasts, so that’s a big plus! 😉
#27 / Feb 15, 2008 12:12pm
*cough*vim*cough*
#28 / Feb 16, 2008 12:42am
I’ve been using Bluefish Editor lately. It is extremely powerful, fast and lightweight. Great choice for an old PC or a minimalist fan.
#29 / Feb 16, 2008 2:41pm
Right, now I don’t know about other editors but I was just using PHPed and wanted to use the form helper to output a checkbox. Now I didn’t know the function details so was going to have to go to the user guide but thought I knew ‘form_checkbox(’ so would type that.
What did PHPed then do? It showed me the function details with intellisense. This is probably the best functionality I have ever seen in an IDE. It doesn’t work with things like ‘$this->validation->....’ but for all helper files it does.
So what ever phpdoc tags you give to the function it can show you these details.
This is such a great time saver already.
#30 / Feb 16, 2008 2:48pm
none of you guys thinks it’s a hassle to have to keep reaching for the mouse?