Searched refs:ste (Results 1 – 2 of 2) sorted by relevance
263 StructuredTextEditor ste = (StructuredTextEditor) field.get(newEditor); in checkXmlNavigation() local264 if (ste == null) { in checkXmlNavigation()266 ste = (StructuredTextEditor) method.invoke(newEditor, new Object[0]); in checkXmlNavigation()268 StructuredTextViewer textViewer = ste.getTextViewer(); in checkXmlNavigation()
606 StructuredTextEditor ste = (StructuredTextEditor) editor; in openPath() local608 ste.selectAndReveal(offset, 0); in openPath()