Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Studio copy/paste low performance

Tags:

zend-studio

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

I tried to find out with Google, and in Zend forums for this issue, but with no success.

Thanks

like image 310
bksi Avatar asked Jan 15 '13 04:01

bksi


1 Answers

Finally, I excluded JS support and my Zend Studio started to work normally again. I have multiple JS libraries (extJs, jQuery etc..) and Zend Studio was overwhelmed to check js consistency every time I change something in the code.

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

like image 94
bksi Avatar answered Nov 04 '22 12:11

bksi