Alexandr Evstigneev
Alexandr Evstigneev
For some reason user reports into EA have no attachments at all
More details in the [youtrack issues](https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-17099). Seems I fixed something similar at some point, but not all. ``` java.lang.Throwable: Token sequence broken this: 'm' (Perl5: r}:Language: Perl5) 3117:3118 prev: ''...
https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-6911/java.lang.IndexOutOfBoundsException-Wrong-line-0.-Available-lines-count-0-a
``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.perl5.lang.perl.idea.configuration.settings.sdk.PerlToggleSourceRootAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.perl5] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at...
This is strange. I assume it should be user-visible error, not an exception. ``` com.intellij.execution.ExecutionException: Unable to detect perl interpreter for a project app at com.perl5.lang.perl.idea.run.GenericPerlRunConfiguration.getEffectiveSdk(GenericPerlRunConfiguration.java:159) at com.perl5.lang.perl.idea.run.GenericPerlRunConfiguration.createBaseCommandLine(GenericPerlRunConfiguration.java:404) at com.perl5.lang.perl.idea.run.GenericPerlRunConfiguration.createCommandLine(GenericPerlRunConfiguration.java:359)...
Current plugin intended to be used in monolithic IDE or remdev server, not remdev client. Client do not have lot of stuff, like psi or indexes, so plugin for the...
Part of project configuration may be in the `gradle.properties` file and changing it should invalidate cache See: https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties **Check list:** - [x] Mark if documentation changes are required. - [x]...
Disabling properties fixing this
If something bad happened during installation process and bad data was stored in the cache folder (`.tmp` one), next time you'll try to install the same module - broken data...
I'm not sure how it works, but more or less it does for asdf ruby, rbenv and plenv. But with asdf perl i need to run reshim manually.