From a8347301e0d67224302a74c87e027c54a812f8f2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 25 Sep 2004 06:23:14 +0000 Subject: [PATCH] *** empty log message *** --- doc/gmsh.html | 10 +++++----- doc/texinfo/opt_general.texi | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/doc/gmsh.html b/doc/gmsh.html index 091ea80a51..db961e4cad 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -109,11 +109,11 @@ Linux and Mac OS X. The tutorial and demo files are included in the archives. <ul> -<li><a href="/gmsh/bin/Windows/gmsh-1.55.1-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a> -<li><a href="/gmsh/bin/Linux/gmsh-1.55.1-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a> -<li><a href="/gmsh/bin/Linux/gmsh-1.55.1-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> -<li><a href="/gmsh/bin/MacOSX/gmsh-1.55.1-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</a> -<li><a href="/gmsh/src/gmsh-1.55.1-source.tgz">Source tarball (all platforms)</a> +<li><a href="/gmsh/bin/Windows/gmsh-1.55.2-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a> +<li><a href="/gmsh/bin/Linux/gmsh-1.55.2-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a> +<li><a href="/gmsh/bin/Linux/gmsh-1.55.2-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> +<li><a href="/gmsh/bin/MacOSX/gmsh-1.55.2-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</a> +<li><a href="/gmsh/src/gmsh-1.55.2-source.tgz">Source tarball (all platforms)</a> <a href="#build-footnote" name="build-footmark"><sup>2</sup></a> </ul> diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi index 24cd0bbdc2..669cfcc97e 100644 --- a/doc/texinfo/opt_general.texi +++ b/doc/texinfo/opt_general.texi @@ -36,7 +36,7 @@ Saved in: @code{General.SessionFileName} @item General.TextEditor System command to launch a text editor@* -Default value: @code{"emacs %s &"}@* +Default value: @code{"open -e %s"}@* Saved in: @code{General.OptionsFileName} @item General.TmpFileName @@ -46,7 +46,7 @@ Saved in: @code{General.SessionFileName} @item General.WebBrowser System command to launch a web browser@* -Default value: @code{"if [[ $(ps -e|grep mozilla|grep -v grep) ]]; then mozilla -remote 'openurl(%s)' ; else mozilla %s ; fi &"}@* +Default value: @code{"open %s"}@* Saved in: @code{General.OptionsFileName} @item General.AlphaBlending @@ -274,6 +274,16 @@ Draw simplified model while rotating, panning and zooming@* Default value: @code{1}@* Saved in: @code{General.OptionsFileName} +@item General.FileChooserPositionX +Horizontal position (in pixels) of the upper left corner of the file chooser windows@* +Default value: @code{200}@* +Saved in: @code{General.SessionFileName} + +@item General.FileChooserPositionY +Vertical position (in pixels) of the upper left corner of the file chooser windows@* +Default value: @code{200}@* +Saved in: @code{General.SessionFileName} + @item General.FontSize Size of the font in the user interface@* Default value: @code{12}@* -- GitLab