zotero / scaffold

Zotero translator creation IDE
http://www.zotero.org/support/dev/scaffold
38 stars 9 forks source link

Scaffold renames translator files when saving #13

Closed aurimasv closed 6 years ago

aurimasv commented 11 years ago

If the translator name in the JSON header does not match the actual file name, Scaffold renames the file and breaks Git tracking.

Scaffold should not change translator file names (though we should also be consistent with translator names and file names, but what's done is done).

Slightly related to zotero/translators#459

zuphilip commented 6 years ago

Git can also find renamed files when they did not completely changed their content as well. Actually, most of the file names as well as the labels are now renamed to an ASCII variant. Thus, I don't think this is much a problem anymore, maybe we can call this renaming within Scaffold nowadays even a feature (and not a bug anymore).

Closing this issue now.