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 160491 - class variables should be collapsible like class methods
Summary: class variables should be collapsible like class methods
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 18:30 UTC by kingcthulhu
Modified: 2012-04-24 10:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot with the comments expanded (8.60 KB, image/jpeg)
2009-03-17 19:32 UTC, kingcthulhu
Details
screenshot with the comments collapsed. (4.97 KB, image/jpeg)
2009-03-17 19:33 UTC, kingcthulhu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kingcthulhu 2009-03-17 18:30:36 UTC
/**	 
	 * List of test cards.
	 * - foo:bar
	 * - blah:blah2
	 * @var array
	 * @static
	 */
	public static $_testCards =
		array
		(
			'foo' => bar
		,	'blah' => blah2
		);

only the comment is collapsible, not the static class variable.
Comment 1 kingcthulhu 2009-03-17 19:32:15 UTC
Created attachment 78324 [details]
screenshot with the comments expanded
Comment 2 kingcthulhu 2009-03-17 19:33:08 UTC
Created attachment 78325 [details]
screenshot with the comments collapsed.
Comment 3 Tomasz Slota 2009-03-18 16:00:41 UTC
Personally I don't think that suggested behavior would be welcomed by our users. I will leave this issue opened to track possible future requests for similar 
functionality.
Comment 4 Filip Zamboj 2009-04-07 19:59:10 UTC
is this not more an enhancement than issue? 
Comment 5 Tomasz Slota 2010-02-10 08:46:01 UTC
reassigning to default owner
Comment 6 Filip Zamboj 2010-09-15 12:28:30 UTC
batch reassigning