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?
I've triedArguments 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)
Code: Select all
%file + %line
Code: Select all
%file,%line
Could it be considered in a future release?
Thanks
Gareth