Home
last modified time | relevance | path

Searched refs:AutoExpand (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_autoexpand.py6 from idlelib.AutoExpand import AutoExpand
24 cls.auto_expand = AutoExpand(Dummy_Editwin(cls.text))
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_autoexpand.py3 from idlelib.autoexpand import AutoExpand
21 cls.auto_expand = AutoExpand(DummyEditwin(cls.text))
/external/python/cpython2/Lib/idlelib/
DAutoExpand.py22 class AutoExpand: class
DREADME.txt34 AutoExpand.py # Expand word with previous word in file.
159 Expand Word # AutoExpand extension
Dconfig-extensions.def44 [AutoExpand]
DChangeLog375 * AutoExpand.py: py-cvs-rel1_2 (Rev 1.4) merge, "Add Alt-slash to
417 * AutoExpand.py, BrowserControl.py, CallTipWindow.py, CallTips.py,
433 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
461 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
529 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
551 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
1365 * AutoExpand.py: Added Meta-/ binding for Unix as alt for Alt-/.
1389 …ger.py, Delegator.py, ColorDelegator.py, Bindings.py, ClassBrowser.py, AutoExpand.py, AutoIndent.p…
1587 …st.py, EditorWindow.py, Delegator.py, ColorDelegator.py, Bindings.py, AutoIndent.py, AutoExpand.py:
Dhelp.txt296 AutoExpand
DNEWS.txt257 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
/external/python/cpython3/Lib/idlelib/
Dautoexpand.py19 class AutoExpand: class
DChangeLog375 * AutoExpand.py: py-cvs-rel1_2 (Rev 1.4) merge, "Add Alt-slash to
417 * AutoExpand.py, BrowserControl.py, CallTipWindow.py, CallTips.py,
433 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
461 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
529 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
551 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
1365 * AutoExpand.py: Added Meta-/ binding for Unix as alt for Alt-/.
1389 …ger.py, Delegator.py, ColorDelegator.py, Bindings.py, ClassBrowser.py, AutoExpand.py, AutoIndent.p…
1587 …st.py, EditorWindow.py, Delegator.py, ColorDelegator.py, Bindings.py, AutoIndent.py, AutoExpand.py:
Deditor.py58 from idlelib.autoexpand import AutoExpand
321 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)
DNEWS.txt1180 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
/external/python/cpython2/Misc/NEWS.d/
D2.7.8.rst319 Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
/external/python/cpython2/Doc/library/
Didle.rst632 * AutoExpand
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst4787 Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
/external/python/cpython3/Misc/
DHISTORY1743 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.