X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties index 16cd94b..a3d7935 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/PreferencesMessages.properties @@ -102,10 +102,12 @@ JavaEditorPreferencePage.singleLineComment=Single-line comment JavaEditorPreferencePage.returnKeyword= Keyword 'return' JavaEditorPreferencePage.keywords=Keywords excluding 'return' JavaEditorPreferencePage.functionNames=Predefined function names -JavaEditorPreferencePage.variables=Variables +JavaEditorPreferencePage.variables='$' Variables +JavaEditorPreferencePage.variables_dollar='$_' Variables JavaEditorPreferencePage.constants=Constants JavaEditorPreferencePage.types=Types -JavaEditorPreferencePage.strings=Strings +JavaEditorPreferencePage.strings_dq=Double Quoted Strings +JavaEditorPreferencePage.strings_sq=Single Quoted Strings JavaEditorPreferencePage.others=Others JavaEditorPreferencePage.methodNames=Method names JavaEditorPreferencePage.operators=Operators, brackets excluding '{}' @@ -187,6 +189,7 @@ JavaEditorPreferencePage.wrapStringsSQ= Wra&p single quoted PHP strings JavaEditorPreferencePage.escapeStringsSQ= &Escape text when pasting into a single quoted PHP string JavaEditorPreferencePage.addJavaDocTags= Add PHPdoc &tags JavaEditorPreferencePage.smartPaste= Pasting fo&r correct indentation +JavaEditorPreferencePage.p_rtrim_on_save= Remove trailing spaces on editor save JavaEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end JavaEditorPreferencePage.subWordNavigation= Smart cursor positioning in &PHP names