Ticket #2957 (closed defect: fixed)
Broken autocompletion in mcedit
Reported by: | andrew_b | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.8 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description (last modified by andrew_b) (diff)
Two testcases.
- Locale is UTF-8, file is in KOI8-R:
эъйцукен эъфывапр эъ<esc-tab here>
Result: no completion list, no completion.
- Locale is KOI8-R, file is in UTF-8:
эъйцукен эъфывапр эъ<esc-tab here>
Select эъйцукен in completion list.
Result: эъукен -- two chars in completion position are missed.
Attachments
Change History
Changed 12 years ago by andrew_b
- Attachment 0001-mcedit-fix-autocompletion-2.patch added
Optimized patch
comment:2 Changed 12 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
Branch: 2957_mcedit_broken_autocompletion.
Initial changeset:7fe85d0bd8e5684d918372726b892a25d3486489
comment:5 Changed 12 years ago by slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- Branch state changed from on review to approved
comment:6 Changed 12 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from angel_il slavazanko to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [2bfe782780e311f5d0537f3137cd5c5516ec1315].
git log --pretty=oneline 68d5b0d..2bfe782
Note: See
TracTickets for help on using
tickets.