Git commit 0ea25b09014dbfb0992ad203e568f67fbb7dc93c by Thomas Friedrichsmeier. Committed on 11/01/2016 at 19:10. Pushed by tfry into branch 'master'.
A few missing bits M +2 -2 doc/rkwardplugins/index.docbook M +1 -1 rkward/plugins/00saveload/import/import_stata.js http://commits.kde.org/rkward/0ea25b09014dbfb0992ad203e568f67fbb7dc93c diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook index 7860958..ae54c20 100644 --- a/doc/rkwardplugins/index.docbook +++ b/doc/rkwardplugins/index.docbook @@ -3512,7 +3512,7 @@ Child-elements: </varlistentry> <varlistentry> <term><parameter>mode</parameter></term> - <listitem><para>Type of preview. Supported types are "plot" (see <link linkend="preview_plots">chapter on graph previews</link>), "data" (see <link linkend="preview_data">data previews</link>), and "custom" (see <link linkend="preview_custom">custom previews</link>). (optional, default is "plot")</para></listitem> + <listitem><para>Type of preview. Supported types are "plot" (see <link linkend="preview_plots">chapter on graph previews</link>), "output" (see <link linkend="preview_output">chapter on (HTML) output previews</link>), "data" (see <link linkend="preview_data">data previews</link>), and "custom" (see <link linkend="preview_custom">custom previews</link>). (optional, default is "plot")</para></listitem> </varlistentry> <varlistentry> <term><parameter>placement</parameter></term> @@ -3520,7 +3520,7 @@ Child-elements: </varlistentry> <varlistentry> <term><parameter>active</parameter></term> - <listitem><para>Whether the preview is active by default. In general, only docked previews should be made active by default (optional, default is "false")</para></listitem> + <listitem><para>Whether the preview is active by default. In general, only docked previews should be made active by default, and even for these, there is a reason why the default is in-active previews (optional, default is "false")</para></listitem> </varlistentry> </variablelist></para></listitem> </varlistentry> diff --git a/rkward/plugins/00saveload/import/import_stata.js b/rkward/plugins/00saveload/import/import_stata.js index 962de39..8facf3e 100644 --- a/rkward/plugins/00saveload/import/import_stata.js +++ b/rkward/plugins/00saveload/import/import_stata.js @@ -13,7 +13,7 @@ function calculate () { doCalculate (false); } -function doCalculate () { +function doCalculate (is_preview) { var options = ""; if (getValue ("convert_dates")) { _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
