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

Added command to rename current document, with lsp support #5531

Closed
wants to merge 21 commits into from

Commits on Jan 14, 2023

  1. Added rename command

    ontley committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    79a5d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    398a820 View commit details
    Browse the repository at this point in the history
  3. Formatting

    ontley committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    25ca3d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b23489 View commit details
    Browse the repository at this point in the history
  5. fixed clippy suggestions

    ontley committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    fdef4f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 18, 2023

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

Commits on Jan 22, 2023

  1. code cleanup

    ontley committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    406fd88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289220c View commit details
    Browse the repository at this point in the history
  3. formatting

    ontley committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    9526d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. removed debug line

    ontley committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    826d9b7 View commit details
    Browse the repository at this point in the history
  2. merged with master

    ontley committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    37d57b0 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    ontley committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    17904c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. docgen

    ontley committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    e1d628d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. merged with master

    ontley committed May 8, 2023
    Configuration menu
    Copy the full SHA
    403a38b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Improved new buffer error message

    Co-authored-by: Pascal Kuthe <[email protected]>
    ontley and pascalkuthe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9925f3e View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary path normalizing

    Co-authored-by: Pascal Kuthe <[email protected]>
    ontley and pascalkuthe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e787750 View commit details
    Browse the repository at this point in the history
  3. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    ontley and pascalkuthe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    411be74 View commit details
    Browse the repository at this point in the history
  4. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    ontley and pascalkuthe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a9a30c1 View commit details
    Browse the repository at this point in the history
  5. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    ontley and pascalkuthe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c820566 View commit details
    Browse the repository at this point in the history
  6. Update helix-term/src/commands/typed.rs

    Co-authored-by: Pascal Kuthe <[email protected]>
    ontley and pascalkuthe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c0e7f50 View commit details
    Browse the repository at this point in the history