@@ -19,6 +19,8 @@ There are three modes for autocomplete. simple, substring, and fuzzy. Simple
19
19
matches methods with a common prefix, substring matches methods with a common
20
20
subsequence, and fuzzy matches methods with common characters (default: simple).
21
21
22
+ As of version 0.14 this option has no effect, but is reserved for later use.
23
+
22
24
.. versionadded :: 0.12
23
25
24
26
.. _configuration_color_scheme :
@@ -43,17 +45,19 @@ If set to 0, automatic dedenting never occurs.
43
45
44
46
editor
45
47
^^^^^^
46
- Editor for externally editing the current line.
48
+ Editor for externally editing the current line, session, or config file .
47
49
48
50
.. versionadded :: 0.13
49
51
50
52
flush_output
51
53
^^^^^^^^^^^^
52
54
Whether to flush all output to stdout on exit (default: True).
53
55
56
+ Only relevant to bpython-curses and bpython-urwid.
57
+
54
58
highlight_show_source
55
59
^^^^^^^^^^^^^^^^^^^^^
56
- Whether the source code of an object should be highlighted (default: True).
60
+ Whether the source code of an object should be syntax highlighted (default: True).
57
61
58
62
hist_duplicates
59
63
^^^^^^^^^^^^^^^
@@ -69,7 +73,7 @@ Number of lines to store in history (set to 0 to disable) (default: 100).
69
73
70
74
paste_time
71
75
^^^^^^^^^^
72
- The time between lines before pastemode is activated in seconds (default: 0.02).
76
+ The time between keypresses before pastemode is deactivated in bpython-curses (default: 0.02).
73
77
74
78
pastebin_confirm
75
79
^^^^^^^^^^^^^^^^
@@ -195,7 +199,7 @@ telling you the key does not exist in bpython.keys.
195
199
196
200
Valid keys are:
197
201
198
- * Control + any alphanumeric character (C-a through A -z, also a few others).
202
+ * Control + any alphanumeric character (C-a through C -z, also a few others).
199
203
* Any function key ranging from F1 to F12.
200
204
201
205
backspace
@@ -236,7 +240,7 @@ copy_clipboard
236
240
^^^^^^^^^^^^^^
237
241
Default: F10
238
242
239
- Copy to clipboard.
243
+ Copy the entire session to clipboard.
240
244
241
245
.. versionadded :: 0.14
242
246
@@ -292,7 +296,7 @@ external_editor
292
296
^^^^^^^^^^^^^^^
293
297
Default: F7
294
298
295
- Edit current line in an external editor.
299
+ Edit the entire session in an external editor.
296
300
297
301
.. versionadded :: 0.13
298
302
@@ -308,7 +312,7 @@ last_output
308
312
^^^^^^^^^^^
309
313
Default: F9
310
314
311
- Shows the last output in the systems $PAGER.
315
+ Shows the last output in the systems $PAGER. Only works in bpython-curses.
312
316
313
317
left
314
318
^^^^
0 commit comments