Quote:
Originally Posted by plazec
There is no simple way to merge two chapters... no undo button after accidental pagebreak 
|
Add an issue on the tracker for a "Chapter merge" option.
Quote:
Originally Posted by plazec
- How is splitview intended to work? For example when code window is active pressing pagedown key moves book window. Are positions in code and book window independent when using splitview?
|
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.
Quote:
Originally Posted by plazec
and finally book browser - I'd like to set active tab on single click on its name in list rather than with doubleclick.
|
I disagree. The double-click is here to stay. How would you select a file to rename without changing your current tab? The Book Browser was inspired by the Solution Explorer from Visual Studio, and that's the way it works over there.