SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
179 stars 24 forks source link

Add a command to select all highlighted regions #12

Closed adzenith closed 12 years ago

adzenith commented 12 years ago

I just took out the else... not sure if this is what you wanted.

liamcain commented 12 years ago

You didn't add the keybindings.

adzenith commented 12 years ago

Oh... you had removed them in the other pull request. I got confused.

liamcain commented 12 years ago

yeah. I removed them when I put the plugin on a separate branch (called mass-edit)

adzenith commented 12 years ago

I renamed the command to SelectHighlightedWordsCommand, so that when you bind it you bind to select_highlighted_words rather than word_highlight.