Fixed a bug in some backward compatibility code. eric7 release-10.2.1

Thu, 17 Nov 2022 16:07:30 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 17 Nov 2022 16:07:30 +0100
branch
eric7
changeset 196
00da965ec6cb
parent 195
9df77a2b102d
child 197
2aad6576c78e

Fixed a bug in some backward compatibility code.

AssistantEric/APIsManager.py file | annotate | diff | comparison | revisions
ChangeLog file | annotate | diff | comparison | revisions
PluginAssistantEric.py file | annotate | diff | comparison | revisions
PluginAssistantEric.zip file | annotate | diff | comparison | revisions
--- a/AssistantEric/APIsManager.py	Thu Nov 17 13:55:26 2022 +0100
+++ b/AssistantEric/APIsManager.py	Thu Nov 17 16:07:30 2022 +0100
@@ -701,7 +701,7 @@
             self.__project.projectFileCompiled.connect(self.__projectFileCompiled)
         except AttributeError:
             # backward compatibility for eric < 22.12
-            self.__project.projectFormCompiled.connect(self.__projectFormCompiled)
+            self.__project.projectFormCompiled.connect(self.__projectFileCompiled)
 
         if self.__project.isOpen():
             self.__projectOpened()
--- a/ChangeLog	Thu Nov 17 13:55:26 2022 +0100
+++ b/ChangeLog	Thu Nov 17 16:07:30 2022 +0100
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 10.2.1:
+- bug fixes
+
 Version 10.2.0:
 - adjusted code for eric7 22.12 and newer
 
--- a/PluginAssistantEric.py	Thu Nov 17 13:55:26 2022 +0100
+++ b/PluginAssistantEric.py	Thu Nov 17 16:07:30 2022 +0100
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.2.0"
+version = "10.2.1"
 className = "AssistantEricPlugin"
 packageName = "AssistantEric"
 shortDescription = "Alternative autocompletion and calltips provider."
Binary file PluginAssistantEric.zip has changed

eric ide

mercurial