##// END OF EJS Templates
clarified comments in ipy_user_conf.py
vivainio -
Show More
@@ -41,9 +41,14 b' def main():'
41 # Good idea e.g. for %edit os.path.isfile
41 # Good idea e.g. for %edit os.path.isfile
42
42
43 #import ipy_editors
43 #import ipy_editors
44
45 # Choose one of these:
46
44 #ipy_editors.scite()
47 #ipy_editors.scite()
45 #ipy_editors.scite('c:/opt/scite/scite.exe')
48 #ipy_editors.scite('c:/opt/scite/scite.exe')
46 #ipy_editors.komodo()
49 #ipy_editors.komodo()
50
51 # Or roll your own:
47 #ipy_editors.install_editor("c:/opt/jed +$line $file")
52 #ipy_editors.install_editor("c:/opt/jed +$line $file")
48
53
49
54
General Comments 0
You need to be logged in to leave comments. Login now