On 13/02/2013 5:00 AM, kevin dawson wrote: > On 12/02/13 11:48, Peter Lavender wrote: >> Sorry everyone, there's a failing test or two that needs to be checked >> into, especially the one that points to a method that I can't find. >> >> If anyone finds time to resolved this in Adam's absence let me know and >> I'll get on with the branch/release. >> >> Peter. >> _______________________________________________ >> Padre-dev mailing list >> Padre-dev@perlide.org >> http://mail.perlide.org/mailman/listinfo/padre-dev >> > As far as I can tell these are the > > Delete & Reset, event handlers, asking for -> $self->_selected_action_name > > $self->_selected_action_name has yet to be defined, > > Tools -> Prefs -> Key Bindings > > I conclude this new feature is in complete > > and covered by #1479 > > > See -> package Padre::Wx::Dialog::Advanced->_on_reset_button > > I have added a hack to shut up r19688 > OK, so this isn't going to break anything is it? IE there are no events tied to these methods?
While that's fixed the failing test, there's another Class with the same problem, a missing method: Padre::Wx::Dialog::Sync Missing $self->server_status. I've added the missing method as a copy of the ones above it as they don't appear to call anything beyond setting the background colours. Peter. _______________________________________________ Padre-dev mailing list Padre-dev@perlide.org http://mail.perlide.org/mailman/listinfo/padre-dev