Adapted to the latest eric7 changes. eric7

Sun, 12 Sep 2021 11:20:12 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 12 Sep 2021 11:20:12 +0200
branch
eric7
changeset 185
2364aa1365f7
parent 184
7695d0683d34
child 186
c228779ea15d

Adapted to the latest eric7 changes.

.hgignore 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/.hgignore	Mon Jun 14 19:02:37 2021 +0200
+++ b/.hgignore	Sun Sep 12 11:20:12 2021 +0200
@@ -1,8 +1,8 @@
 glob:.eric6project
 glob:.eric7project
 glob:.ropeproject
-glob:_ropeproject
 glob:.directory
+glob:.jedi
 glob:**.pyc
 glob:**.orig
 glob:**.bak
--- a/ChangeLog	Mon Jun 14 19:02:37 2021 +0200
+++ b/ChangeLog	Sun Sep 12 11:20:12 2021 +0200
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 1.0.2:
+- adapted to the latest eric7 changes
+
 Version 1.0.1:
 - bug fixes
 
--- a/PluginAssistantEric.py	Mon Jun 14 19:02:37 2021 +0200
+++ b/PluginAssistantEric.py	Sun Sep 12 11:20:12 2021 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.1"
+version = "1.0.2"
 className = "AssistantEricPlugin"
 packageName = "AssistantEric"
 shortDescription = "Alternative autocompletion and calltips provider."
@@ -92,12 +92,12 @@
             QCoreApplication.translate("AssistantEricPlugin", "Eric"),
             os.path.join("AssistantEric", "ConfigurationPages",
                          "eric-{0}".format(iconSuffix)),
-            createAutoCompletionPage, "editorAutocompletionPage", None],
+            createAutoCompletionPage, "1editorAutocompletionPage", None],
         "ericCallTipsPage": [
             QCoreApplication.translate("AssistantEricPlugin", "Eric"),
             os.path.join("AssistantEric", "ConfigurationPages",
                          "eric-{0}".format(iconSuffix)),
-            createCallTipsPage, "editorCalltipsPage", None],
+            createCallTipsPage, "1editorCalltipsPage", None],
     }
 
 
Binary file PluginAssistantEric.zip has changed

eric ide

mercurial