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 - Implement Alt+F1 shortcut for PHP manual
Summary: Implement Alt+F1 shortcut for PHP manual
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-17 00:52 UTC by jozefh
Modified: 2012-04-27 06:12 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Ctrl+Space popup with link to online PHP manual (13.50 KB, image/png)
2009-12-17 00:52 UTC, jozefh
Details

Note You need to log in before you can comment on or make changes to this bug.
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.