Does line argument work with Editor options in Firebug?

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
User avatar
garethjmsaunders
Posts: 65
Joined: Fri Dec 02, 2005 5:08 pm
Location: Anstruther, UK
Contact:

Does line argument work with Editor options in Firebug?

Post by garethjmsaunders »

Being able to open a webpage directly in WeBuilder from Firebug (running in Firefox) is really useful -- see this blog post for more details: http://open-juve.blogspot.com/2011/06/c ... rebug.html

I was wondering if WeBuilder supported command-line arguments to pass the line-number as well as the file? If so what's the syntax?
Arguments supplied by Firebug:
%url - URL of the file (if %url is not present, %file will be added by default)
%file - Path to the local file (or to the temporary copy)
%line - Line number (if available)
I've tried

Code: Select all

%file + %line
and

Code: Select all

%file,%line
but neither work.

Could it be considered in a future release?

Thanks

Gareth
Post Reply