Ticket #3586 (closed defect: fixed)
[PATCH] mcedit: fix "Lower case selection" command in User Menu
Reported by: | rimf | Owned by: | zaytsev |
---|---|---|---|
Priority: | trivial | Milestone: | 4.8.16 |
Component: | mcedit | Version: | master |
Keywords: | lower case | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
"Lower case selection" command in User Menu works as "Upper case selection" command (copy-paste bug).
Attachments
Change History
comment:1 Changed 9 years ago by and
Thanks,
nice finding.
lets strip cat and pipe too
sed 's/\(.*\)/\L\1/' $TMPFILE >%b
comment:2 Changed 9 years ago by zaytsev-work
Hi Andreas, could you please make a patch for both then? Thanks!
comment:4 Changed 9 years ago by zaytsev
- Owner set to zaytsev
- Status changed from new to accepted
- Milestone changed from Future Releases to 4.8.16
Committed into the cleanup branch, thank you Andreas!
comment:6 Changed 9 years ago by andrew_b
- Status changed from accepted to testing
- Resolution set to fixed
Applied as [7da330ce770082416bea757574ed333ccd163553].
Note: See
TracTickets for help on using
tickets.