OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourceviewer
(Results
1 - 11
of
11
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java
55
public IContentAssistant getContentAssistant(ISourceViewer
sourceViewer
) {
56
return super.getContentAssistant(
sourceViewer
);
67
ISourceViewer
sourceViewer
,
74
* @param
sourceViewer
the source viewer to be configured by this
82
ISourceViewer
sourceViewer
, String partitionType) {
89
getAndroidContentAssistProcessor(
sourceViewer
, partitionType);
96
IContentAssistProcessor[] others = super.getContentAssistProcessors(
sourceViewer
,
124
public ITextHover getTextHover(ISourceViewer
sourceViewer
, String contentType) {
126
return super.getTextHover(
sourceViewer
, contentType);
131
ISourceViewer
sourceViewer
, String contentType)
[
all
...]
AndroidXmlEditor.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonSourceViewerConfig.java
51
ISourceViewer
sourceViewer
,
53
// You may think you could use AndroidXmlEditor.fromTextViewer(
sourceViewer
)
54
// to find the editor associated with the
sourceViewer
and then access the
CommonXmlEditor.java
287
// When the EditorPart is being created, it configures the
SourceViewer
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestSourceViewerConfig.java
39
ISourceViewer
sourceViewer
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java
166
// we'll make sure that that editor has the same
sourceViewer
such that
168
ISourceViewer
sourceViewer
= invocationContext.getSourceViewer();
169
AndroidXmlEditor editor = AndroidXmlEditor.fromTextViewer(
sourceViewer
);
175
IDocument document =
sourceViewer
.getDocument();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
166
ISourceViewer
sourceViewer
= invocationContext.getSourceViewer();
167
AndroidXmlEditor editor = AndroidXmlEditor.fromTextViewer(
sourceViewer
);
173
IDocument document =
sourceViewer
.getDocument();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java
89
ISourceViewer
sourceViewer
= invocationContext.getSourceViewer();
90
AndroidXmlEditor xmlEditor = AndroidXmlEditor.fromTextViewer(
sourceViewer
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text.source_3.6.1.r361_v20100825-0800.jar
/external/guice/lib/build/
bnd-0.0.384.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 322 milliseconds