View Single Post
Old 03-02-2010, 05:38 PM   #32
Valloric
Created Sigil, FlightCrew
Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.
 
Valloric's Avatar
 
Posts: 1,982
Karma: 350515
Join Date: Feb 2008
Device: Kobo Clara HD
Quote:
Originally Posted by plazec View Post
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 View Post
- 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 View Post
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.
Valloric is offline   Reply With Quote