On Mon, Feb 02, 2004 at 10:05:11AM +0100, Andre' Poenitz wrote:
> > (btw, why is that ::findText needed at all, didn't we agree that the
> > current() slice is what is needed there? IMO for debugging wouldn't be
> > enough to assert on current().text() == text)
>
> Sort of leftover from the transi
On Sun, Feb 01, 2004 at 01:08:37PM +0100, Alfredo Braunstein wrote:
> the problem seems to consist in the following:
>
> - the click is dispatched through a temporary cursor cur to which this
> collapsable's CUrsorSlice is pushed (the real cursor is still elsewhere);
> so
Yes. That's to raise th
the problem seems to consist in the following:
- the click is dispatched through a temporary cursor cur to which this
collapsable's CUrsorSlice is pushed (the real cursor is still elsewhere);
so
- insetcollapsable::edit takes this cur argument; then
- insettext::edit also takes this cur argume