| semantic quick fixes and commens [message #914484] |
Sat, 15 September 2012 21:15 |
Henrik Lindberg Messages: 2429 Registered: July 2009 |
Senior Member |
|
|
Hi,
I am trying to use semantic modifications in quick fixes, and I have a
hard time figuring out where comments are reconciled.
I am performing an EMF 'move' operation on a list, and as a result all
comments disappear except one, but this comment is in the wrong place.
e.g
x => 1, // a
y => 2, // b
z => 3 // c
If I move the y => 2 to position 1 the end result is something like
y => 2,
x => 1, // b
z => 3
Where is the logic that reconciles the comments?
Regards
- henrik
|
|
|
Powered by
FUDForum. Page generated in 0.01418 seconds