| #=============================================================================# |
| # Copyright (c) 2012, 2020 Stephan Wahlbrink and others. |
| # |
| # This program and the accompanying materials are made available under the |
| # terms of the Eclipse Public License 2.0 which is available at |
| # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 |
| # which is available at https://www.apache.org/licenses/LICENSE-2.0. |
| # |
| # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 |
| # |
| # Contributors: |
| # Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation |
| #=============================================================================# |
| |
| variables_FileNameBase_description= Returns the file name base (name without extensions) of a resource. \ |
| The target resource is the selected resource when no argument is specified. \n\ |
| For example: 'a/b/c.txt' -> 'c'. |
| variables_FileNameExt_description= Returns the file name extension of a resource. \ |
| The target resource is the selected resource when no argument is specified. \n\ |
| For example: 'a/b/c.txt' -> 'txt'. |
| variables_ResourceEnc_description= Returns the character encoding of the resource. \ |
| The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path. \ |
| For containers (folders, projects and workspace) encoding means the default encoding of the resource. |
| variables_ContainerEnc_description= Returns the default character encoding of the resource's container. \ |
| The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path. |
| variables_ProjectEnc_description= Returns the default character encoding of the resource's project. \ |
| The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path. |