Home
last modified time | relevance | path

Searched refs:formatter (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DXmlFormatProcessor.java18 import static org.eclipse.jface.text.formatter.FormattingContextProperties.CONTEXT_MEDIUM;
19 import static org.eclipse.jface.text.formatter.FormattingContextProperties.CONTEXT_PARTITION;
20 import static org.eclipse.jface.text.formatter.FormattingContextProperties.CONTEXT_REGION;
25 import org.eclipse.jface.text.formatter.FormattingContext;
28 import org.eclipse.wst.xml.core.internal.formatter.XMLFormatterFormatProcessor;
49 AndroidXmlFormatter formatter = new AndroidXmlFormatter(); in formatModel() local
56 formatter.formatMaster(context, document, start, length); in formatModel()
DAndroidXmlFormatter.java24 import org.eclipse.jface.text.formatter.FormattingContext;
25 import org.eclipse.jface.text.formatter.FormattingContextProperties;
26 import org.eclipse.jface.text.formatter.IContentFormatter;
27 import org.eclipse.jface.text.formatter.IContentFormatterExtension;
28 import org.eclipse.jface.text.formatter.IFormattingContext;
29 import org.eclipse.jface.text.formatter.IFormattingStrategy;
DAndroidXmlFormattingStrategy.java22 import static org.eclipse.jface.text.formatter.FormattingContextProperties.CONTEXT_MEDIUM;
23 import static org.eclipse.jface.text.formatter.FormattingContextProperties.CONTEXT_PARTITION;
24 import static org.eclipse.jface.text.formatter.FormattingContextProperties.CONTEXT_REGION;
52 import org.eclipse.jface.text.formatter.ContextBasedFormattingStrategy;
53 import org.eclipse.jface.text.formatter.IFormattingContext;
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DProfilesTableModel.java26 private final NumberFormat formatter; field in ProfilesTableModel
30 formatter = NumberFormat.getNumberInstance(); in ProfilesTableModel()
47 return formatter.format(profiles[row]) + ""; in getValueAt()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidSourceViewerConfig.java32 import org.eclipse.jface.text.formatter.IContentFormatter;
33 import org.eclipse.jface.text.formatter.MultiPassContentFormatter;
150 IContentFormatter formatter = super.getContentFormatter(sourceViewer); in getContentFormatter() local
152 if (formatter instanceof MultiPassContentFormatter) { in getContentFormatter()
153 ((MultiPassContentFormatter) formatter).setMasterStrategy( in getContentFormatter()
155 return formatter; in getContentFormatter()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/META-INF/
DMANIFEST.MF18 Import-Package: org.eclipse.jface.text.formatter
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DREADME.txt13 out to a separate plugin, but the formatter itself continues to live
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java71 import org.eclipse.jdt.core.formatter.CodeFormatter;
1008 CodeFormatter formatter = ToolFactory.createCodeFormatter(options); in format() local
1014 TextEdit edit = formatter.format( in format()
/sdk/eclipse/
Dchanges.txt178 * Fix a bug in the formatter where a certain whitespace pattern
219 - New XML formatter which formats all XML files according to the
220 standard Android coding style. The formatter can also reorder
227 the new XML formatter.
405 - The generated XML will be better formatted. Full XML formatter