Is there any way to pass a selection, which spans multiple lines, to a shell script interpreter like php or pearl?
In case of php-cli, when i use the following tool-configuration:
php.exe C:\multiline_tool.php "%sel%"
only the first line makes it into $argv which is the array in which php stores the command line parameters.
If not, wouldn't it be nice to include an option in the tool-configuration window, to type in a replacement for linebreaks so that eg: "\n" gets converted to "#n#".
Oh.. beside that, UltraEdit rocks!
Regards
Thomas Schuessler
In case of php-cli, when i use the following tool-configuration:
php.exe C:\multiline_tool.php "%sel%"
only the first line makes it into $argv which is the array in which php stores the command line parameters.
If not, wouldn't it be nice to include an option in the tool-configuration window, to type in a replacement for linebreaks so that eg: "\n" gets converted to "#n#".
Oh.. beside that, UltraEdit rocks!
Regards
Thomas Schuessler