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 127713 - Operation priority tip
Summary: Operation priority tip
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 09:59 UTC by nnnnnk
Modified: 2009-05-25 20:55 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 nnnnnk 2008-02-19 09:59:18 UTC
It would be great to have following feature:

Priority for selected operation - it's operands.
Foe example:
In expression a*b + b*c, if you select '+' operation, it will highlight a*b and b*c.
In a*b>>1 , if you select '>>' operation, it will highlight a*b and 1.
It would be very useful for young programmers and if you read smb. else's code.
Comment 1 Alexander Simon 2008-11-19 10:31:39 UTC
Does feature exist in competitor IDEs?