LionHeart123 / pyscripter

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

item selected from code completion overwrites the written variable #581

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in a class write a variable (e.g. name)
2. place the cursor at the beginning of the variable name
3. write "se" and select "self" from the code completion menu
4. the variable will be overwritten with self

What is the expected output? What do you see instead?
i expect to add self. without overwriting the variable name

What version of the product are you using? On what operating system?
2.4.3 on windows 7

Please provide any additional information below.

Original issue reported on code.google.com by mah.e...@gmail.com on 24 Nov 2011 at 12:41

GoogleCodeExporter commented 9 years ago
This is how Delphi works.  I know that some other IDEs work differently.  You 
can always type the dot first move to the left and then invoke code completion.

Original comment by pyscripter on 10 Mar 2012 at 2:11