Ignore:
Timestamp:
08/23/09 06:43:22 (2 years ago)
Author:
azawawi
Message:

[Padre] The story of Perl 5's quick fix begins...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/QuickFixProvider.pm

    r7435 r7481  
    2020} 
    2121 
     22# 
     23# Returns the quick fix list 
     24# 
     25sub quick_fix_list { 
     26    warn "quick_fix_list, You need to override this to do something useful with quick fix"; 
     27    return (); 
     28} 
     29 
    22301; 
    2331 
Note: See TracChangeset for help on using the changeset viewer.