On Mon, Jul 01, 2002 at 10:36:05PM +0200, aleXXX wrote: > On Monday 01 July 2002 11:11, Alexander Kellett wrote: > > My suggestion is to add a few lines to it: > > > > #![Windows] > > #!AltTabStyle= > > #!AnimateMinimize= > > #!AnimateMinimizeSpeed=Integer > > > > Yes, its a hack and it will take some work to write these comments for > > every rc file. > > ...and it will slowdown config file parsing and app startup (we read more > than 10 config files for every app that starts). > Ok, the parsing of a line stops after a "#" was found, but nevertheless it > has to run over all the bytes, and such a change would more or less double > the line number of each config file, wouldn't it ? Surely this overhead has to be pretty darn tiny? In any case, if its already this hacky, why not use "#!END" then? ;-)))) Alex