I've just started looking into resource files, and localization in particular.
I noticed that Carbide.c++ is very helpful in this regard - it's easy to add support for another language.
One thing bugs me though - the identifiers that the UI editor generates. They look like:
STR_MyClass_1
STR_MyClass_2
...etc
I want them more descriptive, so I there a way to easily edit these identifiers that
changes them everywhere they're found?
The fastest way I've found so far is by doing a global search/replace in Carbide.c++, but I had to add
at least the file extensions for my chosen languages *.l01 and *.l06 in the search dialog.



