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

[Bug]: The command "Edit > Comment > Comment Line" removes one character too much when uncommenting #3293

Open
apisnu opened this issue Dec 21, 2023 · 1 comment
Assignees
Labels

Comments

@apisnu
Copy link

apisnu commented Dec 21, 2023

What happened?

When I edit a python source code file (.py) and I comment a line (or block) of code with Edit > Comment > Comment Line it correctly adds a # in front of each line. But when uncommenting the line it removes the # and the following character, i.e. it removes one character too much.

For example:
#class A:
becomes
lass A:

I'm using version 17.0-1unofficial.jammy from the official apt repo. Help > About... says it's version 17.0.0.

Version

Other

Operating system

Linux

Steps to reproduce

No response

Relevant log output

No response

@wayne-zhang
Copy link

Can be reproduce in 17.0.8 on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants