Thanks for the various bits of feedback.
Attached is a patch that adds one or two missing variables to FormPreferences.
It also cleans up the existing code:
* I've moved the various Feedback messages into LyXRC to avoid duplication in
the other frontends.
* We select the languages using a Combox, rather than a choice.
* feedback is now output via a timer callback loop that is functionally
identical to that in Toolbar_pimpl. No longer any need to change an entry to
get feedback. The only items not providing feedback are the new Comboxes!
All changes follow suggestions by JMarc!
Angus
Below is an updated list of what needs doing in FormPreferences.
Main Dialog->Look&Feel->Colours
Ability to set colours of background, text, notes etc.
\set_color
Main Dialog->I/O // New Tab, because converters cover Input AND Output.
\converter
\Format
Main Dialog->Outputs->Fax
string fax_command; ***** Are these still needed?
string phone_book;
string fax_program;
Main Dialog->Outputs->Viewers
\viewer
In addition, we need to add the ability to edit individual \bind entries. (Or
at least input the file containing the users choices.)
Multiple \converter, \viewer (and \bind) commands will be input using
tabs of the format suggested by Dekel:
+----------+ +----------------+
|dvi | format |dvi |
|ps | +----------------+
| | +----------------+
| | viewer |xdvi |
+----------+ +----------------+
+---+------+-------+
|Add|Delete|Replace|
+---+------+-------+
patch_preferences.bz2