Hidden browser gems – Part II: Searchable list for JavaScript files in open document
Hidden Browser Gems July 1st, 2008Today's hidden gem is a little extraordinary: it is not about a browser technique and it is only available in Firefox with installed Firebug extension. But I expect my target audience having a Firefox as butter and bread tool (thanks for this phrase, Thomas ;-)) fully loaded with extensions and custom settings...
The gem is a search able list which contains all JavaScript files used in the current document. This is perfect if you need to set or modify breakpoints or just want to get a quick overview about the used scripts in the page. If you are dealing with a large amount of JavaScript files, this list is absolutely useless and it gets worse if you are dealing with long paths. And here comes the search able feature in the play: just start typing in the open list and only matching file names are shown.


July 1st, 2008 at 21:43
thanks, I’ve been wanting search support for the Firebug File list for months, oh what irony that it’s been there all the time, just hidden behind weird usability decisions :)
July 1st, 2008 at 21:57
You are welcome. :-)
That is not the only usability problem in Firebug. The stack trace list is much to short for bigger projects. See: http://www.nabble.com/Getting-more-levels-in-the-call-stack-trace-td15139173.html
I would like to see a “traditional” stack trace view on its own tab next to “Breakpoints”…