stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode
GNU General Public License v3.0
1.03k stars 87 forks source link

Xcode freeze #6

Closed sakrist closed 11 years ago

sakrist commented 11 years ago

Crash log https://gist.github.com/sakrist/299616bfa67e83ff1b34

croath commented 11 years ago

yep after installing the plugin, xcode froze very frequently.

stefanceriu commented 11 years ago

Can you guys give me anything else to go on? Does it happen in all your projects?

croath commented 11 years ago

@stefanceriu Around all my situations, the Xcode only didn't response, but after waiting for a long time, it became normal again.

i have tested the plugin in an iOS project including 500+ Obj-C code files and 100+ image resources. The xcode always froze when:

i hope these can help you.

TomLiu commented 11 years ago

I meet the same problem with about 2,000 lines

MugunthKumar commented 11 years ago

Guess the minimap generation is running on main thread. It's better to allow Xcode to load the file and show the mini map after it loads.

stefanceriu commented 11 years ago

Hey guys,

I just pushed some speed improvements on the minimap's text view. While it's not perfect it should take care of most of your problems. In my case, rMBP ~3000 lines, it's still usable.

Please give it another shot and let me know how it goes.

Cheers, Stefan

stefanceriu commented 11 years ago

Duplicate of #5