OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatPrefs
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java
43
EclipseXmlFormatPreferences
formatPrefs
= EclipseXmlFormatPreferences.create();
44
assertTrue(
formatPrefs
.oneAttributeOnFirstLine);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java
253
EclipseXmlFormatPreferences
formatPrefs
= EclipseXmlFormatPreferences.create();
259
fileContents = EclipseXmlPrettyPrinter.prettyPrint(sb.toString(),
formatPrefs
,
264
fileContents = fileContents.replace(indentToken,
formatPrefs
.getOneIndentUnit());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java
[
all
...]
Completed in 151 milliseconds