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

IDLE invokes completion even when running code #44017

Closed
loewis mannequin opened this issue Sep 23, 2006 · 2 comments
Closed

IDLE invokes completion even when running code #44017

loewis mannequin opened this issue Sep 23, 2006 · 2 comments
Assignees

Comments

@loewis
Copy link
Mannequin

loewis mannequin commented Sep 23, 2006

BPO 1563981
Nosy @loewis, @kbkaiser

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2007-12-28.04:45:10.508>
created_at = <Date 2006-09-23.11:23:07.000>
labels = ['expert-IDLE']
title = 'IDLE invokes completion even when running code'
updated_at = <Date 2007-12-28.04:45:10.507>
user = 'https://github.com/loewis'

bugs.python.org fields:

activity = <Date 2007-12-28.04:45:10.507>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = <Date 2007-12-28.04:45:10.508>
closer = 'kbk'
components = ['IDLE']
creation = <Date 2006-09-23.11:23:07.000>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 1563981
keywords = []
message_count = 2.0
messages = ['29964', '59017']
nosy_count = 2.0
nosy_names = ['loewis', 'kbk']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1563981'
versions = ['Python 2.5']

@loewis
Copy link
Mannequin Author

loewis mannequin commented Sep 23, 2006

When you do

raw_input()
A<tab>

instead of putting the tab character into the input
buffer, IDLE opens the completion window. It should not
do this, since the user is interacting with its
application, not with the Python interpreter at this point.

@loewis loewis mannequin assigned kbkaiser Sep 23, 2006
@loewis loewis mannequin added the topic-IDLE label Sep 23, 2006
@loewis loewis mannequin assigned kbkaiser Sep 23, 2006
@loewis loewis mannequin added the topic-IDLE label Sep 23, 2006
@kbkaiser
Copy link
Contributor

Hard to fix since IDLE doesn't know that the interpreter went into
input state.

However, control-tab appears to do what you want.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant