A macro that will pass your current line number in the Integration Command line would be super valuable.
The usage case for this is in a scenario where I want to open up my current work file in another application. currently I do so with a Shell command such as:
"C:\Program Files\application\program.exe" "@FName@" |
But since the other apps I have often support line numbers the following would be SUPER USEFUL:
"C:\Program Files\application\program.exe" "@FName@:@FLineNumber@" |
so that it would not only open the file but take me to the correct line number.
This goes really well with a previous request someone made for PHPEd to support Goto line on file open via something like this:
phped.exe filename.php:23
(to jump to line 23).