CMakeBuilder
CMakeBuilder copied to clipboard
Update plugin.py to make configure function avaliable on Windows platform
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).