Slashdot Mirror


Komodo 3.0 Released

darthcamaro writes "Looks like Komodo 3.0 has been released according to this article on InternetNews.com: If you use Perl, Python, Tcl, PHP and XLST in any combination than you've probably heard of Komodo and if you haven't you should have - it's the only IDE that I know of that handles all of those languages (in one real slick environment too)...and it looks like version 3.0 has also got an updated object browser and a new debugger that I'm looking forward to trying out."

2 of 54 comments (clear)

  1. Re:Versus KDevelop? by pnatural · · Score: 3, Informative

    I use Komodo at work (winders) and Eric3 at home (linux). I fire up kdevelop when I'm editing someone elses c or cpp project.

    Versus kdevelop, Komodo is less configurable and runs slower. The kdevelop help system, grep and terminal windows are all missing from komodo. Not sure on the debugger and make tools -- never use them.

    I use Komodo instead of other editors (on winders) because (a) it saves w/ unix line endings, (b) has python syntax highlighting, and (c) can open zope objects via ftp. Oh, it's also a very good xml editor, and that's nice. I used it in a past life to debug xslt, and it was usable for that, too.

    My problem is that I never use an IDE beyond it's editor. I've found that most debuggers are difficult to use and often introduce their own subtle differences in behavior. I guess I'm a command line guy at heart, but I just like pretty syntax hightlighting. I'm learning emacs (slowly) and can forsee a day where it's all I use.

  2. Other options by bill_mcgonigle · · Score: 3, Informative

    I'd buy Komodo for OSX too, but in the meantime you might like Affrus for Perl or Eclipse for just about everything. You need to get a perl plugin for Eclipse - they were working on a 3.0 version last I looked; you might need Eclipse 2 until that's out.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)