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 267762 - Short diplay comments folding
Summary: Short diplay comments folding
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 03:32 UTC by amobilia
Modified: 2016-08-30 03:32 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 amobilia 2016-08-30 03:32:06 UTC
Code example :
-----
<?php

/**
 * Test 1
 */
/* Test 2
*/
-----

Collapse 1st comment, is displayed "/** Test 1 ...3 lines */"

Collapse 2nd comment, is displayed "/*...2 lines */"

=> Expected : first line of the 2nd comment to be displayed too (as for the first comment)