QScintilla/Shell.py

changeset 5800
c3379bf35654
parent 5799
e87f52c0374a
child 5825
9487c08b6a23
child 5991
1ab3f4de8a4b
--- a/QScintilla/Shell.py	Mon Jul 10 18:24:35 2017 +0200
+++ b/QScintilla/Shell.py	Mon Jul 10 18:48:33 2017 +0200
@@ -145,7 +145,9 @@
                 """<p>You can use the cursor keys while entering commands."""
                 """ There is also a history of commands that can be recalled"""
                 """ using the up and down cursor keys while holding down the"""
-                """ Ctrl-key. Pressing these keys after some text has been"""
+                """ Ctrl-key. This can be switched to just the up and down"""
+                """ cursor keys on the Shell page of the configuration"""
+                """ dialog. Pressing these keys after some text has been"""
                 """ entered will start an incremental search.</p>"""
                 """<p>The shell has some special commands. 'reset' kills the"""
                 """ shell and starts a new one. 'clear' clears the display"""
@@ -170,7 +172,9 @@
                 """<p>You can use the cursor keys while entering commands."""
                 """ There is also a history of commands that can be recalled"""
                 """ using the up and down cursor keys while holding down the"""
-                """ Ctrl-key. Pressing these keys after some text has been"""
+                """ Ctrl-key. This can be switched to just the up and down"""
+                """ cursor keys on the Shell page of the configuration"""
+                """ dialog. Pressing these keys after some text has been"""
                 """ entered will start an incremental search.</p>"""
                 """<p>The shell has some special commands. 'reset' kills the"""
                 """ shell and starts a new one. 'clear' clears the display"""

eric ide

mercurial