mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 45203. Allowed partner indirect inclusion by default.
This commit is contained in:
parent
339a621521
commit
073237d901
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class IncludePreferences {
|
|||
store.setDefault(PreferenceConstants.INCLUDES_PARTNER_FILE_SUFFIXES, DEFAULT_PARTNER_FILE_SUFFIXES);
|
||||
store.setDefault(PreferenceConstants.INCLUDES_HEURISTIC_HEADER_SUBSTITUTION, true);
|
||||
store.setDefault(PreferenceConstants.INCLUDES_ALLOW_REORDERING, true);
|
||||
store.setDefault(PreferenceConstants.INCLUDES_ALLOW_PARTNER_INDIRECT_INCLUSION, false);
|
||||
store.setDefault(PreferenceConstants.INCLUDES_ALLOW_PARTNER_INDIRECT_INCLUSION, true);
|
||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_COMPOSITE_TYPES, true);
|
||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_ENUMS, false);
|
||||
store.setDefault(PreferenceConstants.FORWARD_DECLARE_FUNCTIONS, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue