You can use the following place holders - targets (in the "Arguments"
field of the "Configure Editors" dialog).
%url : current page URL
%file : local temp file path

These will be dynamically replaced.

In case http://www.google.cz is the current page:
%url : "http://www.google.cz/";
%file : "C:\\Users\\Honza\\AppData\\Local\\Temp\\fbtmp\\www.google.cz\
\index.html"

Firebug gets the current page and in case of a remote resource
(http://) it saves it's content (the response returned from the
server) into a temp file. In my case (Vista) it's in the following
dir:
"C:\\Users\\Honza\\AppData\\Local\\Temp\\fbtmp\\www.google.cz\
\index.html"

If no target (%url, %file) is used, Firebugs appends the above temp
file path automatically as an argument.

You can also use your own arguments, these will be just copied and
used.

Honza

On 12 kvÄ›, 12:44, BigFoot <[email protected]> wrote:
> Hi there,
>
> Could anyone be so kind as to tell me what the Launch Arguments for
> the Open with Editor option would be.
>
> I am using TextWrangler as the editor on a Mac.
>
> Thanks a bunch.
--~--~---------~--~----~------------~-------~--~----~
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