##// END OF EJS Templates
ipy_editor.kate()
vivainio -
Show More
@@ -75,6 +75,10 b" def gnuclient(exe= 'gnuclient'):"
75 install_editor(exe + ' -nw +$line "$file"')
75 install_editor(exe + ' -nw +$line "$file"')
76
76
77 def crimson_editor(exe = 'cedt.exe'):
77 def crimson_editor(exe = 'cedt.exe'):
78 install_editor(exe + ' /L:%line "$file"')
78 install_editor(exe + ' /L:$line "$file"')
79
80 def kate(exe = 'kate'):
81 install_editor(exe + ' -u -l $line "$file"')
82
79
83
80 No newline at end of file
84
General Comments 0
You need to be logged in to leave comments. Login now