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: column editing and insert #292

Merged
merged 3 commits into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. fix: crash when undoing column edit

    Delete command stores temporary reference variable,
    which will be empty when changing cursor.
    Change storage variable type to store data persistently.
    
    Log: Fix crash when undoing column edit
    Bug: https://pms.uniontech.com/bug-view-273663.html
    Influence: column-editing
    rb-union committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    47317fa View commit details
    Browse the repository at this point in the history
  2. fix: restore column selection after undo

    As title.
    update backward / forward delete;
    update unit test.
    
    Log: Restore column selection after undo.
    Bug: https://pms.uniontech.com/bug-view-273663.html
    Influence: column-editing
    rb-union committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0f0a3b5 View commit details
    Browse the repository at this point in the history
  3. fix: cursor pos wrong after column insertion.

    As title.
    
    Log: Fix column insert text.
    rb-union committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a981fc1 View commit details
    Browse the repository at this point in the history