Skip to content

Adds selected comment folding functionality#9

Open
mrz5018 wants to merge 2 commits intooskarols:masterfrom
mrz5018:feature/selectedCommentFolding
Open

Adds selected comment folding functionality#9
mrz5018 wants to merge 2 commits intooskarols:masterfrom
mrz5018:feature/selectedCommentFolding

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.

2 participants