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: Automatic "on-the-fly" code completion (i.e. without using Tab) #3708

Closed
wants to merge 4 commits into from

Conversation

malliwi88
Copy link
Contributor

No description provided.

@malliwi88 malliwi88 changed the title Code complation automatic without of Tab (not exclusive) Code completion automatic without of Tab (not exclusive) Nov 19, 2016
@malliwi88 malliwi88 changed the title Code completion automatic without of Tab (not exclusive) Code completion automatic without of Tab (not Tab behaivor exclusive) Nov 19, 2016
@malliwi88 malliwi88 changed the title Code completion automatic without of Tab (not Tab behaivor exclusive) Code completion automatic without of Tab (not exlusive Tab behaivoral) Nov 19, 2016
@malliwi88 malliwi88 changed the title Code completion automatic without of Tab (not exlusive Tab behaivoral) Code completion automatic without of Tab (not exclusive Tab behaivor) Nov 19, 2016
@malliwi88 malliwi88 changed the title Code completion automatic without of Tab (not exclusive Tab behaivor) Code completion automatic without of Tab (not exclusive Tab behavioral) Nov 19, 2016
@ccordoba12 ccordoba12 added this to the v3.1 milestone Nov 19, 2016
@ccordoba12 ccordoba12 changed the title Code completion automatic without of Tab (not exclusive Tab behavioral) Automatically trigger code completion (i.e. without using Tab) Nov 19, 2016
@@ -49,7 +49,7 @@ def insert_text_to(cursor, text, fmt):


class CompletionWidget(QListWidget):
"""Completion list widget"""
""" Completion list widget. """
Copy link
Member

Choose a reason for hiding this comment

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

No spaces before or after.

"""Completion list widget."""

@@ -2758,6 +2758,10 @@ def keyPressEvent(self, event):
TextEditBaseWidget.keyPressEvent(self, event)
if self.is_completion_widget_visible() and text:
self.completion_text += text
else:
# launch inline completion
Copy link
Member

Choose a reason for hiding this comment

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

Launch inline completion

@ccordoba12 ccordoba12 modified the milestones: v3.2, v3.1 Dec 14, 2016
@goanpeca goanpeca self-assigned this Jan 13, 2017
@ccordoba12 ccordoba12 modified the milestones: v3.2, v3.3 Feb 14, 2017
@ccordoba12 ccordoba12 modified the milestones: v4.0beta2, v4.0beta3 Aug 13, 2017
@CAM-Gerlach CAM-Gerlach changed the title Automatically trigger code completion (i.e. without using Tab) PR: Automatic "on-the-fly" code completion (i.e. without using Tab) Feb 18, 2018
@ccordoba12 ccordoba12 removed this from the v4.0betaX milestone Oct 11, 2018
@ccordoba12 ccordoba12 added this to the Not sorted milestone Oct 11, 2018
@goanpeca
Copy link
Member

goanpeca commented Apr 6, 2019

@ccordoba12 should we close this?

@ccordoba12 ccordoba12 removed this from the not sorted milestone Apr 6, 2019
@ccordoba12
Copy link
Member

Yes, it doesn't apply anymore.

@ccordoba12 ccordoba12 closed this Apr 6, 2019
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.

4 participants