nek023 / Lin

Xcode plugin that provides auto-completion for NSLocalizedString.
http://questbe.at/lin/
MIT License
1.23k stars 97 forks source link

The keys like "key 0" or key.0 won't be recognized #24

Closed sojingle closed 11 years ago

sojingle commented 11 years ago

The commit hsarret@1e44111 brings a new issue. The keys like "key 0" or key.0 won't be recognized.

hsarret commented 11 years ago

I'll fix that and add a unit test for it.

The commit hsarret@1e44111 https://github.com/hsarret/Lin/commit/1e44111brings a new issue. The keys like "key 0" or key.0 won't be recognized.

— Reply to this email directly or view it on GitHubhttps://github.com/questbeat/Lin/issues/24 .

hsarret commented 11 years ago

https://github.com/questbeat/Lin/pull/25 Let me know if it fixes your problems @sojingle

sojingle commented 11 years ago

It works. Thanks!

hsarret commented 11 years ago

Your welcome @sojingle Hopefully, unit test will help us avoid those regression now.