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

Adds selected comment folding functionality #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mrz5018
Copy link

@mrz5018 mrz5018 commented Oct 22, 2015

Selected comment folding, "ctrl+alt+c", can now be used to just fold
comments that are currently selected (either the cursor is within the
comment or a portion of the comment is selected).

The intialization of self.comments was changed so append could be used
in the new method for finding selected comments. I don't think that
anything else relied upon this, but I thought it was worth noting.
Beyond that some of the functions were taken out of the init routine
just because they weren't common anymore.

Matthew Zartman added 2 commits October 22, 2015 10:44
Selected comment folding, "ctrl+alt+c", can now be used to just fold
comments that are currently selected (either the cursor is within the
comment or a portion of the comment is selected).

The intialization of self.comments was changed so append could be used
in the new method for finding selected comments.  I don't think that
anything else relied upon this, but I thought it was worth noting.
Beyond that some of the functions were taken out of the init routine
just because they weren't common anymore.
Tabbing mistake cause code issues.
@Exadra37
Copy link

Exadra37 commented Dec 9, 2019

Is this package not maintained anymore?

I would love to see this feature merged :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants