Lars Gullik Bjønnes wrote: > | --- lyx-devel/trunk/src/text.C (original) > | +++ lyx-devel/trunk/src/text.C Sat Oct 21 12:22:41 2006 > | @@ -1624,10 +1624,11 @@ > | break; > | } > | } > | -#ifdef WITH_WARNINGS > | -#warning changes > | -#endif > | - pars_[pit].setChar(pos, c); > | + > | + // FIXME: change tracking (MG) > | + // sorry but we are no longer allowed to set a single > | character directly + // we have to rewrite this method in > | terms of erase&insert operations + //pars_[pit].setChar(pos, > | c); > | ++pos; > | } > > so what did you break?
Typing speed. It's unusably slow now. I just reverted the above change, and the speed went back. Jürgen
