Hi, Hello > > I'd like to write some code that allowed users to toggle the RHS panel > temporarily. This would allow the LHS panel, in particular the HTML > panel, as much screen width as possible. That way sites with markup > containing a lot of depth and nesting, and/or a lot of long tag > attributes, more chance to display horizontally without wrapping. > Just for clarification: With LHS and RHS panels you mean the main and side panels <http://getfirebug.com/wiki/index.php/Firebug_Terminology>.
Is there a huge architectural reason why this would not be possible? > No. You just have to add a <grippy><https://developer.mozilla.org/en/XUL/splitter>to <splitter id="fbPanelSplitter"> <https://developer.mozilla.org/en/XUL/splitter> and add a new attribute collapse="after". You can either add this as a new issue<http://code.google.com/p/fbug/issues/entry?template=User%20enhancement%20request>, so it will be integrated into Firebug, or you create an extension<http://getfirebug.com/wiki/index.php/Firebug_Internals> . Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
