Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602cf58 commit 180b6beCopy full SHA for 180b6be
1 file changed
Lib/idlelib/AutoExpand.py
@@ -12,7 +12,7 @@ class AutoExpand:
12
}
13
14
unix_keydefs = {
15
- '<<expand-word>>': ['<Meta-slash>'],
+ '<<expand-word>>': ['<Meta-slash>', '<Alt-slash>'],
16
17
18
menudefs = [
@@ -25,7 +25,6 @@ class AutoExpand:
25
26
def __init__(self, editwin):
27
self.text = editwin.text
28
- self.text.wordlist = None # XXX what is this?
29
self.state = None
30
31
def expand_word_event(self, event):
0 commit comments