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

feat: Delaying the revealment of concealments #332

Merged
merged 10 commits into from
Oct 13, 2024

Commits on Sep 19, 2024

  1. ♻️ Split conceal into two distinct functions

    Co-authored-by: shunby <25155092+shunby@users.noreply.github.com>
    bdm-k and shunby committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b0fc8a2 View commit details
    Browse the repository at this point in the history
  2. 🚚 Move conceal functions to a new file

    Co-authored-by: shunby <25155092+shunby@users.noreply.github.com>
    bdm-k and shunby committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    11feef8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. 🎨 Introduce Replacement, ConcealSpec, and Concealment

    Co-authored-by: shunby <25155092+shunby@users.noreply.github.com>
    bdm-k and shunby committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    80a9ec9 View commit details
    Browse the repository at this point in the history
  2. ✨ Delay reveal of concealments depending on cursorPosType

    Co-authored-by: shunby <25155092+shunby@users.noreply.github.com>
    bdm-k and shunby committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    13935fe View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Use debounce for delayed reveal

    shunby authored and bdm-k committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    42da4ef View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ab4d696 View commit details
    Browse the repository at this point in the history
  2. Disable delayed reveal when the timeout is 0

    Prevents flickering of math expressions when the cursor is placed between the braces of `\frac{}{}`
    shunby committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    16314fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d520481 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    7e4cd66 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    edd900d View commit details
    Browse the repository at this point in the history