1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 544516: Format edited lines as save action

Change-Id: I988eb34c433aa121ce2afb1da51984ab4fb24b09
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
This commit is contained in:
Marco Stornelli 2019-02-16 11:02:42 +01:00 committed by Jonah Graham
parent 9465c8bd50
commit 8fe6bbb70e

View file

@ -95,7 +95,7 @@ public class SaveActionsPreferencePage extends AbstractPreferencePage {
fRadioFormatAllLines = addRadioButton(group, PreferencesMessages.SaveActionsPreferencePage_formatAllLines, null,
0);
fRadioFormatEditedLines = addRadioButton(group, PreferencesMessages.SaveActionsPreferencePage_formatEditedLines,
REMOVE_TRAILING_WHITESPACE_LIMIT_TO_EDITED_LINES, 0);
FORMAT_SOURCE_CODE_LIMIT_TO_EDITED_LINES, 0);
createDependency(checkboxFormat, FORMAT_SOURCE_CODE, fRadioFormatAllLines);
createDependency(checkboxFormat, FORMAT_SOURCE_CODE, fRadioFormatEditedLines);