filetree icon indicating copy to clipboard operation
filetree copied to clipboard

`._` files with trailing `.st` files can be created on OS X by Finder and Time Machine

Open dalehenrich opened this issue 10 years ago • 0 comments

See this page for Apples excuse:) and this message for the diagnosis.

Here's a proposed bugfix for MCFileTreeStCypressReader>>addMethodDefinitionsForClass:methodProperties:in::

          ((self fileUtils directoryFromEntry: entry) entries
            select: [ :each | each name endsWith: '.st' and: [(each name beginsWtih '.') not ])
            do: [ :methodEntry |

There might be others places to patch

dalehenrich avatar Nov 10 '14 18:11 dalehenrich