What about a big "Reset" entry somewhere (which also resets to system
language)?

C.

On Tue, Mar 29, 2011 at 10:11 AM, Adam Kennedy
<adamkennedybac...@gmail.com>wrote:

> You'll need to install Padre::Plugin::FormBuilder, run it and select
> the FBP file, then pick (the only) dialog, select "generate for Padre"
> option and then click "Generate".
>
> Then save it over the top of the previous version.
>
> You want the absolute latest versions of FBP.pm and FBP::Perl
> installed. And yes, only wxFormBuilder 3.1 is usable at this point.
>
> I'm slowly improving the FormBuilder plugin itself, at some point I'll
> have it write metadata into the generate file so it can trigger a
> spawn/edit/save/quit/update loop automatically or something else a bit
> smoother.
>
> I wouldn't bother changing names of elements that are not going to be
> referred to in code. Especially if the element is flagged as
> protection: private, since that will just result in a single $scalar
> in the constructor which will never be referenced outside of that one
> method.
>
> I've named most of the things we need to care about already, which are
> the actual controls.
>
> Also, don't move language selection into Preferences please. When you
> get stuck on the wrong language, it's hard enough to find the setting
> already in View.
>
> Adam K
>
> On 29 March 2011 18:22, Claudio Ramirez <padre.clau...@apt-get.be> wrote:
> > Hi Adam,
> > I finally had a time to play with Prefs 2 and wxformbuilder. I am
> impressed.
> > I have a few question that I pose here instead of on irc because it may
> help
> > others:
> > - I changed Prefs 2 to my heart's desire on my little sandbox, however
> the
> > dialog in Padre kept the old version. I guess a script is needed to
> > regenerated the dialog beyond make?
> > - The dialogs seems to be pretty picky about the version of
> wxformbuilder.
> > Today, version 3.2.1-beta Unicode is too recent. Preferences2 is loaded,
> but
> > I get:
> > 'This project file is not of the current version. Would you to attempt
> > automatic conversion? NOTE: This will modify your project file on disk'.
> > Version 3.1.59-beta Unicode on Ubuntu 10.10 works fine. Yesterday -weird
> > enough- it was the other way around.
> > - Can I change the name of variables of widgets into more telling names,
> > like m_panel2 into behaviour (or p_behaviour)?
> > - When can we start committing changes? E.g. I am thinking in moving
> > language selection into preferences.
> > C.
> >
> >
> > On Tue, Mar 29, 2011 at 1:08 AM, Adam Kennedy <
> adamkennedybac...@gmail.com>
> > wrote:
> >>
> >> The really big change for the next release is likely to be Preferences
> >> 2.0, since it's working now (if buggy).
> >>
> >> I'm happy to delay, since there's not much else and it gives me some
> >> time to work the bugs out of the new prefs code.
> >>
> >> Adam K
> >>
> >> On 27 March 2011 21:22, Peter Lavender <pla...@internode.on.net> wrote:
> >> >
> >> > Hi everyone,
> >> >
> >> > The changes file so far isn't showing much in terms of major changes,
> so
> >> > I'm
> >> > thinking we can go another week before the next version?
> >> >
> >> > Let me know what you think.. I'm happy to do another release now, or
> >> > wait.
> >> >
> >> > Peter.
> >> > _______________________________________________
> >> > Padre-dev mailing list
> >> > Padre-dev@perlide.org
> >> > http://mail.perlide.org/mailman/listinfo/padre-dev
> >> >
> >> >
> >> _______________________________________________
> >> Padre-dev mailing list
> >> Padre-dev@perlide.org
> >> http://mail.perlide.org/mailman/listinfo/padre-dev
> >
> >
> > _______________________________________________
> > Padre-dev mailing list
> > Padre-dev@perlide.org
> > http://mail.perlide.org/mailman/listinfo/padre-dev
> >
> >
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to