LionHeart123 / pyscripter

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

Code Complete breaks Keyboard Shortcuts #624

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
import numpy
numpy.zeros <= This is the correct function I'm trying to type

Now, because often my fingers go faster than my brain I'll manage to type this:
numpy.zros

What is the expected output? What do you see instead?
It seems that the code-completion window now captures the window focus which 
messes up some keyboard shortcuts.

I previously used the CTRL+SHIFT+LEFT_ARROW to highlight, then delete mistyped 
code (zros in this example). However, this no longer works. (Also using 
CTRL+BACKSPACE in this situation does not work.)

What version of the product are you using? On what operating system?
Windows XP SP3,
PyScripter 2.5.0.0 x86
Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on 
win32.

Please provide any additional information below.

Original issue reported on code.google.com by Chris.W....@gmail.com on 19 Mar 2012 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 19 Mar 2012 at 5:37

GoogleCodeExporter commented 9 years ago
I have just tried version 2.4.3 and these shortcuts do not work either while 
the completion window is displayed.  In which PyScriper version did these 
shortcut work?

Original comment by pyscripter on 20 Mar 2012 at 2:17

GoogleCodeExporter commented 9 years ago
Thanks for looking into this. That was the version I was running previously. I 
suppose in the end I must have only used them when code completion wasn't up, 
and now that I'm working with Issue 543 is when I really noticed this behavior.

Seems I was mistaken and it's not a bug after all. (Maybe we can make it a 
feature request? :-)

Original comment by Chris.W....@gmail.com on 20 Mar 2012 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 20 Mar 2012 at 3:00

GoogleCodeExporter commented 9 years ago
Sure.

Original comment by pyscripter on 20 Mar 2012 at 3:00