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 255823 - Add note that options under 'Group Multiline Alignment' and 'Multiline Alignment' depend on wrapping
Summary: Add note that options under 'Group Multiline Alignment' and 'Multiline Alignm...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 08:46 UTC by SebastianZ
Modified: 2015-10-09 08:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SebastianZ 2015-10-09 08:46:55 UTC
The options 'Array Initializer', 'Method Parameters' and 'Method Call Arguments' at Tools > Options > Editor > Formatting > PHP > Alignment require their respective options under Wrapping to be set to 'Always'.

Because this is not immediately obvious and only described within the help, there should be a hint added to the UI clarifying this dependency.

I see several ways how this could be implemented:
1. As tooltip for each checkbox
2. Add an information icon besides each checkbox showing a tooltip on hover
3. As text below the options

Sebastian