Closed GoogleCodeExporter closed 9 years ago
We want to use the qtip library for this. It is now available in the source. I
can imagine using some javascript to add a highlighted class around the text
that relates to a comment and then using qtip on that specific class with the
content of the comment & the comment id (to allow for deleting).
Original comment by krmckelv
on 23 Sep 2011 at 5:35
Now that we record the linenumber, this should be easy. For each linenumber
that has had a previous comment, add a class to that anchor (the linenumbers
are now links) and also make a qtip tooltip on it to view the comment.
We already run though each linenumber in views/studentcode
Original comment by krmckelv
on 25 Sep 2011 at 5:00
You can now see the comment, and see a delete button for each comment, but
deletion doesn't work yet.
Original comment by krmckelv
on 25 Sep 2011 at 6:06
The deletion now works. yay
Original comment by krmckelv
on 27 Sep 2011 at 4:17
Original issue reported on code.google.com by
krmckelv
on 22 Sep 2011 at 5:20