Hello, is there a particular reason why the accessors are called text_get and text_set instead of the more common get_text, set_text or text?
sub text_get {
$_[0]->editor->GetText;
}
sub text_set {
$_[0]->editor->SetText( $_[1] );
}
Best regards,
Zeno
--
MyMediaLite Recommender System Library: http://ismll.de/mymedialite
_______________________________________________
Padre-dev mailing list
[email protected]
http://mail.perlide.org/mailman/listinfo/padre-dev
