LionHeart123 / pyscripter

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

Autocomplete window breaks ctrl modifier behavior #666

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start typing something so the autocomplete window will appear.
2. Hold the Ctrl key and press backspace. Note that nothing happens.
3. Hold the Ctrl key and press the left arrow key. Note that the cursor only 
goes back one character.
4. Press the Home or End key. Note that nothing happens.

What is the expected output? What do you see instead?
With Ctrl + backspace, the word should be removed entirely. With Ctrl + left 
arrow key, the cursor should jump to the start of the word. With Home and End, 
the cursor should jump to the start and end of the line respectively. The 
autocomplete window should not have any effect on these key combinations.

What version of the product are you using? On what operating system?
2.5.3.0 x86, Windows 7 Home Premium.

Original issue reported on code.google.com by p.witv...@gmail.com on 22 Jun 2012 at 9:48