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 225759

Summary: QT projects don't have pop-up documentation for widget members upon CTRL+space-ing
Product: cnd Reporter: unai
Component: Code CompletionAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description unai 2013-02-05 16:37:37 UTC
In all NetBeans for C++ installations I have seen, integration w/QT framework works flawlessly, except for the fact that documentation doesn't show up with auto-completion (or invoking help on a member name), like javadocs show up when coding Java.
It should be very convenient to have that QT documentation in place out-of-the-box.
Comment 1 Alexander Simon 2013-02-05 16:54:06 UTC
Do you have path to QT man in MANPATH?
Does command:
#man QFile
show documentation?
Comment 2 Quality Engineering 2013-02-06 11:20:43 UTC
Integrated into 'main-golden', will be available in build *201302060843* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7b3c4384ce67
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #225759 QT projects don't have pop-up documentation for widget members upon CTRL+space-ing