z-edit / zedit

An integrated development environment for Bethesda Plugin Files.
https://z-edit.github.io
MIT License
303 stars 56 forks source link

zMerge - Relinker is case sensitive #169

Open justanothercindy opened 4 years ago

justanothercindy commented 4 years ago

This may be a design choice rather than a bug, but the "relinker" tool built into zMerge only replaces case sensitive matches of the merged plugins. For example, merging the plugin BGsomethingFishy.esp and running the relinker won't replace instances of GetModByName("BGSomethingFishy.esp"). While this is mostly fixable by manually changing the plugin names and re-merging, at least one script author uses inconsistent casing e.g. "BGSomethingFishy.esp" in one script and "BGsomethingFishy.esp" in a different script, so it would be nice if case-insensitive matching were supported, or a toggle-able option maybe?

matortheeternal commented 4 years ago

It's an oversight. Too much stuff in Bethesda code is case insensitive which is really annoying because everything else I work with is case sensitive.