Community
Participate
Working Groups
Build Identifier: 20100617-1415 when you insert manually '}' in statements that has > 1 depth then auto insertion is totally wrong. Reproducible: Always Steps to Reproduce: 1. see video
<?php $a = 1; if($a === 1) { $b=13; $c=13; if($b == 13) { | } insert '}' on '|' and you will see problem. something happening with bug tracker , cant upload video add comment, this is 5th comment i've added
Created attachment 175204 [details] video that shows problem
something really bad happened :( <?php if(true) { | } copy if(true) { } and paste it to '|' --------- if(true) { if(true) { $var = | } } copy 'true' from second if statement and paste to '|' it inserts additional tabs more depth more tabs inserted
Hi, I got this issue,I will fix it asap:)
fixed in head,thanks for your reporting!
Should be verified in PDT 2.3
Verified.