ThitGaRang / moliz

Automatically exported from code.google.com/p/moliz
0 stars 0 forks source link

Improve decoration of breakpoints in Papyrus editor #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by p.langer on 13 Feb 2013 at 3:12