/******************************************************************************* * Copyright (c) 2008, 2017 Phil Muldoon 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: * Phil Muldoon <pkmuldoon@picobot.org> - initial API. * Red Hat - modifications for use with Valgrind plugins. *******************************************************************************/ package org.eclipse.linuxtools.internal.valgrind.ui.editor; public interface ISuppressionsColorConstants { String DEFAULT = "org.eclipse.linuxtools.valgrind.ediotr.color.default"; String TOOL = "org.eclipse.linuxtools.valgrind.editor.color.tool"; String SUPP_TYPE = "org.eclipse.linuxtools.valgrind.editor.color.supp_type"; String COMMENT = "org.eclipse.linuxtools.valgrind.editor.color.comment"; String CONTEXT = "org.eclipse.linuxtools.valgrind.editor.color.context"; }