Closed westfeld closed 9 years ago
I will do that, will let you know
Done, will be available as soon as @questbeat reviewed and hopefully accepted pull request
Available, please pull @westfeld and let us know if it's ok for you
Is it working @westfeld ? Cheers
Thanks for your quick reply. I tested the modifications and it is now responding to the other macros as well, however what I am observing is the following:
I have a workspace with different projects in it. If I start typing NSLocalizedStringFromTableInBundle
it gives me a wrong list in the pop up:
.strings
files in the whole workspace from all projects are parsed and displayed.strings
file, is not respected by the completion macro.P.S: I have the option "Parse .strings files outside project's path" turned off
In
NSBundle.h
there are more macros defined for the handling of localized strings:The feature request would be to expand this plugin to support the following:
NSLocalizedStringFromTable
load the strings from the given.strings
file nameNSLocalizedStringFromTableInBundle
also handle loading.strings
files from multiple bundesNSLocalizedStringWithDefaultValue
handle likeNSLocalizedStringFromTableInBundle
as the default key does not necessarily needs to be displayed in the pop up