helwardany / pyscripter

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

Intellisense overly agressive #568

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a module
2. Start a doc block: '''<enter><enter>'''<up arrow><tab to match>
3. Type "no " 

What is the expected output? What do you see instead?
Expected "no "
Got "not"

What version of the product are you using? On what operating system?
2.4.3 beta, XP Pro 32

Original issue reported on code.google.com by ptth...@gmail.com on 30 Sep 2011 at 2:18

GoogleCodeExporter commented 9 years ago
The issue of complete-as-you-type inside triple single quoted strings is fixed 
in version control.

You still get the same behavior outside strings (Issue 569).
There is an IDE option (Tools, Options, IDE Options) called "Complete with 
word-break characters"  Disable it if you want.  For further explanations read 
http://pyscripter.blogspot.com/2011/08/code-completion-improvements.html

Original comment by pyscripter on 5 Oct 2011 at 12:50