##// END OF EJS Templates
List a few know issues in changelog.
Matthias Bussonnier -
Show More
@@ -96,13 +96,19 b' Known Issues:'
96 or Ctrl-C as an alternative.
96 or Ctrl-C as an alternative.
97
97
98 - Cannot use ``Shift-Enter`` and ``Ctrl-Enter`` to submit code in terminal. cf
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
99 :ghissue:`9587` and :ghissue:`9401`. In terminal there is no practical way to
100 distinguish these key sequences from a normal new line return.
100 distinguish these key sequences from a normal new line return.
101
101
102 - Dialog completion pop up even with a single completion. Cf :gh:`9540`. This
102 - Dialog completion pop up even with a single completion. Cf :ghissue:`9540`. This
103 would automatically be resolved with the next minor revision of
103 would automatically be resolved with the next minor revision of
104 ``prompt_toolkit``
104 ``prompt_toolkit``
105
105
106 - ``PageUp`` and ``pageDown`` do not move through completion menu.
106 - ``PageUp`` and ``pageDown`` do not move through completion menu.
107
107
108 - Custom prompt cannot make use of custom invisible escape sequences. This
109 will be automatically resolved with next version of Prompt Toolkit
110
111 - Color styles might not adapt to terminal emulator themes. This will need new
112 version of Pygments to be released, and can be mitigated with custom themes.
113
108
114
General Comments 0
You need to be logged in to leave comments. Login now