Re: [Idle-dev] KeyConfig, KeyBinding and other related issues.

2014-06-14 Thread Tal Einat
On Sat, Jun 14, 2014 at 9:52 AM, Saimadhav Heblikar wrote: > My thinking was to use the validator method across IDLE(in tests, > validating key config before IDLE starts and of course in the key > binding dialog KeyOk method) > If we need it only for the dialog, then I will extract those regex's o

Re: [Idle-dev] KeyConfig, KeyBinding and other related issues.

2014-06-14 Thread Tal Einat
On Sat, Jun 14, 2014 at 10:29 AM, Tal Einat wrote: > As can be seen in your patch, parsing with regexps tends to get even > messier. I believe removing the '<' and '>' and the ends and splitting > by '-' will be much simpler. Just make sure to group the pieces into > the three relevant groups: mo