Revision: 3797
Author: pekka.klarck
Date: Mon Jul 12 04:37:19 2010
Log: Robot IDE -> RIDE
http://code.google.com/p/robotframework/source/detail?r=3797
Modified:
/trunk/doc/userguide/src/Appendices/SupportingTools.txt
/trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
/trunk/doc/userguide/src/CreatingTestData/TestDataSyntax.txt
/trunk/doc/userguide/src/RobotFrameworkUserGuide.txt
=======================================
--- /trunk/doc/userguide/src/Appendices/SupportingTools.txt Thu May 27
05:33:15 2010
+++ /trunk/doc/userguide/src/Appendices/SupportingTools.txt Mon Jul 12
04:37:19 2010
@@ -73,10 +73,10 @@
These tools are developed as separate projects.
-Test data editing tool (Robot IDE)
-''''''''''''''''''''''''''''''''''
-
-Robot IDE is a standalone tool for editing test data. It helps in
+Test data editing tool (RIDE)
+'''''''''''''''''''''''''''''
+
+RIDE is a standalone tool for editing test data. It helps in
creating, editing and maintaining of Robot Framework test data.
The project pages are at http://code.google.com/p/robotframework-ride/.
=======================================
--- /trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
Thu May 6 03:35:23 2010
+++ /trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
Mon Jul 12 04:37:19 2010
@@ -80,7 +80,7 @@
the resource file itself can have :opt:`Documentation` in the Setting
table similarly as `test suites`__.
-Both `libdoc.py`_ and `Robot IDE`_ use these documentations, and they
+Both `libdoc.py`_ and `RIDE`_ use these documentations, and they
are naturally available for anyone opening resource files. The
first line of the documentation of a keyword is logged when it is run,
but otherwise resource file documentations are ignored during the test
=======================================
--- /trunk/doc/userguide/src/CreatingTestData/TestDataSyntax.txt Tue Oct 20
05:35:38 2009
+++ /trunk/doc/userguide/src/CreatingTestData/TestDataSyntax.txt Mon Jul 12
04:37:19 2010
@@ -105,7 +105,7 @@
Test data in HTML files can be edited with whichever editor you
prefer, but a graphic editor, where you can actually see the tables,
-is recommended. There is also a tool called `Robot IDE`_
+is recommended. There is also a tool called RIDE_
available that is actually designed for editing the test data.
Encoding and entity references
@@ -380,7 +380,7 @@
that the editor be configured to use a monospace font to aid with alignment
of table elements.
-The `Robot IDE`_ does not support direct editing of test data in reST
source
+Note that RIDE_ does not support direct editing of test data in reST source
files.
Temporary files when using reST
@@ -457,7 +457,7 @@
When Robot Framework ignores some data, this data is not available in
any resulting reports and, additionally, most tools used with Robot
Framework also ignore them. To add information that is visible in
-Robot Framework outputs, or available to, for example, `Robot IDE`_,
+Robot Framework outputs, or available to, for example, RIDE_,
place it to the documentation or other metadata of test cases or suites,
or log with the :name:`Log` or :name:`Comment` keywords available
from the `BuiltIn library`_.
=======================================
--- /trunk/doc/userguide/src/RobotFrameworkUserGuide.txt Mon Jun 7
00:58:20 2010
+++ /trunk/doc/userguide/src/RobotFrameworkUserGuide.txt Mon Jul 12
04:37:19 2010
@@ -214,7 +214,7 @@
.. _fileviewer.py: ../../tools/fileviewer/doc/fileviewer.html
.. _One click
installer: ../../tools/oneclickinstaller/doc/oneclickinstaller.html
.. _statuschecker.py: ../../tools/statuschecker/doc/statuschecker.html
-.. _Robot IDE: `Test data editing tool (Robot IDE)`_
+.. _RIDE: `Test data editing tool (RIDE)`_
.. _mabot: `Manual test execution tool (mabot)`_
.. _javatools: `Tools for creating Java test libraries`_