[squeak-dev] 0007439: Selection in Trunk text editors does not extend correctly

Balázs Kósi rebmekop at gmail.com
Fri Feb 26 09:11:53 UTC 2010


Hi,

From: http://bugs.squeak.org/view.php?id=7439
> Extending the selection in a Workspace with shift-click does not seem to work properly
The clause handling exactly this was removed from TextEditor >> mouesDown:

	evt shiftPressed
		ifFalse: [
			self closeTypeIn.
			self markBlock: b.
			self pointBlock: b ]
>>>>	ifTrue: [
			self closeTypeIn.
			self mouseMove: evt ].
	self storeSelectionInParagraph <<<< This was removed.

If you put it back, shift-click selection works again, but maybe there
was a motivation to remove it.
Anybody knows about this?

Balázs



More information about the Squeak-dev mailing list