Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/TemplateMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/TemplateMessages.properties29
1 files changed, 0 insertions, 29 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/TemplateMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/TemplateMessages.properties
deleted file mode 100644
index 6a95267b954..00000000000
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/TemplateMessages.properties
+++ /dev/null
@@ -1,29 +0,0 @@
-#########################################
-# (c) Copyright IBM Corp. 2000, 2001.
-# All Rights Reserved.
-#########################################
-
-GlobalVariables.variable.description.dollar=The dollar symbol
-GlobalVariables.variable.description.cursor=The cursor position after editing template variables
-
-GlobalVariables.variable.description.line=Current line number
-GlobalVariables.variable.description.date=Current date
-GlobalVariables.variable.description.time=Current time
-GlobalVariables.variable.description.user=User name
-
-JavaDocContextType.variable.description.file=Filename of compilation unit
-
-JavaContextType.variable.description.file=Filename of compilation unit
-JavaContextType.variable.description.array=A proposal for an array
-JavaContextType.variable.description.array.type=A proposal for the element type of an array
-JavaContextType.variable.description.array.element=A proposal for the element name of an array
-JavaContextType.variable.description.index=A proposal for an index (int)
-JavaContextType.variable.description.collector=A proposal for a collector (java.util.Collector)
-JavaContextType.variable.description.iterator=A proposal for an iterator (java.util.Iterator)
-JavaContextType.variable.description.arguments=Method arguments (evaluates to empty string)
-JavaContextType.variable.description.enclosing.method=Enclosing method name
-JavaContextType.variable.description.enclosing.type=Enclosing type name
-JavaContextType.variable.description.enclosing.package=Enclosing package name
-JavaContextType.variable.description.enclosing.project=Enclosing project name
-JavaContextType.variable.description.enclosing.method.arguments=Argument names of enclosing method
-JavaContextType.variable.description.return.type=Enclosing method return type

Back to the top