Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't rename file/folder name in some conditions #1742

Closed
MarekGogol opened this issue Jun 1, 2017 · 2 comments
Closed

Can't rename file/folder name in some conditions #1742

MarekGogol opened this issue Jun 1, 2017 · 2 comments

Comments

@MarekGogol
Copy link

MarekGogol commented Jun 1, 2017

Summary

It's not possible to rename folder/file name when you want change just one letter in name from uppercase to lowercase (or opposite).

Expected behavior

You need to be able change just one letter from uppercase to lower case (or opposite).
articles -> Articles
Articles -> articles

Actual behavior

You can't rename folder "Articles" into -> "articles". No change will be applied after rename.

Steps to reproduce

  1. Create folder Articles
  2. Rename folder Articles to articles (with lowercase A)

Environment

  • Operating system and version:..

    • Mac OS 10.12.4
  • Sublime Text:

    • Build 3126
@rwols
Copy link

rwols commented Jun 1, 2017

This is because of OSX's archaic filesystem, not sublime. Try to do it in the terminal and you'll encounter the same problem. Solution is to rename it to a temporary name, and then to the name with the uppercase. See also #1201.

@keith-hall
Copy link
Collaborator

This has been fixed in build 3133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants