Sat, 20 Sep 2014 16:31:29 +0200
Regenerated source docu.
--- a/APIs/Python3/eric5.api Sat Sep 20 16:29:51 2014 +0200 +++ b/APIs/Python3/eric5.api Sat Sep 20 16:31:29 2014 +0200 @@ -3114,6 +3114,7 @@ eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial.setPagesInRow?4(count) eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial.setSdSize?4(size) eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial.speedDialSaved?7 +eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial.unescapeTitle?4(title) eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial.urlForShortcut?4(key) eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial.urlFromUserInput?4(url) eric5.Helpviewer.SpeedDial.SpeedDial.SpeedDial?1(parent=None) @@ -3778,7 +3779,7 @@ eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.codeStyleCheck?4(filename, source, args) eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.extractLineFlags?4(line, startComment=") eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.initService?4() -eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.check?4(codestring='', onlyFixes={}) +eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.check?4(codestring='') eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.codeRole?7 eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.filenameRole?7 eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.fixableRole?7 @@ -9033,6 +9034,7 @@ eric5.install.createPyWrapper?4(pydir, wfile, isGuiScript=True) eric5.install.currDir?7 eric5.install.defaultMacAppBundleName?7 +eric5.install.defaultMacAppBundlePath?7 eric5.install.distDir?7 eric5.install.doCleanup?7 eric5.install.doCompile?7 @@ -9061,6 +9063,8 @@ eric5.patch_modpython.progName?7 eric5.patch_modpython.usage?4(rcode=2) eric5.uninstall.PythonMarkers?7 +eric5.uninstall.defaultMacAppBundleName?7 +eric5.uninstall.defaultMacAppBundlePath?7 eric5.uninstall.exit?4(rcode=0) eric5.uninstall.includePythonVariant?7 eric5.uninstall.initGlobals?4()
--- a/Documentation/Help/source.qhp Sat Sep 20 16:29:51 2014 +0200 +++ b/Documentation/Help/source.qhp Sat Sep 20 16:31:29 2014 +0200 @@ -10158,6 +10158,7 @@ <keyword name="SpeedDial.sdSize" id="SpeedDial.sdSize" ref="eric5.Helpviewer.SpeedDial.SpeedDial.html#SpeedDial.sdSize" /> <keyword name="SpeedDial.setPagesInRow" id="SpeedDial.setPagesInRow" ref="eric5.Helpviewer.SpeedDial.SpeedDial.html#SpeedDial.setPagesInRow" /> <keyword name="SpeedDial.setSdSize" id="SpeedDial.setSdSize" ref="eric5.Helpviewer.SpeedDial.SpeedDial.html#SpeedDial.setSdSize" /> + <keyword name="SpeedDial.unescapeTitle" id="SpeedDial.unescapeTitle" ref="eric5.Helpviewer.SpeedDial.SpeedDial.html#SpeedDial.unescapeTitle" /> <keyword name="SpeedDial.urlForShortcut" id="SpeedDial.urlForShortcut" ref="eric5.Helpviewer.SpeedDial.SpeedDial.html#SpeedDial.urlForShortcut" /> <keyword name="SpeedDial.urlFromUserInput" id="SpeedDial.urlFromUserInput" ref="eric5.Helpviewer.SpeedDial.SpeedDial.html#SpeedDial.urlFromUserInput" /> <keyword name="SpeedDialReader" id="SpeedDialReader" ref="eric5.Helpviewer.SpeedDial.SpeedDialReader.html#SpeedDialReader" />
--- a/Documentation/Source/eric5.Helpviewer.SpeedDial.SpeedDial.html Sat Sep 20 16:29:51 2014 +0200 +++ b/Documentation/Source/eric5.Helpviewer.SpeedDial.SpeedDial.html Sat Sep 20 16:31:29 2014 +0200 @@ -135,6 +135,9 @@ <td><a href="#SpeedDial.setSdSize">setSdSize</a></td> <td>Public slot to set the size of the speed dial.</td> </tr><tr> +<td><a href="#SpeedDial.unescapeTitle">unescapeTitle</a></td> +<td>Public slot to unescape the titel string.</td> +</tr><tr> <td><a href="#SpeedDial.urlForShortcut">urlForShortcut</a></td> <td>Public method to get the URL for the given shortcut key.</td> </tr><tr> @@ -363,6 +366,21 @@ <dd> size of the speed dial (integer) </dd> +</dl><a NAME="SpeedDial.unescapeTitle" ID="SpeedDial.unescapeTitle"></a> +<h4>SpeedDial.unescapeTitle</h4> +<b>unescapeTitle</b>(<i>title</i>) +<p> + Public slot to unescape the titel string. +</p><dl> +<dt><i>title</i></dt> +<dd> +escaped title (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +un-escaped title (string) +</dd> </dl><a NAME="SpeedDial.urlForShortcut" ID="SpeedDial.urlForShortcut"></a> <h4>SpeedDial.urlForShortcut</h4> <b>urlForShortcut</b>(<i>key</i>)
--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Sat Sep 20 16:29:51 2014 +0200 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Sat Sep 20 16:31:29 2014 +0200 @@ -351,7 +351,7 @@ </dd> </dl><a NAME="CodeStyleCheckerDialog.check" ID="CodeStyleCheckerDialog.check"></a> <h4>CodeStyleCheckerDialog.check</h4> -<b>check</b>(<i>codestring='', onlyFixes={}</i>) +<b>check</b>(<i>codestring=''</i>) <p> Public method to start a style check for one file. </p><p> @@ -360,9 +360,6 @@ <dt><i>codestring=</i></dt> <dd> optional sourcestring (str) -</dd><dt><i>onlyFixes=</i></dt> -<dd> -dict which violations should be fixed (dict) </dd> </dl><a NAME="CodeStyleCheckerDialog.on_buttonBox_clicked" ID="CodeStyleCheckerDialog.on_buttonBox_clicked"></a> <h4>CodeStyleCheckerDialog.on_buttonBox_clicked</h4>
--- a/Documentation/Source/eric5.install.html Sat Sep 20 16:29:51 2014 +0200 +++ b/Documentation/Source/eric5.install.html Sat Sep 20 16:31:29 2014 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>PythonMarkers</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>distDir</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>includePythonVariant</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr> +<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>PythonMarkers</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>distDir</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>includePythonVariant</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr> </table> <h3>Classes</h3> <table>
--- a/Documentation/Source/eric5.uninstall.html Sat Sep 20 16:29:51 2014 +0200 +++ b/Documentation/Source/eric5.uninstall.html Sat Sep 20 16:31:29 2014 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>PythonMarkers</td></tr><tr><td>includePythonVariant</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr> +<tr><td>PythonMarkers</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>includePythonVariant</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr> </table> <h3>Classes</h3> <table>