Quote:
Originally Posted by Valloric
Yes, the window which has focus receives the UI events for scrolling etc. The other window updates only when you click in it.
This "live sync/update" system you are asking for—while it looks simple on the surface—is actually extremely difficult to implement, especially using the crappy QtWebkit as the Book View backend. The only application that I know that does this is Adobe Dreamweaver, and I'm not Adobe.
But it will be done. I have a few ideas. BTW it's already on the tracker.
|
Looks like I was getting right how it works - window without focus updates on click.
So there is inconsistency as I said in my example, that confused me. When code window has focus, pageup and pagedown keys scrolls book window instead of code window.