[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    [Bug 79257] Complex Perl hashes confuse code folding
From:       Andy Payne <andrew-kde () oxhut ! co ! uk>
Date:       2004-05-12 14:54:39
Message-ID: 20040512145439.14893.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=79257      




------- Additional Comments From andrew-kde oxhut co uk  2004-05-12 16:54 -------
A (possibly similar) example of a construct I encountered today which confuses Kate's folding system.

sub dothing { 
	    if (
           $::g_InputHash{"ACTION"} eq "OCC_VALIDATE"
        || ( $::g_InputHash{ACTION} =~ /^AUTHORIZE/i )
        || (   $::g_InputHash{"ACTION"} eq "RECORDORDER"
            && $$::g_pSetupBlob{USE_SHARED_SSL} )
      )
    {
        $::Session->SetCallBack($::TRUE);
        if ( defined $::g_PaymentInfo{BUYERHASH} ) {
            $ACT::B2B->Set( 'UserDigest', $::g_PaymentInfo{BUYERHASH} );
        }
    }
    else {
        $ACT::B2B->Set( 'UserDigest', ACT::CAccFindUser() );
    }

}
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic