<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ville,<br>
<br>
I have updated my branch according to the comment you put on the white
board.<br>
<br>
I have removed the ip_synchronize_with_xxx.py file and add a
ipy_synchronize_with.py version that contains the code for each
supported editor.<br>
<br>
Now if you want that IPython synchronize the code it highlight and your
favorite editor you have to add the following line to your
ip_user_conf.py file:<br>
<blockquote><tt>import ipy_synchronize_with<br>
py_synchronize_with.scite()</tt><br>
</blockquote>
Supposing the that scite is your favorite editor. Currently emacs,
gvim, scite, notepadplusplus, pspad and ultraedit are supported but it
should be easy to add some more.<br>
<br>
Please tell what should I do to help you testing or reviewing my
propositions.<br>
<br>
Regards,<br>
Vivian.<br>
<br>
</body>
</html>