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

foldingRange #376

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

foldingRange #376

wants to merge 13 commits into from

Commits on Apr 9, 2024

  1. minimal foldingRange provider and first test case

    digrapsas authored and digrapsas committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2fae24d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. - Fix serve_folding_range return value bug (remove string litterals)

    - Fix range (line_no = line_no - 1)
    - Fix ELSE regex pattern bug (no ignore case)
    digrapsas committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fd844cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009ff33 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. change recognizing strategy - add some folding blocks

    Dionysios Grapsas committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0d7e8cb View commit details
    Browse the repository at this point in the history
  2. fix ranges in test

    Dionysios Grapsas committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    453c226 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. formatting

    digrapsas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7163281 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. format last commit

    digrapsas committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7403962 View commit details
    Browse the repository at this point in the history
  2. bug fix

    digrapsas committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d60bf58 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 28, 2024

  1. add comment block folding

    digrapsas committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f099dbd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. use ast_file.scope_list

    digrapsas committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5d0b7a3 View commit details
    Browse the repository at this point in the history
  2. cleaning

    digrapsas committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9f56239 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix single line comment bug

    digrapsas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5abd56f View commit details
    Browse the repository at this point in the history