--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
> Anyway, I found out I can no longer make a rectangular selection with
> Alt+Shift+Click at the opposite corner of the caret position (ie. click
> at one corner, Alt+Shift+Click at the other, get the area delimited by
> the two clicks as a rectangular selection).
> Is it intended, ie. is it a technical limitation, or is it a bug?
It is a bug.
Neil
...
Should I dive into code? Long time I haven't hacked Scintilla... Forgot most of my C++
knowledge, I hack mostly Java (and JavaFX) code lately.
Funny thing: I found a strange workaround.
Click on top-left corner. Shift+Alt+click on bottom-right one (no selection). Shift+click
again on top-left corner. Got it! o_O
Strange thing:
Do a rectangular selection. Hit Delete. Hit either F5 (run) or Ctrl+F7 (compile).
Back from the console window (where results are displayed), we get a rectangular selection
(of more or less twice the width of the previous one).
BTW: I found out that tab re-ordering went into that version. Great thing, I wished to
have it for years. Thanks, mozers, for the patch (well, this remark should go to SciTE
list...).
> Should I dive into code? Long time I haven't hacked Scintilla... Forgot most of my C++
> knowledge, I hack mostly Java (and JavaFX) code lately.
That'd be good.
> Funny thing: I found a strange workaround.
> Click on top-left corner. Shift+Alt+click on bottom-right one (no selection). Shift+click
> again on top-left corner. Got it! o_O
Most of the code will still be there, it will just have been
disturbed a bit by the new features.
> Strange thing:
> Do a rectangular selection. Hit Delete. Hit either F5 (run) or Ctrl+F7 (compile).
> Back from the console window (where results are displayed), we get a rectangular selection
> (of more or less twice the width of the previous one).
The rectangular selection state should probably be thinned to zero
width after the delete.
> BTW: I found out that tab re-ordering went into that version. Great thing, I wished to
> have it for years. Thanks, mozers, for the patch (well, this remark should go to SciTE
> list...).
Double-clicking on a tab now closes it which looks like a bug to me.
Neil
> Anyway, I found out I can no longer make a rectangular selection with
> Alt+Shift+Click at the opposite corner of the caret position (ie. click
> at one corner, Alt+Shift+Click at the other, get the area delimited by
> the two clicks as a rectangular selection).
This should now be fixed in CVS.
> Strange thing:
> Do a rectangular selection. Hit Delete. Hit either F5 (run) or Ctrl+F7 (compile).
> Back from the console window (where results are displayed), we get a rectangular selection
> (of more or less twice the width of the previous one).
I did reproduce this at some stage but can't with current CVS or
with 2.0 or 2.01.
Also fixed bug with moving to start or end of rectangular selection
by pressing left or right key.
Shift+Alt+Down will now move through wrapped lines.
Neil