Zend Studio Copy / Paste Slow Performance

I have a big problem with Zend Studio 9.03. I have a Zend framework 1 project, and when I try to copy and paste the code, it freezes for 10-20 seconds. This project is syncing with SVN. What can I do to remove this problem. I am working on Phenom - x6 1055, 8Gb RAM, with the professional release of Windows 7x64.

I tried to find out with Google and the Zend forums this problem, but without success.

thanks

+7
source share
1 answer

Finally, I ruled out JS support, and my Zend Studio started working fine again. I have several JS libraries (extJs, jQuery, etc.), and Zend Studio was overloaded to check js consistency every time I change something in the code.

Instructions. In the Project Explorer view, right-click the project for which you want to enable JavaScript support, and select Configure | Remove JavaScript Support.

+1
source

All Articles