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 173979 - wrong one star comments formatting
Summary: wrong one star comments formatting
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 170393 (view as bug list)
Depends on:
Blocks: 174873
  Show dependency tree
 
Reported: 2009-10-07 14:49 UTC by Filip Zamboj
Modified: 2009-10-22 23:43 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-10-07 14:49:05 UTC
Product Version: NetBeans IDE 6.8 Beta (Build 200910020947)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
consider: 
<?
/*|  //press enter 
?>

result: 
<?
/*
* 
|*/
?>

expected result: 

<?
/*
 * |  
 */
?>
Comment 1 rmatous 2009-10-07 17:26:17 UTC
*** Issue 170393 has been marked as a duplicate of this issue. ***
Comment 2 Petr Pisl 2009-10-20 15:58:18 UTC
Fixed in the web-main clone. 
Comment 3 Quality Engineering 2009-10-22 23:43:14 UTC
Integrated into 'main-golden', will be available in build *200910221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/687a4c9fa01d
User: Petr Pisl <ppisl@netbeans.org>
Log: issue #173979 - wrong one star comments formatting