When you click on a row - it should be highlighted (like on github). Even better to have each line of a text as a hyper link (we could create a link for a line number at the left), so I'd be able to copy&paste it somewhere. E.g. we're discussing some part of the code and I want to put a link to some line in the code into a ticket comment.
Originally by: tramadolmen
In taskd logs i get
Can you explain what's wrong with taskd and how i can fix this?
What version of mongo do you have? I think 1.8 is the minimum required.
Originally by: tramadolmen
I have 1.2.2 version. After installation version 2.0.4 all errors are gone from taskd.log
Closed #21 and pushed changes into 42cc_4115
I'd like to see test coverage for this. The functional tests of ForgeGit, ForgeHg, and ForgeSVN probably do run this code, but those are broad tests and don't test LineAnchorCodeHtmlFormatter precisely. Can we have a unit test for LineAnchorCodeHtmlFormatter?
codeline_
is a big long for my preference. What do you think about usingl
orL
for the prefix? That is what gitweb and trac do.Last, I'd prefer to not change the text color of the line (it gets set to light blue). The line number can be styled, but we shouldn't change any coloring of the text.
Yes, I also like to use l or L instead of codeline_
Created a ticket #47: [4115] Highlight selected row - write a test, small amendments and a little refactoring (1cp).
Closed #47 and pushed changes back into 42cc_4115