Home
last modified time | relevance | path

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

/third_party/python/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.py35 from idlelib.format import FormatParagraph
41 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
DNEWS.txt1066 - 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/
Dtest_format.py216 instance = ft.FormatParagraph('editor')
278 cls.formatter = ft.FormatParagraph(editor).format_paragraph_event
/third_party/python/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.
/third_party/python/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.