Hi.
I use this tool.
It is fantastic.
BUT i think it could work faster.
For example i have such a script:
$text = trim(file_get_contents('php://stdin'));
$return = '<strong>'.$text.'</strong>';
echo $return; |
and the command line
@php5@ -f C:\phped\_commands\html_strong.php
and i use CTRL+B for that
and after pressing CTRL+B it takes some time to respond.
It takes ca 1 second so not so much, but for example using some other standard shortcut key is much more faster of course.
Can you make the response time faster ?
Or it is not possible ?
It is not so bad but maybe it could be better.
Tom