Fixed an issue causing a crash for non-Python projects. release-2.6.3

Thu, 27 Mar 2014 18:46:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 27 Mar 2014 18:46:53 +0100
changeset 88
dc07c514df20
parent 87
55b5831bcad0
child 89
af91195b999a

Fixed an issue causing a crash for non-Python projects.

AssistantEric/APIsManager.py file | annotate | diff | comparison | revisions
PluginAssistantEric.py file | annotate | diff | comparison | revisions
PluginAssistantEric.zip file | annotate | diff | comparison | revisions
--- a/AssistantEric/APIsManager.py	Wed Jan 01 14:47:52 2014 +0100
+++ b/AssistantEric/APIsManager.py	Thu Mar 27 18:46:53 2014 +0100
@@ -954,7 +954,7 @@
         if self.__project.pdata["PROGLANGUAGE"][0] in ["Python", "Python2",
                                                        "Python3"]:
             sourceExt = ".py"
-        elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby":
+        elif self.__project.pdata["PROGLANGUAGE"][0] == "Ruby":
             sourceExt = ".rb"
         else:
             return []
--- a/PluginAssistantEric.py	Wed Jan 01 14:47:52 2014 +0100
+++ b/PluginAssistantEric.py	Thu Mar 27 18:46:53 2014 +0100
@@ -25,7 +25,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.6.2"
+version = "2.6.3"
 className = "AssistantEricPlugin"
 packageName = "AssistantEric"
 shortDescription = "Alternative autocompletion and calltips provider."
Binary file PluginAssistantEric.zip has changed

eric ide

mercurial