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 185176 - Ctrl-Alt-B shortcut on declaration name should be equal to mouse click on "Is Extended" annotation sign
Summary: Ctrl-Alt-B shortcut on declaration name should be equal to mouse click on "Is...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-28 11:59 UTC by soldatov
Modified: 2010-05-01 05:18 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 soldatov 2010-04-28 11:59:39 UTC
C++ code:
class AAA {

};

class BBB : AAA {

};

class CCC : BBB {

};

int main(int argc, char** argv) {
    
    return 0;
}

First line has "Is Extended" annotation sign. Mouse click on this sign calls menu with "BBB" and "CCC". But I can't repeat this action from keyboard. It will be nice if Ctrl-Alt-B shortcut on "AAA" string will call menu with "BBB" and "CCC" also.
Comment 1 Vladimir Voskresensky 2010-04-28 13:49:22 UTC
My fault
Comment 2 Vladimir Voskresensky 2010-04-28 14:18:25 UTC
the same issue with functions annotations
Comment 4 Quality Engineering 2010-05-01 05:18:02 UTC
Integrated into 'main-golden', will be available in build *201005010200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: