I just noticed something VERY STRANGE in the config file (i had to delete it to get the syntax working).
Look:
<color_sets>
<default>
<set0>
<NAME>
<str>Lua</str>
</NAME>
...
<editor>
...
<FILEMASKS>
<str>*.c,*.cpp,*.cc,*.cxx,*.h,*.hpp,*.hh,*.hxx,*.inl,</str>
</FILEMASKS>
</editor>
</set0>
<set1>
<NAME>
<str>C_C++</str>
</NAME>
---
<FILEMASKS>
<str>*.gm,</str>
</FILEMASKS>
</set1>
<set2>
<NAME>
<str>Hitachi asm</str>
</NAME>
...
<FILEMASKS>
<str>*.s20,</str>
</FILEMASKS>
</editor>
</set2>
The filemasks are all wrong, but show correctly on the Editor configuration dialog. What happened?
[attachment deleted by admin]