Changes between Version 1 and Version 5 of Ticket #30779
- Timestamp:
- Apr 8, 2020, 1:31:21 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30779
- Property Patch needs improvement unset
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
-
Ticket #30779 – Description
v1 v5 1 1 Using 2 2 {{{ 3 Exception Location: …/dj/views.py :28 (in form_valid)3 Exception Location: …/dj/views.py, line 28, in form_valid 4 4 }}} 5 5 … … 11 11 would allow for easier copy'n'paste of the location for going there in an editor. 12 12 13 The format ``fname:lnum`` is usually handled there to go to the line number there directly. 13 ~~The format ``fname:lnum`` is usually handled there to go to the line number there directly.~~ 14 14 15 15 By default this does not work as good as it could then, since browsers will not include the ":" on double-click (tested Firefox and qutebrowser), but the "text-select" CSS property can be used for this, which then selected it with a single click already. Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select