Komodo vs. Coda

At the risk of starting the vim vs. emacs sort of flame war I'm curious what folks think about Komodo IDE vs. Coda for general use. I've been using Komodo for about a year and liking it but faced with two pretty equal prices for upgrading vs moving to Coda I'm starting to look at how I really use Komodo.

The main features I use are the dynamic function lookup and SVN integration. To a lesser extent I use the CVS integration but have generally moved away from this with the tendency to have confusion in the GUI over whether CVS or SVN is being used and some accidental commits etc.

It seems as though Coda has some friendlier features for FTP and managing sites on servers that aren't SVN capable. On the other hand Komodo has better debugging features, though I've often resorted to print_r vs the intricacies of making sure a xdebug environment is up and running. Wherever I am print_r and the devel module work, even when cool debugging environments do not.

So with that said I'm considering buying Coda instead of upgrading Komodo... What are folks' thoughts?

Your rating: None Average: 4.4 (5 votes)

Comments

Nov
17
2008

Well, you probably know where I stand

I have used Coda for quite some time, as well as using Komodo Edit (not IDE) for some time. I have pretty much always gone back to Coda, simply because it works more fluidly.

Interestingly the feature I enjoy the most about Coda is the site management. At a glance I can zero in on the current project I am wanting, and double click to be in the editing environment exactly as I had left it. The same files open, the same terminal (though it doesn't save the terminal state).

Coda does have decent SVN integration now, and as configurable, and actually powerful, editing as most other editing apps out there.

Funny thing, though, I have actually moved away from both of these, and now pretty much only use a terminal, and gedit, or Kate, depending on my mood. Both editors now can work with SFTP, FTP, and of course the versioning commands are right there in the term. Site management, depending on my windowing environment, is taken care of by bookmarks in Nautilus or Konqueror. Feels pretty good actually :)

Pat

Nov
17
2008

Coda would be nigh perfect if

Coda would be nigh perfect if only it were smart enough to automatically indent the next line when I open a function (when the last character of the prior line is a left curly brace) and to preserve a previous line's indenting when creating the next line. This is such an astounding - and frustrating - oversight.

I haven't used Komodo, but as a cross-platform IDE, I can't imagine it'd be very Mac-like - in products such as this, the UI of the Mac version is always an afterthought. Correct me if I'm wrong though.

For years I've been using the free and functional Smultron. It does automatic indenting, as well as syntax highlighting, regular expression find and replace, the ability to split the window vertically (horizontal splitting is useless to me), and pretty much everything else I'd like it to do save for syntax hinting.

Nov
17
2008

Komodo is in Java, hence it

by Raymond Brigleb

Komodo is in Java, hence it is slow and ugly, just like so many other bloated massive editors out there. Coda is Mac-native, so it's fast and svelte, and as of version 1.6 it's gotten really nice. Worth it. Just my opinion...

Nov
17
2008

Good to know

by Joshua Brauer

So it is obvious I haven't spent much time with Coda because this would pretty much kill the deal for me... As you said an astounding oversight...

Nov
17
2008

Java?

by Mark

As far as I know it's not Java. It's based on the Mozilla suite. XUL. Compiled natively for each platform.

That being said, version 4 is a bit sluggish. 5 is way faster.

Nov
17
2008

Should be Coda vs. Dreamweaver

Coda's great, and tackles a lot of the same problems as Dreamweaver. For example, the synchronized FTP uploading of changed files. Except Coda does that way better. Coda also has terminal integration, which is very thoughtful.

Komodo is a nice IDE, so you get some invaluable tools like a good code browser, function suggestions for both PHP and javascript, the ability to jump to a function declaration from a function call, the ability to re-order your project files without affecting the actual file structure (great for deep sub-theme folders).

So, I end up using them both. Komodo I use for serious development work, and Coda I use for it's terminal integration and for handling smaller changes to client sites. The flow for quick FTP-able updates is awesome. If I'm working on a version controlled project, Komodo is definitely my first choice.

Nov
17
2008

Komodo

by Mark

Version 5 has very good integration, uses all the Mac widgets.

The dealwinner for me is the ability to set breakpoints in the code, and step through / inspect the stack, etc. Sometimes you can't do a var_dump or print_r .. for example, in certain parts of the theming process (I think it's in the preprocess hooks, can't remember). This is where Komodo saves the day.

Also, the fact that it's cross platform is a big plus. Take it with you when you use Linux!

+1 Komodo!

Nov
17
2008

Raymond Brigleb, do your research.

"Komodo is a professional IDE for open source languages, developed using the Mozilla codebase as an application framework."

http://aspn.activestate.com/ASPN/Mozilla/

By your logic Mozilla and Firefox must be slow and ugly.

Besides, being written in Java doesn't automatically mean slow and ugly, any more than being written in PHP means spaghetti and insecure. Your statement just doesn't have much merit.

Nov
17
2008

Komodo keeps getting better

I've been happy using it for the past few years. Let me know if you need help setting up debugging. Invaluable feature.

Nov
17
2008

By your logic Mozilla and

By your logic Mozilla and Firefox must be slow and ugly.

Ever used Firefox on the Mac?

(The OP asked for a flame war…)

Nov
17
2008

MacGDBp is a nice PHP

MacGDBp is a nice PHP debugger with breakpoints for the Mac which runs as an external application.

Nov
17
2008

tutorial?

I am 2 days into my transition to linux (ubuntu) and installed Komodo today to use as my IDE. I have seen a few handbook pages about setting up Komodo... do you have any references for getting started?

I hope to get comfortable with Komodo- I would like to use an Activestate product since they sponsored our Drupalcamp

Nov
17
2008

Komodo

I bought Komodo, and really _want_ to like it, but it's just too damn slow! Like unbearably unusably slow. Scrolling up and down a textfile is lumpy, dialogs take a second or two to pop up, etc. Also, it frequently hangs (consuming all the CPU), and needs to be killed. This is really dissapointing for a product that I paid a decent amount of money for.

That being said, I still use it, because of the PHP completion, popup help etc, debugger integration and project management. I use command-line SVN integration, rather than anything in IDE, since it doesn't seem to show up from the project-root.

Aieee!

Nov
17
2008

Mozilla XUL not Java

by Dave

Not sure where you got your information, but it's based on Mozilla XUL (just like Firefox, Mozilla). If anything I still find it to be a little bit of a resource hog, but I'm also on a laptop with only 1GB memory.

Nov
17
2008

Komodo works fast for me on a PC

by Patrick Harris

I've got 4 gigs memory - perhaps that helps, but I've never had a problem with the speed of Komodo.

Nov
18
2008

Komodo myths

First of all Komodo is not written in Java. It is based on the Mozilla platform, so it is written in XUL, JavaScript, some C++, and Python. (Yes, Python.) As for performance, I really have to admit Komodo 4 had horrible performance on Mac OS X, which does not surprise me because it was based the same runtime as Firefox 2, which similarly had performance issues on Mac OS X. On the other hand, Komodo 5 not only is based on the same runtime as Firefox 3, which is way faster, Komodo 5 also has a new default theme based on Firefox 3's default theme, which means it looks way better than it did. Don't believe me? Take a look at this screenshot:

(My Komodo Editor with several toolbars turned off, vi emulation enabled, and custom syntax highlighting color scheme. The theme is the default Komodo 5 theme.)

Komodo 5 also comes with insanely flexible key binding tweakablility. You can set it to use Cocoa convention shortcuts, or you can set it to emulate Emacs or vi. You can even create your own scheme; for a while, I set Cmd-D to delete the current line and Cmd-/ to comment the current line like Eclipse does.

Lastly, since Komodo is built on Mozilla, it can employ extensions. I believe extensions are what made Firefox so popular in the first place. Through extensions, Komodo can support more syntax highlighting for more languages and other amazing things. Potentially, this means that Komodo has the ability to do whatever Coda can do, given that extension developers feel itchy enough to scratch that itch.

Nov
18
2008

Eclipse

I considered buying Komodo or Zend a few weeks ago. Instead I've installed and configured Eclipse and PHP and SVN and Zend debugger plugin. Well, at first sight it looks complicated but now it works perfectely and is completely FREE !

Nov
18
2008

Aptana anyone?

by elramirez

You should check out the Aptana IDE which is free and has all the bases covered.

Nov
18
2008

