Skip to content

Releases: turbanoff/RunConfigurationAsAction

Fix custom icons loading

22 Mar 08:53
Compare
Choose a tag to compare
1.4

manually load icon from custom schema before action registration. Fix #5

Support CLion/AppCode execution targets

21 Nov 00:44
Compare
Choose a tag to compare

Now plugin register action not only per-Executor (Run/Debug/Coverage/...) but per-Executor-per-ExecutionTarget.
It allows to assign shortcut to any required combination.
default

If you choose to run action WITHOUT ExecutionTarget, aka CMake profile in CLion (E.g. `Debug 'Run 2' from screenshot) plugin will use already selected target.

If you choose to run action WITH ExecutionTarget (E.g. `Debug 'Run 2' Release from screenshot), plugin will select specified target before run action.

IDEA 2018.2 support

11 Jun 15:32
Compare
Choose a tag to compare
1.2

2018.2 support added

Properly load custom actions to Navigation Bar Toolbar

13 Feb 21:10
Compare
Choose a tag to compare
fix toolbar name

properly count of registration count
properly handle overwrites/dialogs

First release

05 Feb 22:02
Compare
Choose a tag to compare
1.0

allow to force update main tool bar too