Hi there,

Sorry for the delay.

2011/5/9 Eric Dorman <[email protected]>

> Hi,
>
> I am new to Firebug development and I was trying to add my code in the
> dev panel.


The Dev Panel is intended to help only tools relevant to the development of
Firebug Lite itself. You should not extend the Dev Panel unless you're
developing Firebug Lite.


> I would like to create a new feature for Firebug, but I
> couldn't find where the button was to actually run the code that I
> wrote in the dev panel.
>

For this case it is better to create a new Panel for your plugin. Here's an
example of a Plugin:

http://fbug.googlecode.com/svn/lite/branches/firebug1.4/content/firebug/pluginSample.js

It will create a "Plugin" Panel.

We have few documentation on plugins so feel free to ask questions here.
I'll be glad to guide you if you have any questions.

Also note that your plugin does not have to create a new Panel if you don't
intend to use one. If you're just modifying Firebug Lite behavior, you can
create a plugin without a Panel.

regards,

Pedro Simonetti.



>
> Is there such a button to run my code or does it just refresh Firebug?
>
> --
> 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
> http://groups.google.com/group/firebug?hl=en.
>
>

-- 
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 
http://groups.google.com/group/firebug?hl=en.

Reply via email to