[Esbox-commits] r157 - in trunk/org.indt.esbox.help: . html/images html/tasks
carolina at garage.maemo.org
carolina at garage.maemo.org
Thu Oct 18 06:10:08 EEST 2007
Author: carolina
Date: 2007-10-18 06:10:03 +0300 (Thu, 18 Oct 2007)
New Revision: 157
Added:
trunk/org.indt.esbox.help/html/images/preferences.jpg
trunk/org.indt.esbox.help/html/images/preferences1.jpg
trunk/org.indt.esbox.help/html/images/preferences2.jpg
trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html
Modified:
trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
trunk/org.indt.esbox.help/toctasks.xml
Log:
Improving RunningDebugging.html
Adding SettingPreferences.html and some pictures.
Added: trunk/org.indt.esbox.help/html/images/preferences.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/org.indt.esbox.help/html/images/preferences.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.indt.esbox.help/html/images/preferences1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/org.indt.esbox.help/html/images/preferences1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.indt.esbox.help/html/images/preferences2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/org.indt.esbox.help/html/images/preferences2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html 2007-10-16 01:55:14 UTC (rev 156)
+++ trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html 2007-10-18 03:10:03 UTC (rev 157)
@@ -44,12 +44,14 @@
server (parameter :2 in the above example).
<ol start="7">
+
<p><li>Select: Window -> Preferences... </p></li>
<p><li>Expand Scratchbox.</p></li>
<p><li>Click on Environment.</p></li>
<p><li>Click on <strong>new</strong> to create a variable.</p></li>
<p><li>Will appear a wizard, type <strong>DISPLAY</strong> on name field and on value field type <strong>:2</strong>.</p></li>
<p><li>Click ok. <STRONG><a href="../images/run.jpg">Click to see the picture.</a></STRONG></p></li>
+ <p><STRONG>To know more about setting preferences <a href="SettingPreferences.html">click here</a>.</STRONG></p>
</ol></p>
<p>Make sure that the right target has being choosen.
Added: trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html (rev 0)
+++ trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html 2007-10-18 03:10:03 UTC (rev 157)
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Setting preferences</title>
+ <style type="text/css">
+<!--
+.style1 {font-family: Arial, Helvetica, sans-serif}
+-->
+ </style>
+</head>
+
+<body>
+<h2 class="style1">Setting preferences</h2>
+
+<p>
+The first thing a user should do is to set the preferences for using Scratchbox, since the rest
+of the functionality of the plug-ins depends on these settings. Once the Eclipse IDE is
+running with the plug-ins, the preferences may be set via the Window -> Preferences menu,
+under which there is a list with the option Scratchbox.
+</p>
+
+<p>
+The Scratchbox page offers the user a way to define the syntax used to invoke
+commands inside Scratchbox (this varies between Scratchbox versions) and the root directory of
+the user's sandbox environment.
+<STRONG><a href="../images/preferences.jpg">Click to see the picture.</a></STRONG>
+</p>
+
+<p>
+The Gazpacho page gets its name from common user interface editor Gazpacho. Gazpacho
+is advanced editor, and for what is important it allows own implementation to code without
+using Gazpacho. Use x-host command starting Gazpacho in Maemo runs the command in
+the Xhost input box.
+<STRONG><a href="../images/preferences1.jpg">Click to see the picture.</a></STRONG>
+</p>
+
+<p>
+In Environment page is able to adjust a set of environment variables.
+<STRONG><a href="../images/run.jpg">Click to see the picture.</a></STRONG>
+</p>
+
+</body>
+</html>
+
+
Modified: trunk/org.indt.esbox.help/toctasks.xml
===================================================================
--- trunk/org.indt.esbox.help/toctasks.xml 2007-10-16 01:55:14 UTC (rev 156)
+++ trunk/org.indt.esbox.help/toctasks.xml 2007-10-18 03:10:03 UTC (rev 157)
@@ -6,5 +6,7 @@
</topic>
<topic label="Running and Debugging" href="html/tasks/RunningDebugging.html">
</topic>
+ <topic label="Setting Preferences" href="html/tasks/SettingPreferences.html">
+ </topic>
</toc>
More information about the Esbox-commits
mailing list