mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Bug 436748 - Preference option missing in OrganizeIncludesBlock
This commit is contained in:
parent
abbcd72d52
commit
93e4ab50ec
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ public class IncludePreferences implements Comparator<StyledInclude> {
|
||||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_COMPOSITE_TYPES, true);
|
store.setDefault(PreferenceConstants.FORWARD_DECLARE_COMPOSITE_TYPES, true);
|
||||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_ENUMS, false);
|
store.setDefault(PreferenceConstants.FORWARD_DECLARE_ENUMS, false);
|
||||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_FUNCTIONS, false);
|
store.setDefault(PreferenceConstants.FORWARD_DECLARE_FUNCTIONS, false);
|
||||||
|
store.setDefault(PreferenceConstants.FORWARD_DECLARE_EXTERNAL_VARIABLES, false);
|
||||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_TEMPLATES, false);
|
store.setDefault(PreferenceConstants.FORWARD_DECLARE_TEMPLATES, false);
|
||||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_NAMESPACE_ELEMENTS, true);
|
store.setDefault(PreferenceConstants.FORWARD_DECLARE_NAMESPACE_ELEMENTS, true);
|
||||||
store.setDefault(PreferenceConstants.INCLUDES_UNUSED_STATEMENTS_DISPOSITION,
|
store.setDefault(PreferenceConstants.INCLUDES_UNUSED_STATEMENTS_DISPOSITION,
|
||||||
|
|
Loading…
Add table
Reference in a new issue