blob: 8351458371b98c234eacdc7301641879e6e37682 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004 - 2006 University Of British Columbia 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:
* University Of British Columbia - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.dltk;
public class MylynDLTKPrefConstants {
public static final String PREDICTED_INTEREST_ERRORS = "org.eclipse.dltk.mylyn.interest.prediction.errors";
public static final String ACTIVE_FOLDING_ENABLED = "org.eclipse.dltk.mylyn.active.folding.enabled";
public static final String AUTO_MANAGE_EDITORS = "org.eclipse.dltk.mylyn.auto.manage.editors";
}