Changeset 5421


Ignore:
Timestamp:
06/20/09 10:32:02 (3 years ago)
Author:
azawawi
Message:

[Perl 6] Removed Fix POD quick fix as it has too many scenarios...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6Document.pm

    r5420 r5421  
    324324                $comment_error_action = 1; 
    325325             
    326             } elsif($issue_msg =~ /^\=begin\s+(.+?)\s+without matching \=end/i) { 
    327  
    328                 Wx::Event::EVT_MENU( 
    329                     $main,  
    330                     $menu->Append( -1, Wx::gettext("Fix POD") ), 
    331                     sub {  
    332                         #XXX-implement Fix POD 
    333                     }, 
    334                 ); 
    335                 $comment_error_action = 1; 
    336              
    337326            } 
    338327             
Note: See TracChangeset for help on using the changeset viewer.