Menu

#54 %ed can not set to other editor beside of notepad in windows 7

New
nobody
None
Medium
Defect
2014-08-21
2013-06-06
Anonymous
No

Originally created by: keekyc...@gmail.com

What steps will reproduce the problem?
1.%ed in qtconsole will invoke notepad in windows 7
2.setting c.TerminalInteractiveShell.editor in profile can set %ed to other editor, but c.TerminalInteractiveShell.editor wont work in qt-console, setting both in ipython_qtconsole_config.py/ipython_config.py won't work.
3.profile created in cmd by ipython profile create

What is the expected output? What do you see instead?
%ed will invoke other editor such as notepad

What version of the product are you using? On what operating system?
winpython 2.7.4, windows 7

Please provide any additional information below.

Discussion

  • Anonymous

    Anonymous - 2013-06-06

    Originally posted by: keekyc...@gmail.com

    setting c.IPythonWidget.editor wont work either

     
  • Anonymous

    Anonymous - 2013-06-09

    Originally posted by: pierre.raybaut

    Are you really doing those manipulations in the WinPython user directory ?
    (i.e. in [WinPython install dir]\settings)

     
  • Anonymous

    Anonymous - 2013-06-10

    Originally posted by: keekyc...@gmail.com

    yes, [WinPython install dir]\settings)
    ipython_config.py and ipython_qtconsole_config.py both setting

    c.IPythonWidget.editor = 'E:/Program Files/Notepad++/notepad++.exe'
    c.TerminalInteractiveShell.editor = 'E:/Program Files/Notepad++/notepad++.exe'

    But:
    execute ipython in cmd, %ed works fine
    but in qt console, %ed will not popup the editor

    C attachment

     

    Last edit: Anonymous 2015-04-19

Log in to post a comment.