filetree
filetree copied to clipboard
`._` files with trailing `.st` files can be created on OS X by Finder and Time Machine
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