Camelcade / Perl5-IDEA

Perl5 plugins for IntelliJ IDEA
https://plugins.jetbrains.com/plugin/7796-perl/
Other
406 stars 75 forks source link

Perl::Tidy in external libraries not found #2582

Closed scop closed 1 year ago

scop commented 1 year ago

Similarly as #2569 for run/test configs, looks like the configured external libraries dirs are not searched for Perl::Tidy either.

Setup details are the same as in #2569.

Tools -> Perl5 -> "Reformat ... with Perl::Tidy" gives this, even though Perl::Tidy is installed in the configured external libraries dir:

Screenshot from 2023-02-24 21-23-23

hurricup commented 1 year ago

Strange, this now should be covered with tests. Will check.

hurricup commented 1 year ago

what version of the plugin are you using?

scop commented 1 year ago

2022.3.2 (with GoLand 2022.3.2).

hurricup commented 1 year ago

then this is the same bug. Bugfix was not yet released. If you want to get fixed version asap, you should download plugin from github actions and install it from the disk. But i'm currently releasing 3.3, so just wait a bit.

scop commented 1 year ago

Ack, fix for this and #2569 verified with 2022.3.3. Thanks!