seongjaelee / nvatom

nvatom (unpublished from atom.io)
MIT License
75 stars 14 forks source link

If the search finds a file starting with a lowercase letter, you can't start a file with an uppercase letter #14

Closed juranta closed 9 years ago

juranta commented 9 years ago

For instance, if I want to create a new file called "Hello world" with uppercase first letter, if the search bar finds a file "hello" with a lowercase first letter, the search bar will change to lowercase. That is, if my intention is to create a file with an uppercase first letter, that lowercase file will prevent my from doing so.

seongjaelee commented 9 years ago

Thanks! This is an important issue. I started working on it.