(The comments on this thread

(The comments on this thread seem to be totally buggered… I wonder where this one is going to end up. For the record, I'm trying to reply to kourge's post with the screenshot.)

Actually, that screenshot is a perfect example of a non-Mac app merely wearing a Mac skin. What's wrong with it?

  1. The yellow folder icons look more Windows-like than Mac-like. Mac folders are blue.
  2. The close widgets for the tabs are on the right side of the tab instead of the left. See the title bar of the window? Mac close widgets are always on the left.
  3. When a Mac application has a menu in a text field as in the three text fields along the top, there's no triangle on the right side. Instead, the triangle is smaller and is on the left side, integrated with the icon on the left side if there is one. See Safari's search menu/field thing.
  4. The code folding widgets seem to be using the same illogical plus/minus metaphor as Windows. The Mac uses "disclosure triangles" which point right (collapsed) or down (expanded).
  5. The status bar menus are all wrong (assuming those are menus). The up/down triangles are the wrong size and don't look right against the dark background, and they should have some sort of outline, even if they're not standard Cocoa pop-up menus.
  6. The status bar is also too thick.
  7. It also seems to me that the top part of the window has the same weird shading/gradient thing going on that Firefox 3 has.

Now perhaps Komodo is still usable and greatly productive despite all this. But the impression I get from that screenshot is that it still has a ways to go to be something that could be considered a real Mac-friendly app.

Nov
18
2008

All good points

All good points; with Komodo 5 we spent some time making the OS X default look more Mac-like, but obviously not as completely native as some would like, This is very hard to do by the way, as Mac-ness is a moving target, and Apple is often the first to break their own rules. As well, we tend to go with what Firefox does, for example both Firefox and Komodo have icons in menus, something no native mac app does.

Some direct responses:

> 1. The yellow folder icons look more Windows-like than Mac-like. Mac folders
> are blue.

Agreed, this is mostly laziness on our part. I for one hate those yellow things.

> 2. The close widgets for the tabs are on the right side of the tab instead of
> the left. See the title bar of the window? Mac close widgets are always on the
> left.

This is intentionally the same as Firefox

> 3. When a Mac application has a menu in a text field as in the three text fields
> along the top, there's no triangle on the right side. Instead, the triangle is
> smaller and is on the left side, integrated with the icon on the left side if
> there is one. See Safari's search menu/field thing.

Ditto, see Firefox 3's Awesome bar.

> 4. The code folding widgets seem to be using the same illogical plus/minus
> metaphor as Windows. The Mac uses "disclosure triangles" which point right
> (collapsed) or down (expanded).

The choice here is to sue the same visual metaphor as the world's most ubiquitous IDE ( Visual Studio ) or use the mac-centric styling. I suspect this would be hard to style specifically for the Mac as it is in the Editor window itself, but you may have a point there.

> 5. The status bar menus are all wrong (assuming those are menus). The up/down
> triangles are the wrong size and don't look right against the dark background,
> and they should have some sort of outline, even if they're not standard Cocoa
> pop-up menus.

These are relatively new in Komodo, but they seem intuitive to me, even if they're not particularly mac-like.

> 6. The status bar is also too thick.

...but, we do a lot *with* the status bar, like Firefox.

> 7. It also seems to me that the top part of the window has the same weird
> shading/gradient thing going on that Firefox 3 has.

It has exactly the same weird gradient things as Firefox/Thunderbird 3, because we didn't want to bother re-inventing the weird gradient thing. Firefox is not a native app in the sens that it does draw it's own window from soup to nuts, and that is what Mozilla came up with. Doesn't look 100% authentic, but it is far better than FF2 or Komodo 4.

So, the trend in my responses you may have noticed is that we do a lot of things like Firefox does. This is completely intentional for two reasons:

1. it's much easier on us to not reinvent the wheel. generally Mozilla does a lot of hard thinking about what the right thing is to do for Firefox users, and we trust them enough to not second-guess every last thing they do.

2. A lot of web developers are already familiar with Firefox's interface/eccentricities, and we are trying to leverage that familiarity.

Nov
18
2008

Comments should be better

by Joshua Brauer

Thanks Garrett for pointing out the comments were a little off. There were a couple of defaults I'd failed to set so it was a bit unpredictable to say the least. Hopefully all is well now.

Nov
18
2008

NetBeans! (and I'm not trolling)

by Michael Prasuhn

While its been over a year since I've looked at Komodo (probably closer to 2), this is coming from a guy that previously used Textmate, then Zend Studio 5.5, and now I'm on to NetBeans 6.5 nightlies, and rather happy.

Compared to Zend, I like having CSS and HTML syntax highlighting, and support for debugging with xdebug versus the Zend debugger. Overall the nightlies are very stable, and I prefer NetBeans to Eclipse for those that have tried Eclipse. NetBeans also seems to be rather compact and speedy as well.

Nov
19
2008

The choice here is to [use]

The choice here is to [use] the same visual metaphor as the world's most ubiquitous IDE ( Visual Studio )

…And there's the rub. Too often open source developers copy what the most popular software does, instead of what the best software does or finding its own path. The result is that almost everything works like Windows or other Microsoft software without any concern for whether that's actually a good thing. Gnome and KDE and Xfce all have their own Start buttons and taskbars and menu bars inside windows - though thankfully KDE at least gives you the option to put the menu bar at the top of the screen, where it belongs.

Does Komodo at least edit text like a real Mac app? Does it use the standard OS X spell checking dictionary? Do Page Up and Page Down only scroll the window, without moving the cursor? If I click-and-a-half on a word and then drag to the middle of the next word, does it select both words, instead of just the first word and half of the second word? If the cursor is in the middle of the last line and I press the down arrow key, does it move the cursor to the end of the line instead of staying put? I'm currently using the OS X version of OO.o to write a users' manual for a site I'm developing, and though it's pretty powerful in what it can do, it's somewhat infuriating to use because it edits text just like a stupid Windows app! (It's also buggy and crash-prone.)

Nov
21
2008

I agree with NetBeans

by Keith

I am still trying to wean myself from Zend Studio 5.5 and have been trying Coda. I am VERY impressed with NetBeans.

I upgraded to Zend Studio 6/Eclipse which is utter garbage. 6.1 fixes nothing. To me Zend Studio for Eclipse is unusable.

Coda is good but it needs to provide site "insight" and class/function completion.

I am from the old, old school of the BBEdit 3 or 4 days so I've been through several IDEs and editors. NetBeans seems to have a lot of potential.

Aptana/Eclipse is simply too bloated and unstable. I have tried Komodo but it doesn't seem intuitive. I'm sure if I tried it longer it may be a different story but for now I'm still splitting my development between Zend Studio 5.5, Coda and NetBeans.

Nov
22
2008

I gave NetBeans a try, but

I gave NetBeans a try, but couldn't stand its non-Mac interface. If I'm going to be seriously using a text editor, it needs to work as I expect it to, and I expect text editors on my Mac to work like Mac text editors… That's not unreasonable, is it?

Anyway, this post has inspired to write my own post on the state of Mac text editors from my perspective. Check it out here, if I may so spam.

Feb
15
2009

Coda is great but..not quite there yet

by Shane

I really like Coda and it shows great potential, I use it as my default editor. However it has several issues that keep it from being a serious code editor.
No auto indent (as was mentioned) in functions or in CSS code. No collapsing code blocks. Limited HTML code navigator. No PHP code navigator. And no integration between pages (this makes working on large projects a drag). Also in regards to projects, it would be nice to be able to move a file in the file manager and have the reference be moved as well. Also once you add a large number of Clips (code snippets) it gets very slow. As I say, it is an editor with good potential but not quite there yet to be the one stop solution.

I gave the whole set of editors/IDEs a test run lately looking for something better: Eclipse based IDEs are either too much maintenance (need to load a plugin for everything) or too bloated (as in Aptana). Net Beans had me very happy and I was settled on it. Then ran into Komodo Edit and like what I see so far, it is not a perfect mac look+feel but much closer than the Java based options. If Coda could get it together to offer the feature set (as in the editor) of Komodo Edit it would be a fantastic editor. At best it is a beta release of what a code editor for mac could be, without the basics that are in even the free Smultron it is hard to see why it is so popular (besides the pretty look).

Feb
16
2009

They're all bad... and good as well..

as with most software (OS's included) most editing environments lack some major awesome feature that one of the others has.

If you take Dreamweaver's site/ftp and text search and replace, Zend Studio's REAL php debugging, along with Visual Studio's intellisense and code explorer views, add in NetBeans syntax highlighting and modularity features, and then use NuSphere PHPEd's UI (look and feel). That would be the ideal IDE for web development. Right now I use all of the above (along with Kate, Geany, Eric, pspad) across Linux, Mac, and Win...

Aptana kind of works, good try anyway - Eclipse? never had anything but nightmare's getting eclipse to actually debug php.

I haven't tried expression web

Mar
14
2009

Eclipse and Aptana

by Clinton

I've tried to like Eclipse with both PyDev Extensions and Aptana and I just can't do it. I absolutely hate the Eclipse editor and wish I had not purchased Aptana (PyDev Extensions was OK).

I'm currently evaluating Komodo 5 and so far I like it infinitely more than any configuration of Eclipse.

Jun
16
2009

Komodo edit

I use Komodo Edit (on linux), and it suits me perfectly.

Jul
5
2009

Interestingly the feature I

by club penguin

Interestingly the feature I enjoy the most about Coda is the site management. At a glance I can zero in on the current project I am wanting, and double click to be in the editing environment exactly as I had left it. The same files open, the same terminal.

Sep
7
2009

lumpy scrolling

bummer on the lumpy scrolling and hangs, get in touch with us, lets see if there's something we can figure out around that.
Shane - ActiveState

Sep
7
2009

argh

grr *pay attention* to blog dates. /me bad

Oct
17
2009

I'm trying to check out

by heather

I'm trying to check out Acquia Drupal via SVN using Coda.

Any tips on how to make it work?

Repository URL using: https://svn.acquia.com/drupal/branches/1.x-6.x/

and user/pwd blank

I get this error:

Could not checkout a working copy.

svn: PROPFIND request failed on '/drupal/branches/1.x-6.x'
svn: PROPFIND of '/drupal/branches/1.x-6.x': Server certificate verification failed: issuer is not trusted (https://svn.acquia.com)

Oct
17
2009

oh...

by heather

"SVN checkout fails via HTTPS when server certificate is not trusted."

coda group:

http://groups.google.com/group/coda-users/msg/75bd2b95d6304525

Oct
31
2009

Komodo Edit vs Coda

Coda:

+ Much better syntax highlighting out of the box (i use Smarty for templates)
+ Filemanagement its like in Finder, there you can dublicate folders
- makes . files

Pro Komodo Edit:

+ its free as freedome and free beer ;)
+ its plattfom indepent
+ knows user made functions, classes and the methods etc. (saves much of time)
- got a "strange" filemangement (not always delete files that i tried)

May
26
2010

KOMODO vs Coda

by Ludwig

I have been trying out a variety of editors, mainly Komodo, Coda, Dreamweaver and Expresso.
Neither Komodo nor Expresso allow me to connect simply to my MAMP dev environment. They both assume (and require?) a remote server. This is a deal breaker for me.
I need to develop on my MAMP setup before moving to my sandbox which comes before going live.
I do not want to edit directly on my live sites - which is what Komodo and Expresso seem to assume is the norm. If they can connect to my MAMP setup they are being very obscure about it.
Both Dreamweaver and Coda allow me to connect to my local site intuitively and quickly. Coda allows me to "see" my css classes visually but really it is 6 of one, half a dozen of the other.

I am still looking for a decent editor/IDE but so far the winner is Coda.

May
27
2010

Komodo is great for local development

by Joshua Brauer

I'm not sure what issues you're having with Komodo locally. One of the great strengths is using it locally with my DAMP stack installer. It is very quick for adding a project file to a local code checkout and working with the local code. As a bonus if you also want to work remotely it works as well.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Link to Amazon products with: [amazon product_id inline|full|thumbnail|datadescriptor]. Example: [amazon 1590597559 thumbnail] or [amazon 1590597559 author]. Details are on the Amazon module handbook page.
  • Twitter-style @usersnames are linked to their Twitter account pages.
  • Twitter-style #hashtags are linked to search.twitter.com.
  • Allowed HTML tags: <a> <b> <dd> <dl> <dt> <i> <li> <ol> <u> <ul><p> <img> <table> <tr> <td><strong><em><sup><div><fn><h1><h2><h3><h4><blockquote><img style="">
  • Use [fn]...[/fn] (or <fn>...</fn>) to insert automatically numbered footnotes.
  • You may insert videos with [video:URL]
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically. (Better URL filter.)
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options