Home
last modified time | relevance | path

Searched refs:tag_remove (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/idlelib/
Dreplace.py150 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)
Dsearch.py112 text.tag_remove("sel", "1.0", "end")
154 text.tag_remove('sel', '1.0', 'end')
Dcolorizer.py278 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")
Dhistory.py86 self.text.tag_remove("sel", "1.0", "end")
Dpyshell.py217 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)
Dformat.py67 text.tag_remove("sel", "1.0", "end")
256 text.tag_remove("sel", "1.0", "end")
Dgrep.py211 text.tag_remove(SEL, "1.0", END)
Deditor.py395 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")
Drunscript.py92 text.tag_remove("ERROR", "1.0", "end")
Dsidebar.py195 self.text.tag_remove("sel", "1.0", "end")
/third_party/python/Lib/idlelib/idle_test/
Dtest_search.py68 text.tag_remove('sel', '1.0', 'end')
72 text.tag_remove('sel', '1.0', 'end')
Dtest_format.py450 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')
Dtest_zzdummy.py129 text.tag_remove('sel', '1.0', 'end')
Dtest_colorizer.py368 text.tag_remove('TODO', '1.0', 'end')
411 text.tag_remove('TODO', '1.0', 'end')
Dmock_tk.py279 def tag_remove(self, tagName, index1, index2=None): member in Text
/third_party/python/Tools/demo/
Dredemo.py116 self.stringdisplay.tag_remove("hit", "1.0", END)
120 self.stringdisplay.tag_remove("hit0", "1.0", END)
/third_party/python/Lib/tkinter/
D__init__.py3931 def tag_remove(self, tagName, index1, index2=None): member in Text