Searched refs:tag_remove (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | replace.py | 150 text.tag_remove("sel", "1.0", "end") 151 text.tag_remove("hit", "1.0", "end") 255 text.tag_remove("sel", "1.0", "end") 257 text.tag_remove("hit", "1.0", "end") 268 self.text.tag_remove("hit", "1.0", "end") 300 text.tag_remove(SEL, "1.0", END)
|
D | search.py | 112 text.tag_remove("sel", "1.0", "end") 154 text.tag_remove('sel', '1.0', 'end')
|
D | colorizer.py | 278 self.tag_remove("SYNC", todo_tag_range[0], todo_tag_range[1]) 297 self.tag_remove(tag, mark, next) 355 self.tag_remove(tag, "1.0", "end")
|
D | history.py | 86 self.text.tag_remove("sel", "1.0", "end")
|
D | pyshell.py | 217 text.tag_remove("BREAK", "insert linestart",\ 233 text.tag_remove("BREAK", "1.0", END) 352 self.tag_remove("TODO", "1.0", "iomark") 359 self.tag_remove(tag, "iomark", "end") 733 text.tag_remove("ERROR", "1.0", "end") 1340 self.text.tag_remove("sel", "1.0", "end") 1371 self.text.tag_remove(self.user_input_insert_tags, index_before)
|
D | format.py | 67 text.tag_remove("sel", "1.0", "end") 256 text.tag_remove("sel", "1.0", "end")
|
D | grep.py | 211 text.tag_remove(SEL, "1.0", END)
|
D | editor.py | 395 self.text.tag_remove("sel", "1.0", "end") 410 self.text.tag_remove("sel", "1.0", "end") 512 text.tag_remove("sel", "1.0", "end") 630 self.text.tag_remove("sel", "1.0", "end") 690 text.tag_remove("sel", "1.0", "end") 752 self.text.tag_remove("sel", "1.0", "end")
|
D | runscript.py | 92 text.tag_remove("ERROR", "1.0", "end")
|
D | sidebar.py | 195 self.text.tag_remove("sel", "1.0", "end")
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_search.py | 68 text.tag_remove('sel', '1.0', 'end') 72 text.tag_remove('sel', '1.0', 'end')
|
D | test_format.py | 450 text.tag_remove('sel', '1.0', 'end') 471 text.tag_remove('sel', '1.0', 'end') 484 text.tag_remove('sel', '1.0', 'end') 529 text.tag_remove('sel', '1.0', 'end')
|
D | test_zzdummy.py | 129 text.tag_remove('sel', '1.0', 'end')
|
D | test_colorizer.py | 368 text.tag_remove('TODO', '1.0', 'end') 411 text.tag_remove('TODO', '1.0', 'end')
|
D | mock_tk.py | 279 def tag_remove(self, tagName, index1, index2=None): member in Text
|
/third_party/python/Tools/demo/ |
D | redemo.py | 116 self.stringdisplay.tag_remove("hit", "1.0", END) 120 self.stringdisplay.tag_remove("hit0", "1.0", END)
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 3931 def tag_remove(self, tagName, index1, index2=None): member in Text
|