[IPython-user] Custom command completers implemented in SVN
Fernando Perez
fperez.net at gmail.com
Fri Nov 3 01:02:19 CST 2006
On 11/1/06, Fernando Perez <fperez.net at gmail.com> wrote:
> Basically, ever since the code has had the ability to close the quote
> mark on an unambiguous completion, it has worked this way. This could
> be improved, but it would be /new/ functionality, not fixing a
> regression. The analysis to do is to check whether the end of the
> completion is a filename or a non-empty directory. If it's a
> filename, we can just close the quotes since nothing else can go after
> that, but if it's a non-empty directory, it's better to not close
> them.
>
> The implementation is easy. I'm busy right now, but I might do it
> tonight if you want it.
Done in r1872, let me know if you have any troubles.
Cheers,
f
More information about the IPython-user
mailing list