Home
last modified time | relevance | path

Searched refs:tag_add (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py311 text.tag_add('sel', '1.11', '1.end')
325 text.tag_add('sel', '2.0', '4.0')
354 text.tag_add('sel', '2.0', '3.0')
442 text.tag_add('sel', '7.0', '10.0')
463 text.tag_add('sel', '6.0', '11.0')
493 text.tag_add('sel', '7.0', '10.0')
503 text.tag_add('sel', '7.0', '10.0')
513 text.tag_add('sel', '7.0', '10.0')
523 text.tag_add('sel', '7.0', '10.0')
530 text.tag_add('sel', '3.0', '4.0')
[all …]
Dtest_search.py65 text.tag_add('sel', '1.0', '1.4') # Select 'Hello'
69 text.tag_add('sel', '1.6', '1.11') # Select 'World!'
73 text.tag_add('sel', '1.0', '1.11') # Select 'Hello World!'
Dtest_colorizer.py381 text.tag_add('TODO', '1.0', 'end')
409 text.tag_add("ERROR", "1.0")
410 text.tag_add("TODO", "1.0")
411 text.tag_add("hit", "1.0")
Dtest_editor.py180 text.tag_add('sel', '1.17', '1.end')
/external/python/cpython3/Lib/idlelib/
Dparenmatch.py122 self.text.tag_add("paren", indices[0])
131 self.text.tag_add("paren", indices[0], indices[0]+"+1c", rightindex+"-1c", rightindex)
140 self.text.tag_add("paren", indices[0], rightindex)
Dreplace.py254 text.tag_add("sel", first, last)
257 text.tag_add("hit", first)
259 text.tag_add("hit", first, last)
295 text.tag_add(SEL, "1.0", END)
Dcolorizer.py146 self.tag_add("TODO", index1, index2)
262 self.tag_add(key,
269 self.tag_add("DEFINITION",
285 self.tag_add("TODO", next)
Dsearch.py113 text.tag_add("sel", first, last)
152 text.tag_add('sel', '1.0', 'end')
Dsidebar.py221 self.text.tag_add("sel", f"{lineno}.0", f"{lineno+1}.0")
245 self.text.tag_add("sel", f"{a}.0", f"{b+1}.0")
Dgrep.py209 text.tag_add(SEL, "1.0", END)
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py178 text.tag_add("sel", first, last)
181 text.tag_add("hit", first)
183 text.tag_add("hit", first, last)
211 text.tag_add(SEL, "1.0", END)
DColorDelegator.py96 self.tag_add("TODO", index1, index2)
205 self.tag_add(key,
212 self.tag_add("DEFINITION",
228 self.tag_add("TODO", next)
DSearchDialog.py55 text.tag_add("sel", first, last)
79 text.tag_add(SEL, "1.0", END)
DParenMatch.py136 self.text.tag_add("paren", indices[0])
145 self.text.tag_add("paren", indices[0], rightindex)
DScriptBinding.py121 text.tag_add("ERROR", pos)
124 text.tag_add("ERROR", pos + " wordstart", pos)
DGrepDialog.py146 text.tag_add(SEL, "1.0", END)
DPyShell.py170 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1))
341 self.tag_add("SYNC", "1.0", "iomark")
725 text.tag_add("ERROR", pos)
729 text.tag_add("ERROR", pos + " wordstart", pos)
1202 self.text.tag_add("stdin", "iomark", "end-1c")
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py306 text.tag_add('sel', '1.11', '1.end')
320 text.tag_add('sel', '2.0', '4.0')
349 text.tag_add('sel', '2.0', '3.0')
Dtest_hyperparser.py67 self.text.tag_add('console', '1.0', '1.end')
/external/python/cpython2/Demo/tkinter/guido/
Drmt.py120 t.tag_add('bold', 'insert linestart', 'promptEnd')
131 t.tag_add('bold', 'promptEnd linestart', 'promptEnd')
DManPage.py173 self.tag_add(prop, here, AtInsert())
/external/python/cpython2/Tools/pynche/
DTextViewer.py68 self.__text.tag_add(SEL, start, end)
/external/python/cpython3/Tools/pynche/
DTextViewer.py68 self.__text.tag_add(SEL, start, end)
/external/python/cpython3/Tools/demo/
Dredemo.py143 self.stringdisplay.tag_add(tag, pfirst, plast)
/external/python/cpython2/Tools/scripts/
Dredemo.py144 self.stringdisplay.tag_add(tag, pfirst, plast)

12