Bug 460807 - [xbase][preferences] Preference widgets not updated when associated Java prefs change
Summary: [xbase][preferences] Preference widgets not updated when associated Java pref...
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.8.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-25 09:46 EST by Jan Koehnlein CLA
Modified: 2015-02-25 09:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Koehnlein CLA 2015-02-25 09:46:38 EST
In Xbase, we have a couple of preferences linked to JDT preferences, e.g. for compiler errors and warnings, or for the compilation target. The respective widgets in the preferences dialog are not updated when the JDT prefs change, only when the dialog is reopended.

Here is an example of the confusing behavior
- Open the properties of an Xtend project
- Go to Xtend > Compiler Settings and enable project specific settings
- Make sure "Use source compatibility level from Java settings" is selected
- Change to Java > Compiler, enable project specific settings and choose a different compliance level
- Go back to Xtend > Compiler: The combo still shows the now invalid previous Java settings
- Apply and reopen the preferences: Combo has changed.