mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2004-08-23 Alain Magloire
Fix for 72382 * src/org/eclipse/cdt/core/internal/filetype/WorkspaceResolver.java
This commit is contained in:
parent
bca745ef20
commit
8b1689a028
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-23 Alain Magloire
|
||||
|
||||
Fix for 72382
|
||||
* src/org/eclipse/cdt/core/internal/filetype/WorkspaceResolver.java
|
||||
|
||||
2004-08-21 Alain Magloire
|
||||
|
||||
(Partial, since the indexer is still not aware of this)
|
||||
|
|
|
@ -204,10 +204,11 @@ public class WorkspaceResolver extends CFileTypeResolver {
|
|||
}
|
||||
Preferences prefs = CCorePlugin.getDefault().getPluginPreferences();
|
||||
String s = prefs.getString(PREFS_ASSOCIATIONS_INCLUSION);
|
||||
|
||||
if (s.length() > 0) {
|
||||
sb.append(';').append(s);
|
||||
prefs.setValue(PREFS_ASSOCIATIONS_INCLUSION, sb.toString());
|
||||
}
|
||||
prefs.setValue(PREFS_ASSOCIATIONS_INCLUSION, sb.toString());
|
||||
}
|
||||
|
||||
public List getDefaultExclusionAssociations() {
|
||||
|
|
Loading…
Add table
Reference in a new issue