Searched refs:AutoExpand (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 6 from idlelib.AutoExpand import AutoExpand 24 cls.auto_expand = AutoExpand(Dummy_Editwin(cls.text))
|
/external/python/cpython2/Lib/idlelib/ |
D | AutoExpand.py | 22 class AutoExpand: class
|
D | README.txt | 34 AutoExpand.py # Expand word with previous word in file. 159 Expand Word # AutoExpand extension
|
D | config-extensions.def | 44 [AutoExpand]
|
D | ChangeLog | 375 * 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:
|
D | help.txt | 296 AutoExpand
|
D | NEWS.txt | 257 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 632 * AutoExpand
|
/external/python/cpython2/Misc/ |
D | NEWS | 1991 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
|