> * Rectangular selections created with Alt+Left Mouse Button can only
> be started from the top left corner (position 0), even if the initial
> click to set the anchor is in a different position. Everything works
> fine for rectangular selections created by keyboard navigation Alt
> +Shift+Arrows.
This was a regression caused by fixing Shift+Alt+Click. Fixed now.
> * SCI_LINEDUPLICATE on a rectangular selection causes each selected
> line to be duplicated. This creates multiple discontinuous selections,
> even if multiple selections have been disabled.
Changed to select all the characters in the original selection
plus the duplicates of these characters. This is different for other
cases of duplication and was done to avoid holes in the selection.
Neil