Pavel Sanda wrote:
So the selection should remain intact only if one right click on a
selection.
yes
I am having a look at mouse business right now. I must say that this is
a mess and that we do basically everything different from other apps.
The main problem is that we do most things at mouse press time instead
of mouse release time like everyone else.
I might work a bit on that and solve the above issue at the same time.
One question to everybody: how do I now that I am starting a new
selection? My problem is as follow:
1) select some text
2) move the mouse somewhere else outside the selected area.
3) left-click to start a new selection
I have to detect that the previous selection is finished so it can be
cleared. With current trunk this is no problem as the selection was
cleared at mouse press in any case; but I would like to move this
decision at mouse release or mouse motion time.
Abdel.