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: Add disambiguation functionality to the Python console #3854

Merged
merged 1 commit into from
Dec 18, 2016

Conversation

dalthviz
Copy link
Member

Fixes #1165

@ccordoba12 ccordoba12 added this to the v3.1 milestone Dec 17, 2016
@dalthviz
Copy link
Member Author

A preview of the change:

pythonconsole

@ccordoba12 ccordoba12 changed the title PR: Disambiguation functionality in the python console. PR: Disambiguation functionality in the Python console Dec 17, 2016
return ima.icon('console')

def get_focus_widget(self):
"""
Return the widget to give focus to when
this plugin's dockwidget is raised on top-level
this plugin's dockwidget is raised on top-level.
Copy link
Member

Choose a reason for hiding this comment

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

To fix this docstyle error you need to rewrite this docstring as

"""Return the widget to give focus to when
this plugin's dockwidget is raised on top-level"""

this plugin's dockwidget is raised on top-level
"""
"""Return the widget to give focus to when
this plugin's dockwidget is raised on top-level"""
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 it to """Return the widget to give focus to.""" to fix the style error.

@ccordoba12
Copy link
Member

Since style tests are now passing, please squash the last four commits into one and push again :-)

@ccordoba12 ccordoba12 changed the title PR: Disambiguation functionality in the Python console PR: Add disambiguation functionality to the Python console Dec 18, 2016
@ccordoba12
Copy link
Member

Looks good to me, thanks @dalthviz!

@ccordoba12 ccordoba12 merged commit e654501 into spyder-ide:3.x Dec 18, 2016
ccordoba12 added a commit that referenced this pull request Dec 18, 2016
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