wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.13k stars 167 forks source link

Blocking UI when we focus again in jetbrain #167

Closed roukmoute closed 3 years ago

roukmoute commented 3 years ago

I've downloaded your latest version (12.0.4) and you have fixed the problem with the PhpStorm 2020.3.3 to block UI.

But it still continue to blocking when we focus again in the IDE.
I have the impression that this problem is due to one of the last updates that adds a graphical element in the IDE.

It works well in PhpStorm 2020.3.2.

threadDumps-freeze-20210401-154934-PS-203.7717.64-Object.wait-6sec/threadDump-20210401-154934.txt

PhpStorm informations

``` PhpStorm 2020.3.3 Build #PS-203.7717.64, built on March 16, 2021 Runtime version: 11.0.10+8-b1145.96 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 5.4.80-2-manjaro GC: ParNew, ConcurrentMarkSweep Memory: 1917M Cores: 8 Registry: run.processes.with.pty=TRUE, ide.settings.move.mouse.on.default.button=true Non-Bundled Plugins: AceJump, Scratch, com.intellij.ideolog, com.wakatime.intellij.plugin, mobi.hsz.idea.gitignore, com.jetbrains.codeWithMe, name.kropp.intellij.makefile, de.espend.idea.php.annotation, fr.adrienbrault.idea.symfony2plugin, me.mbolotov.cypress, ru.adelf.idea.dotenv Current Desktop: i3 ```

alanhamlett commented 3 years ago

Does v12.0.5 fix the issue for you?

roukmoute commented 3 years ago

It looks like perfect, thanks a lot.