I realized that the commands don't work in headlines. I think I've found the problems causing this (I think it's fixed, I just need to test and make sure I didn't miss anything), and I expect to be able to submit the changes this weekend.
One question though, if I try to make unit tests for these cases: for body text you have the helper "runEditCommandTest". Is there something similar I'm missing for testing edit commands in headlines, or would I need to write out some more extensive code? If so, should I bother in this case? One more issue: backward-delete-word doesn't work with the Tk GUI; apparently w.delete() doesn't like it when from_pos > to_pos; it just doesn't delete anything. Is this something that should be fixed in the Tk plugin, to make it consistent with Qt, or should I just flip them when necessary before I call w.delete()? Sam -- 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.
