Re: IPython 5.0.0 beta 1 now available !
Aaron Meurer <[email protected]> Thu, 9 Jun 2016 17:12:26 -0400
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAKgW=6KwsMxY_Zj2eyTpmsP0pchKSTHj4aqqLN5dp4qa=z6=8Q@mail.gmail.com> |
This was on master. Aaron Meurer On Thu, Jun 9, 2016 at 5:00 PM, Matthias Bussonnier <[email protected]> wrote: > >> On Jun 9, 2016, at 13:49, Aaron Meurer <[email protected]> wrote: >> >> I set that to False, but it seems there's more to it, because >> sometimes it gets stuck on an autocompletion and the arrow keys cycle >> through that instead. >> >> Related issue I just discovered: sometimes the tab completion gets >> "stuck", and the only way to unstick it seems to be to type left >> arrow. For instance, say I type >> > > The "show one completion when there is only one" has been reported and will be fixed with subsequent prompt_toolkit release. > >> import IPy<TAB> >> >> which then completes to >> >> import IPython >> >> then I try to press Enter. But it is stuck on a completion popup (with >> only one entry). Pressing TAB again to select the one completion >> doesn't help. > > Ctrl-G/Ctrl-C should dismiss the completer on beta3 that I'll likely release in a few hours. > > Though, I can't reproduce the "getting stuck", (neither on beta2 not master). > Selecting the completion with tab and pressing enter does work here. > As well as typing anything else that does not match the completion. > > -- > M > > _______________________________________________ > IPython-dev mailing list > [email protected] > https://mail.scipy.org/mailman/listinfo/ipython-dev