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

Implement the LSP $/cancelRequest notification #141

Open
wants to merge 69 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2024

  1. relase 0.4.1

    dzhou121 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cab5dde View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    36bebb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c3405c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    e45e292 View commit details
    Browse the repository at this point in the history
  2. Implement feature "Run in Terminal" (lapce#3419)

    * Implement feature "Run in Terminal"
    
    * call other method to get select text
    jm-observer authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    08222a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d09de View commit details
    Browse the repository at this point in the history
  4. update changelog

    dzhou121 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    be4b268 View commit details
    Browse the repository at this point in the history
  5. implement on screen find

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    082f63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3709d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bbb901 View commit details
    Browse the repository at this point in the history
  4. change some panel icons

    dzhou121 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8efe4bb View commit details
    Browse the repository at this point in the history
  5. update CHANGELOG

    dzhou121 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    06c5174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9062c0 View commit details
    Browse the repository at this point in the history
  7. scroll style fix

    dzhou121 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3dd37e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. A few style tweaks

    dzhou121 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e95283f View commit details
    Browse the repository at this point in the history
  2. Implement a selection visual effect in the File Explorer. (lapce#3434)

    Co-authored-by: Dongdong Zhou <dzhou121@gmail.com>
    jm-observer and dzhou121 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    74faab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f58268 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    81f3838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f22a05 View commit details
    Browse the repository at this point in the history
  3. some style changes

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

Commits on Aug 21, 2024

  1. bump to latest floem

    dzhou121 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    30ebe95 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. bump floem to fix panic

    dzhou121 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1595829 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 24, 2024

  1. update CHANGELOG

    dzhou121 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b618c25 View commit details
    Browse the repository at this point in the history
  2. bump version to 0.4.2

    dzhou121 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    76ed075 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. about dap: (lapce#3456)

    1. add some log
    2. add seq field to response msg
    3. support runInTerminal in Windows
    4. Changed ConfigurationDone to an asynchronous request
    jm-observer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5f07fc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a983f0b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    f690ea7 View commit details
    Browse the repository at this point in the history
  2. implement "Open in GitHub" command (lapce#3440)

    * implement "Open in GitHub" command
    
    * rename
    jm-observer authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    31178fd View commit details
    Browse the repository at this point in the history
  3. Closing a terminal tab should also close the underlying terminal. (la…

    …pce#3460)
    
    * Closing a terminal tab should also close the underlying terminal.
    
    * The current task will only be executed if the preceding task is successful.
    jm-observer authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3125034 View commit details
    Browse the repository at this point in the history
  4. 1. Add repeat field to filter out long press (lapce#3462)

    2. Add SystemTime to filter out excessively long intervals.
    jm-observer authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0adf2b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    81333eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2815e17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a239243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ff7ba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35c5ff4 View commit details
    Browse the repository at this point in the history
  6. 1. When closing a debug task, a stop request should be sent to the DA…

    …P (Debug Adapter Protocol). (lapce#3473)
    
    2. add some log
    jm-observer authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0403fb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef65fa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Set the Palette to default to the Help Palette. (lapce#3463)

    * 1. Set the Palette to default to the Help Palette.
    
    * Optimize the default item.
    jm-observer authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dcc179e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ff3aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3c7e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 9, 2024

  1. Supports tracing the output of the task. (lapce#3480)

    * Supports tracing the output of the task.
    
    * cargo fmt
    jm-observer authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fc021a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88028d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e55cc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    d3c87bf View commit details
    Browse the repository at this point in the history
  2. 1. Add a default position. (lapce#3486)

    2. Adjust some logs.
    jm-observer authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    29e7c3e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    debfbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690339f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2869a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    001d766 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Update release.yml (lapce#3495)

    Activate Ubuntu 24.04 LTS (noble) build
    pauloxnet authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    513be43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafaa13 View commit details
    Browse the repository at this point in the history
  3. 1. Add the field 'config_source' to 'RunDebugConfig' to indicate wher…

    …e the configuration is from. (lapce#3500)
    
    2. Add the field  'main_split' to'TerminalPanelData'
    jm-observer authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    351cfa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. 1. Add the editor setting disable_single_click: Disable single-click … (

    lapce#3494)
    
    * 1. Add the editor setting disable_single_click: Disable single-click to open files.
    
    * rename
    jm-observer authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2b8bc95 View commit details
    Browse the repository at this point in the history
  2. Right click (lapce#3496)

    * Add a right-click command "Add Run Debug Config" to quickly add a configuration to the run.toml file
    
    * Add a right-click command "Add Run Debug Config" to quickly add a configuration to the run.toml file
    
    * add some commands
    jm-observer authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ce154ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84ea98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2773c5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0115151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e69729e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    b0ea448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb7d20 View commit details
    Browse the repository at this point in the history
  3. 1. Sending the 'UpdatePluginConfigs' proxy notification when the plug…

    …in's configuration changes. (lapce#3516)
    
    2. add some logs
    jm-observer authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    18b1a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57a4c4b View commit details
    Browse the repository at this point in the history