mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Merge with 3.4 #22614
This commit is contained in:
commit
2fb369c0d3
1 changed files with 3 additions and 0 deletions
|
|
@ -151,6 +151,9 @@ class PyShellEditorWindow(EditorWindow):
|
|||
|
||||
def color_breakpoint_text(self, color=True):
|
||||
"Turn colorizing of breakpoint text on or off"
|
||||
if self.io is None:
|
||||
# possible due to update in restore_file_breaks
|
||||
return
|
||||
if color:
|
||||
theme = idleConf.GetOption('main','Theme','name')
|
||||
cfg = idleConf.GetHighlight(theme, "break")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue