Hey,
when i installed WME 1.9.1 , it runs over the scite properties. Luckily, i remembered it doing it from previous upgrades, and made a backup copy.
first i'd like to suggest that the installer won't override them, but somehow compare them to what it has to install and applis the diff like a good source control woudl do.
other than that, i want to suggest some improvements to the configutarion files.
1. file SciTEGlobal.properties line 156:
find.files=*.script *.inc *.def *.window *.ACT3d
no need to have .C there...
i also define
buffers=99
in line 109
2. to enable the compilation, you actually need to add this line in wme_tools.properties
command.go.subsystem.$(file.patterns.script)=1
Oded