##// END OF EJS Templates
add ipy_editors examples to ipy_user_conf.py
vivainio -
Show More
@@ -37,6 +37,16 b' def main():'
37 # import ipy_profile_sh
37 # import ipy_profile_sh
38
38
39
39
40 # Configure your favourite editor?
41 # Good idea e.g. for %edit os.path.isfile
42
43 #import ipy_editors
44 #ipy_editors.scite()
45 #ipy_editors.scite('c:/opt/scite/scite.exe')
46 #ipy_editors.komodo()
47 #ipy_editors.install_editor("c:/opt/jed +$line $file")
48
49
40 o = ip.options
50 o = ip.options
41 # An example on how to set options
51 # An example on how to set options
42 #o.autocall = 1
52 #o.autocall = 1
General Comments 0
You need to be logged in to leave comments. Login now