Skip to content

Commit 5b933aa

Browse files
miss-islingtoncsabella
authored andcommitted
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537)
Add new entries to the widget list. (cherry picked from commit 845d864) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
1 parent 5c5e61b commit 5b933aa

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lib/idlelib/configdialog.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,11 +1792,27 @@ def create_page_general(self):
17921792
(*)win_width_int: Entry - win_width
17931793
win_height_title: Label
17941794
(*)win_height_int: Entry - win_height
1795+
frame_autocomplete: Frame
1796+
auto_wait_title: Label
1797+
(*)auto_wait_int: Entry - autocomplete_wait
1798+
frame_paren1: Frame
1799+
paren_style_title: Label
1800+
(*)paren_style_type: OptionMenu - paren_style
1801+
frame_paren2: Frame
1802+
paren_time_title: Label
1803+
(*)paren_flash_time: Entry - flash_delay
1804+
(*)bell_on: Checkbutton - paren_bell
17951805
frame_editor: LabelFrame
17961806
frame_save: Frame
17971807
run_save_title: Label
17981808
(*)save_ask_on: Radiobutton - autosave
17991809
(*)save_auto_on: Radiobutton - autosave
1810+
frame_format: Frame
1811+
format_width_title: Label
1812+
(*)format_width_int: Entry - format_width
1813+
frame_context: Frame
1814+
context_title: Label
1815+
(*)context_int: Entry - context_lines
18001816
frame_help: LabelFrame
18011817
frame_helplist: Frame
18021818
frame_helplist_buttons: Frame
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update configdialog General tab docstring to add new widgets to the widget list.

0 commit comments

Comments
 (0)