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..1e8544f 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 @@ -105,7 +105,8 @@ JavaEditorPreferencePage.functionNames=Predefined function names JavaEditorPreferencePage.variables=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 +188,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