HomeSort by relevance Sort by last modified time
    Searched refs:PREVS_REMOVE_EMPTY_LINES (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 60 public final static String PREVS_REMOVE_EMPTY_LINES = AdtPlugin.PLUGIN_ID + ".removeEmpty"; //$NON-NLS-1$
203 if (property == null || PREVS_REMOVE_EMPTY_LINES.equals(property)) {
204 mRemoveEmptyLines = mStore.getBoolean(PREVS_REMOVE_EMPTY_LINES);
414 //store.setDefault(PREVS_REMOVE_EMPTY_LINES, false);
EditorsPage.java 95 mRemoveEmptyEditor = new BooleanFieldEditor(AdtPrefs.PREVS_REMOVE_EMPTY_LINES,

Completed in 17 milliseconds