Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

After spending a long time debugging Sublime Text 2, I discovered the bug is in OSX.

The Finder does not dynamically update changes in the file system for the Projects folder and subfolders.

Why not?

How to fix?

OSX 10.7.5

EDIT: To clarify, when changing the file system in the terminal (for example touch tempfile or rm tempfile), the finder window updates immediately on most folders. However, in the Projects folder, the finder window does not update.

This is a problem with Sublime Text 2 because it has a files pane that updates as the file system changes. This does not work for folders inside the Projects folder. I thought it was a bug with Sublime Text 2. But it is a bug in OSX.

share|improve this question
Are you saying that a Finder window's visual display of files/folders doesn't update as the file system does? If so, how is that related to Sublime Text? – Nathan Greenstein Oct 7 '12 at 18:38
What exactly is this Projects folder? Is this something specific to Sublime Text? – patrix Oct 8 '12 at 4:47
No, it is created automatically and is in the home folder. – B Seven Oct 8 '12 at 13:39

1 Answer

up vote 1 down vote accepted

I don't believe this is the problem of Sublime Text as I am also using OSX 10.7.5 and have the same problem when viewing files and folders on a NAS (network server).

For some reason the Finder doesn't 'build' the folder/subfolder view as it used to on my earlier OSX 10.4.11 iMac - so it MUST be the newer operating system and Finder.

I have to force the Finder to quit and relaunch it for it to show me the up to date cached file system. It is causing me a real problem.

share|improve this answer
I actually had the same issue when working on remote files on a shared folder. Remote folders and the Projects folder don't update in real time. – B Seven Oct 10 '12 at 14:09
1  
Yes, it only seems to affect 'non local' or third party file systems. I don't have the problem when viewing contents of the hard drive. – NICK Oct 10 '12 at 15:02
1  
Also, in my case,the 'non local' NAS filesystem is hosted by Windows and has to be accessed by 'SMB'on the mac - e.g Connect to server, then, SMB://10.0.0.4. – NICK Oct 10 '12 at 15:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.