HomeSort by relevance Sort by last modified time
    Searched refs:textViewer (Results 1 - 8 of 8) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 154 ISourceViewer textViewer = xmlEditor.getStructuredSourceViewer();
155 int caretOffset = textViewer.getTextWidget().getCaretOffset();
157 Node node = DomUtilities.getNode(textViewer.getDocument(), caretOffset);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/xml/
HyperlinksTest.java 256 StructuredTextViewer textViewer = ste.getTextViewer();
257 document = textViewer.getDocument();
258 selection = textViewer.getSelectedRange();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java 370 ISourceViewer textViewer = getStructuredSourceViewer();
371 int caretOffset = textViewer.getTextWidget().getCaretOffset();
373 Node node = DomUtilities.getNode(textViewer.getDocument(), caretOffset);
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js 41 this._textViewer = new WebInspector.TextViewer(this._textModel, WebInspector.platform, this._url, this);
497 function addDecorations(textViewer, lines, className)
500 textViewer.addDecoration(lines[i], className);
509 function removeDecorations(textViewer, lines, className)
512 textViewer.removeDecoration(lines[i], className);
    [all...]
TextViewer.js 32 WebInspector.TextViewer = function(textModel, platform, url, delegate)
63 WebInspector.TextViewer.prototype = {
308 WebInspector.TextViewer.prototype.__proto__ = WebInspector.View.prototype;
699 WebInspector.TextEditorGutterChunk = function(textViewer, startLine, endLine)
701 this._textViewer = textViewer;
702 this._textModel = textViewer._textModel;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]

Completed in 238 milliseconds