Floobits / floobits-sublime

Floobits real-time collaboration plugin for Sublime Text 2 and 3
Apache License 2.0
294 stars 31 forks source link

Files being lower cased. #217

Open btipling opened 9 years ago

btipling commented 9 years ago

https://twitter.com/chrylis/status/577907659711479808

ggreer commented 9 years ago

On both OS X and Ubuntu, the file names in the Sublime Text stomp prompt are lower-case, but they seem to be uploaded with correct casing. All debug info also prints out correct casing.

ggreer commented 9 years ago

Looks like capitalization was added in https://github.com/Floobits/floobits-sublime/commit/ea455fe0f4ddf398d0387257701c15136afb8df3#diff-2cd495d6131ddfa4e6336bfa8edc11aeR134 and capitalize lowercases everything but the first letter of the string. Purely cosmetic.

ggreer commented 9 years ago

Cosmetic bug fixed in https://github.com/Floobits/floobits-sublime/commit/c1cd02ab2369ff222f0eb97d8d9f0f4e45d4436b and new release tagged.

No matter the operating system, I can't reproduce the bug that @chrylis is talking about in his tweet. Maybe he can comment with more information?

chrylis commented 9 years ago

I'll try to get back to it, but it's a side quest for the moment. The specific case was sharing a Java project in Sublime Text 3 on Linux and then looking at the Web interface, where the filenames were case-munged.