Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Komodo 3.0 Released 54

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."
This discussion has been archived. No new comments can be posted.

Komodo 3.0 Released

Comments Filter:
  • by Da_Slayer ( 37022 ) on Tuesday July 27, 2004 @05:26PM (#9816043)
    I am not sure why most feel the absolute need to have a full IDE. Code highlighting is usually good enough.

    I use Scite [sourceforge.net] which supports syntax highlighting and support for more than a dozen languages, including commong config files like Apache. It does code folding, block comments along with compiler output and most of the normal features of an IDE but it is very light weight.

    Besides I do not want evaluate something and then get the features cut or it stops functioning if I do not buy it.
  • Re:Emacs? (Score:4, Insightful)

    by Thing 1 ( 178996 ) on Tuesday July 27, 2004 @06:11PM (#9816422) Journal
    Emacs is an IDE that supports those languages ;)

    Can you debug Perl using Emacs? As in, single-step through your program and watch variables, expand arrays/hashes, and have full control over what happens? If so that's great but I wasn't aware of it (I haven't used Emacs for many years, though...).

    I've been using Komodo since v1.0 and could not imagine developing Perl without it; one of the coolest features is that it runs "perl -c" on your script in the background and gives red squiggly underlines for errors, green for warnings--similar to Word's spelling and grammar highlights.

    That one feature alone has saved me countless hours, since I don't have to continually debug the script; I'll know it "compiles" properly before I even start to run it. Then I just have to fix the logic errors, which are more insidious but we tend to make "less" of them than syntax errors (over the scope of start-to-finish developing, that is). I think this feature is similar to Delphi; although I've never used it, I've heard people talk of "one second compile times" for million-line applications, because it does background compiling. I wonder why no C/C++ IDE does that? (Or do they?)

    Komodo also handles Python and PHP, among other formats (it syntax highlights many more styles than it can debug, for example HTML, XML, even straight text I got an error on yesterday--a line didn't end with CR/LF, just CR, and it pointed it out to me).

2.4 statute miles of surgical tubing at Yale U. = 1 I.V.League

Working...