#Preferences Window* Title should be “LaTeX Preferences” (strike “Bundle”).
* Save button: Name it “Done” (since closing window is also saving) and set key equivalent to return (↩).
* Spacing is a bit excessive, but maybe that’s just me.
* Engine: Does this override the auto detecting done? Should there maybe be an ‘automatic’ choice which uses the logic we have for guessing engine, and all but auto sets a specific engine?
* Tool tips: For the checkboxes it would be nice with tool tips, e.g. what is `Latexmk.pl` (I know, but many users probably do not).
#Output Window* The “Show/Hide hbox,vbox Messages” could maybe be named: “Suppress warnings about over-full h/v box” (at least the Show/Hide in the label makes it unclear what it actually does).
* The markup for the checkbox should be something like:
<input id="hide_box_warnings" …>
<label for="hide_box_warnings">Hide warnings …</label>
With this markup, and at least latest WebKit, clicking the label will toggle the checkbox.
* Maybe the “Run pdflatex” should be “Re-run pdflatex” or “Run pdflatex again” -- i.e. something to make it clear that this is really repeating what has already been done.
* The note about a viewer not supporting pdfsync could maybe be suppressed when no pdfsync info exists. Although it seems it does a forward search for my current line even when I didn’t `usepackage` the sync stuff. It is btw possible to associate tool tips with HTML by using the `info` attribute, so e.g. we could wrap the “pdfsync is not supported for this viewer” line in `<span info="pdfsync is …">…</span>`.