Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: SoundGuy on January 02, 2010, 04:58:13 AM

Title: default scite settings
Post by: SoundGuy on January 02, 2010, 04:58:13 AM
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:
Code: [Select]
find.files=*.script *.inc *.def *.window *.ACT3d
no need to have .C there...

i also define
Code: [Select]
buffers=99
in line 109



2. to enable the compilation, you actually need to add this line in wme_tools.properties

Code: [Select]
command.go.subsystem.$(file.patterns.script)=1


Oded