Home
last modified time | relevance | path

Searched refs:FormatParagraph (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py3 from idlelib import FormatParagraph as fp
213 instance = fp.FormatParagraph('editor')
274 cls.formatter = fp.FormatParagraph(editor).format_paragraph_event
/external/python/cpython2/Lib/idlelib/
DChangeLog309 * 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 …]
DFormatParagraph.py21 class FormatParagraph: class
DREADME.txt45 FormatParagraph.py# Re-wrap multiline strings and comments.
183 Format Paragraph # FormatParagraph extension
Dconfig-extensions.def67 [FormatParagraph]
Dhelp.txt295 FormatParagraph
DNEWS.txt189 - 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/cpython2/Doc/library/
Didle.rst630 * FormatParagraph
/external/python/cpython2/Misc/
DNEWS1444 - Issue #20577: Configuration of the max line length for the FormatParagraph
1446 to the FormatParagraph tab of the Config Extensions dialog.
2846 - Issue #18226: Add docstrings and unittests for FormatParagraph.py.