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

Enhacement for the toggle comment function #532

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment
Closed

Enhacement for the toggle comment function #532

GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi, i love your program this is a little touch to something that often breaks 
my flow.

The case is this:
I got code like this
def something():
    print 'example'

I comment the print line and it turns into this
def something():
##    print 'example'

Later i need to change the indentation of that print statement i just hit tab 
next at the start of its line and end up looking like this.
def something():
    for i in range(10):
    ##    print 'example'

If later on i want to uncomment it i hit my toggle comment hotkey and end up 
with this.
def something():
    for i in range(10):
##    ##    print 'example'

Apparently the toggle only works if the ## are at the begging of the line, but 
many many times i need to uncomment code thats with the ## in some other place 
other than the beggining of the line.
Thanks in advance.

Original issue reported on code.google.com by guillerm...@gmail.com on 18 Jun 2011 at 8:01

@GoogleCodeExporter
Copy link
Author

Check out version 2.4.4

Original comment by shahbazi...@gmail.com on 20 Aug 2011 at 5:36

  • Changed state: Fixed

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