Skip to content

Releases: dkandalov/quick-fix

1.9

31 Oct 16:25

Choose a tag to compare

  • fix IndexOutOfBoundException (issue #7)
  • updated re-prioritising heuristics
  • added quickfix-plugin.enableHeuristics registry property

1.8

07 Aug 21:23

Choose a tag to compare

1.8
  • disabled support for Rider (issue #1)
  • heuristics to prioritise intentions
  • support for IntelliJ 2024.1

1.6

11 Oct 09:47

Choose a tag to compare

1.6

Fixed breaking API change in the latest EAP (up to 233.9802)

1.5

19 Dec 21:57

Choose a tag to compare

1.5
  • compatibility with 2022.2
  • removed AddIntentionActions because it's now part of IDE (issue #3)

1.4

22 Jul 07:31

Choose a tag to compare

1.4
  • fix for "slow operations are prohibited on EDT"
  • fixed intentions being sorted differently than in UI popup

v1.3

17 Jul 17:12

Choose a tag to compare

  • fix to actually sort intentions in each subgroup (the previous code wasn't really working)

1.2

08 Jun 12:17

Choose a tag to compare

1.2
  • sort all intentions separately so that e.g. errors always come first regardless of sorting

v1.1

12 May 07:17

Choose a tag to compare

  • quickfix priorities via quickfix-plugin.intentionPriorities registry, e.g. "*;Introduce import alias;Introduce local variable"
  • disable inspection quickfix action if the inspection is not available (so that composite actions invoke the right intention, e.g. "Put arguments on one line" for java and kotlin)

v1.0

22 Mar 19:01

Choose a tag to compare

  • updated plugin readme 🤷‍♂️🙄

v0.1

21 Mar 17:00

Choose a tag to compare

initial commit