Community
Participate
Working Groups
The color is only applied upon close/reopen of the editor/disassembly. This might be caused by the duplicate IP annotation type in DSF.
Created attachment 179936 [details] Reuse platform annotation type This patch removes the DSF specific annotation types and reuses those defined in the platform. EDC also defines its own set of annotation types causing the same issue. I'll file a separate bug for that.
*** cdt cvs genie on behalf of aleherbau *** Bug 326145 - [source lookup] Changing the color of the IP annotation is not reflected immediately in the editor and disassembly [*] plugin.properties 1.14 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/plugin.properties?root=Tools_Project&r1=1.13&r2=1.14 [*] plugin.xml 1.21 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/plugin.xml?root=Tools_Project&r1=1.20&r2=1.21 [*] DisassemblyIPAnnotation.java 1.3 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/presentation/DisassemblyIPAnnotation.java?root=Tools_Project&r1=1.2&r2=1.3 [*] InstructionPointerManager.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/ui/sourcelookup/InstructionPointerManager.java?root=Tools_Project&r1=1.3&r2=1.4
I committed the fix. Pawel, could you review? I filed bug 326655 for EDC.
Looks like fine cut and paste action ;-) Thanks Toni.