[Esbox-commits] r2011 - in branches/work_Fabricio/org.maemo.esbox.help/html: gettingstarted images
fabricioepa at garage.maemo.org
fabricioepa at garage.maemo.org
Wed Aug 26 20:46:56 EEST 2009
Author: fabricioepa
Date: 2009-08-26 20:46:55 +0300 (Wed, 26 Aug 2009)
New Revision: 2011
Added:
branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-editor.png
branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs2.png
Modified:
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
Log:
Updating hover help documentation
Modified: branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html 2009-08-26 17:27:57 UTC (rev 2010)
+++ branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html 2009-08-26 17:46:55 UTC (rev 2011)
@@ -1,50 +1,70 @@
-<!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>
+<!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>
+ <ol>
+ <li>
+ <div align="justify">
+ Go to <strong>Maemo > Hover Help</strong> preference page and click
+ <strong>Activate Hover Help</strong>.
+ </div>
+ </li>
+
+ <li>
+ <div align="justify">
+ In this preference page you can also choose what kind of <strong>help content</strong> you want to
+ search while using hover help:
+ <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>
+ <li> On <strong>Content Contributions</strong> tree you can see the hover help documentation available.
+ You can check what content and versions you want to enable for each language. </li>
+ </ul>
+ <img src="../images/hover-maemo-prefs.png" alt="Maemo Hover Preferences">
+ </div>
+ </li>
+
+
+ <li>
+ <div align="left">
+ <p>
+ You must be sure that the Editor has the <strong>Maemo SDK Hover Help</strong>
+ help enabled, e.g., to configure C/C++ click <strong> "C/C++ Editor Hover Preferences"</strong> and enable it.
+ </p>
+ <img src="../images/hover-maemo-prefs2.png" alt="Maemo Hover Preferences"> <p>
+ <img src="../images/hover-c-prefs.png" alt="C/C++ Hover preferences">
+ </div>
+ </li>
+
+ <li>
+ <div align="left">
+ <p> Click <strong> OK </strong> and you should see the hover help working on editor. </p>
+ <img src="../images/hover-editor.png" alt="Hover Help on Editor">
+ </div>
+ </li>
+
+
+</ol>
+<h3>Related Topics</h3>
+<!--
+<ul>
+ <li><a href="#">TODO How to download help documentation</a></li>
+</ul>
+ -->
+</body>
+</html>
Modified: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-c-prefs.png
===================================================================
(Binary files differ)
Added: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-editor.png
===================================================================
(Binary files differ)
Property changes on: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-editor.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs.png
===================================================================
(Binary files differ)
Added: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs2.png
===================================================================
(Binary files differ)
Property changes on: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the Esbox-commits
mailing list