Home
last modified time | relevance | path

Searched refs:AutoExpand (Results 1 – 9 of 9) 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/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/cpython2/Doc/library/
Didle.rst632 * AutoExpand
/external/python/cpython2/Misc/
DNEWS1991 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.