--- a/Documentation/Source/eric5.Utilities.__init__.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Sun Oct 13 17:44:48 2013 +0200 @@ -388,7 +388,8 @@ width for the compacted path (integer) </dd><dt><i>measure</i></dt> <dd> -reference to a function used to measure the length of the string +reference to a function used to measure the length of the + string </dd> </dl><dl> <dt>Returns:</dt> @@ -642,7 +643,8 @@ <h2>extractLineFlags</h2> <b>extractLineFlags</b>(<i>line, startComment="</i>) <p> - Function to extract flags starting and ending with '__' from a line comment. + Function to extract flags starting and ending with '__' from a line + comment. </p><dl> <dt><i>line</i></dt> <dd> @@ -738,7 +740,8 @@ <h2>generateQtToolName</h2> <b>generateQtToolName</b>(<i>toolname</i>) <p> - Module function to generate the executable name for a Qt tool like designer. + Module function to generate the executable name for a Qt tool like + designer. </p><dl> <dt><i>toolname</i></dt> <dd> @@ -847,9 +850,9 @@ </dl><dl> <dt>Returns:</dt> <dd> -list of full executable names (list of strings), if the executable file - is accessible via the searchpath defined by the PATH environment variable, - or an empty list otherwise. +list of full executable names (list of strings), if the executable + file is accessible via the searchpath defined by the PATH environment + variable, or an empty list otherwise. </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -1184,7 +1187,8 @@ <h2>normabsjoinpath</h2> <b>normabsjoinpath</b>(<i>a, *p</i>) <p> - Function returning a normalized, absolute path of the joined parts passed into it. + Function returning a normalized, absolute path of the joined parts passed + into it. </p><dl> <dt><i>a</i></dt> <dd> @@ -1223,8 +1227,8 @@ <h2>normcaseabspath</h2> <b>normcaseabspath</b>(<i>path</i>) <p> - Function returning an absolute path, that is normalized with respect to its case - and references. + Function returning an absolute path, that is normalized with respect to + its case and references. </p><dl> <dt><i>path</i></dt> <dd> @@ -1242,7 +1246,8 @@ <h2>normcasepath</h2> <b>normcasepath</b>(<i>path</i>) <p> - Function returning a path, that is normalized with respect to its case and references. + Function returning a path, that is normalized with respect to its case + and references. </p><dl> <dt><i>path</i></dt> <dd> @@ -1281,7 +1286,8 @@ <h2>parseEnvironmentString</h2> <b>parseEnvironmentString</b>(<i>s</i>) <p> - Function used to convert an environment string into a list of environment settings. + Function used to convert an environment string into a list of environment + settings. </p><dl> <dt><i>s</i></dt> <dd> @@ -1417,7 +1423,8 @@ </dl><dl> <dt>Returns:</dt> <dd> -tuple of decoded text, encoding and hash value (string, string, string) +tuple of decoded text, encoding and hash value (string, string, + string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>