mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
save the preference store on exit
This commit is contained in:
parent
40fe9c9707
commit
057edb19f3
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ public class CCorePlugin extends Plugin {
|
||||||
if (cdtLog != null) {
|
if (cdtLog != null) {
|
||||||
cdtLog.shutdown();
|
cdtLog.shutdown();
|
||||||
}
|
}
|
||||||
|
savePluginPreferences();
|
||||||
} finally {
|
} finally {
|
||||||
super.stop(context);
|
super.stop(context);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue