Abdelrazak Younes wrote:
Pavel Sanda wrote:
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.
i dont understand. isnt the finishing of selection via mouse
recognizable via releasing button?
Sure I can put a flag there "selection complete" but I wanted to know if
something like this exists already in Cursor. I am always lost with this
selection business...
There is Cursor::mark() that I could use apparently.
Abdel.