morbac / xmltools

XML Tools plugin for Notepad++
GNU General Public License v3.0
260 stars 57 forks source link

NPP XML plug-in locks most recently used folder #207

Closed PLinzer closed 11 months ago

PLinzer commented 11 months ago

The XML plug-in for Notepad++ locks the most recently used folder--i.e., the folder from which the latest XML file was loaded into Notepad++--even after the XML file has been unloaded from Notepad++.

This prevents folder editing operations such as renaming and deletion.

jglathe commented 11 months ago

To fix this I have merged #180. Seems to work fine. I've compiled for ARM64, though (was my use case where I needed this). I can do an x86 build, too.

jglathe commented 11 months ago

I've made an x64 build for the adventurous.

PLinzer commented 11 months ago

Thanks, that seems to have fixed it. 👍