Commit f1a031a
committed
Use UserScope instead of ConfigurationScope for default theme
The default theme preference is now stored in user scope instead of
configuration scope. UserScope is more appropriate as it represents
a per-user setting that should roam with the user across installations,
while ConfigurationScope is shared across all users of an installation.1 parent 6e6bbbf commit f1a031a
2 files changed
Lines changed: 8 additions & 7 deletions
File tree
- bundles
- org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt
- org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/dialogs
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
520 | 521 | | |
521 | 522 | | |
522 | 523 | | |
523 | | - | |
| 524 | + | |
524 | 525 | | |
525 | | - | |
| 526 | + | |
526 | 527 | | |
527 | | - | |
| 528 | + | |
528 | 529 | | |
529 | | - | |
| 530 | + | |
530 | 531 | | |
531 | 532 | | |
532 | 533 | | |
| |||
0 commit comments