jcavar / xcfui

Xcode plugin for fui tool
MIT License
210 stars 27 forks source link

BUG keeps collapsing tree in project explorer after build completes! #2

Closed ironsheep closed 10 years ago

ironsheep commented 10 years ago

When the xcfui extension is installed (whether enabled for current project, or not) every time a build completes the file/folder tree in the project explorer panel on the left of xcode is completely closed, thus losing the expansion which identified in which region of the project I was working. It's very annoying to have to keep navigating to the group of files i'm editing.

To test this I remove the xcode extension (xcfui) by moving out of the library directory and restarting xcode. Once removed this really annoying behavior stopped.

So, until this is fixed, I have the xcfui extension removed from my xcode environment.

I look forward to the time when this is fixed and I can then continue using xcfui.

jcavar commented 10 years ago

This should be fixed now also. Panel will close only when you enable or disable xcfui.

ironsheep commented 10 years ago

First of all, kudo's to you for responding so quickly! Great Job!

To the point... looks like the tree is no longer being affected! I like your fix!