Skip to content

Releases: turbanoff/RunConfigurationAsAction

3.1

14 Nov 12:12
Compare
Choose a tag to compare

Remove usage of internal IntelliJ platform API.

Require IDEA 2023.x to avoid deadlock on new versions on start

08 Apr 18:36
Compare
Choose a tag to compare
3.0

Require at 2023.1 version to be able to use new IDEA API (ProjectActi…

Release urgent update

12 Sep 06:28
Compare
Choose a tag to compare

Code is the same as in v.1.5.1.
Released just to override incorrectly uploaded update 2.1

1.5.1

24 May 12:12
Compare
Choose a tag to compare
drop support of 2020.x versions, because ExecutorRegistryImpl.RunnerH…

1.5: Support Compound configuration

23 May 21:17
Compare
Choose a tag to compare

1.4.5: Recache macros values every run from action data context

05 Jun 20:46
Compare
Choose a tag to compare

1.4.4

01 May 13:44
Compare
Choose a tag to compare
do not try to read Executors on project close. It leads to AlreadyDis…

1.4.3

17 Apr 20:46
Compare
Choose a tag to compare
use single-threaded executor to avoid races when registering Run Conf…

Properly show Run configurations with underscore character

05 Apr 17:22
Compare
Choose a tag to compare
1.4.2

escape mnemonics to avoid special treating of underscore. Fix #6

Fix compatibility with IDE 2019.x

24 Mar 06:12
Compare
Choose a tag to compare
1.4.1

avoid usage of Messages.getCancelButton - it was added only in 2020.1