Community
Participate
Working Groups
The disassembly view doesn't use the current "Current line highlight" preference value under "General | Editors | Text Editors" preference, it always use the default value from this perference.
Created attachment 194773 [details] patch This patch is a simple swap of the editor preference sore and the dsf ui preference fore for the ChainedPreferenceStore object. Without this, the preference value is found in the dsf ui preference store within the ChainedPreferenceStore, which is always the default value.
Created attachment 194794 [details] Committed fix Nice find! I have committed a different fix in the preference initializer. It was wrong from the beginning to set the editor default preferences in the DSF UI preference store. Without that it works as expected.
Fixed in HEAD.
*** cdt cvs genie on behalf of aleherbau *** Bug 344768 - [disassembly] The disassembly view does not respect current line color setting [*] DisassemblyPreferenceConstants.java 1.4 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/preferences/DisassemblyPreferenceConstants.java?root=Tools_Project&r1=1.3&r2=1.4