mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Added control clicking tag filters #127

Closed opl- closed 7 years ago

opl- commented 8 years ago

Clicking a tag on the list of tags on the panel's toolbar will:

  1. if the tag is the only one visible, make all other tags visible
  2. if the tag is visible but isn't the only one, make all other tags hidden
  3. if the tag is the only hidden or the tag is hidden but isn't the only one, make all tags hidden but the one clicked
opl- commented 7 years ago

Any reason for why this was closed?

Edit: After looking at the new commits, I noticed the code reformatting. Merged the new commits in and fixed formatting on my PR, so it should now be good to merge if reopened.

mikaeljorhult commented 7 years ago

Yes, I'm looking into redoing the rendering of the UI so the way tags are handled will most likely change so I want to the the code as small as possible before doing that.

Please hold on for a couple of days to see how it turns out.