#1467296 patch for bug #1454529
authoraxelcl <axelcl>
Mon, 10 Apr 2006 18:15:42 +0000 (18:15 +0000)
committeraxelcl <axelcl>
Mon, 10 Apr 2006 18:15:42 +0000 (18:15 +0000)
commit6d971285b05ccba4639ff98bf937e5d2aa49706e
treed3c1ff04806d344e23f045b86b09408694382059
parent63699c8c105d04c65fd949ec019131085c96ddb9
#1467296 patch for bug #1454529
- when typing a { a closing } is added;
- if a carriage return (enter) is inserted between the
{} the closing brace is moved to the new appropriate
position and the cursor is moved to the new indented
position;
- if the carriage return is inserted after the { but
there is no } to the right, no extra } is added.
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPUnitEditor.java