Searched refs:PREVS_REMOVE_EMPTY_LINES (Results 1 – 2 of 2) sorted by relevance
65 …public final static String PREVS_REMOVE_EMPTY_LINES = AdtPlugin.PLUGIN_ID + ".removeEmpty"; //$NON… field in AdtPrefs229 if (property == null || PREVS_REMOVE_EMPTY_LINES.equals(property)) { in loadValues()230 mRemoveEmptyLines = mStore.getBoolean(PREVS_REMOVE_EMPTY_LINES); in loadValues()
96 mRemoveEmptyEditor = new BooleanFieldEditor(AdtPrefs.PREVS_REMOVE_EMPTY_LINES, in createFieldEditors()