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 232815 - C++ Documentation is not displaying
Summary: C++ Documentation is not displaying
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 14:45 UTC by _ supunliyanage
Modified: 2013-07-16 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (34.63 KB, image/png)
2013-07-16 14:45 UTC, _ supunliyanage
Details
NetBeans 7.4 Beta and Cygwin (28.14 KB, image/png)
2013-07-16 18:03 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ supunliyanage 2013-07-16 14:45:25 UTC
Created attachment 137228 [details]
Screenshot

Summary:
C++ function documentation/definition is not populating in the documentation section.

How to Recreate this:
Open a C++ code file and start typing a function name (with Ctrl + Space) and get the function list. but when you highlighted/navigated to a item it will not populate the the documentation section
Comment 1 soldatov 2013-07-16 14:50:52 UTC
Do you speak about MinGW or Cygwin? In any cases "man pages" should be installed on your system.
Comment 2 _ supunliyanage 2013-07-16 14:54:34 UTC
it is Cygwin, but all the docs are installed and this even happens to custom classes.
Comment 3 soldatov 2013-07-16 18:03:35 UTC
Created attachment 137239 [details]
NetBeans 7.4 Beta and Cygwin
Comment 4 Alexander Simon 2013-07-16 18:13:08 UTC
Please provide screen short of man of the selected function.
Comment 5 Alexander Simon 2013-07-16 18:16:53 UTC
IDE uses man command:
#man -S3 calloc