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 - [indentation] wrong indentation after cc
Summary: [indentation] wrong indentation after cc
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 16:13 UTC by Filip Zamboj
Modified: 2011-09-12 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.