chromephp icon indicating copy to clipboard operation
chromephp copied to clipboard

Group collapsing by default?

Open qfox opened this issue 14 years ago • 2 comments

I think we need it for usability. If we define some depth-level for group collapsing and then we collapse all group to that level for example. Can you add some group-collapsing-by-default mechanics? Some new setting key for example? Hm. But you must add new method groupExpanded then. Or rewrite group/groupCollapsed methods - use some param for collapse/expand group.

qfox avatar Mar 18 '11 17:03 qfox

Thank you for making a feature request. It's not clear to me who you mean when you say "we". Can you please elaborate a bit?

And what do you mean by "group-collapsing-by-default mechanics"? Can you describe it a little, draw a sketch or something? Even better can you provide a pull request that shows exactly how that is done?

hakre avatar Sep 14 '14 12:09 hakre

This request is ancient, but it appears @zxqfox didn't realize group & groupCollapse simply "mirror" javascript's console.group() and console.groupCollapse()... that chromelogger simply passes everything over to the console api

bkdotcom avatar Aug 31 '19 03:08 bkdotcom