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:
parent
9465c8bd50
commit
8fe6bbb70e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue