Sublime Forum

Problems with support HFS+ (case sensitive)

#1

I think there is a problem with support of HFS+ (case sensitive) filesystem for Sublime Text 3 build 3047. For example,

#mkdir A a
#touch A/B A/b a/B a/b
#ls -1R .
A/B
A/b
a/B
a/b

In Sublime Text there are 2 folders and only 2 files (a/B a/b).

0 Likes