dryabov / phpregexp

Support of regular expressions parsing in PhpStorm
MIT License
4 stars 2 forks source link

Freeze #10

Closed applibs closed 5 years ago

applibs commented 5 years ago

After update of PHPStorm with this plugin, PHPStorm freeze when using CTRL + F and edits in popup window.

dryabov commented 5 years ago

In which PhpStorm release, stable or EAP?

applibs commented 5 years ago

stable 2019.1.3

dryabov commented 5 years ago

What file (project) are you working with? In my test it works smooth (quite a large project with one file containing over 80 regexps matches and replaces). Could you send me (dryabov@yandex.ru) the file that results in the freeze with a short description of manipulations you did in the search box to produce this freeze?

applibs commented 5 years ago

It will say nothing. I sent you phpstorm logs.

iVegas commented 5 years ago

I faced the same issue. Disabling the plugin resolve freezes. Steps to reproduce:

dryabov commented 5 years ago

@iVegas Thank you! Fixed in 0.9.5.

iVegas commented 5 years ago

Updated an extension - freezes not appear anymore.