Mon, 17 Oct 2011 19:38:59 +0200
Updated source docu.
--- a/APIs/Python3/eric5.api Mon Oct 17 19:37:55 2011 +0200 +++ b/APIs/Python3/eric5.api Mon Oct 17 19:38:59 2011 +0200 @@ -6775,6 +6775,7 @@ eric5.Utilities.getPythonLibPath?4() eric5.Utilities.getPythonModulesDirectory?4() eric5.Utilities.getPythonVersion?4() +eric5.Utilities.getQtMacBundle?4(toolname) eric5.Utilities.getTestFileName?4(fn) eric5.Utilities.getUserName?4() eric5.Utilities.get_coding?4(text)
--- a/Documentation/Help/source.qhp Mon Oct 17 19:37:55 2011 +0200 +++ b/Documentation/Help/source.qhp Mon Oct 17 19:38:59 2011 +0200 @@ -2459,6 +2459,7 @@ <keyword name="getPythonLibPath" id="getPythonLibPath" ref="eric5.Utilities.__init__.html#getPythonLibPath" /> <keyword name="getPythonModulesDirectory" id="getPythonModulesDirectory" ref="eric5.Utilities.__init__.html#getPythonModulesDirectory" /> <keyword name="getPythonVersion" id="getPythonVersion" ref="eric5.Utilities.__init__.html#getPythonVersion" /> + <keyword name="getQtMacBundle" id="getQtMacBundle" ref="eric5.Utilities.__init__.html#getQtMacBundle" /> <keyword name="getTestFileName" id="getTestFileName" ref="eric5.Utilities.__init__.html#getTestFileName" /> <keyword name="getUserName" id="getUserName" ref="eric5.Utilities.__init__.html#getUserName" /> <keyword name="get_coding" id="get_coding" ref="eric5.Utilities.__init__.html#get_coding" />
--- a/Documentation/Source/eric5.Utilities.__init__.html Mon Oct 17 19:37:55 2011 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Mon Oct 17 19:38:59 2011 +0200 @@ -137,6 +137,9 @@ <td><a href="#getPythonVersion">getPythonVersion</a></td> <td>Function to get the Python version (major, minor) as an integer value.</td> </tr><tr> +<td><a href="#getQtMacBundle">getQtMacBundle</a></td> +<td>Module function to determine the correct Mac OS X bundle name for Qt tools.</td> +</tr><tr> <td><a href="#getTestFileName">getTestFileName</a></td> <td>Function to build the filename of a unittest file.</td> </tr><tr> @@ -920,6 +923,24 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="getQtMacBundle" ID="getQtMacBundle"></a> +<h2>getQtMacBundle</h2> +<b>getQtMacBundle</b>(<i>toolname</i>) +<p> + Module function to determine the correct Mac OS X bundle name for Qt tools. +</p><dl> +<dt><i>toolname</i></dt> +<dd> +plain name of the tool (e.g. "designer") (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +bundle name of the Qt tool (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="getTestFileName" ID="getTestFileName"></a> <h2>getTestFileName</h2> <b>getTestFileName</b>(<i>fn</i>)