[Esbox-commits] r1919 - in branches/work_Fabricio/org.maemo.esbox.help: . html html/gettingstarted html/images
fabricioepa at garage.maemo.org
fabricioepa at garage.maemo.org
Mon Aug 3 16:58:28 EEST 2009
Author: fabricioepa
Date: 2009-08-03 16:58:28 +0300 (Mon, 03 Aug 2009)
New Revision: 1919
Added:
branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-c-prefs.png
branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs.png
Modified:
branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html
branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml
Log:
Adding initial Hover Help doc
Added: branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html (rev 0)
+++ branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html 2009-08-03 13:58:28 UTC (rev 1919)
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+ <meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Using Hover Help for Maemo API Libraries</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+ <style type="text/css">
+
+<!--
+.style1 {font-weight: bold}
+-->
+ </style>
+</head>
+
+<body>
+<h2 class="style1">Using Hover Help for Maemo API Libraries</h2>
+
+<p><span lang="en-us">The first step you should do to make hover help works is
+edit <strong> Window > Preferences > C/C++ > Editor > Hovers</strong> preference page. Check if <strong>Maemo SDK C/C++ Hover Help</strong>
+is enabled (it should be enabled by default).</span></p>
+
+<img src="../images/hover-c-prefs.png" alt="C/C++ Hover preferences">
+
+
+<p>Go to <strong>Maemo > Hover Help</strong> preference
+page and click <strong>Activate Hover Help </strong>. </p>
+
+<img src="../images/hover-maemo-prefs.png" alt="menu">
+
+<p> In this preference page you can also choose what kind of help content you want to
+ search while using hover help:
+ </p>
+
+<ul>
+<li><strong>Show only local:</strong> If you do not want to use remote documentation but just local documentation.</li>
+<li><strong>Show local/remote:</strong> To use both local and remote documentation available, be sure your network connection is
+working and you are able to access the internet.</li>
+</ul>
+<p> On <strong>Content Contributions</strong> tree you can see the content contributions available.</p>
+
+<h3>Related Topics</h3>
+<!--
+<ul>
+ <li><a href="#">TODO How to download help documentation</a></li>
+</ul>
+-->
+</body>
+</html>
Added: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-c-prefs.png
===================================================================
(Binary files differ)
Property changes on: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-c-prefs.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs.png
===================================================================
(Binary files differ)
Property changes on: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html 2009-08-03 11:32:16 UTC (rev 1918)
+++ branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html 2009-08-03 13:58:28 UTC (rev 1919)
@@ -36,6 +36,7 @@
</h3><li><h3><a href="../html/gettingstarted/RunningPythonMaemoProject.html">Running Python Maemo Project</a>
</h3><li><h3><a href="../html/gettingstarted/DebuggingCMaemoProject.html">Debugging a C/C++ Maemo Project</a>
</h3><li><h3><a href="../html/gettingstarted/DebuggingPythonMaemoProject.html">Debugging a Python Maemo Project</a>
+</h3><li><h3><a href="../html/gettingstarted/UsingHoverHelp.html">Using Hover Help for Maemo API Libraries</a>
</h3></ul>
Modified: branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml 2009-08-03 11:32:16 UTC (rev 1918)
+++ branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml 2009-08-03 13:58:28 UTC (rev 1919)
@@ -25,5 +25,7 @@
<topic label="Running C/C++ Maemo Project" href="html/gettingstarted/RunningCMaemoProject.html" />
<topic label="Running Python Maemo Project" href="html/gettingstarted/RunningPythonMaemoProject.html" />
<topic label="Debugging a C/C++ Maemo Project" href="html/gettingstarted/DebuggingCMaemoProject.html" />
- <topic label="Debugging a Python Maemo Project" href="html/gettingstarted/DebuggingPythonMaemoProject.html" />
+ <topic label="Debugging a Python Maemo Project" href="html/gettingstarted/DebuggingPythonMaemoProject.html" />
+ <topic label="Using Hover Help for Maemo API Libraries" href="html/gettingstarted/UsingHoverHelp.html" />
+
</toc>
More information about the Esbox-commits
mailing list