Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.16k stars 303 forks source link

Search results list : possibility to delete some entries #1721

Open laurentj opened 8 years ago

laurentj commented 8 years ago

Short Summary

New feature: In the list of search results, I would be able to delete some entries, so I can keep only results I'm interesting for.

Steps to Reproduce

1) Launch a search (in files for example) 2) click on a result, type "del" key (or right click -> contextual menu -> choose "remove item"

Expected results

When right click, a new contextual menu appears, with at least a "remove item" action. Or when typing on the "del" key, the selected item is removed from the list.

Actual results

No contextual menu. Nothing happen on the "del" key.

Platform Information

Komodo Edit or IDE? Any Komodo Version? Any Operating System (and version)? Any

Additional Information

Naatan commented 8 years ago

"hide" would be a better term - but yes, great idea! :) We could also add a way for the filter results input field to take argument for excluding results, eg. -.js .py would exclude js files and include python files.