mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
In practice it is possible to be in a parent of the Favorites folder and expand items so that the symbolic links in favorites can be selected, this commit does not handle that case, as we would then also need to handle the case where items both inside and outside the Favorites folder were selected (at the same time). Users who do these things are probably aware of how symbolic links work, and can use “Move to Trash”. Closes #1089