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

*** empty log message ***

parent 70de42ca
No related branches found
No related tags found
No related merge requests found
...@@ -109,11 +109,11 @@ Linux and Mac OS X. The tutorial and demo files are included in the ...@@ -109,11 +109,11 @@ Linux and Mac OS X. The tutorial and demo files are included in the
archives. archives.
<ul> <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/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.1-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</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.1-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</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.1-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.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.1-source.tgz">Source tarball (all platforms)</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> <a href="#build-footnote" name="build-footmark"><sup>2</sup></a>
</ul> </ul>
......
...@@ -36,7 +36,7 @@ Saved in: @code{General.SessionFileName} ...@@ -36,7 +36,7 @@ Saved in: @code{General.SessionFileName}
@item General.TextEditor @item General.TextEditor
System command to launch a text editor@* System command to launch a text editor@*
Default value: @code{"emacs %s &"}@* Default value: @code{"open -e %s"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.TmpFileName @item General.TmpFileName
...@@ -46,7 +46,7 @@ Saved in: @code{General.SessionFileName} ...@@ -46,7 +46,7 @@ Saved in: @code{General.SessionFileName}
@item General.WebBrowser @item General.WebBrowser
System command to launch a web browser@* 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} Saved in: @code{General.OptionsFileName}
@item General.AlphaBlending @item General.AlphaBlending
...@@ -274,6 +274,16 @@ Draw simplified model while rotating, panning and zooming@* ...@@ -274,6 +274,16 @@ Draw simplified model while rotating, panning and zooming@*
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} 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 @item General.FontSize
Size of the font in the user interface@* Size of the font in the user interface@*
Default value: @code{12}@* Default value: @code{12}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment