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 - code formatting removes first characters from 'c' - style comments
Summary: code formatting removes first characters from 'c' - style comments
Status: RESOLVED DUPLICATE of bug 185362
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 23:37 UTC by xantiva
Modified: 2010-05-05 15:11 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 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 ***