On Jan 8, 5:45 pm, June Kim <[email protected]> wrote: > I seem to have found the cause of this bug: > > # 'Tab':'Tab', > 'Tab':'\t', # A hack for QLineEdit. > > in qtGui.py > > When 'Tab':'Tab' is uncommented and the next line is commented > instead, tab key in outline editing(using QLineEdit) isn't working > properly(it prints "TAB" string in the edit line instead), whereas > ctrl-tab works just fine to travel around(except that log pane bug > that I mentioned earlier).
Very good work. This is an excellent time for this report: I have spent most of today studying the key-handling code and it's implications. > As just a novice in leo, I can't tell what would be a decent fix. I can't tell either :-) This is supremely tricky code, with effects throughout Leo. I have made some good conceptual progress today, and I'll write up my thoughts tonight or tomorrow. Edward
-- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
