mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00

Reorganize code and expose things for generic editor. So far presentation reconciler only is ported. Allows to right-click/Open with/Generic editor on e.g. Makefile.am and see it in the generic editor. It is not as feature rich as the specialized editors we have now but over time it should provide all the features of them with significantly less code. Change-Id: I72324b94ce08ab762979804914adbb1982c88198 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
99 lines
No EOL
4 KiB
Properties
99 lines
No EOL
4 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2006, 2008, 2009, 2012 Red Hat, Inc.
|
|
# 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:
|
|
# Red Hat Incorporated - initial API and implementation
|
|
#################################################################################
|
|
ConvertWizard.description=Convert to C/C++ Autotools Project
|
|
ConvertWizard.name = Convert to a C/C++ Autotools Project
|
|
|
|
NewCProjectV2.description=GNU C Autotools Project
|
|
NewCCProjectV2.description=GNU C++ Autotools Project
|
|
NewCWizardV2.name=GNU C Autotools Project
|
|
NewCCWizardV2.name=GNU C++ Autotools Project
|
|
|
|
Autotools.wizard.name=GNU Autotools Build Wizard
|
|
|
|
Autotools.import.wizard.name=Existing code as Autotools project
|
|
Autotools.import.wizard.description=Create a new Autotools project from existing code in that same directory
|
|
|
|
Autoconf.editor.name=Autoconf Editor
|
|
|
|
BuildProperty.value.name.default=Default;
|
|
BuildProperty.type.name.autotools=GNU Autotools
|
|
|
|
PreferenceAutotools.name=Autotools
|
|
PreferenceAutomakeEditor.name=Automake Editor
|
|
PreferenceAutoconfEditor.name=Autoconf Editor
|
|
|
|
PropertyAutotools.name=Autotools
|
|
PropertyAutotools.general.name=General
|
|
PropertyAutotools.configure.name=Configure Settings
|
|
PropertyTabEditor.name=Editors
|
|
AutotoolsBuildPropertyTab.name=Behaviour
|
|
AutotoolsEditorsPropertyTab.name=Editors
|
|
AutotoolsToolsPropertyTab.name=Tools Settings
|
|
AutotoolsConfigurePropertyTab.name=Configure Settings
|
|
|
|
PropertyTabEditor.tooltip=Set options for Autotools-specific editors
|
|
PropertyTabBuild.tooltip=Set additional Autotools build options
|
|
|
|
Makefile.builder.name=Autotools Makefile Generator
|
|
Autotools.projecttype.name=GNU Autotools
|
|
AutotoolsNature.name=Autotools Project Nature
|
|
AutotoolsNewNature.name=Autotools Project Nature V2
|
|
Configuration.build.name=Build (GNU)
|
|
Autotools.targetplatform.name=GNU Autotools Target Platform
|
|
Autotools.gnu.toolchain.name=GNU Autotools Toolchain
|
|
Configure.outputType=Configure Output (config.status)
|
|
Autogen.outputType=Autogen Output (configure)
|
|
|
|
CommandCategorySource.name=Source
|
|
CommandCategorySource.description=Source commands
|
|
CommandCategoryTools.name=Tools
|
|
CommandCategoryTools.description=Autotool tools
|
|
ShowTooltip.name=Show Tooltip Description
|
|
ShowTooltip.description=Shows the tooltip description for the element at the cursor
|
|
|
|
# Scope and Key Commands
|
|
ACeditor.scope.name=Autoconf Editor
|
|
ACeditor.scope.description=Editor for Autoconf Configuration Source Files
|
|
|
|
RedHatVendor.name = Red Hat
|
|
Bundle-Name.0 = Autotools UI Plug-in
|
|
provider=Eclipse CDT
|
|
InvokeAutotools.label = Invoke Autotools
|
|
InvokeAutotools.mnemonic = I
|
|
InvokeAutoconf.label = Invoke Autoconf
|
|
InvokeAutoconf.mnemonic = c
|
|
InvokeAutoconf.description = Run autoconf in the selected directory
|
|
InvokeAutoheader.label = Invoke Autoheader
|
|
InvokeAutoheader.mnemonic = h
|
|
InvokeAutoheader.description = Run autoheader from the selected directory
|
|
InvokeAutomake.label = Invoke Automake
|
|
InvokeAutomake.mnemonic = m
|
|
InvokeAutomake.description = Run automake from the selected directory
|
|
InvokeAutoreconf.label = Invoke Autoreconf
|
|
InvokeAutoreconf.mnemonic = r
|
|
InvokeAutoreconf.description = Run autoreconf from the selected directory
|
|
InvokeAclocal.label = Invoke Aclocal
|
|
InvokeAclocal.mnemonic = l
|
|
InvokeAclocal.description = Run aclocal from the selected directory
|
|
InvokeLibtoolize.label = Invoke Libtoolize
|
|
InvokeLibtoolize.mnemonic = t
|
|
InvokeLibtoolize.description = Run libtoolize in the selected directory
|
|
Reconfigure.label = Reconfigure Project
|
|
Reconfigure.mnemonic = f
|
|
Reconfigure.description = Run configuration scripts for project
|
|
DynamicBuild.label = Dynamic Build Info
|
|
GetIncludePath.label = Get Include Path
|
|
GetDefinedSymbols.label = Get Defined Symbols
|
|
IncludesOption.name = includes
|
|
SymbolsOption.name = symbols
|
|
AutomakeEditor.name = AutomakeEditor
|
|
Automake.name = automake
|
|
Autoconf.name = autoconf |