##// END OF EJS Templates
Merge pull request #9624 from Carreau/ptk-101...
Fernando Perez -
r22553:4b6e6c74 merge
parent child Browse files
Show More
@@ -99,15 +99,8 b' Known Issues:'
99 :ghissue:`9587` and :ghissue:`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 :ghissue:`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.
102 - ``PageUp`` and ``pageDown`` do not move through completion menu.
107
103
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
104 - 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.
105 version of Pygments to be released, and can be mitigated with custom themes.
113
106
@@ -196,7 +196,7 b' install_requires = ['
196 'pickleshare',
196 'pickleshare',
197 'simplegeneric>0.8',
197 'simplegeneric>0.8',
198 'traitlets>=4.2',
198 'traitlets>=4.2',
199 'prompt_toolkit>=1.0.0,<2.0.0',
199 'prompt_toolkit>=1.0.1,<2.0.0',
200 'pygments',
200 'pygments',
201 ]
201 ]
202
202
General Comments 0
You need to be logged in to leave comments. Login now