/*=============================================================================# # Copyright (c) 2007-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.internal.ui.help; import de.walware.statet.r.ui.RUI; /** * */ public interface IRUIHelpContextIds { public static final String R_EDITOR = RUI.PLUGIN_ID + ".r_editor"; //$NON-NLS-1$ public static final String R_ENV = RUI.PLUGIN_ID + ".r_env"; //$NON-NLS-1$ public static final String R_HELP_SEARCH_PAGE = RUI.PLUGIN_ID + ".r_help-search_page"; //$NON-NLS-1$ }