Padre::QuickFix man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Padre::QuickFix(3)    User Contributed Perl Documentation   Padre::QuickFix(3)

NAME
       Padre::QuickFix - Padre Quick Fix Provider API

DESCRIPTION
   Quick Fix (Shortcut: "Ctrl+2")
       This opens a dialog that lists different actions that relate to fixing
       the code at the cursor. It will call event_on_quick_fix method passing
       a Padre::Wx::Editor object on the current Padre document.  Please see
       the following sample implementation:

	       sub quick_fix_list {
		       my ($self, $editor) = @_;

		       my @items = (
			       {
				       text	=> '123...',
				       listener => sub {
					       print "123...\n";
				       }
			       },
			       {
				       text	=> '456...',
				       listener => sub {
					       print "456...\n";
				       }
			       },
		       );

		       return @items;
	       }

perl v5.14.1			  2011-06-18		    Padre::QuickFix(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net