Firebug Menu
From FirebugWiki
(Difference between revisions)
(Added section header for main menu. Updated Command Line menu item based on command line preview functionality.) |
(→Options sub-menu: Linekd to FBTrace page, additional tip for reset) |
||
| Line 56: | Line 56: | ||
| Vertical Panes || <code>extensions.firebug.viewPanelOrient</code> || Toggles the display of the Side Panels between the right side and the bottom of the Firebug window | | Vertical Panes || <code>extensions.firebug.viewPanelOrient</code> || Toggles the display of the Side Panels between the right side and the bottom of the Firebug window | ||
|- | |- | ||
| - | | Always Open Firebug Tracing || <code>extensions.firebug.alwaysOpenTraceConsole</code> || | + | | Always Open Firebug Tracing || <code>extensions.firebug.alwaysOpenTraceConsole</code> || Causes the Tracing Console ([[FBTrace]]) to always open when Firebug is activated. Only available when [[FBTrace]] is installed. |
|- | |- | ||
| - | | Reset All Firebug Options || - || Resets all Firebug options to the defaults (Be careful! Once done there's no way back!) | + | | Reset All Firebug Options || - || Resets all Firebug options to the defaults (Be careful! Once done there's no way back! You may want to backup your Firefox prefs.js beforehand just in case.) |
|} | |} | ||
Revision as of 14:29, 11 April 2011
The Firebug Menu contains all the most used general options to control Firebug. It is accessible via the
button on the left side of the Panel Bar.
Firebug Menu
| Option | Preference | Description |
|---|---|---|
| Open Firebug | - | Opens Firebug |
| Open Firebug in New Window | - | Opens Firebug in a seperate window |
| Deactivate Firebug For this web site | - | Deactivates Firebug for the current website |
| Open With Editor | - | Contains a sub-menu with the user-defined external editors and the option Configure Editors... to edit them |
| Text Size | extensions.firebug.textSize | Contains a sub-menu for in-/decreasing or resetting the text size used inside Firebug |
| Options | - | Contains a sub-menu with several general options (see below) |
| Firebug Online | - | Contains a sub-menu with different items for online information about Firebug and to the issue tracker |
| Inspect Element | - | Toggles the inspection mode (same function as clicking on |
| Profile JavaScript | - | Toggles JavaScript profiling (same function as clicking on the Profile button inside the Console Panel's Toolbar) |
| Command Line | - | Toggles displaying the Command Line on the current panel. See http://www.softwareishard.com/blog/firebug/firebug-16-command-line-available-on-all-panels/ for more background. |
| Search | - | Sets the focus to the Search Field |
| Customize Shortcuts | - | Opens a dialog for customizing the most common keyboard shortcuts |
| Open Firebug Tracing | - | Opens the Firebug Tracing Console |
| About... <Firebug version> | - | Shows Firebug's About dialog |
| Option | Preference | Description |
|---|---|---|
| Always Open in New Window | extensions.firebug.openInWindow | Lets Firebug always open in a seperate window |
| Show Preview Tooltips | extensions.firebug.showInfoTips | Shows popups with additional information inside Firebug when hovering an element |
| Shade Box Model | extensions.firebug.shadeBoxModel | Toggles between the display of a box model representing the contents, margin, padding and the border and a display of just a frame around the inspected element |
| Show Quick Info Box | extensions.firebug.showQuickInfoBox | Toggles the display of an info popup inside the page giving fast information about the currently inspected element |
| Enable Accessibility Enhancements | extensions.firebug.a11y.enable | Enables keyboard navigation through Firebug (using Tab and the arrow keys) |
| Activate Same Origin URLs | extensions.firebug.activateSameOrigin | Toggles the behavior of Firebug to open it for sites, which have the same base URL |
| Vertical Panes | extensions.firebug.viewPanelOrient | Toggles the display of the Side Panels between the right side and the bottom of the Firebug window |
| Always Open Firebug Tracing | extensions.firebug.alwaysOpenTraceConsole | Causes the Tracing Console (FBTrace) to always open when Firebug is activated. Only available when FBTrace is installed. |
| Reset All Firebug Options | - | Resets all Firebug options to the defaults (Be careful! Once done there's no way back! You may want to backup your Firefox prefs.js beforehand just in case.) |