Searched refs:AutoExpand (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 3 from idlelib.autoexpand import AutoExpand 21 cls.auto_expand = AutoExpand(DummyEditwin(cls.text))
|
/third_party/python/Lib/idlelib/ |
D | autoexpand.py | 19 class AutoExpand: class
|
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 | editor.py | 57 from idlelib.autoexpand import AutoExpand 320 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)
|
D | NEWS.txt | 1124 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 4787 Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
|
/third_party/python/Misc/ |
D | HISTORY | 1743 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
|