| Summary: | Auto Insertion of brackets is buggy | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Pavel Galaton <pavel.galaton> | ||||
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> | ||||
| Status: | CLOSED FIXED | QA Contact: | Ilina Stefanova <ilina.s> | ||||
| Severity: | major | ||||||
| Priority: | P1 | CC: | ganoro, silviya, zhaozhongwei | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Pavel Galaton
<?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. |