Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py88 text.tag_remove("sel", "1.0", "end")
89 text.tag_remove("hit", "1.0", "end")
177 text.tag_remove("sel", "1.0", "end")
179 text.tag_remove("hit", "1.0", "end")
189 self.text.tag_remove("hit", "1.0", "end")
213 text.tag_remove(SEL, "1.0", END)
DSearchDialog.py54 text.tag_remove("sel", "1.0", "end")
82 text.tag_remove(SEL, "1.0", END)
DColorDelegator.py176 self.tag_remove("SYNC", head, tail)
198 self.tag_remove(tag, mark, next)
236 self.tag_remove(tag, "1.0", "end")
DIdleHistory.py85 self.text.tag_remove("sel", "1.0", "end")
DFormatParagraph.py64 text.tag_remove("sel", "1.0", "end")
DScriptBinding.py98 text.tag_remove("ERROR", "1.0", "end")
DGrepDialog.py148 text.tag_remove(SEL, "1.0", END)
DPyShell.py201 text.tag_remove("BREAK", "insert linestart",\
217 text.tag_remove("BREAK", "1.0", END)
340 self.tag_remove("TODO", "1.0", "iomark")
357 self.tag_remove(tag, "iomark", "end")
1217 self.text.tag_remove("sel", "1.0", "end")
/external/python/cpython3/Lib/idlelib/
Dreplace.py148 text.tag_remove("sel", "1.0", "end")
149 text.tag_remove("hit", "1.0", "end")
253 text.tag_remove("sel", "1.0", "end")
255 text.tag_remove("hit", "1.0", "end")
266 self.text.tag_remove("hit", "1.0", "end")
297 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.py233 self.tag_remove("SYNC", head, tail)
255 self.tag_remove(tag, mark, next)
294 self.tag_remove(tag, "1.0", "end")
Dhistory.py86 self.text.tag_remove("sel", "1.0", "end")
Dsidebar.py220 self.text.tag_remove("sel", "1.0", "end")
244 self.text.tag_remove("sel", "1.0", "end")
Dpyshell.py204 text.tag_remove("BREAK", "insert linestart",\
220 text.tag_remove("BREAK", "1.0", END)
344 self.tag_remove("TODO", "1.0", "iomark")
361 self.tag_remove(tag, "iomark", "end")
714 text.tag_remove("ERROR", "1.0", "end")
1216 self.text.tag_remove("sel", "1.0", "end")
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)
Drunscript.py92 text.tag_remove("ERROR", "1.0", "end")
Deditor.py395 self.text.tag_remove("sel", "1.0", "end")
410 self.text.tag_remove("sel", "1.0", "end")
510 text.tag_remove("sel", "1.0", "end")
628 self.text.tag_remove("sel", "1.0", "end")
688 text.tag_remove("sel", "1.0", "end")
750 self.text.tag_remove("sel", "1.0", "end")
/external/python/cpython3/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_colorizer.py344 text.tag_remove('TODO', '1.0', 'end')
374 text.tag_remove('TODO', '1.0', 'end')
Dmock_tk.py280 def tag_remove(self, tagName, index1, index2=None): member in Text
/external/python/cpython3/Tools/demo/
Dredemo.py116 self.stringdisplay.tag_remove("hit", "1.0", END)
120 self.stringdisplay.tag_remove("hit0", "1.0", END)
/external/python/cpython2/Tools/scripts/
Dredemo.py117 self.stringdisplay.tag_remove("hit", "1.0", END)
121 self.stringdisplay.tag_remove("hit0", "1.0", END)
/external/python/cpython2/Demo/tkinter/guido/
DManPage.py171 self.tag_remove(tag, here, AtInsert())

12