diff -r 10516539f238 -r 0a02c433f52d Documentation/Source/eric5.Utilities.__init__.html --- a/Documentation/Source/eric5.Utilities.__init__.html Fri Oct 18 23:00:41 2013 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Fri Nov 01 15:48:48 2013 +0100 @@ -379,7 +379,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> @@ -717,7 +718,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> @@ -826,9 +828,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> @@ -1145,7 +1147,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> @@ -1184,8 +1187,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> @@ -1203,7 +1206,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> @@ -1242,7 +1246,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> @@ -1333,7 +1338,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>