All js

View: New views
6 Messages — Rating Filter:   Alert me  

All js

by zhaber :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Is it planed to add "View all js" function to FB?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: All js

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


No, since I have no idea that that means ;-)

On Jul 24, 1:25 pm, zhaber <Fedorenk...@...> wrote:
> Is it planed to add "View all js" function to FB?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: All js

by Brian Williams :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is an add-on that provides that functionality -- i've used it for well over a year now

https://addons.mozilla.org/en-US/firefox/addon/2076

the reason i point it out is because re-inventing the wheel is a waste of time; unless of course you can add a new type of tread.



On Thu, Jul 24, 2008 at 6:21 PM, John J Barton <johnjbarton@...> wrote:

No, since I have no idea that that means ;-)

On Jul 24, 1:25 pm, zhaber <Fedorenk...@...> wrote:
> Is it planed to add "View all js" function to FB?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: All js

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


How is this different from the Scripts and CSS panels?

On Jul 24, 7:14 pm, "Brian Williams" <brianw1...@...> wrote:

> There is an add-on that provides that functionality -- i've used it for well
> over a year now
>
> https://addons.mozilla.org/en-US/firefox/addon/2076
>
> the reason i point it out is because re-inventing the wheel is a waste of
> time; unless of course you can add a new type of tread.
>
> On Thu, Jul 24, 2008 at 6:21 PM, John J Barton <johnjbar...@...>
> wrote:
>
>
>
> > No, since I have no idea that that means ;-)
>
> > On Jul 24, 1:25 pm, zhaber <Fedorenk...@...> wrote:
> > > Is it planed to add "View all js" function to FB?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: All js

by Brian Williams :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

well, a number of ways:
  1. it adds a right click menu to let me quickly get to a specific JS file I want
  2. it shows me the size of the JS file on the menu
  3. it can open all or one of the JS files in a seperate window(s)
  4. it also give the same ability for CSS files as items 2 & 3
  5. oh, and hey, it lets me see the JS source regardless of Firebug being enabled (for that site of course) or not.
finally, it's small, its effective and it causes no errors with other plugins

Maybe it's the Ohio farmer genetics in me, or maybe the craftsman in me, or maybe just my common sense.  But regardless, the old adage applies: the right tool for the right job; forget the pneumatic press and the WD-40, sometimes all you have to do is get the stupid hammer out the toolbox and hit the dang thing.



On Thu, Jul 24, 2008 at 10:53 PM, John J Barton <johnjbarton@...> wrote:

How is this different from the Scripts and CSS panels?

On Jul 24, 7:14 pm, "Brian Williams" <brianw1...@...> wrote:
> There is an add-on that provides that functionality -- i've used it for well
> over a year now
>
> https://addons.mozilla.org/en-US/firefox/addon/2076
>
> the reason i point it out is because re-inventing the wheel is a waste of
> time; unless of course you can add a new type of tread.
>
> On Thu, Jul 24, 2008 at 6:21 PM, John J Barton <johnjbar...@...>
> wrote:
>
>
>
> > No, since I have no idea that that means ;-)
>
> > On Jul 24, 1:25 pm, zhaber <Fedorenk...@...> wrote:
> > > Is it planed to add "View all js" function to FB?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: All js

by ScroogeMcPump :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I've been using ViewSourceWith <https://addons.mozilla.org/en-US/
firefox/addon/394> for that purpose since long before I discovered
Firebug - it's almost exactly like Firebug's "Open With Editor"
context menu item, except that it adds a "CSS/JS" item to the submenu
which opens a dialog with all the files for that page, where you can
pick the one you want to look at and load it into the editor of your
choice.  (It also lets you right click images and load them into the
paint program of your choice, but I don't use that function.)

Given how similar the two are, I've been meaning to file an
enhancement request to duplicate VSW's CSS/JS functionality in
Firebug, but haven't gotten around to it; that way, it'll mean one
less extension in my list.

On Jul 24, 11:32 pm, "Brian Williams" <brianw1...@...> wrote:

> the right tool for the right job

Point taken, but sometimes the number of tools to choose from can be
overwhelming.  Do you want a claw hammer, a tack hammer, a
sledgehammer, a ball-peen, ...?  Sometimes it doesn't matter what you
hit it with, as long as you hit it - that's what shoes are for. ;-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

LightInTheBox - Buy quality products at wholesale price!