The decorations for indicating Activity Node Breakpoints are not shown anymore
after closing and re-opening the Papyrus editor.
What steps will reproduce the problem?
1. Add breakpoint to activity node in the Papyrus editor
2. Close the Papyrus editor
3. Open the Papyrus editor again
What is the expected output? What do you see instead?
The breakpoints decorations should still be shown. However, they are not. The
reason is that the PapyrusBreakpointVisualizer is not aware of newly opened
editors, which should be decorated. Existing breakpoints are also not shown
after starting Eclipse in already active editors.
A solution might be to register the PapyrusBreakpointVisualizer as an
EditPartListener and decorate breakpoints in any opened editor as well.
Original issue reported on code.google.com by p.langer on 11 Jul 2012 at 5:55
Original issue reported on code.google.com by
p.langer
on 11 Jul 2012 at 5:55