Closed GoogleCodeExporter closed 8 years ago
Update: this only affects multi-line comment blocks.
Does not affect line numbers in stack traces: /*:DOC += <div></div>*/
Affects line numbers in stack traces /*:DOC += <div>
<div class="foo"></div>
more stuff here
</div>*/
Original comment by augustlilleaas
on 10 Dec 2009 at 11:11
Original comment by corbinrs...@gmail.com
on 10 Jan 2010 at 9:25
Happens on 1.2.2, too.
Original comment by cwei...@cweiske.de
on 5 Nov 2010 at 2:42
Issue 11 has been merged into this issue.
Original comment by corbinrs...@gmail.com
on 13 Dec 2010 at 3:42
I am seeing the same problem, and to be clear it seems to happen for any
multi-line comment (not just :DOC as the issue is titled).
Original comment by coolr...@gmail.com
on 5 Jan 2011 at 10:24
All multiline comments? In js or html?
Original comment by corbinrs...@gmail.com
on 5 Jan 2011 at 10:26
I take it back, now lines are lining up again. I swear I didn't change anything
:). It was in JS, I will continue to watch for it to happen again to see if I
can better reproduce it.
I thought it seemed to be multi-line related because of the line offset I was
seeing, but I also just noticed some issues with JS files not being refreshed
correctly which could the problem (so wrong line numbers because old file is
loaded). Not sure if that is happening in IDEA, Server, Firefox, or Firebug
(stopping server and closing/opening page fixes it).
So, I will watch, reproduce and report when it happens again.
Original comment by coolr...@gmail.com
on 6 Jan 2011 at 12:29
Fixed as of revision 820
Original comment by corbinrs...@gmail.com
on 9 Jan 2011 at 9:00
Original issue reported on code.google.com by
augustlilleaas
on 10 Dec 2009 at 8:20