Home
last modified time | relevance | path

Searched defs:formatterId (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/
H A DCustomCodeFormatterBlock.java91 String formatterId= fFormatters[fFormatterCombo.getSelectionIndex()].fId; in performOk() local
158 private int getFormatterIndex(String formatterId) { in getFormatterIndex()
171 String formatterId= getFormatterId(); in handleFormatterChanged() local
H A DJavaPreview.java314 public void setFormatterId(String formatterId) { in setFormatterId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DToolFactory.java188 String formatterId = (String) options.get(JavaCore.JAVA_FORMATTER); in createCodeFormatter() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dsourceformatterselectionedit.cpp330 …const QString formatterId = setting.selectedFormatter->formatter->name() + QLatin1String("||") + s… in saveSettings() local