Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » semantic quick fixes and commens
semantic quick fixes and commens [message #913831] Sun, 16 September 2012 01:15
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
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
Previous Topic:semantic quick fixes and commens
Next Topic:semantic quick fixes and commens
Goto Forum:
  


Current Time: Tue Mar 19 06:27:04 GMT 2024

Powered by FUDForum. Page generated in 0.02797 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top