-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parentheses auto-insert problem #1193
Comments
From contrebasse on 2012-11-20T00:20:36Z Maybe the closing parenthesis should not be overwritten if a SyntaxError is detected on the line ? |
From lucianoe...@gmail.com on 2014-09-15T11:25:12Z I'm also having an issue with auto-inserting of parentheses, which I believe might be related--when I type a closing parentheses in front of an auto-inserted one, it never notices, and I end up with an extra closing parentheses. This does not happen with brackets: I type: In contrast, I type: foo( If this is actually a separate issue, I'm happy to open a different report. Thanks! |
From ccordoba12 on 2014-09-16T12:35:46Z Labels: Cat-Editor MS-v2.4 |
From ccordoba12 on 2014-09-16T12:36:07Z We'll see what we can do about it in our next version |
Duplicate of #5588 , which was fixed in Spyder 3.2.5. |
From dregit...@calystabio.com on 2012-11-15T17:32:08Z
Spyder Version: 2.1.9
Python Version: 2.7.3
Qt Version: 4.8.0, PyQt4 (API v1) 4.9.1 on Windows
What steps will reproduce the problem?
This isn't really urgent, but it's certainly annoying. I turned off auto-insert for now to avoid it, since it often causes syntax errors when I'm working with nested parentheses.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1193
The text was updated successfully, but these errors were encountered: