Bug fix. eric7 release-10.1.1

Tue, 25 Oct 2022 10:58:18 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 25 Oct 2022 10:58:18 +0200
branch
eric7
changeset 110
f099cbc11de2
parent 109
ee1817601ac4
child 111
08abc7df5a43

Bug fix.

ChangeLog file | annotate | diff | comparison | revisions
PluginPyLint.py file | annotate | diff | comparison | revisions
PluginPyLint.zip file | annotate | diff | comparison | revisions
PyLintInterface/PyLintConfigDialog.ui file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Oct 24 19:38:05 2022 +0200
+++ b/ChangeLog	Tue Oct 25 10:58:18 2022 +0200
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 10.1.1
+- bug fixes
+
 Version 10.1.0
 - adapted the import statements to the new structure
 
--- a/PluginPyLint.py	Mon Oct 24 19:38:05 2022 +0200
+++ b/PluginPyLint.py	Tue Oct 25 10:58:18 2022 +0200
@@ -27,7 +27,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.1.0"
+version = "10.1.1"
 className = "PyLintPlugin"
 packageName = "PyLintInterface"
 shortDescription = "Show the PyLint dialogs."
Binary file PluginPyLint.zip has changed
--- a/PyLintInterface/PyLintConfigDialog.ui	Mon Oct 24 19:38:05 2022 +0200
+++ b/PyLintInterface/PyLintConfigDialog.ui	Tue Oct 25 10:58:18 2022 +0200
@@ -20,7 +20,7 @@
    <item>
     <widget class="QTabWidget" name="tabWidget">
      <property name="currentIndex">
-      <number>1</number>
+      <number>0</number>
      </property>
      <widget class="QWidget" name="General">
       <attribute name="title">
@@ -454,7 +454,7 @@
   <customwidget>
    <class>EricPathPicker</class>
    <extends>QWidget</extends>
-   <header>EricWidgets/EricPathPicker.h</header>
+   <header>eric7/EricWidgets/EricPathPicker.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>

eric ide

mercurial