Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(developer): use richedit in debug memo to support Egyptian cartouches #12464

Merged
merged 2 commits into from
Oct 9, 2024

Commits on Sep 24, 2024

  1. fix(developer): use richedit in debug memo to support Egyptian cartou…

    …ches
    
    RichEdit allows text selection one character past end-of-string, so we
    need to cater for that as well in passing text ranges to the character
    grid.
    
    Fixes: #12454
    mcdurdin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    25ea6a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix(developer): use RichEdit 4.1 for debugger memos

    Adds support for using RichEdit 4.1, and sets the richedit control into
    the correct mode for rendering arbitrary Unicode correctly. Removes
    some unnecessary per-character refresh for improved performance.
    
    Fixes: #12454
    mcdurdin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e208d56 View commit details
    Browse the repository at this point in the history