thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Ctrl+shift+left arrow followed by shift+left arrow resets the selection #449

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type some text "Example text here".
2. Position the cursor at the right hand end of "here".
3. Use ctrl+shift+left arrow to select "text here".
4. Release ctrl and use shift+left arrow to continue selection one character.

What is the expected output? What do you see instead?
Expected selection " text here".
Actual selection is just the space before "text".

What version of the product are you using? On what operating system?
2.3.4.0 Windows XP

Please provide any additional information below.
I originally wrote the example above with a single use of ctrl+shift+left arrow 
followed by the use of shift+left arrow.  This seems to work fine.
Also using the right arrow for selection seems to work however you use it.

Original issue reported on code.google.com by ttt...@gmail.com on 29 Nov 2010 at 10:08

GoogleCodeExporter commented 9 years ago
Cannot reproduce here.

After step 4 the letter t of text is selected as expected.  Is this a keyboard 
issue?
Can you reproduce on a different machine?

Original comment by pyscripter on 29 Nov 2010 at 11:38

GoogleCodeExporter commented 9 years ago
Sorry I misread you report. I will look into it.

Original comment by pyscripter on 29 Nov 2010 at 12:23

GoogleCodeExporter commented 9 years ago
I don't think you are trying the same thing as me - I would not expect anything 
particularly special about the letter "t" of "text".  I think I have also 
reproduce on my home computer, but I am not there at the moment - I'll check 
this later.  I would like to clarify the issue I'm seeing though.  The general 
idea is to select 2 words and then one character using ctrl+shift+arrow, 
ctrl+shift+arrow, shift+arrow.

I've attached three images showing my attempt to select using pyscripter and 
notepad to the left and to the right (pyscripter only).  The sequence that 
doesn't seem to work is selecting to the left with pyscripter.  Each image is a 
screen shot from after steps 2, 3 and 4 (the pyscripter right arrow image has 
slightly different steps, but hopefully they are apparent from the image).

Original comment by ttt...@gmail.com on 29 Nov 2010 at 12:39

Attachments:

GoogleCodeExporter commented 9 years ago
Ah great!  You replied while I was preparing comment 3.  Thanks for the great 
product by the way.

Original comment by ttt...@gmail.com on 29 Nov 2010 at 12:43

GoogleCodeExporter commented 9 years ago
Fixed in version control.

Original comment by pyscripter on 29 Nov 2010 at 2:02