Skip to content
Snippets Groups Projects
Commit 32d0c107 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

clarify option handling

parent 5840430d
No related branches found
No related tags found
No related merge requests found
...@@ -794,6 +794,10 @@ sessions, use the `File->Save Default Options' menu instead. Finally, ...@@ -794,6 +794,10 @@ sessions, use the `File->Save Default Options' menu instead. Finally,
you can also save the current options in an arbitrary file by choosing you can also save the current options in an arbitrary file by choosing
the `Gmsh options' format in `File->Save As'. the `Gmsh options' format in `File->Save As'.
For more information about available options (and how to reset them to
their default values), see @ref{Options}.
@c ------------------------------------------------------------------------- @c -------------------------------------------------------------------------
@c Non-interactive mode @c Non-interactive mode
@c ------------------------------------------------------------------------- @c -------------------------------------------------------------------------
...@@ -4611,12 +4615,22 @@ system}. Screencasts that show how to use the GUI are available on ...@@ -4611,12 +4615,22 @@ system}. Screencasts that show how to use the GUI are available on
This appendix lists all the available options. Gmsh's default behavior This appendix lists all the available options. Gmsh's default behavior
is to save some of these options in a per-user ``session resource'' file is to save some of these options in a per-user ``session resource'' file
(@code{General.SessionFileName}) every time Gmsh is shut down. This (cf. ``Saved in: @code{General.SessionFileName}'' in the lists below)
permits for example to automatically remember the size and location of every time Gmsh is shut down. This permits for example to automatically
the windows or which fonts to use. Other options can be saved in a remember the size and location of the windows or which fonts to use. A
per-user ``option'' file (@code{General.OptionsFileName}), automatically second set of options can be saved (automatically or manually with
loaded by Gmsh every time it starts up, by using the `File->Save Default the `File->Save Options->As Default' menu) in a per-user ``option'' file
Options' menu. (cf. ``Saved in: @code{General.OptionsFileName}'' in the lists below),
automatically loaded by Gmsh every time it starts up. Finally, other
options are only saved to disk manually, either by explicitely saving an
option file with `File->Save As', or when saving per-model options with
`File->Save Options->For Current File' (cf. ``Saved in: @code{-}'' in
the lists below).
To reset all options to their default values, use the `Restore default
options' button in `Tools->Options->General->Output', or erase the
@code{General.SessionFileName} and @code{General.OptionsFileName} files
by hand.
@c All the included files are generated automatically with `gmsh -doc' @c All the included files are generated automatically with `gmsh -doc'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment