Quote:
Originally Posted by DiapDealer
Interesting results when testing bug #1 on my Windows/Linux machines: I get different results when dragging the selected files down rather than up.  Looks like a Qt bug for sure.
|
lol, and looks like all different results on Windows/Mac/Linux too!
Quote:
Originally Posted by DiapDealer
Luckily, reordering non-contiguous blocks of files isn't something most users are likely to attempt.
|
Due to previous discussion on not being able to overwrite HTML files... I've been having to drag/drop lots of new front/backmatter in these books!
Add Existing Files adds them to the very end, alphabetically... so I've been having to drag stuff like:
Before:
Code:
- cover.xhtml
- Chapter01.xhtml
- [...]
- EndBook.xhtml
- copyright.xhtml <---
- newbackmatter.xhtml
- newbackmatter2.xhtml
- titlepage.xhtml <---
After:
Code:
- cover.xhtml
- titlepage.xhtml <---
- copyright.xhtml <---
- Chapter01.xhtml
- [...]
- EndBook.xhtml
- newbackmatter.xhtml
Bug #1 made this much more painful.
At least one good thing came out of not being able to overwrite... I found these bugs!