On Wed, Aug 27, 2014 at 3:58 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Wed, Aug 27, 2014 at 9:57 PM, Ron W <ronw.m...@gmail.com> wrote:
>
>> An enhancement to this would be to make the numbers click-able for
>> designating ranges to highlight. Something
>>
>
> Already on the list, just not sure how best to implement it w/o doubling
> the HTML size. Maybe inject a link on hover events.
>

You mean Javascript that would surround the "word" (number) under the
cursor with suitable HTML mark-up?

But... the highlighting is done server-side, so we'd have to reimpl it
> client side for full interactivity.
>

True.

Also, I will add that I envision would modify a copy-able URL. That is,
after an odd click:

    http://server.com/repository/path/to/file?ln=n

And after an even click:

    http://server.com/repository/path/to/file?ln=n,m

where n and m are numbers designating the selected range.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to