OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textSelection
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
UseCompoundDrawableDetectorFix.java
29
import org.eclipse.jface.text.
TextSelection
;
80
ITextSelection
textSelection
= new
TextSelection
(start,
83
new UseCompoundDrawableRefactoring(file, delegate,
textSelection
, null);
RemoveUselessViewFix.java
27
import org.eclipse.jface.text.
TextSelection
;
71
ITextSelection
textSelection
= new
TextSelection
(start,
74
new UnwrapRefactoring(file, delegate,
textSelection
, 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
)));
212
textSelection
,
219
textSelection
,
226
textSelection
,
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 956 milliseconds