/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 97 self.tag_add("TODO", index1, index2) 206 self.tag_add(key, 213 self.tag_add("DEFINITION", 229 self.tag_add("KEYWORD", 245 self.tag_add("TODO", next)
|
ParenMatch.py | 135 self.text.tag_add("paren", indices[0]) 144 self.text.tag_add("paren", indices[0], rightindex)
|
ReplaceDialog.py | 178 text.tag_add("sel", first, last) 181 text.tag_add("hit", first) 183 text.tag_add("hit", first, last)
|
SearchDialog.py | 56 text.tag_add("sel", first, last)
|
ScriptBinding.py | 122 text.tag_add("ERROR", pos) 125 text.tag_add("ERROR", pos + " wordstart", pos)
|
PyShell.py | 138 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1)) 314 self.tag_add("SYNC", "1.0", "iomark") 695 text.tag_add("ERROR", pos) 699 text.tag_add("ERROR", pos + " wordstart", pos) [all...] |
EditorWindow.py | 405 self.text.tag_add("sel", first, last) 575 self.text.tag_add("sel", "1.0", "end-1c") 699 self.text.tag_add("sel", "insert", "insert +1l") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 97 self.tag_add("TODO", index1, index2) 206 self.tag_add(key, 213 self.tag_add("DEFINITION", 229 self.tag_add("KEYWORD", 245 self.tag_add("TODO", next)
|
ParenMatch.py | 135 self.text.tag_add("paren", indices[0]) 144 self.text.tag_add("paren", indices[0], rightindex)
|
ReplaceDialog.py | 178 text.tag_add("sel", first, last) 181 text.tag_add("hit", first) 183 text.tag_add("hit", first, last)
|
SearchDialog.py | 56 text.tag_add("sel", first, last)
|
ScriptBinding.py | 122 text.tag_add("ERROR", pos) 125 text.tag_add("ERROR", pos + " wordstart", pos)
|
PyShell.py | 138 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1)) 314 self.tag_add("SYNC", "1.0", "iomark") 695 text.tag_add("ERROR", pos) 699 text.tag_add("ERROR", pos + " wordstart", pos) [all...] |
EditorWindow.py | 405 self.text.tag_add("sel", first, last) 575 self.text.tag_add("sel", "1.0", "end-1c") 699 self.text.tag_add("sel", "insert", "insert +1l") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 3100 def tag_add(self, tagName, index1, *args): member in class:Text [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 3100 def tag_add(self, tagName, index1, *args): member in class:Text [all...] |