mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
Add enable_ipython_paste_for_paths to rlmain.config
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
SET VERSION=1.6.1
|
||||
SET VERSION=1.6.2
|
||||
python setup.py build_sphinx
|
||||
python setup.py build_sphinx -b latex
|
||||
|
||||
|
||||
@@ -329,6 +329,9 @@ class BaseReadline(object):
|
||||
def completer_delims(delims):
|
||||
self.mode.completer_delims = delims
|
||||
|
||||
def enable_ipython_paste_for_paths(boolean):
|
||||
self.mode.enable_ipython_paste_for_paths = boolean
|
||||
|
||||
def debug_output(on, filename=u"pyreadline_debug_log.txt"): #Not implemented yet
|
||||
if on in [u"on", u"on_nologfile"]:
|
||||
self.debug=True
|
||||
@@ -378,6 +381,7 @@ class BaseReadline(object):
|
||||
u"allow_ctrl_c":allow_ctrl_c,
|
||||
u"ctrl_c_tap_time_interval":ctrl_c_tap_time_interval,
|
||||
u"kill_ring_to_clipboard":setkill_ring_to_clipboard,
|
||||
u"enable_ipython_paste_for_paths":enable_ipython_paste_for_paths,
|
||||
}
|
||||
if os.path.isfile(inputrcpath):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user