Home
last modified time | relevance | path

Searched refs:tag_remove (Results 1 – 25 of 28) 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")
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")
DScriptBinding.py98 text.tag_remove("ERROR", "1.0", "end")
DGrepDialog.py148 text.tag_remove(SEL, "1.0", END)
DEditorWindow.py393 self.text.tag_remove("sel", "1.0", "end")
406 self.text.tag_remove("sel", "1.0", "end")
588 self.text.tag_remove("sel", "1.0", "end")
704 self.text.tag_remove("sel", "1.0", "end")
1513 text.tag_remove("sel", "1.0", "end")
/external/python/cpython3/Lib/idlelib/
Dreplace.py100 text.tag_remove("sel", "1.0", "end")
101 text.tag_remove("hit", "1.0", "end")
191 text.tag_remove("sel", "1.0", "end")
193 text.tag_remove("hit", "1.0", "end")
203 self.text.tag_remove("hit", "1.0", "end")
234 text.tag_remove(SEL, "1.0", END)
Dsearch.py59 text.tag_remove("sel", "1.0", "end")
94 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")
Dpyshell.py201 text.tag_remove("BREAK", "insert linestart",\
217 text.tag_remove("BREAK", "1.0", END)
341 self.tag_remove("TODO", "1.0", "iomark")
358 self.tag_remove(tag, "iomark", "end")
719 text.tag_remove("ERROR", "1.0", "end")
1218 self.text.tag_remove("sel", "1.0", "end")
Dparagraph.py60 text.tag_remove("sel", "1.0", "end")
Drunscript.py86 text.tag_remove("ERROR", "1.0", "end")
Dgrep.py193 text.tag_remove(SEL, "1.0", END)
Deditor.py363 self.text.tag_remove("sel", "1.0", "end")
378 self.text.tag_remove("sel", "1.0", "end")
605 self.text.tag_remove("sel", "1.0", "end")
726 self.text.tag_remove("sel", "1.0", "end")
1536 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_colorizer.py344 text.tag_remove('TODO', '1.0', 'end')
374 text.tag_remove('TODO', '1.0', 'end')
Dmock_tk.py276 def tag_remove(self, tagName, index1, index2=None): member in Text
/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/cpython3/Tools/demo/
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())
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py276 def tag_remove(self, tagName, index1, index2=None): member in Text

12