Ticket #798 (closed task: fixed)
F1 & F2 help behaviour
| Reported by: | stemd | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Context Sensitive Help | Version: | 0.52 |
| Keywords: | Cc: | stem@… |
Description
Help in Padre you get using F2 (context help) browse only default Perl documentation, F1 is better, browse also all locally installed modules from CPAN.
- It would be nice if both help modules would browse all Perl documentation present on filesystem.
- F1 help window is not resizable, F2 is resizable window. Non resizable windows are ok for input forms which never change, current behaviour is annoying (at least annoys me ;-).
Question: I tried to change above behaviour for me by changing constructor in padre/Padre/lib/Padre/Wx/Dialog/HelpSearch.pm
to include Wx::wxMAXIMIZE_BOX instead of default Wx::wxDEFAULT_FRAME_STYLE | Wx::wxTAB_TRAVERSAL, but nothing changed (yes, I never before dealt with WxWidgets?).
TIA!
Change History
Note: See
TracTickets for help on using
tickets.
