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

Chore(tabulation): Keydown refactor #79

Merged
merged 32 commits into from
Sep 28, 2024
Merged

Chore(tabulation): Keydown refactor #79

merged 32 commits into from
Sep 28, 2024

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    22922cb View commit details
    Browse the repository at this point in the history
  2. tab fix

    e11sy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    faba066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1083cf1 View commit details
    Browse the repository at this point in the history
  4. comments improved

    e11sy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    787d03e View commit details
    Browse the repository at this point in the history
  5. split corner case fixed

    e11sy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d0d1852 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix enter behaviour

    e11sy committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8dd7b56 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    01e4788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128655a View commit details
    Browse the repository at this point in the history
  3. clean up

    e11sy committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d38c568 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. blocks merge implemented

    e11sy committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    158bcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8977973 View commit details
    Browse the repository at this point in the history
  3. moved to types

    e11sy committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0d65f0a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. merge method added

    e11sy committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9549e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. refactor merge lists

    e11sy committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a2a9090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f07a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71cef8 View commit details
    Browse the repository at this point in the history
  4. codestyle

    e11sy committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1267fa3 View commit details
    Browse the repository at this point in the history
  5. renaming

    e11sy committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b64470a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. removed currentLevel from tabulator

    - improved docs
    - get rid of level usage in renderers and tabulator
    - improved naming
    e11sy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    358ac9e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix paragraph insertion bug

    e11sy committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8d2d555 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. improved responsibilities of enterpressed and backspace

    - added mergeCurrentItemWithPrevious method
    - added splitItem method
    - added splitList method
    e11sy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    227644e View commit details
    Browse the repository at this point in the history
  2. codestyle improvement

    e11sy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4e76dc7 View commit details
    Browse the repository at this point in the history
  3. suggestions

    e11sy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f72e54f View commit details
    Browse the repository at this point in the history
  4. caret alias added

    e11sy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d0518f0 View commit details
    Browse the repository at this point in the history
  5. comments improved

    e11sy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    01efb29 View commit details
    Browse the repository at this point in the history
  6. typo fixed

    e11sy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2e43690 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    b6249b9 View commit details
    Browse the repository at this point in the history
  2. fixed merge item logic

    e11sy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6de4e14 View commit details
    Browse the repository at this point in the history
  3. build fix and comments improved

    e11sy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    740ceef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eee722a View commit details
    Browse the repository at this point in the history
  5. changed getSiblings util

    e11sy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a9009ee View commit details
    Browse the repository at this point in the history
  6. fix bug

    e11sy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    16abb05 View commit details
    Browse the repository at this point in the history