Page 2 of 2

Posted: Sat Apr 17, 2004 8:00 am
by malcolmboston
http://www.kefk.net/Tark/en/Evaluation/ ... ate_01.png

its doing C there, but it supports pretty much every major language (more than 50) i highly recommend people check it out, its my ONLY equivalent to zend, the rest suck

Posted: Sat Apr 17, 2004 9:35 am
by BDKR
malcolmboston wrote: http://www.kefk.net/Tark/en/Evaluation/ ... ate_01.png

its doing C there, but it supports pretty much every major language (more than 50) i highly recommend people check it out, its my ONLY equivalent to zend, the rest suck
It does look nice. The screen splitting feature is something that's nice too. Zend doesn't have it, nor does Anjuta (wich if you go on feature set alone is about the best out there in the OSS world). It's prolly something that would be easier to use while dealing with different code passages on the same file. I've been using bookmarks.

The only thing that I couldn't find when I went to kate home page is mention of an integrated debugger. Anjuta has one for C, C++, and I think Objective C as well. Zend of course has it for PHP. If you really into having a debugger, kate may not be the ticket. But that's an if.

Next time I upgrade my OS (maybe Fedora Core 2), I'll make a point of installing KDE so I can check out Kate and a couple of other things they've been 'busy at' while i've been away.

Cheers,
BDKR

Posted: Sat Apr 17, 2004 1:46 pm
by malcolmboston
Kate does not have an integrated debugger as such, the only one i have ever used that has is Zend, and i stuck with it

Kate has syntax highlighting like this forum so its pretty easy to find out where your script is going wrong that and the power of error_reporting(E_ALL); usuall suffice.

Posted: Sun Apr 18, 2004 12:35 am
by Pyrite
But just the fact that you have to have KDE to use it turns me off ..

Question: Can KATE open/save files from/to FTP sites?

Posted: Tue May 11, 2004 3:55 pm
by mudkicker
Zend IDE on every platform..

NuSphere phpED

Posted: Sat Jun 12, 2004 7:51 pm
by redsky
I like NuSphere phpED for linux

Posted: Mon Jun 14, 2004 9:54 pm
by Leedsoft Solutions
When I mess around on FreeBSD or Linux, I usually use Anjuta. I might have to try out that Kate some time...

Re: php editor for linux

Posted: Tue Sep 14, 2004 8:54 am
by Jefff
ol4pr0 wrote:Any body knows a nice php editor for linux?
I use PHPEd http://www.nusphere.com, but it's much more than just an editor. If you're going to work on some serious project, it will be of much help. You can create php script, debug and profile it and deploy on a remote server.

//Jefff

Posted: Thu Sep 16, 2004 11:24 am
by AVATAr
KDevelop

Posted: Sat Nov 27, 2004 2:01 pm
by Lars79
I recommend PHPEclipse which is a plugin for Eclipse.

http://www.eclipse.org/
http://www.phpeclipse.de/

The great thing is, that you can use Eclipse for most programming languages by just adding the appropriate plugin so that you can use one IDE for all coding.