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

PR: Show calltips when 'Automatic insertion of parentheses, braces and brackets' is unchecked #3893

Merged
merged 4 commits into from
Dec 31, 2016

Conversation

mariacamilarg
Copy link
Contributor

Fixes #3809

@ccordoba12 ccordoba12 added this to the v3.1 milestone Dec 28, 2016
@@ -2798,11 +2795,10 @@ def keyPressEvent(self, event):
self.completion_text += text

def handle_close_parentheses(self, text):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change this method to handle_parentheses instead. I think it's a more appropriate name given the changes you made.

@ccordoba12 ccordoba12 changed the title PR: Call tips when 'Automatic insertion of parentheses, braces and brackets' is unchecked PR: Show calltips when 'Automatic insertion of parentheses, braces and brackets' is unchecked Dec 31, 2016
@ccordoba12
Copy link
Member

Looks good now, thanks @mariacamilaremolinagutierrez ;-)

@ccordoba12 ccordoba12 merged commit d06edff into spyder-ide:3.x Dec 31, 2016
ccordoba12 added a commit that referenced this pull request Dec 31, 2016
@mariacamilarg mariacamilarg deleted the fixes_issue_3809 branch December 31, 2016 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants