/*******************************************************************************
* Copyright (c) 2011, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Bruno Medeiros - initial API and implementation
*******************************************************************************/
package mmrnmhrm.ui.editor.folding;
public interface DeeFoldingPreferenceConstants {
public static final String EDITOR_STRINGS_FOLDING_ENABLED = "editor_Strings_folding_enabled";
public static final String EDITOR_FOLDING_INIT_STRINGS = "editor_folding_init_Strings";
public static final String EDITOR_FOLDING_INIT_FUNCTIONLITERALS = "editor_folding_init_FunctionLiterals";
public static final String EDITOR_FOLDING_INIT_ANONCLASSES = "editor_folding_init_AnonClasses";
public static final String EDITOR_FOLDING_INIT_UNITTESTS = "editor_folding_init_UnitTests";
public static final String EDITOR_FOLDING_INIT_CONDITIONALS = "editor_folding_init_DeclConditional";
}