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

API and implementation of codefixes and code actions for Rascal itself #478

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    fac1420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c9f9a View commit details
    Browse the repository at this point in the history
  3. added default

    jurgenvinju committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f60cff5 View commit details
    Browse the repository at this point in the history
  4. final fixes

    jurgenvinju committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    62f627f View commit details
    Browse the repository at this point in the history
  5. added sort imports action

    jurgenvinju committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ea0991d View commit details
    Browse the repository at this point in the history
  6. fixed broken indentation

    jurgenvinju committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    46f76ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55f6845 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    f08530e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0dcac View commit details
    Browse the repository at this point in the history
  3. syntax better spaced

    jurgenvinju committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6be8c16 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    0ab364f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a83365 View commit details
    Browse the repository at this point in the history
  3. added UI test for Rascal code actions; factored out common assertLine…

    …Becomes functionn from dsl tests
    jurgenvinju committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0eea6fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d799dc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e074bc View commit details
    Browse the repository at this point in the history
  6. fixed typo

    jurgenvinju committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    17953b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4eecdaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    214dd88 View commit details
    Browse the repository at this point in the history
  9. changed test because the action is not currently focused, it is the t…

    …hird option in the menu
    jurgenvinju committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ed75af4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    31f88d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e853737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec1297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e021fa5 View commit details
    Browse the repository at this point in the history
  5. factoring common functionality between Rascal LSP and Parametric DSL …

    …with respect to code actions
    jurgenvinju committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    78250cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8b0702 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c07ba2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58997ec View commit details
    Browse the repository at this point in the history
  9. factoring constants

    jurgenvinju committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0644f00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbba2cb View commit details
    Browse the repository at this point in the history
  11. fixed indentation

    jurgenvinju committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d5362ac View commit details
    Browse the repository at this point in the history