Text Input Misses Characters
Hey guys,
I am currently using the PhpStorm 102.206 EAP on Windows 7. With this new version I have noticed that the editor misses some character input while I type. I haven't had this problem in previous versions. I've tried turning off all inspections but it did not make a difference.
If I type a simple string like "testtesttesttesttesttesttest" into the editor, I end up with something like "testesttsttettsttestst" with obvious characters missing. I've tried typing in notepad just to make sure it wasn't a problem with my keyboard.
Not sure if anyone else is having this problem but I thought I'd throw it out there,
Thanks
Please sign in to leave a comment.
Im editing a JavaScript file with about 600 lines of code. I've edited the same file with previous versions of PhpStorm without any issues.
This is known (reported) issue with 102.206, we are working on it and next EAP (will be published soon) will include fixes.
My guess is, that the inspection is taking too much performance and sometimes the inspection is running while you're typing and preventing you from inserting text. But good that it's already fixed cause it was really getting annoying :-)
As a developer you should understand, that you should NEVER guess anyting regarding performance. You profile it. See http://devnet.jetbrains.net/docs/DOC-192
You're right. And my guess was wrong after some more tests. well ... good luck hunting down those bugs and keep on the good work.
We're actually done. Go get a new EAP.