2016-08-08 12:01:52 -07:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2016 Google, Inc and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2016-08-08 12:01:52 -07:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2016-08-08 12:01:52 -07:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Sergey Prigogin (Google) - initial implementation
|
|
|
|
###############################################################################
|
2020-08-28 21:03:44 +02:00
|
|
|
|
|
|
|
pluginName = org.eclipse.cdt.ui.tests
|
|
|
|
providerName = Eclipse CDT
|
|
|
|
|
2016-08-08 12:01:52 -07:00
|
|
|
category.CodeReduction=C++ Code Reduction
|
|
|
|
command.RemoveFunctionBodies.name=Remove Function Bodies
|
|
|
|
command.RemoveFunctionBodies.label=Remove &Function Bodies
|
|
|
|
command.RemoveUnusedDeclarations.name=Remove Unused Declarations
|
|
|
|
command.RemoveUnusedDeclarations.label=Remove &Unused Declarations
|
|
|
|
menu.ReduceCode.label=Reduce Code
|