Alfredo Braunstein <[EMAIL PROTECTED]> writes:
| This patch removes the const keyword to a lot of methods in LyXText. The
| methods are not const at all, because they do cursor placements that imply
| double space/empty paragraph removal and then rebreaks (so almost no part
| of the lyxtext remain
Andre Poenitz wrote:
> On Sun, Mar 09, 2003 at 08:15:09PM +0100, Alfredo Braunstein wrote:
>> This patch removes the const keyword to a lot of methods in LyXText. The
>> methods are not const at all, because they do cursor placements that
>> imply double space/empty paragraph removal and then rebr
On Sun, Mar 09, 2003 at 08:15:09PM +0100, Alfredo Braunstein wrote:
> This patch removes the const keyword to a lot of methods in LyXText. The
> methods are not const at all, because they do cursor placements that imply
> double space/empty paragraph removal and then rebreaks (so almost no part
> o
Lars Gullik Bjønnes wrote:
> I have a patch ready that removes all the BufferView* args.
>
> We should decide on which of the patches we want in first, there must
> be some conflicts.
If you want apply yours and I'll redo mine.
Alfredo
Alfredo Braunstein <[EMAIL PROTECTED]> writes:
| This patch removes the const keyword to a lot of methods in LyXText. The
| methods are not const at all, because they do cursor placements that imply
| double space/empty paragraph removal and then rebreaks (so almost no part
| of the lyxtext remain
This patch removes the const keyword to a lot of methods in LyXText. The
methods are not const at all, because they do cursor placements that imply
double space/empty paragraph removal and then rebreaks (so almost no part
of the lyxtext remains constant!).
It also removes the mutable keyword when n