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 185465

Summary: code formatting removes first characters from 'c' - style comments
Product: php Reporter: xantiva <xantiva>
Component: Formatting & IndentationAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description xantiva 2010-05-04 23:37:00 UTC
This code ...

<?php
/* -------------
   To change this template, choose Tools | Templates
   and open the template in the editor.
   -------------
 */

?>

will be formatted into ...

<?php

/* -------------
 * o change this template, choose Tools | Templates
 * nd open the template in the editor.
 * ------------
 */
?>

[Product Version: NetBeans IDE 6.9 Beta (Build 201004200117)]
Comment 1 Petr Pisl 2010-05-05 15:11:13 UTC

*** This bug has been marked as a duplicate of bug 185362 ***