At 03:41 PM 7/18/2008, arsyed wrote:
I just set the EDITOR environment variable under windows to textpad
and %ed works fine from ipython. It also gets used by subversion and
other programs for commit messages, etc.
>echo %EDITOR%
"C:\Program Files\TextPad 5\TextPad.exe"
I'd already done tha
I just set the EDITOR environment variable under windows to textpad and %ed
works fine from ipython. It also gets used by subversion and other programs
for commit messages, etc.
>echo %EDITOR%
"C:\Program Files\TextPad 5\TextPad.exe"
On Thu, Jul 17, 2008 at 11:39 AM, Dick Moores <[EMAIL PROTE
At 08:13 AM 7/17/2008, Alan Gauld wrote:
"Dick Moores" <[EMAIL PROTECTED]> wrote
In my ipy_user_conf.py I have put this line:
ipy_editors.install_editor("C:\Program Files\TextPad 5\TextPad.exe")
escape the spaces and backslashes(raw string might work as well)
Yeah, I tried that (except for t
"Dick Moores" <[EMAIL PROTECTED]> wrote
In my ipy_user_conf.py I have put this line:
ipy_editors.install_editor("C:\Program Files\TextPad 5\TextPad.exe")
escape the spaces and backslashes(raw string might work as well)
ipy_editors.install_editor("C:\\Program\ Files\\TextPad
5\\TextPad.exe")