it's only me or the "Alt sets column mode" option does not work? I try
to activate it, but if I keep ALT pressed I can't select anything (the
cursor won't move). I am not sure if the SHIFT button should also be
pressed or not (I guess it should), but it doesn't work with or
without the SHIFT button. In both cases, the cursor stands still and
nothing is selected.
--
Giovanni Bajo
Dick Moores
On Feb 14, 4:15 am, "Dick Moores" <rdmoo...@gmail.com> wrote:
> If column selection means that selecting, say, 3 consecutive
> characters in a file with Alt pressed will in addition select
> everything directly above and below those 3 characters, i.e., a column
> 3 characters wide, then this doesn't work for me either, using v1.8.
>
> Dick Moores
>
Dick
On 2/13/07, PyScripter <pyscr...@gmail.com> wrote:
>
--
my configuration:
Win XP Pro SP2
Python 2.5
wxPython 2.8.1.1 Unicode
Python IDE: Ulipad 3.6
Just once, when I double-clicked on a variable name (with Alt
pressed), I noticed that this selected, inclusively, the lines between
the line containing this variable and the next line about it (5 lines
above, I believe) that also contained this variable name. Flaky!
Dick
On 2/13/07, PyScripter <pyscr...@gmail.com> wrote:
>
|
Normal
Select |
Shft+Ctrl+N |
Set selection
mode to Normal |
|
Column
Select |
Shft+Ctrl+C |
Set Column
selection mode |
|
Line
Select |
Shft+Ctrl+L |
Set selection
mode to Line |
Changes to editor options apply only to the currently selected file, unless the "Apply to all editors" check box is checked (at the bottom of the Editor Options window).
I am not sure how I can help here. I cannot reproduce the problem, since column selection works fine on my side. You can also choose selection mode via shortcuts:
Normal Select Shft+Ctrl+N Set selection mode to Normal
Column Select Shft+Ctrl+C Set Column selection mode
Line Select Shft+Ctrl+L Set selection mode to Line
Do these shortcuts work? e.g. Make a normal selection with the mouse and then press Shft+Ctrl+C. Selection should change to column mode.
By the way please try with a normal Ansi file (no Japanese characters etc.) to see whether it works in that case.
You know, in my first post to this thread I asked, "If column
selection means that selecting, say, 3 consecutive
characters in a file with Alt pressed will in addition select
everything directly above and below those 3 characters, i.e., a column
3 characters wide, then this doesn't work for me either, using v1.8.
Dick
On 2/13/07, PyScripter <pyscr...@gmail.com> wrote:
>
Dick
On 2/13/07, Kiriakos Vlahos <pyscr...@gmail.com> wrote:
> Too tired to read carefully what you wrote :)
>
>
> >
>
it does indeed work with the mouse. *BUT* it seems not to work when
the last line of a selection box goes past the end of a line: For
instance:
very long line very long line very long line very long line very
long line
very long line very long line very long line very long line very
long line
very long line very long line very long line very long line very
long line
short line
very long line very long line very long line very long line very
long line
very long line very long line very long line very long line very
long line
very long line very long line very long line very long line very
long line
very long line very long line very long line very long line very
long line
Try to do column selection over this text: you will see that the box
jumps when the cursor is past the end of the short line. I don't
specifically like this. I think it's normale for column selection to
include spaces past the end of the lines. In fact, if you enlarge
selection so that it *includes* the short line but begins and ends in
a long line, then the short line will be selected correctly, with
blank spaces at the end. It's counter-intuitive to have a different
behaviour ONLY WHEN the mouse cursor is on the short line.
For instance, say I want to highlight a box that comprehends the short
line, and half of two long lines below it. There are 4 possible
corners where to start dragging: if I start from the top-left corner
or the bottom-right corner, I am able to select the box. But if I
start from the top-right or bottom-left corner, the selection will
refuse to enlarge to cover the box. This is absolutely counter-
intuitive.
Also, any reason why this couldn't work also for selections made with
the keyboard? It works this way in Visual Studio for instance.
Thanks!
--
Giovanni Bajo
For keyboard column selection use the shortcuts mentioned earlier.