Index: trunk/doc/conf/tree/rc.html =================================================================== --- trunk/doc/conf/tree/rc.html (revision 26252) +++ trunk/doc/conf/tree/rc.html (revision 26253) @@ -5,7 +5,6 @@ node name type flags description file_changed_interval real 0 how often to check if the file has changed on the disk (in seconds); 0 or negative means no check at all backup_interval integer 0 time between two backups in seconds; 0 means disabled (no backups) - hid_fallback boolean 0 if there is no explicitly specified HID (--gui) and the preferred GUI fails, automatically fall back on other HIDs, eventually running in batch mode brave string 0 brave mode flags: when non-empty, enable various experimental (unstable) features - useful for testers font_command string 0 file name template; if not empty, run this command and read its output for loading the font; %f is the file name file_command string 0 file name template; if not empty, run this command and read its output for loading a pcb file; %f is the file name, %p is the conf setting rc.file_path @@ -24,7 +23,6 @@ action_string string 0 PCB Actions string to execute on startup rat_path string 0 rat_command string 0 file name template; if not empty, run this command and read its output for loading a rats; %f is the file name, %p is the rc.rat_path conf setting - preferred_gui list 0 if set, try GUI HIDs in this order when no GUI is explicitly selected save_final_fallback_fmt string 0 when a new file is created (by running pcb-rnd with the file name) there won't be a known format; pcb-rnd will guess from the file name (extension) but eventhat may fail. This format is the final fallback that'll be used if no other guessing mechanism worked. The user can override this by save as. save_fp_fmt string 0 when saving a buffer element/subcircuit, prefer this format by default have_regex boolean 0 whether we have regex compiled in @@ -35,4 +33,6 @@ cli_backend string 0 [hidlib] command parser action export_basename boolean 0 [hidlib] if an exported file contains the source file name, remove path from it, keeping the basename only menu_file string 0 [hidlib] where to load the default menu file from. If empty/unset, fall back to the legacy 'per hid ow menu file' setup. If contains slash, take it as a full path, if no slash, do a normal menu search for pcb-menu-NAME.lht + preferred_gui list 0 [hidlib] if set, try GUI HIDs in this order when no GUI is explicitly selected + hid_fallback boolean 0 [hidlib] if there is no explicitly specified HID (--gui) and the preferred GUI fails, automatically fall back on other HIDs, eventually running in batch mode