From kde-core-devel Mon Jul 01 21:12:24 2002 From: Alexander Kellett Date: Mon, 01 Jul 2002 21:12:24 +0000 To: kde-core-devel Subject: Re: Resedit (Was: Proposal for KControl) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=102555815128586 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