mikaeljorhult / brackets-todo

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

Dropdown to toggle tags #52

Closed mikaeljorhult closed 7 years ago

mikaeljorhult commented 10 years ago

If user is having many possible tags the list in the panel will become a bit long and might overflow the available space. It might be possible to use a dropdown for this instead.

anzhihun commented 10 years ago

Dropdown is not handy compare to the way used now. Only when the count of tags is beyond a exact value (such as 8), dropdown maybe is a better way.

mikaeljorhult commented 10 years ago

Yes, I was thinking of setting a limit where it becomes a dropdown. We might want to check number of characters of the tags as well as longer tags will take up more space.