Firebug Dreams

20 views
Skip to first unread message

John J Barton

unread,
Mar 18, 2010, 12:26:41 PM3/18/10
to Firebug

Mike Ratcliffe

unread,
Mar 18, 2010, 4:07:00 PM3/18/10
to Firebug
Great list of ideas ... A few comments:

> Maybe we can extend the Firebug inspector to show the box hierarchy and/or the boxes that the selected box is directly related to.
The inspector already does this when inspecting an element using the
layout tab ... the parent element is highlighted using the image and a
dotted red border. If you would like anything else like this then just
let me know.

> Javascript edit and go
The Firefox extension called Phoenix can do this. It has a simple text
editor but the changes don't appear inside of Firebug.

> Firebug should support multiple simultaneous views of more than one panel
There are improvements planned for the XUL:Panel (https://
wiki.mozilla.org/XUL:Panel_Improvements). One particular section
relates to the multiple simultaneous panel idea:
"A dock button on the titlebar to dock the panel into the main window.
It would appear as, for example, a sidebar. Events would be needed
when a panel switches between these states to update any UI that might
be different. For instance, while a titlebar might appear while
docked, it won't be a native titlebar, although some platforms may be
able to render it as such. In the future, drag and drop of panels to
dock them may be an option. A dockbutton attribute would put a button
on the titlebar to dock and undock the panel. The attribute would have
no effect if a titlebar wasn't present. An API should exist to dock
and undock the panel; this would ideally work even if the button
wasn't present."

M_Freeman

unread,
Mar 19, 2010, 8:03:51 AM3/19/10
to Firebug
Great post and great ideas.

I want a simple feature to be able to copy and paste javascript from
the script panel without including the line numbers in the pasted
code.


On Mar 18, 5:26 pm, John J Barton <johnjbar...@johnjbarton.com> wrote:

Honza (Jan Odvarko)

unread,
Mar 19, 2010, 10:50:36 AM3/19/10
to Firebug
On Mar 19, 1:03 pm, M_Freeman <freeman...@gmail.com> wrote:
> Great post and great ideas.
> I want a simple feature to be able to copy and paste javascript from
> the script panel without including the line numbers in the pasted
> code.
If I select a javascript source in the Script panel and pick "Copy
Source" menu item, the selection is copied, without the line numbers,
to the clipboard for me.
Does this work for you?
Honza

cheekybuddha

unread,
Mar 19, 2010, 11:38:37 AM3/19/10
to Firebug
Honza,

With a big script in the script panel, try:

1. Ctrl+A to select everything
2. Right-click, select 'Copy Source' from the shortcut menu
3. paste into editor

This way, all output (and line numbers) are pasted too.

FB 1.6X.0a8
FF 3.6.3pre

hth,

d

Honza (Jan Odvarko)

unread,
Mar 19, 2010, 12:02:03 PM3/19/10
to Firebug
You are right, now I also see even the related issue.
http://code.google.com/p/fbug/issues/detail?id=2133
I am putting this one on my list.
Honza

Don Dwiggins

unread,
Mar 19, 2010, 12:32:03 PM3/19/10
to fir...@googlegroups.com

Some really thought-provoking ideas in there; look forward to having
them all implemented RSN. 8^) Here's a few thoughts:

> Automatic or Query-based Logging: Now we have to edit our Javascript
> to add console.log() statements. Some times we just want to know:
> what code runs when I do this? A simple way to summarize the
> execution path would be automatically inserted console.log() calls on
> every function call or every call matching a pattern and so on.

I'm wondering if Aspect Oriented Programming concepts would be useful
here. For example, look at
http://www.ibm.com/developerworks/java/library/j-aopwork15/

As an ExtJS user, I heartily approve. It'd be really cool to be able to
have a view on the HTML showing ExtJS objects with ExtJS properties.

> Firebug should support multiple simultaneous views of more than one

> panel and have better integration support with editors and Web
> servers.

You might get some good ideas from wxWidgets' AUI library:
http://wiki.wxwidgets.org/WxAUI. (I think there are some demo apps,
either from wxWidgets or wxPython.)

--
Don Dwiggins
Advanced Publishing Technology

M_Freeman

unread,
Mar 19, 2010, 1:35:45 PM3/19/10
to Firebug
It would be a nice feature to have as a settingsoption to have CTRL+C
use Copy Source by default instead of just plain Copy.

Thanks,
MF

On Mar 19, 5:02 pm, "Honza (Jan Odvarko)" <odva...@gmail.com> wrote:
> You are right, now I also see even the related issue.http://code.google.com/p/fbug/issues/detail?id=2133

Jörn Zaefferer

unread,
Mar 19, 2010, 4:20:39 PM3/19/10
to Firebug
On Code-Coverage: Maybe you can integrate jsCoverage into Firebug
http://siliconforks.com/jscoverage/

Regards
Jörn Zaefferer

On Mar 18, 5:26 pm, John J Barton <johnjbar...@johnjbarton.com> wrote:

Reply all
Reply to author
Forward
0 new messages