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

initial implementation of bufferline #2759

Merged
merged 23 commits into from
Sep 2, 2022

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    681d34b View commit details
    Browse the repository at this point in the history
  2. fixed lint

    aaron404 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    fc8df18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860ec7c View commit details
    Browse the repository at this point in the history
  4. fixed lint

    aaron404 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4cb66c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    479823d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. removed redundant code, added proper themeing with fallback, changed …

    …'file modified' indicator
    aaron404 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a2c6199 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. remove commented code

    aaron404 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2bbd316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d26ce View commit details
    Browse the repository at this point in the history
  3. Update helix-term/src/ui/editor.rs

    simplify text and offset computation
    
    Co-authored-by: Gokul Soumya <[email protected]>
    aaron404 and sudormrfbin authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ecb9c23 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. add ui.bufferline.background key for themes

    Co-authored-by: lazytanuki <[email protected]>
    aaron404 and lazytanuki authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f39b2fa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. address PR comments

    aaron404 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d80a9fd View commit details
    Browse the repository at this point in the history
  2. merge master

    aaron404 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    fe102bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dfb9fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db5f30a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 22, 2022

  1. Update configuration.md

    Updates documentation to reflect decision re: defaulting to never showing bufferline.
    sbromberger authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8d59fe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. addressed pr comments

    aaron404 committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    0cb3dff View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Jul 26, 2022

  1. Merge pull request #1 from sbromberger/patch-1

    Update configuration.md to reflect new default.
    aaron404 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5e7ccc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. fix build error

    aaron404 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ec6d12f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. address pr comments

    aaron404 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    042805d View commit details
    Browse the repository at this point in the history
  2. revert accidental change

    aaron404 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    12846be View commit details
    Browse the repository at this point in the history