Patiencer / pyscripter

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

Odd keyboard behaviour after finding a word #346

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type the string:
def WriteMethodsToFile(o, ObjectName)

1. Search for "("
2. Press right arrow

What is the expected output? What do you see instead?
I'd expect that the cursor moves to the right of the "(" and before the "o,"

The cursor actually moves one more spot the right (past the "o" and before
the "," )

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

Please provide any additional information below.

I've seen another issue which mentioned Delphi keyboard settings, perhaps
there could be an installation option ("Delphi vs. Microsoft")

Most IDEs move the cursor just to the right of the selection, but not that
extra space. PythonWin, NetBeans, Visual Studio, IDLE

Original issue reported on code.google.com by derekpen...@gmail.com on 27 Nov 2009 at 6:32

GoogleCodeExporter commented 9 years ago
This was not what I was used to bug you convinced me!  Fixed in version control.

Original comment by pyscripter on 12 Aug 2010 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 3:04