Ticket #257 (closed defect: fixed)
Highlight width issues (UTF-8)
Reported by: | egmont | Owned by: | winnie |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.0-pre1 |
Component: | mc-core | Version: | 4.6.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
The UTF-8 patch introduces several issues regarding the width of a highlighed (cyan-background) field, if it contains accented characters.
Long time ago I've created some patches to address them, and posted them to mc-devel. Probably they are already included in some major Linux distros as well. Please apply them to your UTF-8 patch, so that these fixes reach everyone who want UTF-8 in mc. Thanks!
I send multiple patches fixing multiple similar issues; I know it's generally not wise and I should probably file separate tickets, but they all rely on some common codebase, so I thought it'd be simpler this way.
The fixes are:
- Correct width for the bottom row's buttons (if they have accents)
- Correctly highlight the full line in hotlists (alt+H) (if the entry has accented letters)
- Correctly highlight quick filename search (ctrl+S) (if the currently matching filename prefix has accented letters)
- Fix filename/command completion (if the already typed prefix of the filename/command has accented letters - ok, this is not about highlighting, but it's the same story)
Attachments
Change History
Changed 16 years ago by egmont
- Attachment 00-70-utf8-common.patch added
Changed 16 years ago by egmont
- Attachment 00-73-utf8-bottom-buttons-width.patch added
Fix cyan rectangles in the bottom row
Changed 16 years ago by egmont
- Attachment 00-76-utf8-hotlist-highlight.patch added
Fix hotlist entries
Changed 16 years ago by egmont
- Attachment 00-77-utf8-filename-search-highlight.patch added
Fix quick filename search
comment:1 Changed 16 years ago by winnie
- Owner set to winnie
- Status changed from new to accepted
- Milestone changed from 4.6.2.1 to UTF8 Support
Thanks, I'll take a look on them but the clearly belong not into the 4.6.2.1 milestone..
comment:2 Changed 16 years ago by winnie
- Status changed from accepted to testing
- Resolution set to fixed
Patches are added into the two HACK_utf8 branches.. they will be automatically included in the next release.
comment:4 Changed 15 years ago by angel_il
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone UTF8 Support deleted
need check it
Common base for the subsequent patches