Show More
@@ -84,3 +84,25 b' the long term if possible dynamic examples that can contain math, images,' | |||
|
84 | 84 | widgets... As stated above this is nightly experimental feature with a lot of |
|
85 | 85 | (fun) problem to solve. We would be happy to get your feedback and expertise on |
|
86 | 86 | it. |
|
87 | ||
|
88 | ||
|
89 | Known Issues: | |
|
90 | ------------- | |
|
91 | ||
|
92 | - ``<Esc>`` Key does not dismiss the completer and does not clear the current | |
|
93 | buffer. This is an on purpose modification due to current technical | |
|
94 | limitation. Cf :ghpull:`9572`. Escape the control character which is used | |
|
95 | for other shortcut, and there is no practical way to distinguish. Use Ctr-G | |
|
96 | or Ctrl-C as an alternative. | |
|
97 | ||
|
98 | - Cannot use ``Shift-Enter`` and ``Ctrl-Enter`` to submit code in terminal. cf | |
|
99 | :gh:`9587` and :gh:`9401`. In terminal there is no practical way to | |
|
100 | distinguish these key sequences from a normal new line return. | |
|
101 | ||
|
102 | - Dialog completion pop up even with a single completion. Cf :gh:`9540`. This | |
|
103 | would automatically be resolved with the next minor revision of | |
|
104 | ``prompt_toolkit`` | |
|
105 | ||
|
106 | - ``PageUp`` and ``pageDown`` do not move through completion menu. | |
|
107 | ||
|
108 |
General Comments 0
You need to be logged in to leave comments.
Login now