electron-userland / devtron

[LOOKING FOR MAINTAINERS] An Electron DevTools Extension
https://electronjs.org/devtron
MIT License
1.73k stars 100 forks source link

Add filter by channel in IPC panel #63

Open parro-it opened 8 years ago

parro-it commented 8 years ago

"Hide internal button" is useful, but it will be useful if we can filter events by channel name, something similar to the filter feature in console panel.

kevinsawicki commented 8 years ago

Yeah, the filter box matches on channel name and data so if you only want to see events for one channel, you can put that in the filter box.

More advanced filtering would be useful though, 👍

parro-it commented 8 years ago

@kevinsawicki I didn't notice the actual text filter match also channel name. This is useful, but I think it would be better to make it filter only on messages content, and add a select box for channel names.

parro-it commented 8 years ago

Awesome work by the way!