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 188085

Summary: PHP Documentation Popup not available as dockable window
Product: php Reporter: bsander
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: This is where I would like my PHP documentation displayed

Description bsander 2010-06-25 08:40:41 UTC
Created attachment 100416 [details]
This is where I would like my PHP documentation displayed

What I would really like to see is a dedicated part of my NetBeans window displaying the (PHPDoc) documentation for the code that is currently under my cursor! I see NetBeans already has a JavaDoc window, but unfortunately that doesn't work for PHP code. I attached an image for a little more clarity.
Comment 1 Filip Zamboj 2010-09-15 12:32:10 UTC
batch reassigning
Comment 2 Ondrej Brejla 2012-04-24 13:57:17 UTC
It's not supported by whole infrastructure AFAIK.
Comment 3 Dusan Balek 2012-04-24 14:13:31 UTC
AFAIK, the JavaDoc window is Java proprietary window (different from the code completion documentation popup) implemented inside java.navigation module and there is no infrastructure API for it.