On Jun 16, 7:03 am, John <[email protected]> wrote: > I want to copy all the Javascript code from the Script panel and paste > into Notepad, however it only pastes the visible lines.
Assuming you want to open included scripts, there's no need to copy and paste. Just configure FireBug to open the entire script file in Notepad. However this method does not work for inline scripts. To open included scripts, do the following: Click on the Firebug icon in the upper left corner of the Firebug panel. Select Open with Editor >> Configure Editors. Add Notepad (or your editor of choice). Close the Configure Editors window. Now right-click in the script view, and choose Notepad (or whatever editor you added). The entire script will be opened in your editor. Since most inline scripts are short, normal copy/paste should work fine. If there are more than 15 lines, just make the Firebug panel taller, thus making more lines visible, or open Firebug in a new window and maximize it. Hope this helps. LD -- 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.
