padre::quickfix(3pm) debian man page | unix.com

Man Page: padre::quickfix

Operating Environment: debian

Section: 3pm

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

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... "; } }, { text => '456...', listener => sub { print "456... "; } }, ); return @items; } perl v5.14.2 2012-06-27 Padre::QuickFix(3pm)
Related Man Pages
padre::help(3pm) - debian
padre::ppi::updatecopyright(3pm) - debian
padre::plugin::spellcheck::checker(3pm) - debian
padre::task::lwp(3pm) - debian
padre::transform(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph