Community
Participate
Working Groups
Build Identifier: 20110615-0604 If you copy and paste code that contains a formatted array structure, your code will lose its formatting when pasted. The pasted code doesn't follow any standard formatting practices. I consider it a major bug because copying and pasting is a common feature and it's broken. I find it takes less time to just retype the code as opposed to copy/pasting and fixing the formatting. Reproducible: Always Steps to Reproduce: Copy the below code and maintain the tabular formatting. $a = array( array( 'a', 'b', 'c' ), array( 'e', 'f', 'g' ) ); Paste into a PDT project. The formatting will change to: $a = array( array( 'a', 'b', 'c' ), array( 'e', 'f', 'g' ) );
fixed in head
Verified. Ilina Stefanova