[IPython-user] disable string quote completer
chadrik
chadrik@gmail....
Sun Feb 8 19:31:24 CST 2009
i'm writing some custom completers and the default string quote completion
is getting in the way of the functionality that i want. to see this
behavior in action, try this:
In [1] cd '/va<TAB>
assuming you're on a unix system (and the directory exists), it will be
completed as:
In [1] cd '/var/'
the end quote is automatically added, and it's not being done by the "cd"
completer. this behavior is detrimental because when using my own
completer, which completes strings, i have to delete the quote type a little
more and hit tab, every time i want to do the next completion. how can i
disable this behavior?
thanks in advance,
chad
--
View this message in context: http://www.nabble.com/disable-string-quote-completer-tp21905781p21905781.html
Sent from the IPython - User mailing list archive at Nabble.com.
More information about the IPython-user
mailing list