Searched refs:FormatParagraph (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_formatparagraph.py | 3 from idlelib import FormatParagraph as fp 213 instance = fp.FormatParagraph('editor') 274 cls.formatter = fp.FormatParagraph(editor).format_paragraph_event
|
/external/python/cpython3/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 | 34 from idlelib.format import FormatParagraph 40 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
|
D | NEWS.txt | 1031 - Issue #20577: Configuration of the max line length for the FormatParagraph 1033 to the FormatParagraph tab of the Config Extensions dialog.
|
/external/python/cpython2/Lib/idlelib/ |
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 | FormatParagraph.py | 21 class FormatParagraph: class
|
D | config-extensions.def | 67 [FormatParagraph]
|
D | README.txt | 45 FormatParagraph.py# Re-wrap multiline strings and comments. 183 Format Paragraph # FormatParagraph extension
|
D | help.txt | 295 FormatParagraph
|
D | NEWS.txt | 189 - Issue #20577: Configuration of the max line length for the FormatParagraph 191 to the FormatParagraph tab of the Config Extensions dialog. 316 - Issue #18226: Add docstrings and unittests for FormatParagraph.py.
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_format.py | 216 instance = ft.FormatParagraph('editor') 278 cls.formatter = ft.FormatParagraph(editor).format_paragraph_event
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.10rc1.rst | 839 Configuration of the max line length for the FormatParagraph extension has 841 FormatParagraph tab of the Config Extensions dialog. Patch by Tal Einat.
|
D | 2.7.6rc1.rst | 950 Add docstrings and unittests for FormatParagraph.py. Original patches by
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 630 * FormatParagraph
|
/external/python/cpython3/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.
|
/external/python/cpython3/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.
|