Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.atl.eclipse.adt.editor/src/org/atl/eclipse/adt/ui/preferences/PreferenceMessages.properties')
-rw-r--r--deprecated/org.atl.eclipse.adt.editor/src/org/atl/eclipse/adt/ui/preferences/PreferenceMessages.properties76
1 files changed, 0 insertions, 76 deletions
diff --git a/deprecated/org.atl.eclipse.adt.editor/src/org/atl/eclipse/adt/ui/preferences/PreferenceMessages.properties b/deprecated/org.atl.eclipse.adt.editor/src/org/atl/eclipse/adt/ui/preferences/PreferenceMessages.properties
deleted file mode 100644
index 7f4dc27b..00000000
--- a/deprecated/org.atl.eclipse.adt.editor/src/org/atl/eclipse/adt/ui/preferences/PreferenceMessages.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-AppearancePreferencePage.appearanceColor=Appearance co&lor options :
-AppearancePreferencePage.color=C&olor
-AppearancePreferencePage.description=Setting editor preferences :
-AppearancePreferencePage.displayedTabWidth=Displayed &tab width
-AppearancePreferencePage.highlightCurrentLine=Highlight &current line
-AppearancePreferencePage.highlightCurrentLineColor=Current line highlight
-AppearancePreferencePage.highlightMatchingBrackets=Highlight &matching brackets
-AppearancePreferencePage.highlightMatchingBracketsColor=Matching brackets highlight
-AppearancePreferencePage.lineNumberRuler=Show &line number
-AppearancePreferencePage.lineNumberColor=Line number
-AppearancePreferencePage.printMargin=Sho&w print margin
-AppearancePreferencePage.printMarginColor=Print margin
-AppearancePreferencePage.printMarginColumn=Print margin col&umn
-AppearancePreferencePage.selectionBackgroundColor=Selection background color
-AppearancePreferencePage.selectionForegroundColor=Selection foreground color
-
-CodeAssistPreferencePage.autoActivationEnable=&Enable auto activation
-CodeAssistPreferencePage.autoActivationDelay=Auto activation &delay
-CodeAssistPreferencePage.autoActivationTriggers=Auto activation &triggers
-CodeAssistPreferencePage.autoInsert=Insert single &proposals automatically
-CodeAssistPreferencePage.autoPrefixCompletion=&Insert common prefixes automatically
-CodeAssistPreferencePage.caseSensitivity=Case &sensitivity
-CodeAssistPreferencePage.appearanceColor=Code assist colo&r options :
-CodeAssistPreferencePage.color=C&olor
-CodeAssistPreferencePage.description=Code assistant setting :
-CodeAssistPreferencePage.orderProposals=Present proposals in alpha&betical order
-CodeAssistPreferencePage.parametersBackground=Method parameter background
-CodeAssistPreferencePage.parametersForeground=Method parameter foreground
-CodeAssistPreferencePage.proposalsBackground=Completion proposal background
-CodeAssistPreferencePage.proposalsForeground=Completion proposal foreground
-CodeAssistPreferencePage.replacementBackground=Completion overwrite background
-CodeAssistPreferencePage.replacementForeground=Completion overwrite foreground
-CodeAssistPreferencePage.showVisibleProposals=S&how only proposals visible in the invocation context
-
-EditorPreferencePage.description=Setting editor preferences :
-EditorPreferencePage.showLineNumber=Show &line number
-EditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
-EditorPreferencePage.highlightCurrentline=Highlight &current line
-
-MainPreferencePage.description=General setting for ATL development :
-
-SyntaxPreferencePage.backgroundColor=Background color
-SyntaxPreferencePage.bold=&Bold
-SyntaxPreferencePage.brackets=Brackets
-SyntaxPreferencePage.constants=Constants
-SyntaxPreferencePage.color=C&olor
-SyntaxPreferencePage.custom=C&ustom
-SyntaxPreferencePage.defined=Defined
-SyntaxPreferencePage.description=Syntax Settings :
-SyntaxPreferencePage.foregroundColor=Fo&reground color
-SyntaxPreferencePage.identifiers=Identifiers
-SyntaxPreferencePage.italic=&Italic
-SyntaxPreferencePage.keywords=Keywords
-SyntaxPreferencePage.literals=Enumeration literals
-SyntaxPreferencePage.numbers=Numbers
-SyntaxPreferencePage.operators=Operators
-SyntaxPreferencePage.others=Others
-SyntaxPreferencePage.singleLineComments=Single line comments
-SyntaxPreferencePage.strings=Strings
-SyntaxPreferencePage.symbols=Symbols
-SyntaxPreferencePage.syntax=Synta&x
-SyntaxPreferencePage.systemDefault=S&ystem Default
-SyntaxPreferencePage.types=Types
-
-TypingPreferencePage.closeBraces=Close b&races
-TypingPreferencePage.closeBrackets=Close brac&kets and parenthesis
-TypingPreferencePage.closeStrings=Close &strings
-TypingPreferencePage.description=Typing settings :
-TypingPreferencePage.escapeStrings=Escpae text w&hen pasting into a string literal
-TypingPreferencePage.importsOnPaste=&Update imports on paste
-TypingPreferencePage.insertSpaceForTabs=Insert &spaces for tab
-TypingPreferencePage.smartPaste=&Pasting for correct indentation
-TypingPreferencePage.typing.smartOpeningBrace=Smart &brace positioning
-TypingPreferencePage.typing.smartSemicolon=S&mart semicolon positioning
-TypingPreferencePage.typing.smartTab=&Tab indents the current line
-TypingPreferencePage.wrapStrings=Wrap str&ings

Back to the top