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 178762

Summary: Implement Alt+F1 shortcut for PHP manual
Product: php Reporter: jozefh <jozefh>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal CC: BullfrogBlues
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Ctrl+Space popup with link to online PHP manual

Description jozefh 2009-12-17 00:52:28 UTC
Created attachment 92692 [details]
Ctrl+Space popup with link to online PHP manual

There is a link "Online documentation" when i use the Ctrl+Space popup (see attachment)

1. Simple enhancement
I would like to have Alt+F1 shortcut on focused PHP core keyword. NB should open the "Online documentation" in default internet browser or in NB Help window.

2. Comfortable enhancement for offine use
Donwload html help pages as tar.gz from http://www.php.net/download-docs.php and configure NB to open downloaded html pages instead of go online.
Comment 1 Filip Zamboj 2010-09-15 12:30:35 UTC
batch reassigning
Comment 2 BullfrogBlues 2012-04-27 06:12:54 UTC
+1

I miss these features the most from eclipse-pdt.


- Alt+F1 shortcut "Go to manual".

  Options:
    
    - Launch in default browser
    - Launch in netbeans window [options open in same or new window] 
        (i.e. if manual is already open, 
         reuse it or open manual in new one window) 


- PHP manual offline use

  - Should be packaged with netbeans, possibly as a independent plugin that can be updated with the latest php manual versions.
       
  Options:

    - Open as default: Online/Local (Local should be fresh install default)

        Could then possibly have 2 shortcuts 

            - Alt+F1 will open in your "Open as default"
            - And then (for example) Alt+Shift+F1 will open the other

    - Manually update the local php manual
    - Manually change the location of the php manual.
               


- Bonus points: add also PHPUnit, Mysql, Symfony, Zend Framework etc manuals
- Alt+F1 "Go to manual" to also work for these too. 
- This is a feature that eclipse does not have.