View Single Post
Old 09-04-2026, 01:14 AM   #8
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,923
Karma: 24259515
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by thiago.eec View Post
1) I don't know if that's just me, but I really miss the line colors as in @Doitsu's version. It is really easier to differentiate the message's severity.
I also think that colors would help. Sigil uses the following color scheme.

Code:
SEVERITY_BRUSHES = {
    'fatal': QBrush(QColor(255, 230, 230)),
    'error': QBrush(QColor(255, 230, 230)),
    'warning': QBrush(QColor(255, 255, 230)),
    'info': QBrush(QColor(224, 255, 255)),
    'usage': QBrush(QColor(224, 255, 255)),
}
Quote:
Originally Posted by thiago.eec View Post
3) About the preferences: it would be easier to have access to them in the Editor itself, rather then going through calibre preferences. I know most people will settle for default, or change once and be done with it, but it adds discoverability.
I also think that this would be a good idea. (Calibre allows you to add a drop-down preferences menu to the Edit Book toolbar icon.)

Quote:
Originally Posted by thiago.eec View Post
4) The last thing is about the Dock widget. When using EPUBCheck or ACE, the dock is not opened when the Editor starts (even if left there when closing). I know calibre's Check Book does that, but I think it clutters the GUI, since a validator is not really a tool for editing the book, but something you run at the end of the work.
I think that this is a good idea. Also, if no problems were found, simply display a message box instead of an empty widget.

Other suggestions:
  • Allow users to select rows via CTRL+click/SHIFT+click and CTRL+A. CTRL+C should copy the rows as tab-delimited text to the clipboard.
  • Add an export button that allows users to export all messages as a JSON file or a tab-delimited CSV file.
  • Display a status bar message whenever epubveri is checking the book, checking for updates or downloading them, letting the user know whether updates were found.
Doitsu is offline   Reply With Quote