##// END OF EJS Templates
some completer release note
Matthias BUSSONNIER -
Show More
@@ -36,6 +36,25 b' Interactive tab completion for the Qt console'
36
36
37 (Add description & screenshots) (:ghpull:`1851`)
37 (Add description & screenshots) (:ghpull:`1851`)
38
38
39
40 Completer improvement
41 ---------------------
42
43 One of the great feature of IPython is the ability to inspect live element and
44 provide useful completion to the user, this one base of interactive
45 exploration of data. To make this process even more user-friendly the completers
46 of both the QTconsole and the Notebook has been reworked.
47
48 The Qtconsole --gui-completion flag came with a new `ncurses` flavor, activated
49 by default, which allows to cycle through the available completion by pressing
50 tab, and to navigate the with the arrow keys.(:ghpull:`1851`)
51
52 As part of the great refactoring of the notebook's JavaScript, the completer
53 has been partially rewritten. Completions are now sourced both from object
54 introspection and analyse of surrounding code, allowing to get a even limited
55 completion on code not executed, or even while the kernel is busy.
56
57
39 Other new features
58 Other new features
40 ------------------
59 ------------------
41
60
General Comments 0
You need to be logged in to leave comments. Login now