Searched refs:selectionStart (Results 1 – 1 of 1) sorted by relevance
300 int selectionStart = selection.x - lineStart; in checkXmlNavigation() local301 int selectionEnd = selectionStart + selection.y; in checkXmlNavigation()302 if (selectionEnd > selectionStart) { in checkXmlNavigation()304 text = text.substring(0, selectionStart) + "[^" + in checkXmlNavigation()305 text.substring(selectionStart, selectionEnd) + "]" + in checkXmlNavigation()308 text = text.substring(0, selectionStart) + "^" + in checkXmlNavigation()309 text.substring(selectionStart); in checkXmlNavigation()