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

Convert IntelliJ plugin to Kotlin #502

Closed
wants to merge 11 commits into from

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9144ef1 View commit details
    Browse the repository at this point in the history
  2. Fix crash in IJ 242

    Notification groups should not be stored in fields.
    It causes a crash when starting the IDE in IJ 242.
    rock3r committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    52c8d2d View commit details
    Browse the repository at this point in the history
  3. Remove deprecated API usage

    rock3r committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bcc068c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d0ac52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31f6639 View commit details
    Browse the repository at this point in the history
  6. Avoid using daemon in Gradle builds

    It's slower on CI since it's a one-off build
    rock3r committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    03b319d View commit details
    Browse the repository at this point in the history
  7. Add Kotlin 2.0.0 to IJ plugin

    rock3r committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9a29e8e View commit details
    Browse the repository at this point in the history
  8. Convert IJ Plugin to Kotlin

    rock3r committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    30d72fb View commit details
    Browse the repository at this point in the history
  9. Bump plugin version to 1.2

    rock3r committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d0872a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a5c4ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b56bf5b View commit details
    Browse the repository at this point in the history