HomeSort by relevance Sort by last modified time
    Searched full:textselection (Results 1 - 11 of 11) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 34 import org.eclipse.jface.text.TextSelection;
159 ITextSelection textSelection = (ITextSelection) selection;
161 ITextSelection originalSelection = textSelection;
168 if (textSelection.getLength() == 0 && !isValue) {
178 textSelection = new TextSelection(startOffset, length);
185 new ExtractStringRefactoring(file, xmlEditor, textSelection)));
213 textSelection,
220 textSelection,
227 textSelection,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RemoveUselessViewFix.java 27 import org.eclipse.jface.text.TextSelection;
71 ITextSelection textSelection = new TextSelection(start,
74 new UnwrapRefactoring(file, delegate, textSelection, null);
UseCompoundDrawableDetectorFix.java 29 import org.eclipse.jface.text.TextSelection;
80 ITextSelection textSelection = new TextSelection(start,
83 new UseCompoundDrawableRefactoring(file, delegate, textSelection, null);
ExtractStringFix.java 27 import org.eclipse.jface.text.TextSelection;
66 ITextSelection selection = new TextSelection(start, end - start);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 29 import org.eclipse.jface.text.TextSelection;
60 ITextSelection selection = new TextSelection(start, length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 25 import org.eclipse.jface.text.TextSelection;
174 ITextSelection selection = new TextSelection(beginOffset, endOffset - beginOffset);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text.source_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 101 void textSelection();
    [all...]
  /external/webkit/Source/WebKit/qt/
ChangeLog 57 (tst_QWebPage::textSelection):
    [all...]
ChangeLog-2011-02-16     [all...]

Completed in 272 milliseconds