More stuff: - Again, expanding doesn't move the tree so that the focus is at center of the tree pane (I've fixed this a few times already, it probably got lost again with some change)
- The body pane feels quite a bit slower than the scintilla one. I don't have any measurements, and I understand this scenario is still not optimized. Perhaps the problem is flushing the contents of buffer to bodyString() too often? The first point is trivial to fix, but the second one raises a configuration issue: Perhaps we should have 2 options for body editing: - The full-blown leo editing, based on QTextEdit, threading colorizer etc - A simpler (but faster) scintilla-based editing mode. It would only support the lexers available with scintilla, and have the "default" scintilla editing behaviour. Possibly, only ctrl and alt-based commands would be passed on to leo core. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
