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 234730 - display stack trace in tooltip on #error identifier
Summary: display stack trace in tooltip on #error identifier
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 236435
  Show dependency tree
 
Reported: 2013-08-21 14:45 UTC by soldatov
Modified: 2013-09-29 14:57 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 2013-08-21 14:45:11 UTC
Scenario:
in big project a some header file has such code:

#ifndef __cplusplus
#error "Don't include this C++ header file from a non-C++ file!"
#endif

In IDE I can't understand which file I need to modify in order to fix Code Assistance. I think NetBeans can display stack trace in tooltip on #error identifier.
Comment 1 Vladimir Voskresensky 2013-08-22 12:43:26 UTC
we also do not parse file in correct content due to incorrect pcState created when #error directive is met