z-edit / zedit

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

fix(relinker): Fixed replacement by searching by lower-case filenames #271

Open kostua16 opened 2 years ago

kostua16 commented 2 years ago

Situation

Without ZMerge

With ZMerge

Proposed solution

To do a lower-cased search that this pull request implements. [X] Expected = Actual

Small note

The function that does lower-cased search moved to the "collectionUtils" helper to be re-used in case of future changes, but it's can be moved directly to "relinkedService" to reduce changes.