Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dreplace.py150 text.tag_remove("sel", "1.0", "end")
151 text.tag_remove("hit", "1.0", "end")
252 text.tag_remove("sel", "1.0", "end")
254 text.tag_remove("hit", "1.0", "end")
265 self.text.tag_remove("hit", "1.0", "end")
297 text.tag_remove(SEL, "1.0", END)
H A Dsearch.py112 text.tag_remove("sel", "1.0", "end")
154 text.tag_remove('sel', '1.0', 'end')
H A 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")
H A Dhistory.py86 self.text.tag_remove("sel", "1.0", "end")
H A Dpyshell.py208 text.tag_remove("BREAK", "insert linestart",\
224 text.tag_remove("BREAK", "1.0", END)
343 self.tag_remove("TODO", "1.0", "iomark")
350 self.tag_remove(tag, "iomark", "end")
724 text.tag_remove("ERROR", "1.0", "end")
1332 self.text.tag_remove("sel", "1.0", "end")
1363 self.text.tag_remove(self.user_input_insert_tags, index_before)
H A Dformat.py67 text.tag_remove("sel", "1.0", "end")
256 text.tag_remove("sel", "1.0", "end")
H A Deditor.py407 self.text.tag_remove("sel", "1.0", "end")
422 self.text.tag_remove("sel", "1.0", "end")
561 text.tag_remove("sel", "1.0", "end")
679 self.text.tag_remove("sel", "1.0", "end")
739 text.tag_remove("sel", "1.0", "end")
801 self.text.tag_remove("sel", "1.0", "end")
H A Drunscript.py92 text.tag_remove("ERROR", "1.0", "end")
H A Dgrep.py211 text.tag_remove(SEL, "1.0", END)
H A Dsidebar.py195 self.text.tag_remove("sel", "1.0", "end")
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_search.py68 text.tag_remove('sel', '1.0', 'end')
72 text.tag_remove('sel', '1.0', 'end')
H A 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')
H A Dmock_tk.py279 def tag_remove(self, tagName, index1, index2=None): member in Text
H A Dtest_zzdummy.py129 text.tag_remove('sel', '1.0', 'end')
H A Dtest_colorizer.py368 text.tag_remove('TODO', '1.0', 'end')
411 text.tag_remove('TODO', '1.0', 'end')
/third_party/python/Tools/demo/
H A Dredemo.py116 self.stringdisplay.tag_remove("hit", "1.0", END)
120 self.stringdisplay.tag_remove("hit0", "1.0", END)
/third_party/python/Lib/tkinter/
H A D__init__.py3967 def tag_remove(self, tagName, index1, index2=None): member in Text

Completed in 19 milliseconds