Updated source docu. 5_2_x

Sun, 04 Mar 2012 13:06:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 04 Mar 2012 13:06:58 +0100
branch
5_2_x
changeset 1691
0206540483d4
parent 1690
273c6a70d2e3
child 1692
f67b8b8e372a

Updated source docu.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Sun Mar 04 13:04:06 2012 +0100
+++ b/APIs/Python3/eric5.api	Sun Mar 04 13:06:58 2012 +0100
@@ -7465,6 +7465,7 @@
 eric5.install.createInstallConfig?4()
 eric5.install.createMacAppBundle?4(pydir)
 eric5.install.createPyWrapper?4(pydir, wfile, isGuiScript=True)
+eric5.install.currDir?7
 eric5.install.distDir?7
 eric5.install.doCleanup?7
 eric5.install.doCompile?7
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html	Sun Mar 04 13:04:06 2012 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html	Sun Mar 04 13:06:58 2012 +0100
@@ -153,6 +153,7 @@
         <ul>
             <li>"A" path was added but not yet comitted</li>
             <li>"M" path has local changes</li>
+            <li>"O" path was removed</li>
             <li>"R" path was deleted and then re-added</li>
             <li>"U" path needs an update</li>
             <li>"Z" path contains a conflict</li>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html	Sun Mar 04 13:04:06 2012 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html	Sun Mar 04 13:06:58 2012 +0100
@@ -101,6 +101,7 @@
         <ul>
             <li>"A" path was added but not yet comitted</li>
             <li>"M" path has local changes</li>
+            <li>"O" path was removed</li>
             <li>"R" path was deleted and then re-added</li>
             <li>"U" path needs an update</li>
             <li>"Z" path contains a conflict</li>

eric ide

mercurial