Searched refs:FormatParagraph (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | format.py | 14 class FormatParagraph: class 36 cls.max_width = idleConf.GetOption('extensions', 'FormatParagraph', 81 FormatParagraph.reload()
|
H A D | editor.py | 63 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip namespace 334 self.FormatParagraph(self).format_paragraph_event)
|
H A D | configdialog.py | 35 from idlelib.format import FormatParagraph namespace 41 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph, 1627 StringVar(self), ('extensions', 'FormatParagraph', 'max-width')) 1758 'extensions', 'FormatParagraph', 'max-width', type='int')) 2330 FormatParagraph: Max-width is max chars in lines after re-formatting.
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_format.py | 216 instance = ft.FormatParagraph('editor') 222 # For testing format_paragraph_event, Initialize FormatParagraph with 249 This is done with FormatParagraph.format.paragraph_event, 261 "width, but FormatParagraph will fix it.\n" 268 "width, but FormatParagraph will fix it.\n" 278 cls.formatter = ft.FormatParagraph(editor).format_paragraph_event 331 " line. It is also way over the max width, but FormatParagraph will\n" 347 "# the max width, but FormatParagraph will fix it. The fourth line is\n" 374 ##"# but FormatParagraph will fix it. The fourth line is short like the\n"
|
Completed in 8 milliseconds