Komodo Edit Add-ons
I usually use Eclipse as my development environment. Recently, I’ve been running out of memory when I use it. I’ve now switched to Komodo Edit because of that Eclipse memory issue. Komodo Edit is a real nice editor, but I would like to find some add-ons to create a more robust IDE experience. Here are the things I’m currently missing out on:
- SVN and CVS integration
- Terminal Window
- Toolbox Packages
If anyone out there can point me at some add-ons for these features, I would be forever indebted.







I have been using Komodo IDE for a while. There is fairly decent svn support built in. You just need to check out from the terminal (svn co..) then make your checkout into a project and komodo will detect it’s under revision control and let you use most standard svn commands. I just use commit/revert/remove from komodo and update from the command line.
Is that the “Komodo IDE” or “Komodo Edit”? Edit is the free version.
I’m looking for the same thing. CVS, specifically.
It might be possible to run a sudo-terminal window by using “bash” as a “tool”. This seems to work, although I don’t get a prompt on my system. Other terminal apps may work too, and the prompt issue may just be my particular config.
I’m thinking about adding add, commit, and update as tools as well. In which case, I’ll just execute the CVS command as needed. I may end up writing a PHP tool for this. One problem is that Komodo Edit won’t show you what’s been changed. So, that may be another tool to run. Maybe I’ll get around to writing this in the coming weeks, as I’m enjoying Komodo and haven’t found a decent CVS client for Linux.
Joel