Home
last modified time | relevance | path

Searched refs:FormatParagraph (Results 1 – 19 of 19) 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/cpython3/Lib/idlelib/
Dformat.py14 class FormatParagraph: class
81 FormatParagraph.reload()
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 …]
Dconfig-extensions.def12 [FormatParagraph]
Deditor.py61 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip
322 self.FormatParagraph(self).format_paragraph_event)
Dconfigdialog.py34 from idlelib.format import FormatParagraph
40 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
DNEWS.txt1031 - 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/
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
Dconfig-extensions.def67 [FormatParagraph]
DREADME.txt45 FormatParagraph.py# Re-wrap multiline strings and comments.
183 Format Paragraph # FormatParagraph extension
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/cpython3/Lib/idlelib/idle_test/
Dtest_format.py216 instance = ft.FormatParagraph('editor')
278 cls.formatter = ft.FormatParagraph(editor).format_paragraph_event
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst839 Configuration of the max line length for the FormatParagraph extension has
841 FormatParagraph tab of the Config Extensions dialog. Patch by Tal Einat.
D2.7.6rc1.rst950 Add docstrings and unittests for FormatParagraph.py. Original patches by
/external/python/cpython2/Doc/library/
Didle.rst630 * FormatParagraph
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst4620 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/
DHISTORY1240 - 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.