RE: [Boa Constr] Tab-key in PySourceView
Status: Beta
Brought to you by:
riaan
From: Mike C. F. <mcf...@ho...> - 2001-04-07 20:32:39
|
Hi Riaan, Thanks for the reassurance (and the work) :) . I didn't realise there was a requirement to bind it in PrefsKeys. As for the long file comment, it was more a "Oh my God, I'll never figure it out" comment, not a "don't do that" comment. I'm not a programmer by profession, so big blocks of code written by someone else always seem daunting to me :) . I wanted to know if there's more dragons waiting in the wings to make me feel inadequate :o) . Enjoy, Mike -----Original Message----- From: Riaan Booysen [mailto:riaan@e.co.za] Sent: Saturday, April 07, 2001 16:00 To: Mike C. Fletcher Cc: Boa Constructor (E-mail) Subject: Re: [Boa Constr] Tab-key in PySourceView ... Did you also binf it in PrefsKeys.py ? I've explained this in my other message, in short; If a key is bound to an accelerator table, it does not generate further events for the control. ... Be fair, it's a 1280 line file (50k), and there 7 source files in the distribution bigger than 45k. My usual rule of thumb is to not let a file get longer than 1000 lines, although there are a few. ... |