blob: baead97c6990d67d2d72e8b2e1b8aba11d6efadd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*
*******************************************************************************/
package org.eclipse.wst.sse.ui.internal;
public interface IStructuredTextEditorActionConstants {
String SOURCE_CONTEXT_MENU_ID = "sourcePopupMenuId"; //$NON-NLS-1$
String SOURCE_BEGIN = "sourceBegin"; //$NON-NLS-1$
String SOURCE_ADDITIONS = "additions"; //$NON-NLS-1$
String SOURCE_END = "sourceEnd"; //$NON-NLS-1$
String REFACTOR_CONTEXT_MENU_ID = "refactorPopupMenuId"; //$NON-NLS-1$
}