iphp icon indicating copy to clipboard operation
iphp copied to clipboard

Make iphp multi-line aware

Open apinstein opened this issue 13 years ago • 2 comments

Maybe use the built-in PHP parser to see if we're in the middle of a statement and allow multi-line input until a ; or some other signal is entered on a single line?

Or maybe have a multi-line internal command? like


foreach ($a as $b) { print $b; } ;

apinstein avatar Apr 07 '11 15:04 apinstein

Sooo... What's a progress? Is issue solved?

d9k avatar Aug 31 '14 02:08 d9k

I haven't made any progress...

apinstein avatar Sep 02 '14 01:09 apinstein