$+ SetVar(help_olex2_debug_mode, " In debug mode, Olex2 will print out more debug information. ") $- $+ SetVar(help_background, "The background of the main Olex2 window can be set in various ways ~Swap Solid Colour / White~
This toggles between the chosen solid colour and a white background. Also F2 ~Graduated Background~
This switches the graduated background on or off. Also F4
~Choose Grad Colours~
Set the colours for the four corners of the graduated background. ") $- $+ SetVar(help_solo_mode, " In **solo mode**, only one of the main Tool Tabs will be open at any one time. ") $- $+ SetVar(help_path, "Prepends system **PATH** with the given value.
Restart is needed for this to take effect.") $- $+ SetVar(help_diagnostics, " Lintis for the **diagnostics** information displayed on the top right of Olex2 can be set here.") $- Background: %swapbg%   %graduated%   %choose grad colours% GUI left/right %htmlpanelswap% %Tooltips%: Show tooltips when hovering %Legend%: Show the legend of atom types %Info%: Show bar with structure info %Alerts%: Reset all alerts %Reset% %Lines%: Number of lines in the console %Panel Width%: %Default% %Narrow% %Wide% %Use Fader%: Structures will fade in and out %Save View%: Save the current view when exiting a structure $+ html.Snippet("gui/snippets/input-checkbox", "name=AUTO_SAVE_VIEW", "checked=spy.GetParam(user.auto_save_view, 'False')", "onclick=spy.SetParam('user.auto_save_view', html.GetState(~name~))") $- %Start Olex2 in%: Where Olex2 will open after restart %Solo Mode%: Only one top-level tool open at a time %Close Settings%: Solve, Refine and Report panels %Modules update%: Display a notification dialogue when module updates available $+ html.Snippet("gui/snippets/input-checkbox", "name=modules_notification", "checked=not(spy.GetParam('user.modules.manual_update', 'false'))", "onclick=spy.SetParam('user.modules.manual_update', not(html.GetState('~name~')))") $- %Unit cell style%: Cone Line %Width%: $+ html.Snippet("gui/snippets/input-combo", "name=unitcell_width", "items='1;2;3;4;5'", "value=cell.Thickness()", "onchange=cell.Thickness(html.GetValue('~name~'))") $- %User Database%: Edit Settings (Restart required) or Manage %Network operations%: Enable/Disable network operations including CheckCif, CSD deposition, modules installation and updates, news banner. This does not control Olex2 update. $+ html.Snippet("gui/snippets/input-checkbox", "name=settings_network", "checked=spy.GetParam('olex2.network', 'True')", "onclick=spy.SetParam('olex2.network', html.GetState('~name~'))>>html.Update") $- %Debug Mode%: Start Olex2 in Debug Mode (Restart required) $+ html.Snippet("gui/snippets/input-checkbox", "name=settings_debug", "checked=spy.GetParam('olex2.debug', 'True')", "onclick=spy.SetParam('olex2.debug', html.GetState('~name~'))>>html.Update") $- %PATH%: $+ html.Snippet("gui/snippets/input-text", "name=path_extra", "width=100%", "value=app.OptValue('path', '')", "onchange=app.SetOption('path', html.GetValue('~name~'))") $- %Various%: Diagnostics