CMakeBuilder icon indicating copy to clipboard operation
CMakeBuilder copied to clipboard

Update plugin.py to make configure function avaliable on Windows platform

Open hundan2015 opened this issue 1 year ago • 0 comments

The current CMakeBuilder can't working properly on Windows. Through the debug window I found that the UTF-8 decode ruin the configure function. So I change it to the ISO-8859-1 and it works on Windows(Linux not tested).

hundan2015 avatar Dec 03 '23 05:12 hundan2015