mikaeljorhult / brackets-todo

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

Add feature: expand / collapse all results for project search scope #34

Closed anzhihun closed 10 years ago

anzhihun commented 10 years ago

When I change search scope to project, there are too many files and comments in the result panel. So, I add this feature for finding the file and comment more easier. Now it works fine for me. The next feature I want to add is filtering the result by tag. There are many software which has this feature. such as Visual Studio, Eclipse. What do you think @mikaeljorhult? Any ideas?

anzhihun commented 10 years ago

I'm sorry for pull old commits. I want to pull only one commit "Add feature: expand / collapse all results for project search scope". The feature looks like

Collapse All collapseall-show

and Expand All expandall-show

mikaeljorhult commented 10 years ago

Nice! Sounds like two great ideas. I'll go through the code more thoroughly tomorrow.

mikaeljorhult commented 10 years ago

I've merged the pull request manually (SHA: de673303c78ef7a7c73720d1d5982c6be4567cf6) and made some improvements. I've also added a couple of comments in your code to help you see where I made change and why.

Thank you for your contribution!

anzhihun commented 10 years ago

Thank you for reviewing the code and much good suggestion. I'll do more study on JQuery and CSS to make it better. I'm glad to contribute to this plugin. Because it's great, and I want to make it more powerful and useful. Thank you! It is nice to communicate with you.

mikaeljorhult commented 10 years ago

Thank you for all your help in getting the extension better! Just ask if you need any help understanding anything in the code.