Skip to content
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

Restore the insertion of the "(" character when parameter close_parentheses_enabled is False #2810

Merged
merged 1 commit into from
Nov 26, 2015

Conversation

stonebig
Copy link
Contributor

Fixes #2795


Restore the insertion of the "(" character when parameter close_parentheses_enabled is False.

I suspect some patch destroyed the functionnality formerly in handle_close_parentheses(text)

This is the simple fix, maybe a more complete fix would remove unused path in def handle_close_parentheses()

Restore the insertion of the "(" character when parameter close_parentheses_enabled is False.
 
I suspect some patch destroyed the functionnality formerly in handle_close_parentheses(text)

This is the simple fix, maybe a more complete fix would remove unused path in def  handle_close_parentheses()
@ccordoba12 ccordoba12 added this to the v3.0 milestone Nov 26, 2015
@ccordoba12 ccordoba12 changed the title fix for issue #2795 Restore the insertion of the "(" character when parameter close_parentheses_enabled is False Nov 26, 2015
@ccordoba12
Copy link
Member

Thanks for the fix, I also think it's the right one :-)

ccordoba12 added a commit that referenced this pull request Nov 26, 2015
Restore the insertion of the "(" character when parameter close_parentheses_enabled is False
@ccordoba12 ccordoba12 merged commit 1c0d07e into spyder-ide:master Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option 'Automatic insertion of parentheses, braces and brackets' has issues when un-checked
2 participants