[rkward-cvs] SF.net SVN: rkward:[4118] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Dec 13 18:36:59 UTC 2011
Revision: 4118
http://rkward.svn.sourceforge.net/rkward/?rev=4118&view=rev
Author: tfry
Date: 2011-12-13 18:36:59 +0000 (Tue, 13 Dec 2011)
Log Message:
-----------
Document changes to '<text>' element
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/doc/rkwardplugins/index.docbook
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2011-12-13 16:19:58 UTC (rev 4117)
+++ trunk/rkward/ChangeLog 2011-12-13 18:36:59 UTC (rev 4118)
@@ -1,3 +1,4 @@
+- Allow some markup inside <text> elements in plugins, and auto-add breaks only for duplicate newlines. TODO: document
- Reorganized t-test plugin, and add support for single sample t-tests TODO: adjust test(s)
- Fixed: Function argument hints for the second half of the parameter list would not be quoted, correctly
- Improve keypress handling issues in the R Console, when the cursor or a selection is outside the editable range
Modified: trunk/rkward/doc/rkwardplugins/index.docbook
===================================================================
--- trunk/rkward/doc/rkwardplugins/index.docbook 2011-12-13 16:19:58 UTC (rev 4117)
+++ trunk/rkward/doc/rkwardplugins/index.docbook 2011-12-13 18:36:59 UTC (rev 4118)
@@ -2168,7 +2168,7 @@
</varlistentry>
<varlistentry>
<term><text></term>
-<listitem><para>Shows the text enclosed in this tag in the GUI. Line breaks are interpreted as hard line breaks! Attributes:
+<listitem><para>Shows the text enclosed in this tag in the GUI. Some simple HTML-style markup is supported (notably <markup><b></markup>, <markup><i></markup>, <markup><p></markup>, and <markup><br/></markup>). Please keep formatting to a minimum, however. Inserting a completely empty line adds a hard line break. Attributes:
<variablelist>
<varlistentry>
<term><type></term>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list