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 251423 - Compile File for Headers
Summary: Compile File for Headers
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 17:28 UTC by Vladimir Voskresensky
Modified: 2015-03-27 03:22 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 Vladimir Voskresensky 2015-03-25 17:28:17 UTC
It would be useful to provide "Compile File" by F9 for headers as well.
Because now when I change any inline methods or add extra field I have to Ctrl+Shift+A into source, F9, Ctrl+Shift+A back.
When Ctrl+Shift+A can not find source, I have to use Include Hierarchy to find any enabled TU and F9 from it, then go back to header.

Expected: header is compiled in the context of paired source and if absent in the context of any TU
Comment 1 Alexander Simon 2015-03-26 15:43:15 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/bb71c2ec4e34
Comment 2 Quality Engineering 2015-03-27 03:22:14 UTC
Integrated into 'main-silver', will be available in build *201503270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bb71c2ec4e34
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251423 Compile File for Headers