/******************************************************************************* * Copyright (c) 2011, 2015 Wind River Systems, Inc. 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: * Wind River Systems - initial API and implementation *******************************************************************************/ package org.eclipse.tcf.internal.cdt.ui.preferences; /** * Constant definitions for plug-in preferences */ public class PreferenceConstants { public static final String PREF_DEFAULT_TRIGGER_SCOPE_ENABLED = BreakpointPreferencePage.PLUGIN_ID + ".setDefaultTriggerScopeEnabled"; public static final String PREF_DEFAULT_TRIGGER_SCOPE = BreakpointPreferencePage.PLUGIN_ID + ".defaultTriggerExpression"; public static final String PREF_LINE_OFFSET_LIMIT_ENABLED = BreakpointPreferencePage.PLUGIN_ID + ".lineOffsetLimitEnabled"; public static final String PREF_LINE_OFFSET_LIMIT = BreakpointPreferencePage.PLUGIN_ID + ".lineOffsetLimit"; }