I noticed this strange behaviour: all the options past the first ~64kB
of the files were ignored (no extensive testing done, though, since I
still use SciTE 2.03 for everyday jobs - I hadn't time to test if this
is true also for 2.03).
Is there perhaps a 64kB limit to properties files?
Thanks in advance
--
Lorenzo
> I noticed this strange behaviour: all the options past the first ~64kB of
> the files were ignored (no extensive testing done, though, since I still use
> SciTE 2.03 for everyday jobs - I hadn't time to test if this is true also
> for 2.03).
Only the first 60000 bytes of .properties files are read.
Neil
Out of curiosity: is there a reason to set such a (low) limit? I suppose
it is not for performance, since SciTE can read much longer files in
little time and I doubt parsing .properties files has so much overhead
(Lua can handle much bigger files with no fuss).
Am I missing something?
Is that limit maybe some legacy of a very old SciTE version? In this
case wouldn't it be sensible to lift (or at least increase) that limit?
Thanks
--
Lorenzo
> Out of curiosity: is there a reason to set such a (low) limit? I suppose it
> is not for performance, since SciTE can read much longer files in little
> time and I doubt parsing .properties files has so much overhead (Lua can
> handle much bigger files with no fuss).
It is simple and fast and the largest .properties file distributed
with SciTE is 23K.
Neil