This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 176060

Summary: [indentation] wrong indentation after cc
Product: php Reporter: Filip Zamboj <fzamboj>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Filip Zamboj 2009-11-05 16:13:18 UTC
Product Version: NetBeans IDE Dev (Build 091105)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01

class Contacts extends BaseContacts
{|

}

invoke code completion on place where | is, choose something and press enter. In my case it end up like
class Contacts extends BaseContacts
{
public function __call($method, $arguments) {
    parent::__call($method, $arguments);
}
}
Comment 1 Petr Pisl 2009-11-09 03:18:14 UTC
This issue is not connected with indentation engine, because the indentation engine is not involved in this. The enter is process by code completion item that was selected in cc.
Comment 2 Filip Zamboj 2010-09-15 12:30:25 UTC
batch reassigning
Comment 3 Tomas Mysik 2011-06-08 14:57:25 UTC
Batch reassigning.
Comment 4 Ondrej Brejla 2011-09-12 11:49:35 UTC
Works for me properly in NB 7.0.1.