Searched refs:FormatParagraph (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | format.py | 14 class FormatParagraph: class 81 FormatParagraph.reload()
|
D | ChangeLog | 309 * FormatParagraph.py: py-cvs-rel2_1 (Rev 1.9) merge - whitespace 419 EditorWindow.py, FileList.py, FormatParagraph.py, IOBinding.py, 436 FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py, 464 ExecBinding.py, FileList.py, FormatParagraph.py, FrameViewer.py, 532 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py, 554 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py, 668 * IOBinding.py, FormatParagraph.py, CallTips.py: 673 * AutoIndent.py, EditorWindow.py, FormatParagraph.py: 686 FormatParagraph.py: renamed use of get_selection_index. 707 * FormatParagraph.py: [all …]
|
D | config-extensions.def | 12 [FormatParagraph]
|
D | editor.py | 61 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip 322 self.FormatParagraph(self).format_paragraph_event)
|
D | configdialog.py | 35 from idlelib.format import FormatParagraph 41 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
|
D | NEWS.txt | 1066 - Issue #20577: Configuration of the max line length for the FormatParagraph 1068 to the FormatParagraph tab of the Config Extensions dialog.
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_format.py | 216 instance = ft.FormatParagraph('editor') 278 cls.formatter = ft.FormatParagraph(editor).format_paragraph_event
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 4620 Configuration of the max line length for the FormatParagraph extension has 4622 FormatParagraph tab of the Config Extensions dialog. Patch by Tal Einat.
|
/third_party/python/Misc/ |
D | HISTORY | 1240 - Issue #20577: Configuration of the max line length for the FormatParagraph 1242 to the FormatParagraph tab of the Config Extensions dialog. 5877 - Issue #18226: Add docstrings and unittests for FormatParagraph.py.
|