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 174891 - Wrong indentation when you press Enter before /**
Summary: Wrong indentation when you press Enter before /**
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:
Depends on:
Blocks: 174873
  Show dependency tree
 
Reported: 2009-10-19 14:43 UTC by Petr Pisl
Modified: 2009-10-22 23:35 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 Petr Pisl 2009-10-19 14:43:24 UTC
If you have a code:

|/**
*/

and cursor is on the | position and you press ENTER, then the result is:

/**
 *|
*/

but it should be :

[new line]
|/**
*/
Comment 1 Petr Pisl 2009-10-19 15:49:06 UTC
Fixed in the web-main.
Comment 2 Quality Engineering 2009-10-22 23:35:30 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/92a7a4bd1683
User: Petr Pisl <ppisl@netbeans.org>
Log: issue #174891 - Wrong indentation when you press Enter before /**