• 2010
  • Feb
  • 25

Small SVN iterface in Komodo Edit

05-03-2010 : New version 0.2

I’m using Komodo Edit as projects editor lately. Is based on mozilla xul, it’s lighter than Eclipse, it’s extensible with addons like Firefox and it has the features I need. Almost.
What I miss is a simple interface with SVN. Komodo IDE, the commercial brother, had it, but it lacks from Edit.

Some day ago I found “Home-baked SVN support for Komodo Edit“, where the author use Komodo “run” commands to build a custom toolbar wich run svn commands, using zenity for some GUI.

Starting from there, I’m trying to build an interface to SVN using macros and XUL for dialogs.

News
* 05-03-2010 : New version 0.2

  • New commit dialog
  • New “Show all logs” dialog

Some screenshots:

keditsvn_checkout.jpg
Svn ckeckout dialog

keditsvn_revision_in_tab.jpg
After checkout, svn revision in document tab

keditsvn_log_window.jpg
Log window

keditsvn_diff.jpg
Diff with previous revision

keditsvn_diff_sbs.jpg
Diff whit previous revision, side by side. side-by-side-diff addon.

keditsvn_diff_select_revision.jpg
Diff - select revision dialog

keditsvn_commit_dialog_new.jpg
New commit dialog: you can chose wich files commit, and view a diff via contextual menu

Download

Download kedit-svn package:
* version 0.2

It’s only an hack, just to see if it is possible to do. Surely it has many bugs.