/*=============================================================================# # Copyright (c) 2011-2016 Stephan Wahlbrink (WalWare.de) 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: # Stephan Wahlbrink - initial API and implementation #=============================================================================*/ package de.walware.statet.r.console.ui; import de.walware.statet.r.ui.RUI; public interface IRConsoleHelpContextIds { String R_CONSOLE = RUI.PLUGIN_ID + ".r_console"; //$NON-NLS-1$ String R_CONSOLE_LAUNCH = RUI.PLUGIN_ID + ".r_console-launch"; //$NON-NLS-1$ String R_REMOTE_CONSOLE_LAUNCH = RUI.PLUGIN_ID + ".r_remote_console-launch"; //$NON-NLS-1$ }