Closed
Bug 1614235
Opened 5 years ago
Closed 5 years ago
View source: fix line wrapping option
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 75.0
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
|
9.40 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
The view source window respects view_source.wrap_long_lines, but the UI for it has been broken and hidden for some time.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
- Fixes the line wrapping, most of which is handled by the view source actor, but I can't tap into the actor to do what I want. I've added "wrap long lines" back to the View menu.
- Removes the context menu. I don't see the use in keeping it when all of the items that work are available from the main menu, and there are several items that don't work (and are irrelevant anyway).
- Removes some items from the Edit menu which make no sense in a read-only context.
- Fixes the print preview toolbar which was meant to happen with the last bug, but I changed an identifier at some point and broke it.
Attachment #9127460 -
Flags: review?(mkmelin+mozilla)
Comment 2•5 years ago
|
||
Comment on attachment 9127460 [details] [diff] [review]
1614235-view-source-1.diff
Review of attachment 9127460 [details] [diff] [review]:
-----------------------------------------------------------------
The context menu on trunk is wrong, but it would be nice to keep Copy/Select All (and maybe Find Again) like 68.
The other fixes look good. r=mkmelin if you add back the above
Attachment #9127460 -
Flags: review?(mkmelin+mozilla) → review+
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/231dc57f3704
View source: fix line wrapping option, remove pointless menu items. r=mkmelin DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 75.0
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/228fc7494fb8
followup to fix linting. rs=eslint DONTBUILD
You need to log in
before you can comment on or make changes to this bug.
Description
•