summaryrefslogtreecommitdiff
path: root/modules/ui_data/help
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ui_data/help')
-rwxr-xr-xmodules/ui_data/help/en_US/addchapter.sce11
-rwxr-xr-xmodules/ui_data/help/en_US/browsevar.xml115
-rwxr-xr-xmodules/ui_data/help/en_US/closeEditvar.xml56
-rwxr-xr-xmodules/ui_data/help/en_US/editvar.xml232
-rwxr-xr-xmodules/ui_data/help/en_US/filebrowser.xml109
-rwxr-xr-xmodules/ui_data/help/fr_FR/addchapter.sce10
-rwxr-xr-xmodules/ui_data/help/images/browsevar_filter.pngbin0 -> 20611 bytes
-rwxr-xr-xmodules/ui_data/help/images/browsevar_filtersci.pngbin0 -> 9910 bytes
-rwxr-xr-xmodules/ui_data/help/images/browsevar_list.pngbin0 -> 7487 bytes
-rwxr-xr-xmodules/ui_data/help/images/browsevar_sort.pngbin0 -> 9954 bytes
-rwxr-xr-xmodules/ui_data/help/images/browsevar_tooltip.pngbin0 -> 10070 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_adv_selection.pngbin0 -> 36433 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_column.pngbin0 -> 16214 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_default.pngbin0 -> 29378 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_format.pngbin0 -> 1141 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_libreoffice.pngbin0 -> 24839 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_modify.pngbin0 -> 7060 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_plot.pngbin0 -> 35689 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_subplot.pngbin0 -> 71503 bytes
-rwxr-xr-xmodules/ui_data/help/images/editvar_variable_selection.pngbin0 -> 34924 bytes
-rwxr-xr-xmodules/ui_data/help/images/filebrowser_action.pngbin0 -> 13753 bytes
-rwxr-xr-xmodules/ui_data/help/images/filebrowser_filter.pngbin0 -> 16728 bytes
-rwxr-xr-xmodules/ui_data/help/images/filebrowser_filter_regexp.pngbin0 -> 12792 bytes
-rwxr-xr-xmodules/ui_data/help/images/filebrowser_list.pngbin0 -> 15842 bytes
-rwxr-xr-xmodules/ui_data/help/images/filebrowser_multiple.pngbin0 -> 7042 bytes
-rwxr-xr-xmodules/ui_data/help/ja_JP/addchapter.sce10
-rwxr-xr-xmodules/ui_data/help/ja_JP/browsevar.xml41
-rwxr-xr-xmodules/ui_data/help/ja_JP/closeEditvar.xml55
-rwxr-xr-xmodules/ui_data/help/ja_JP/editvar.xml53
-rwxr-xr-xmodules/ui_data/help/ja_JP/filebrowser.xml107
-rwxr-xr-xmodules/ui_data/help/pt_BR/addchapter.sce10
-rwxr-xr-xmodules/ui_data/help/ru_RU/addchapter.sce11
32 files changed, 820 insertions, 0 deletions
diff --git a/modules/ui_data/help/en_US/addchapter.sce b/modules/ui_data/help/en_US/addchapter.sce
new file mode 100755
index 000000000..6c6600526
--- /dev/null
+++ b/modules/ui_data/help/en_US/addchapter.sce
@@ -0,0 +1,11 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010 - DIGITEO - Allan CORNET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
+add_help_chapter("UI Data",SCI+"/modules/ui_data/help/en_US",%T);
+
diff --git a/modules/ui_data/help/en_US/browsevar.xml b/modules/ui_data/help/en_US/browsevar.xml
new file mode 100755
index 000000000..096969720
--- /dev/null
+++ b/modules/ui_data/help/en_US/browsevar.xml
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) Jaime Urzua
+ * Copyright (C) Allan CORNET - DIGITEO - 2010
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="browsevar">
+ <refnamediv>
+ <refname>browsevar</refname>
+ <refpurpose>Scilab variable browser</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>browsevar()</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>Description</title>
+ <para>
+ <literal>browsevar</literal> is the embedded Scilab variable browser.
+ </para>
+ <para>
+ <literal>browsevar</literal> lists all user variables the current environnement.
+ </para>
+ <para>
+ <literal>browsevar</literal> has several features:
+ <itemizedlist>
+ <listitem><para>
+ A simple and comprehensive list
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/browsevar_list.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Easy tooltips on the dimensions or types
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/browsevar_tooltip.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Sort by columns
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/browsevar_sort.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Direct connexion to the <link linkend="editvar">editvar component</link> by double-clicking on the variable name
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Filter by type from the menu
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/browsevar_filter.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Filter out Scilab predefined variables (SCI, SCIHOME, %pi, etc) from the menu
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/browsevar_filtersci.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </refsection>
+ <refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+a=rand(10,10);
+b="my string";
+browsevar();
+ ]]></programlisting>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/en_US/closeEditvar.xml b/modules/ui_data/help/en_US/closeEditvar.xml
new file mode 100755
index 000000000..f518a25db
--- /dev/null
+++ b/modules/ui_data/help/en_US/closeEditvar.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2013 - Scilab Enterprises - Calixte Denizet
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="closeEditvar">
+ <refnamediv>
+ <refname>closeEditvar</refname>
+ <refpurpose>Close the variable editor</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>closeEditvar</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>Description</title>
+ <para>
+ <literal>closeEditvar</literal> closes the variable editor.
+ </para>
+ </refsection>
+ <refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+a=rand(10,10);
+editvar a;
+closeEditvar();
+ ]]></programlisting>
+ </refsection>
+ <refsection role="see also">
+ <title>See Also</title>
+ <simplelist type="inline">
+ <member>
+ <link linkend="editvar">editvar</link>
+ </member>
+ </simplelist>
+ </refsection>
+ <refsection>
+ <title>History</title>
+ <revhistory>
+ <revision>
+ <revnumber>5.4.1</revnumber>
+ <revremark>
+ Function <literal>closeEditvar()</literal> introduced
+ </revremark>
+ </revision>
+ </revhistory>
+ </refsection>
+
+</refentry>
diff --git a/modules/ui_data/help/en_US/editvar.xml b/modules/ui_data/help/en_US/editvar.xml
new file mode 100755
index 000000000..bc23409fa
--- /dev/null
+++ b/modules/ui_data/help/en_US/editvar.xml
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) Jaime Urzua
+ * Copyright (C) Allan CORNET - DIGITEO - 2010
+ * Copyright (C) Sylvestre Ledru - Scilab Enterprises - 2011
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="editvar">
+ <refnamediv>
+ <refname>editvar</refname>
+ <refpurpose>Scilab variable editor</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>editvar varname</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>Arguments</title>
+ <variablelist>
+ <varlistentry>
+ <term>varname</term>
+ <listitem>
+ <para>variable name. The variable must exist in the current Scilab environnement.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsection>
+ <refsection>
+ <title>Description</title>
+ <para>
+ <literal>editvar</literal> is the Scilab variable editor.
+ </para>
+ <para>
+ <literal>editvar</literal> can be started by calling it on the name of the variable or by double-clicking on the name of the variable from the <link linkend="browsevar">browsevar component</link>.
+ </para>
+ <para>
+ <literal>editvar</literal> has numerous features:
+ <itemizedlist>
+ <listitem><para>
+ Matrix visualisation
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_default.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+
+ </para>
+ </listitem>
+ <listitem><para>
+ Undo/redo capabilities
+ </para>
+ </listitem>
+ <listitem><para>
+ Cell editing
+ </para>
+ </listitem>
+ <listitem><para>
+ Expression evaluation. Please note that editvar will not store the expression. Only the value.
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_modify.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Advanced selection of elements (available with the CTRL key)
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_adv_selection.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Plotting
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_plot.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Plotting of a subset
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_subplot.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Variable format (short, shortE, long or longE formats)
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_format.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Column / lines management (insert, delete, copy and paste, ... )
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_column.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Full copy and paste between <ulink url="http://www.libreoffice.org/">Libreoffice</ulink>/Openoffice or Microsoft Excel and Scilab (both ways)
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_libreoffice.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Renaming or copy of a variable
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/editvar_variable_selection.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ <literal>editvar</literal> can edit the following variable types:
+
+ <itemizedlist>
+ <listitem><para>
+ Real or complex constant matrix (type 1)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="matrices">Boolean matrix</link> (type 4)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="sparse">Sparse matrix</link> (type 5)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="sparse">Boolean sparse matrix</link> (type 6)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="int8">Integer matrix</link>: 8, 16 &amp; 32 bytes (type 8)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="strings">Matrix of strings</link> (type 10)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </refsection>
+ <refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+a=rand(10,10);
+editvar a;
+b=['hello';'good bye'];
+editvar b;
+sp=sparse([1,2;4,5;3,10],[1,2,3])
+editvar("sp");
+ ]]></programlisting>
+ </refsection>
+ <refsection role="see also">
+ <title>See Also</title>
+ <simplelist type="inline">
+ <member>
+ <link linkend="closeEditvar">closeEditvar</link>
+ </member>
+ </simplelist>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/en_US/filebrowser.xml b/modules/ui_data/help/en_US/filebrowser.xml
new file mode 100755
index 000000000..c740609a2
--- /dev/null
+++ b/modules/ui_data/help/en_US/filebrowser.xml
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2012 - Scilab Enterprises - Sylvestre Ledru
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="filebrowser">
+ <refnamediv>
+ <refname>filebrowser</refname>
+ <refpurpose>Open the Scilab file browser</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>filebrowser()</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>Description</title>
+ <para>Open the file browser</para>
+ <para>
+ <literal>filebrowser</literal> allows to browse the file sand directories of the system directly from Scilab.
+ </para>
+ <para>
+ <literal>filebrowser</literal> has several features:
+ <itemizedlist>
+ <listitem><para>
+ A nice and easy file browser
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_list.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Quick actions on the file items (open in SciNotes, Execute or load in Scilab, Open with Xcos, etc)
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_action.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Open with the system default application
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Multiple selection on file items<para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_multiple.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Quick and easy filters
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_filter.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ Advanced filters with <ulink url="http://en.wikipedia.org/wiki/Regular_expression">regular expressions</ulink>
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_filter_regexp.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </refsection>
+ <refsection>
+ <title>Example</title>
+ <programlisting role="example"><![CDATA[
+filebrowser();
+ ]]></programlisting>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/fr_FR/addchapter.sce b/modules/ui_data/help/fr_FR/addchapter.sce
new file mode 100755
index 000000000..29df4a058
--- /dev/null
+++ b/modules/ui_data/help/fr_FR/addchapter.sce
@@ -0,0 +1,10 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010 - DIGITEO - Pierre MARECHAL <pierre.marechal@scilab.org>
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
+add_help_chapter("UI Data",SCI+"/modules/ui_data/help/fr_FR",%T);
diff --git a/modules/ui_data/help/images/browsevar_filter.png b/modules/ui_data/help/images/browsevar_filter.png
new file mode 100755
index 000000000..f698ee3bc
--- /dev/null
+++ b/modules/ui_data/help/images/browsevar_filter.png
Binary files differ
diff --git a/modules/ui_data/help/images/browsevar_filtersci.png b/modules/ui_data/help/images/browsevar_filtersci.png
new file mode 100755
index 000000000..a311b70df
--- /dev/null
+++ b/modules/ui_data/help/images/browsevar_filtersci.png
Binary files differ
diff --git a/modules/ui_data/help/images/browsevar_list.png b/modules/ui_data/help/images/browsevar_list.png
new file mode 100755
index 000000000..beb079a0a
--- /dev/null
+++ b/modules/ui_data/help/images/browsevar_list.png
Binary files differ
diff --git a/modules/ui_data/help/images/browsevar_sort.png b/modules/ui_data/help/images/browsevar_sort.png
new file mode 100755
index 000000000..defe39930
--- /dev/null
+++ b/modules/ui_data/help/images/browsevar_sort.png
Binary files differ
diff --git a/modules/ui_data/help/images/browsevar_tooltip.png b/modules/ui_data/help/images/browsevar_tooltip.png
new file mode 100755
index 000000000..3f01d4407
--- /dev/null
+++ b/modules/ui_data/help/images/browsevar_tooltip.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_adv_selection.png b/modules/ui_data/help/images/editvar_adv_selection.png
new file mode 100755
index 000000000..f7e169b7e
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_adv_selection.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_column.png b/modules/ui_data/help/images/editvar_column.png
new file mode 100755
index 000000000..8256a0dad
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_column.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_default.png b/modules/ui_data/help/images/editvar_default.png
new file mode 100755
index 000000000..1d4ab0132
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_default.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_format.png b/modules/ui_data/help/images/editvar_format.png
new file mode 100755
index 000000000..c149b3018
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_format.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_libreoffice.png b/modules/ui_data/help/images/editvar_libreoffice.png
new file mode 100755
index 000000000..474cd0883
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_libreoffice.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_modify.png b/modules/ui_data/help/images/editvar_modify.png
new file mode 100755
index 000000000..8e09528c5
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_modify.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_plot.png b/modules/ui_data/help/images/editvar_plot.png
new file mode 100755
index 000000000..a6bf2d5a0
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_plot.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_subplot.png b/modules/ui_data/help/images/editvar_subplot.png
new file mode 100755
index 000000000..11a43c48b
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_subplot.png
Binary files differ
diff --git a/modules/ui_data/help/images/editvar_variable_selection.png b/modules/ui_data/help/images/editvar_variable_selection.png
new file mode 100755
index 000000000..e20256b6a
--- /dev/null
+++ b/modules/ui_data/help/images/editvar_variable_selection.png
Binary files differ
diff --git a/modules/ui_data/help/images/filebrowser_action.png b/modules/ui_data/help/images/filebrowser_action.png
new file mode 100755
index 000000000..102ac5c35
--- /dev/null
+++ b/modules/ui_data/help/images/filebrowser_action.png
Binary files differ
diff --git a/modules/ui_data/help/images/filebrowser_filter.png b/modules/ui_data/help/images/filebrowser_filter.png
new file mode 100755
index 000000000..6eb161c96
--- /dev/null
+++ b/modules/ui_data/help/images/filebrowser_filter.png
Binary files differ
diff --git a/modules/ui_data/help/images/filebrowser_filter_regexp.png b/modules/ui_data/help/images/filebrowser_filter_regexp.png
new file mode 100755
index 000000000..5264fa4a7
--- /dev/null
+++ b/modules/ui_data/help/images/filebrowser_filter_regexp.png
Binary files differ
diff --git a/modules/ui_data/help/images/filebrowser_list.png b/modules/ui_data/help/images/filebrowser_list.png
new file mode 100755
index 000000000..bd1ec62ab
--- /dev/null
+++ b/modules/ui_data/help/images/filebrowser_list.png
Binary files differ
diff --git a/modules/ui_data/help/images/filebrowser_multiple.png b/modules/ui_data/help/images/filebrowser_multiple.png
new file mode 100755
index 000000000..3e0832b62
--- /dev/null
+++ b/modules/ui_data/help/images/filebrowser_multiple.png
Binary files differ
diff --git a/modules/ui_data/help/ja_JP/addchapter.sce b/modules/ui_data/help/ja_JP/addchapter.sce
new file mode 100755
index 000000000..a777de67a
--- /dev/null
+++ b/modules/ui_data/help/ja_JP/addchapter.sce
@@ -0,0 +1,10 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010 - DIGITEO - Pierre MARECHAL <pierre.marechal@scilab.org>
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
+add_help_chapter("UI Data",SCI+"/modules/ui_data/help/ja_JP",%T);
diff --git a/modules/ui_data/help/ja_JP/browsevar.xml b/modules/ui_data/help/ja_JP/browsevar.xml
new file mode 100755
index 000000000..d5fc6e315
--- /dev/null
+++ b/modules/ui_data/help/ja_JP/browsevar.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) Jaime Urzua
+ * Copyright (C) Allan CORNET - DIGITEO - 2010
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="browsevar">
+ <refnamediv>
+ <refname>browsevar</refname>
+ <refpurpose>Scilab変数ブラウザ</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>呼び出し手順</title>
+ <synopsis>browsevar()</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>説明</title>
+ <para>
+ <literal>browsevar</literal> は標準のScilab変数ブラウザです.
+ </para>
+ <para>
+ <literal>browsevar</literal> は全ての変数を表示できます.
+ <literal>browsevar</literal> は全ての変数または特定の型の変数を表示するようカスタマイズすることが
+ できます.
+ 除外する変数名を指定することも可能です.
+ </para>
+ </refsection>
+ <refsection>
+ <title>例</title>
+ <programlisting role="example"><![CDATA[
+browsevar();
+ ]]></programlisting>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/ja_JP/closeEditvar.xml b/modules/ui_data/help/ja_JP/closeEditvar.xml
new file mode 100755
index 000000000..4a7f00b0f
--- /dev/null
+++ b/modules/ui_data/help/ja_JP/closeEditvar.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2013 - Scilab Enterprises - Calixte Denizet
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="closeEditvar">
+ <refnamediv>
+ <refname>closeEditvar</refname>
+ <refpurpose>変数エディタを閉じる</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>呼び出し手順</title>
+ <synopsis>closeEditvar</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>説明</title>
+ <para>
+ <literal>closeEditvar</literal> は変数エディタを閉じます.
+ </para>
+ </refsection>
+ <refsection>
+ <title>例</title>
+ <programlisting role="example"><![CDATA[
+a=rand(10,10);
+editvar a;
+closeEditvar();
+ ]]></programlisting>
+ </refsection>
+ <refsection role="see also">
+ <title>参照</title>
+ <simplelist type="inline">
+ <member>
+ <link linkend="editvar">editvar</link>
+ </member>
+ </simplelist>
+ </refsection>
+ <refsection>
+ <title>履歴</title>
+ <revhistory>
+ <revision>
+ <revnumber>5.4.1</revnumber>
+ <revremark>
+ 関数 <literal>closeEditvar()</literal>が導入されました.
+ </revremark>
+ </revision>
+ </revhistory>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/ja_JP/editvar.xml b/modules/ui_data/help/ja_JP/editvar.xml
new file mode 100755
index 000000000..8ef5a7030
--- /dev/null
+++ b/modules/ui_data/help/ja_JP/editvar.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) Jaime Urzua
+ * Copyright (C) Allan CORNET - DIGITEO - 2010
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="editvar">
+ <refnamediv>
+ <refname>editvar</refname>
+ <refpurpose>Scilab変数エディタ</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>呼び出し手順</title>
+ <synopsis>editvar varname</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>引数</title>
+ <variablelist>
+ <varlistentry>
+ <term>varname</term>
+ <listitem>
+ <para>変数名. 変数はScilab上に存在する必要があります.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsection>
+ <refsection>
+ <title>説明</title>
+ <para>
+ <literal>editvar</literal> は標準のScilab変数エディタです.
+ </para>
+ <para>
+ <literal>editvar</literal> は以下の変数型を編集できます: 実数または複素数定数行列 (type 1),
+ 論理値行列 (type 4) 文字列の行列 (type 10).
+ </para>
+ </refsection>
+ <refsection>
+ <title>例</title>
+ <programlisting role="example"><![CDATA[
+a=rand(10,10);
+editvar a;
+b=['hello';'good bye'];
+editvar b;
+ ]]></programlisting>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/ja_JP/filebrowser.xml b/modules/ui_data/help/ja_JP/filebrowser.xml
new file mode 100755
index 000000000..41ce5ad44
--- /dev/null
+++ b/modules/ui_data/help/ja_JP/filebrowser.xml
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2012 - Scilab Enterprises - Sylvestre Ledru
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+ *
+ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="filebrowser">
+ <refnamediv>
+ <refname>filebrowser</refname>
+ <refpurpose>Scilabファイルブラウザを開く</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>呼び出し手順</title>
+ <synopsis>filebrowser()</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>説明</title>
+ <para>ファイルブラウザを開きます.</para>
+ <para>
+ <literal>filebrowser</literal>によりScilabから直接システム上の
+ ファイルとディレクトリをブラウズすることができます.
+ </para>
+ <para>
+ <literal>filebrowser</literal> には以下のような機能があります:
+ <itemizedlist>
+ <listitem><para>
+ 便利で分かりやすいファイルブラウザ
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_list.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ ファイルアイテム上で簡単に処理(SciNotesで開く, 実行, Scilabにロード,
+ Xcosで開く, など)を実行可能.
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_action.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ システムのデフォルトアプリケーションで開く
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ ファイルアイテムを複数選択<para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_multiple.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ 簡単で分かりやすいフィルタ
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_filter.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ <listitem><para>
+ <ulink url="http://en.wikipedia.org/wiki/Regular_expression">正規表現</ulink>
+ による高度なフィルタ
+ <para/>
+ <para>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="../images/filebrowser_filter_regexp.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ </para>
+ <para/>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </refsection>
+</refentry>
diff --git a/modules/ui_data/help/pt_BR/addchapter.sce b/modules/ui_data/help/pt_BR/addchapter.sce
new file mode 100755
index 000000000..157fdf3c3
--- /dev/null
+++ b/modules/ui_data/help/pt_BR/addchapter.sce
@@ -0,0 +1,10 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010 - DIGITEO - Pierre MARECHAL <pierre.marechal@scilab.org>
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
+add_help_chapter("UI Data",SCI+"/modules/ui_data/help/pt_BR",%T);
diff --git a/modules/ui_data/help/ru_RU/addchapter.sce b/modules/ui_data/help/ru_RU/addchapter.sce
new file mode 100755
index 000000000..9667bfb17
--- /dev/null
+++ b/modules/ui_data/help/ru_RU/addchapter.sce
@@ -0,0 +1,11 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010 - DIGITEO - Allan CORNET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
+add_help_chapter("UI Data",SCI+"/modules/ui_data/help/ru_RU",%T);
+