Ticket #2957 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

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.

  1. Locale is UTF-8, file is in KOI8-R:
    эъйцукен
    эъфывапр
    
    эъ<esc-tab here>
    

Result: no completion list, no completion.

  1. 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

0001-mcedit-fix-autocompletion.patch (1.9 KB) - added by andrew_b 11 years ago.
0001-mcedit-fix-autocompletion-2.patch (1.7 KB) - added by andrew_b 11 years ago.
Optimized patch

Change History

comment:1 Changed 11 years ago by andrew_b

  • Description modified (diff)

Changed 11 years ago by andrew_b

Changed 11 years ago by andrew_b

Optimized patch

comment:2 Changed 11 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted

Branch: 2957_mcedit_broken_autocompletion.
Initial changeset:7fe85d0bd8e5684d918372726b892a25d3486489

Last edited 11 years ago by andrew_b (previous) (diff)

comment:3 Changed 11 years ago by andrew_b

  • Branch state changed from no branch to on review

comment:4 Changed 11 years ago by angel_il

  • Votes for changeset set to angel_il

comment:5 Changed 11 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 11 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

comment:7 Changed 11 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.