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 247902 - When navigating to macro view via ctrl-alt-click, it is not activated
Summary: When navigating to macro view via ctrl-alt-click, it is not activated
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 20:42 UTC by Vladimir Kvashin
Modified: 2017-02-06 07:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
suggested patch (763 bytes, patch)
2014-10-13 21:32 UTC, ilia
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-10-13 20:42:18 UTC
If macro view is already open, but not activated, and I do ctrl-alt-click, the view is not activated, so I need to find it tons of output tabs - very inconvenient.
Comment 1 Vladimir Kvashin 2014-10-13 20:43:01 UTC
If it isn't open, then it opens and activates, the issue occurs only when it is already open
Comment 2 ilia 2014-10-13 21:32:18 UTC
Created attachment 149879 [details]
suggested patch
Comment 3 ilia 2014-10-17 11:51:41 UTC
fixed in 279170:c70fa7536782

Also now Ctrl+Alt+Click doesn't give a focus to Macro View TC, so one can continue working with Editor (caret synchronization is enabled in Macro View by default)
Comment 4 Quality Engineering 2014-10-18 05:10:49 UTC
Integrated into 'main-silver', will be available in build *201410180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c70fa7536782
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #247902 - When navigating to macro view via ctrl-alt-click, it is not activated
Comment 5 soldatov 2014-11-07 12:17:35 UTC
In patch2 I see such regression:
- Create Quote
- Open quote.cc
- Do Ctrl-Alt-Mouse_Click on EXIT_SUCCESS
- Open "C/C++ Documentation" tab
- Select any identifier in editor
==> IDE activates "Macro Expansion" tab

very annoying behavior
Comment 6 ilia 2014-11-07 13:32:46 UTC
Backed out the fix, will take a look after 801patch2.
280662:a1f6c20c2ad1
Comment 7 Quality Engineering 2014-11-08 10:58:35 UTC
Integrated into 'main-silver', will be available in build *201411080653* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a1f6c20c2ad1
User: Ilia Gromov <ilia@netbeans.org>
Log: Backed out c70fa7536782 - Bug 247902 - When navigating to macro view via ctrl-alt-click, it is not activated
Comment 8 Quality Engineering 2014-11-10 23:21:04 UTC
Integrated into 'releases/release801', will be available in build *201411102027* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/ccaa885f297f
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #247902 - When navigating to macro view via ctrl-alt-click, it is not activated
(transplanted from c70fa75367825dfc06b8d3c97589d35037073a5c)
Comment 9 ilia 2017-02-06 07:18:10 UTC
Seems to be fixed while fixing some other bug, I can't reproduce the behavior described in comment 1, 2.

Closing as WORKSFORME.