ghostboats / bg3_mod_helper

Help facilitate BG3 mod creation via VSCode extension.
Other
3 stars 1 forks source link

Implement multi-cursor handle generation, fix pattern to match Localization folder #40

Closed AtilioA closed 3 months ago

AtilioA commented 3 months ago

This PR adds support for multi-cursor handle generation, which allows for generating handles for multiple selections while also using their selected text as content for their respective handle tags in the XML file. I also changed the pattern to match the Localization folder since it was not working on my end, I believe it should be fine now.

(I removed a redundant check from generateHandle since it already has an early return)

AtilioA commented 3 months ago

Should be LGTM now :+1: