From minecraft2020_love at 126.com Thu Jan 27 07:09:25 2022 From: minecraft2020_love at 126.com (=?GBK?B?va/o97q9?=) Date: Thu, 27 Jan 2022 20:09:25 +0800 (CST) Subject: [Idle-dev] SOMETHING ABOUT PYTHON IDLE Message-ID: <7d960d0b.5122.17e9b70c3c1.Coremail.minecraft2020_love@126.com> I want Python IDLE can show on Windows 11's right-click menu; and there have some multiple language options. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tjreedy at udel.edu Fri Jan 28 16:18:42 2022 From: tjreedy at udel.edu (Terry Reedy) Date: Fri, 28 Jan 2022 16:18:42 -0500 Subject: [Idle-dev] SOMETHING ABOUT PYTHON IDLE In-Reply-To: <7d960d0b.5122.17e9b70c3c1.Coremail.minecraft2020_love@126.com> References: <7d960d0b.5122.17e9b70c3c1.Coremail.minecraft2020_love@126.com> Message-ID: (Please do not use all CAPITALS in subject or text.) On 1/27/2022 7:09 AM, ??? wrote: > I want Python IDLE can show on Windows 11's right-click menu; This is really a Python installation issue, not an IDLE issue. IDLE has no control over how it is installed. Every application has its own context menu. That is what 'context' means. When you install Python from the Python Windows installer at python.org, Windows Explorer gets 'Edit with IDLE' on *its* context menu for .py files. (Unless there is an option to turn this off.) If you used the python.org installer and this does not appear, file a report at bugs.python.org. If you used a different installer, contact the people who made the installer. > and there have some multiple language options. I don't know what you mean here, out of at least 3 possibilities. -- Terry Jan Reedy From tjreedy at udel.edu Fri Jan 28 16:18:42 2022 From: tjreedy at udel.edu (Terry Reedy) Date: Fri, 28 Jan 2022 16:18:42 -0500 Subject: [Idle-dev] SOMETHING ABOUT PYTHON IDLE In-Reply-To: <7d960d0b.5122.17e9b70c3c1.Coremail.minecraft2020_love@126.com> References: <7d960d0b.5122.17e9b70c3c1.Coremail.minecraft2020_love@126.com> Message-ID: (Please do not use all CAPITALS in subject or text.) On 1/27/2022 7:09 AM, ??? wrote: > I want Python IDLE can show on Windows 11's right-click menu; This is really a Python installation issue, not an IDLE issue. IDLE has no control over how it is installed. Every application has its own context menu. That is what 'context' means. When you install Python from the Python Windows installer at python.org, Windows Explorer gets 'Edit with IDLE' on *its* context menu for .py files. (Unless there is an option to turn this off.) If you used the python.org installer and this does not appear, file a report at bugs.python.org. If you used a different installer, contact the people who made the installer. > and there have some multiple language options. I don't know what you mean here, out of at least 3 possibilities. -- Terry Jan Reedy