Ticket #651 (new enhancement)

Opened 2 years ago

Last modified 11 months ago

remove or factor out the @index listing from Padre::HelpProvider::Perl

Reported by: szabgab Owned by:
Priority: minor Milestone:
Component: Context Sensitive Help Version: 0.47
Keywords: Cc:

Description

I think the hard-coded list of all the keywords is not the maintainable way to go so probably that list should be read from somewhere.

Change History

comment:1 Changed 2 years ago by szabgab

Also there is a strange hash called Type that is not declared but probably imported from Pod::Functions. If that is really needed than we better write

use Pod::Functions qw(%Type);

for the sanity of the next reader.

comment:2 Changed 11 months ago by szabgab

  • Component changed from editor to Context Sensitive Help
Note: See TracTickets for help on using tickets.