Add ability to toggle showing/hiding channel in log output#42
Add ability to toggle showing/hiding channel in log output#42astruyk wants to merge 2 commits intobbbscarter:masterfrom
Conversation
…to in the log output.
…e completion and avoiding having to correct type channel name each time.
|
Hi @astruyk , This is a nice feature and something that I have wanted to have for quite some time as well. When you turn this feature into a PR, please branch off from a branch where you haven't made any other changes yourself (for example, ff8830d on your fork's master branch), put the changes relevant to that feature onto that feature branch, and submit that branch for a PR. If you submit a PR directly fron Personally, I have a branch called /dev which I treat as my 'local' master branch for internal development purposes. I never put my own changes onto /master. I create PRs by branching off /master and then cherry-picking in the right changesets. Sometimes I update /master from bbbscarter's repo. This allows me to develop and use features internally and gradually publish them to bbbscarter's repo when they are battle-tested. |
|
Will do. Thanks for the tip. I mostly use git for solo projects so I don't have the workflow down that well. That sounds like a good method for working on forked projects. I'll open a new pull request with just this feature. |
This is really handy if you use channels a lot and want to see output from the various channels in the 'all' pane. Otherwise you can only tell what channel output was sent to in the filtered view (in isolation).