Merged with default branch to prepare a new release. maintenance release-20.12

Sat, 05 Dec 2020 12:29:26 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 05 Dec 2020 12:29:26 +0100
branch
maintenance
changeset 7850
e64b178499da
parent 7825
3e7d767119a9 (current diff)
parent 7849
70e464748aaa (diff)
child 7851
f7e34fa76163

Merged with default branch to prepare a new release.

docs/changelog file | annotate | diff | comparison | revisions
eric6.e4p file | annotate | diff | comparison | revisions
eric6/APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
eric6/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
eric6/Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
eric6/Documentation/Source/eric6.QScintilla.Editor.html file | annotate | diff | comparison | revisions
eric6/PipInterface/PipFreezeDialog.py file | annotate | diff | comparison | revisions
eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py file | annotate | diff | comparison | revisions
eric6/QScintilla/Editor.py file | annotate | diff | comparison | revisions
eric6/UI/Previewers/PreviewerHTML.py file | annotate | diff | comparison | revisions
eric6/UI/UserInterface.py file | annotate | diff | comparison | revisions
eric6/ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
eric6/i18n/eric6_cs.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_de.qm file | annotate | diff | comparison | revisions
eric6/i18n/eric6_de.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_empty.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_en.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_es.qm file | annotate | diff | comparison | revisions
eric6/i18n/eric6_es.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_fr.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_it.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_pt.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_ru.qm file | annotate | diff | comparison | revisions
eric6/i18n/eric6_ru.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_tr.ts file | annotate | diff | comparison | revisions
eric6/i18n/eric6_zh_CN.ts file | annotate | diff | comparison | revisions
scripts/install.py file | annotate | diff | comparison | revisions
--- a/docs/changelog	Sun Nov 01 11:17:06 2020 +0100
+++ b/docs/changelog	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,8 @@
 Change Log
 ----------
+Version 20.12:
+- bug fixes
+
 Version 20.11:
 - bug fixes
 - Editor
--- a/eric6.e4p	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6.e4p	Sat Dec 05 12:29:26 2020 +0100
@@ -2817,7 +2817,7 @@
               <string>LineComplexity</string>
             </key>
             <value>
-              <int>20</int>
+              <int>25</int>
             </value>
             <key>
               <string>LineComplexityScore</string>
--- a/eric6/APIs/Python3/eric6.api	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/APIs/Python3/eric6.api	Sat Dec 05 12:29:26 2020 +0100
@@ -9403,7 +9403,6 @@
 eric6.Utilities.joinext?4(prefix, ext)
 eric6.Utilities.linesep?4()
 eric6.Utilities.normabsjoinpath?4(a, *p)
-eric6.Utilities.normabspath?4(path)
 eric6.Utilities.normcaseabspath?4(path)
 eric6.Utilities.normcasepath?4(path)
 eric6.Utilities.normjoinpath?4(a, *p)
@@ -9415,9 +9414,7 @@
 eric6.Utilities.readEncodedFileWithEncoding?4(filename, encoding)
 eric6.Utilities.readEncodedFileWithHash?4(filename)
 eric6.Utilities.readStringFromStream?4(stream)
-eric6.Utilities.relativePath?4(path, start)
 eric6.Utilities.relativeUniversalPath?4(path, start)
-eric6.Utilities.relpath?4(path, start=os.path.curdir)
 eric6.Utilities.rxIndex?4(rx, txt)
 eric6.Utilities.samefilepath?4(f1, f2)
 eric6.Utilities.samepath?4(f1, f2)
@@ -9737,6 +9734,7 @@
 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged?4(txt)
 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked?4()
 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged?4(txt)
+eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_nameEdit_textChanged?4(txt)
 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged?4(txt)
 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pyvenvButton_toggled?4(checked)
 eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged?4(txt)
--- a/eric6/CondaInterface/CondaExportDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/CondaInterface/CondaExportDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -185,7 +185,7 @@
         try:
             with open(fileName, "w") as f:
                 f.write(self.requirementsEdit.toPlainText())
-        except (OSError, IOError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Generate Requirements"),
--- a/eric6/Cooperation/ChatWidget.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Cooperation/ChatWidget.py	Sat Dec 05 12:29:26 2020 +0100
@@ -575,7 +575,7 @@
                 try:
                     with open(fname, "w", encoding="utf-8") as f:
                         f.write(txt)
-                except IOError as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Error saving Chat"),
--- a/eric6/DataViews/CodeMetrics.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DataViews/CodeMetrics.py	Sat Dec 05 12:29:26 2020 +0100
@@ -204,7 +204,7 @@
     """
     try:
         text = Utilities.readEncodedFile(filename)[0]
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         return SourceStat()
 
     parser = Parser()
--- a/eric6/DataViews/PyCoverageDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DataViews/PyCoverageDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -384,7 +384,7 @@
         for file in files:
             try:
                 os.remove(file)
-            except EnvironmentError:
+            except OSError:
                 pass
 
     @pyqtSlot()
--- a/eric6/DataViews/PyProfileDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DataViews/PyProfileDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -242,7 +242,7 @@
         try:
             with open(fname, 'rb') as f:
                 self.stats = pickle.load(f)     # secok
-        except (EnvironmentError, pickle.PickleError, EOFError):
+        except (OSError, pickle.PickleError, EOFError):
             E5MessageBox.critical(
                 self,
                 self.tr("Loading Profiling Data"),
--- a/eric6/DebugClients/Python/AsyncFile.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DebugClients/Python/AsyncFile.py	Sat Dec 05 12:29:26 2020 +0100
@@ -65,14 +65,14 @@
         Private method to check the mode.
         
         This method checks, if an operation is permitted according to
-        the mode of the file. If it is not, an IOError is raised.
+        the mode of the file. If it is not, an OSError is raised.
         
         @param mode the mode to be checked
         @type string
-        @exception IOError raised to indicate a bad file descriptor
+        @exception OSError raised to indicate a bad file descriptor
         """
         if mode != self.mode:
-            raise IOError((9, '[Errno 9] Bad file descriptor'))
+            raise OSError((9, '[Errno 9] Bad file descriptor'))
 
     def pendingWrite(self):
         """
@@ -112,7 +112,7 @@
                     pass
                 self.sock.sendall(buf)
                 self.nWriteErrors = 0
-            except socket.error:
+            except OSError:
                 self.nWriteErrors += 1
                 if self.nWriteErrors > self.maxtries:
                     self.wpending = []    # delete all output
@@ -135,7 +135,7 @@
         """
         try:
             return self.sock.fileno()
-        except socket.error:
+        except OSError:
             return -1
 
     def readable(self):
@@ -294,19 +294,19 @@
         @type int
         @param whence position the offset relates to
         @type int
-        @exception IOError This method is not supported and always raises an
-        IOError.
+        @exception OSError This method is not supported and always raises an
+        OSError.
         """
-        raise IOError((29, '[Errno 29] Illegal seek'))
+        raise OSError((29, '[Errno 29] Illegal seek'))
 
     def tell(self):
         """
         Public method to get the filepointer position.
         
-        @exception IOError This method is not supported and always raises an
-        IOError.
+        @exception OSError This method is not supported and always raises an
+        OSError.
         """
-        raise IOError((29, '[Errno 29] Illegal seek'))
+        raise OSError((29, '[Errno 29] Illegal seek'))
 
     def truncate(self, size=-1):
         """
@@ -314,10 +314,10 @@
         
         @param size size to truncate to
         @type int
-        @exception IOError This method is not supported and always raises an
-        IOError.
+        @exception OSError This method is not supported and always raises an
+        OSError.
         """
-        raise IOError((29, '[Errno 29] Illegal seek'))
+        raise OSError((29, '[Errno 29] Illegal seek'))
 
     def writable(self):
         """
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Sat Dec 05 12:29:26 2020 +0100
@@ -224,7 +224,7 @@
                     # read the first and second line
                     text = f.readline()
                     text = "{0}{1}".format(text, f.readline())
-            except IOError:
+            except OSError:
                 self.__coding = default
                 return
             
@@ -1169,7 +1169,7 @@
             
             try:
                 rrdy, wrdy, xrdy = select.select([self.readstream], wrdy, [])
-            except (select.error, KeyboardInterrupt, socket.error):
+            except (KeyboardInterrupt, OSError):
                 selectErrors += 1
                 if selectErrors <= 10:      # arbitrarily selected
                     # just carry on
@@ -1212,7 +1212,7 @@
         # immediate return if nothing is ready.
         try:
             rrdy, wrdy, xrdy = select.select([self.readstream], wrdy, [], 0)
-        except (select.error, KeyboardInterrupt, socket.error):
+        except (KeyboardInterrupt, OSError):
             return
 
         if self.readstream in rrdy:
--- a/eric6/DebugClients/Python/PyProfile.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DebugClients/Python/PyProfile.py	Sat Dec 05 12:29:26 2020 +0100
@@ -56,7 +56,7 @@
                 timings = marshal.load(cache)       # secok
                 if isinstance(timings, dict):
                     self.timings = timings
-        except (EnvironmentError, EOFError, ValueError, TypeError):
+        except (OSError, EOFError, ValueError, TypeError):
             pass
     
     def save(self):
@@ -67,7 +67,7 @@
         try:
             with open(self.timingCache, 'wb') as cache:
                 marshal.dump(self.timings, cache)
-        except EnvironmentError:
+        except OSError:
             pass
         
         # dump the profile data
@@ -83,7 +83,7 @@
         try:
             with open(file, 'wb') as f:
                 pickle.dump(self.stats, f, 4)
-        except (EnvironmentError, pickle.PickleError):
+        except (OSError, pickle.PickleError):
             pass
 
     def erase(self):
--- a/eric6/Debugger/CallStackViewer.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Debugger/CallStackViewer.py	Sat Dec 05 12:29:26 2020 +0100
@@ -184,7 +184,7 @@
                             f.write("{0}\n".format(itm.text(0)))
                             f.write(78 * "=" + "\n")
                             itm = self.itemBelow(itm)
-                except IOError as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Error saving Call Stack Info"),
--- a/eric6/Debugger/CallTraceViewer.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Debugger/CallTraceViewer.py	Sat Dec 05 12:29:26 2020 +0100
@@ -178,7 +178,7 @@
                                 call,
                                 itm.text(1), itm.text(2)))
                             itm = self.callTrace.itemBelow(itm)
-                except IOError as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Error saving Call Trace Info"),
--- a/eric6/Debugger/DebugUI.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Debugger/DebugUI.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1046,7 +1046,7 @@
                         self.ui, Program,
                         self.tr('<p><b>{0}</b> has terminated with an exit'
                                 ' status of {1}.</p>{2}')
-                            .format(Utilities.normabspath(self.ui.currentProg),
+                            .format(os.path.abspath(self.ui.currentProg),
                                     status, info))
             else:
                 if message:
@@ -1077,7 +1077,7 @@
                         self.appendStdout.emit(self.tr(
                             '"{0}" has terminated with an exit status of'
                             ' {1}.\n{2}\n').format(
-                            Utilities.normabspath(self.ui.currentProg), status,
+                            os.path.abspath(self.ui.currentProg), status,
                             info))
 
     def __clientSyntaxError(self, message, filename, lineNo, characterNo):
@@ -1163,7 +1163,7 @@
                             pass
                         if "__IGNORE_EXCEPTION__" in lineFlags:
                             res = E5MessageBox.No
-                except (UnicodeError, IOError):
+                except (UnicodeError, OSError):
                     pass
                 if res != E5MessageBox.No:
                     self.viewmanager.setFileLine(
--- a/eric6/Debugger/DebuggerInterfacePython.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Debugger/DebuggerInterfacePython.py	Sat Dec 05 12:29:26 2020 +0100
@@ -12,7 +12,7 @@
 import logging
 
 from PyQt5.QtCore import (
-    QObject, QTextCodec, QProcess, QProcessEnvironment, QTimer
+    QObject, QProcess, QProcessEnvironment, QTimer
 )
 from PyQt5.QtWidgets import QInputDialog
 
@@ -63,9 +63,6 @@
         # set translation function
         self.translate = self.__identityTranslation
         
-        self.codec = QTextCodec.codecForName(
-            str(Preferences.getSystem("StringEncoding")))
-        
         if passive:
             # set translation function
             if Preferences.getDebugger("PathTranslation"):
@@ -1038,10 +1035,8 @@
         """
         while self.qsock and self.qsock.canReadLine():
             qs = self.qsock.readLine()
-            if self.codec is not None:
-                line = self.codec.toUnicode(qs)
-            else:
-                line = bytes(qs).decode()
+            line = bytes(qs).decode(
+                encoding=Preferences.getSystem("StringEncoding"))
             
             logging.debug("<Debug-Server> %s", line)
 ##            print("Server: ", line)          ##debug
Binary file eric6/Documentation/Help/source.qch has changed
--- a/eric6/Documentation/Help/source.qhp	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Help/source.qhp	Sat Dec 05 12:29:26 2020 +0100
@@ -10693,6 +10693,7 @@
       <keyword name="PipDialog (Constructor)" id="PipDialog (Constructor)" ref="eric6.PipInterface.PipDialog.html#PipDialog.__init__" />
       <keyword name="PipDialog (Module)" id="PipDialog (Module)" ref="eric6.PipInterface.PipDialog.html" />
       <keyword name="PipDialog.__addOutput" id="PipDialog.__addOutput" ref="eric6.PipInterface.PipDialog.html#PipDialog.__addOutput" />
+      <keyword name="PipDialog.__cancel" id="PipDialog.__cancel" ref="eric6.PipInterface.PipDialog.html#PipDialog.__cancel" />
       <keyword name="PipDialog.__finish" id="PipDialog.__finish" ref="eric6.PipInterface.PipDialog.html#PipDialog.__finish" />
       <keyword name="PipDialog.__procFinished" id="PipDialog.__procFinished" ref="eric6.PipInterface.PipDialog.html#PipDialog.__procFinished" />
       <keyword name="PipDialog.__readStderr" id="PipDialog.__readStderr" ref="eric6.PipInterface.PipDialog.html#PipDialog.__readStderr" />
@@ -16064,6 +16065,7 @@
       <keyword name="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" id="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" />
       <keyword name="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" id="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" />
       <keyword name="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" id="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" />
+      <keyword name="VirtualenvConfigurationDialog.on_nameEdit_textChanged" id="VirtualenvConfigurationDialog.on_nameEdit_textChanged" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_nameEdit_textChanged" />
       <keyword name="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" id="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" />
       <keyword name="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" id="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_pyvenvButton_toggled" />
       <keyword name="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" id="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" />
@@ -17712,7 +17714,6 @@
       <keyword name="namespacePathJoin" id="namespacePathJoin" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html#namespacePathJoin" />
       <keyword name="namespacePathSplit" id="namespacePathSplit" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html#namespacePathSplit" />
       <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric6.Utilities.__init__.html#normabsjoinpath" />
-      <keyword name="normabspath" id="normabspath" ref="eric6.Utilities.__init__.html#normabspath" />
       <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#normalizeCode" />
       <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#normalizeCode" />
       <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#normalizeCode" />
@@ -17809,9 +17810,7 @@
       <keyword name="registerView" id="registerView" ref="eric6.WebBrowser.WebInspector.html#registerView" />
       <keyword name="register_check" id="register_check" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#register_check" />
       <keyword name="rehashPassword" id="rehashPassword" ref="eric6.Utilities.crypto.py3PBKDF2.html#rehashPassword" />
-      <keyword name="relativePath" id="relativePath" ref="eric6.Utilities.__init__.html#relativePath" />
       <keyword name="relativeUniversalPath" id="relativeUniversalPath" ref="eric6.Utilities.__init__.html#relativeUniversalPath" />
-      <keyword name="relpath" id="relpath" ref="eric6.Utilities.__init__.html#relpath" />
       <keyword name="removeConfigurationData" id="removeConfigurationData" ref="uninstall.html#removeConfigurationData" />
       <keyword name="removeDataDirectory" id="removeDataDirectory" ref="uninstall.html#removeDataDirectory" />
       <keyword name="removeMarkers" id="removeMarkers" ref="eric6.UI.CompareDialog.html#removeMarkers" />
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html	Sat Dec 05 12:29:26 2020 +0100
@@ -199,7 +199,7 @@
 </p>
 <p>
         This method checks, if an operation is permitted according to
-        the mode of the file. If it is not, an IOError is raised.
+        the mode of the file. If it is not, an OSError is raised.
 </p>
 <dl>
 
@@ -210,7 +210,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate a bad file descriptor
 </dd>
@@ -485,10 +485,10 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 This method is not supported and always raises an
-        IOError.
+        OSError.
 </dd>
 </dl>
 <a NAME="AsyncFile.seekable" ID="AsyncFile.seekable"></a>
@@ -519,10 +519,10 @@
 </p>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 This method is not supported and always raises an
-        IOError.
+        OSError.
 </dd>
 </dl>
 <a NAME="AsyncFile.truncate" ID="AsyncFile.truncate"></a>
@@ -541,10 +541,10 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 This method is not supported and always raises an
-        IOError.
+        OSError.
 </dd>
 </dl>
 <a NAME="AsyncFile.writable" ID="AsyncFile.writable"></a>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonCommandsInterface.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonCommandsInterface.html	Sat Dec 05 12:29:26 2020 +0100
@@ -314,7 +314,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -420,7 +420,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -457,7 +457,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -484,7 +484,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -510,7 +510,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -581,7 +581,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -614,7 +614,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -635,7 +635,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -672,7 +672,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -698,7 +698,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -723,7 +723,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -744,7 +744,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -785,7 +785,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -800,7 +800,7 @@
 </p>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
@@ -827,7 +827,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue with the device
 </dd>
--- a/eric6/Documentation/Source/eric6.PipInterface.PipDialog.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.PipInterface.PipDialog.html	Sat Dec 05 12:29:26 2020 +0100
@@ -78,6 +78,10 @@
 <td>Private method to add some text to the output pane.</td>
 </tr>
 <tr>
+<td><a href="#PipDialog.__cancel">__cancel</a></td>
+<td>Private slot to cancel the current action.</td>
+</tr>
+<tr>
 <td><a href="#PipDialog.__finish">__finish</a></td>
 <td>Private slot called when the process finished or the user pressed the button.</td>
 </tr>
@@ -148,6 +152,13 @@
 text to be added
 </dd>
 </dl>
+<a NAME="PipDialog.__cancel" ID="PipDialog.__cancel"></a>
+<h4>PipDialog.__cancel</h4>
+<b>__cancel</b>(<i></i>)
+
+<p>
+        Private slot to cancel the current action.
+</p>
 <a NAME="PipDialog.__finish" ID="PipDialog.__finish"></a>
 <h4>PipDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html	Sat Dec 05 12:29:26 2020 +0100
@@ -1753,7 +1753,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate an issue accessing the file
 </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html	Sat Dec 05 12:29:26 2020 +0100
@@ -264,10 +264,6 @@
 <td>Function returning a normalized, absolute path of the joined parts passed into it.</td>
 </tr>
 <tr>
-<td><a href="#normabspath">normabspath</a></td>
-<td>Function returning a normalized, absolute path.</td>
-</tr>
-<tr>
 <td><a href="#normcaseabspath">normcaseabspath</a></td>
 <td>Function returning an absolute path, that is normalized with respect to its case and references.</td>
 </tr>
@@ -312,18 +308,10 @@
 <td>Module function to read a string from the given stream.</td>
 </tr>
 <tr>
-<td><a href="#relativePath">relativePath</a></td>
-<td>Function to convert a file path to a path relative to a start path.</td>
-</tr>
-<tr>
 <td><a href="#relativeUniversalPath">relativeUniversalPath</a></td>
 <td>Function to convert a file path to a path relative to a start path with universal separators.</td>
 </tr>
 <tr>
-<td><a href="#relpath">relpath</a></td>
-<td>Return a relative version of a path.</td>
-</tr>
-<tr>
 <td><a href="#rxIndex">rxIndex</a></td>
 <td>Function to get the index (start position) of a regular expression match within some text.</td>
 </tr>
@@ -1918,29 +1906,6 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
-<a NAME="normabspath" ID="normabspath"></a>
-<h2>normabspath</h2>
-<b>normabspath</b>(<i>path</i>)
-
-<p>
-    Function returning a normalized, absolute path.
-</p>
-<dl>
-
-<dt><i>path</i></dt>
-<dd>
-file path (string)
-</dd>
-</dl>
-<dl>
-<dt>Returns:</dt>
-<dd>
-absolute, normalized path (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
 <a NAME="normcaseabspath" ID="normcaseabspath"></a>
 <h2>normcaseabspath</h2>
 <b>normcaseabspath</b>(<i>path</i>)
@@ -2004,7 +1969,7 @@
 </dd>
 <dt><i>p</i></dt>
 <dd>
-variable number of path parts to be joind (string)
+variable number of path parts to be joined (string)
 </dd>
 </dl>
 <dl>
@@ -2227,34 +2192,6 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
-<a NAME="relativePath" ID="relativePath"></a>
-<h2>relativePath</h2>
-<b>relativePath</b>(<i>path, start</i>)
-
-<p>
-    Function to convert a file path to a path relative to a start path.
-</p>
-<dl>
-
-<dt><i>path</i></dt>
-<dd>
-file or directory name to convert (string)
-</dd>
-<dt><i>start</i></dt>
-<dd>
-start path (string)
-</dd>
-</dl>
-<dl>
-<dt>Returns:</dt>
-<dd>
-relative path or unchanged path, if path does not start with
-        the start path (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
 <a NAME="relativeUniversalPath" ID="relativeUniversalPath"></a>
 <h2>relativeUniversalPath</h2>
 <b>relativeUniversalPath</b>(<i>path, start</i>)
@@ -2284,40 +2221,6 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
-<a NAME="relpath" ID="relpath"></a>
-<h2>relpath</h2>
-<b>relpath</b>(<i>path, start=os.path.curdir</i>)
-
-<p>
-    Return a relative version of a path.
-</p>
-<dl>
-
-<dt><i>path</i></dt>
-<dd>
-path to make relative (string)
-</dd>
-<dt><i>start</i></dt>
-<dd>
-path to make relative from (string)
-</dd>
-</dl>
-<dl>
-<dt>Returns:</dt>
-<dd>
-relative path (string)
-</dd>
-</dl>
-<dl>
-
-<dt>Raises <b>ValueError</b>:</dt>
-<dd>
-raised to indicate an invalid path
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
 <a NAME="rxIndex" ID="rxIndex"></a>
 <h2>rxIndex</h2>
 <b>rxIndex</b>(<i>rx, txt</i>)
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvConfigurationDialog.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvConfigurationDialog.html	Sat Dec 05 12:29:26 2020 +0100
@@ -143,6 +143,10 @@
 <td>Private slot handling a change of the conda target directory.</td>
 </tr>
 <tr>
+<td><a href="#VirtualenvConfigurationDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
+<td>Private slot handling a change of the virtual environment name.</td>
+</tr>
+<tr>
 <td><a href="#VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td>
 <td>Private slot to react to a change of the Python executable.</td>
 </tr>
@@ -391,6 +395,20 @@
 target directory
 </dd>
 </dl>
+<a NAME="VirtualenvConfigurationDialog.on_nameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_nameEdit_textChanged"></a>
+<h4>VirtualenvConfigurationDialog.on_nameEdit_textChanged</h4>
+<b>on_nameEdit_textChanged</b>(<i>txt</i>)
+
+<p>
+        Private slot handling a change of the virtual environment name.
+</p>
+<dl>
+
+<dt><i>txt</i> (str)</dt>
+<dd>
+name of the virtual environment
+</dd>
+</dl>
 <a NAME="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ID="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged</h4>
 <b>on_pythonExecPicker_textChanged</b>(<i>txt</i>)
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Sat Dec 05 12:29:26 2020 +0100
@@ -1703,7 +1703,7 @@
 </p>
 <a NAME="WebBrowserWindow.__createTextEncodingAction" ID="WebBrowserWindow.__createTextEncodingAction"></a>
 <h4>WebBrowserWindow.__createTextEncodingAction</h4>
-<b>__createTextEncodingAction</b>(<i>codec, defaultCodec, parentMenu</i>)
+<b>__createTextEncodingAction</b>(<i>codec, defaultCodec, parentMenu, name=None</i>)
 
 <p>
         Private method to create an action for the text encoding menu.
@@ -1722,6 +1722,10 @@
 <dd>
 reference to the parent menu
 </dd>
+<dt><i>name</i> (str)</dt>
+<dd>
+name for the action
+</dd>
 </dl>
 <a NAME="WebBrowserWindow.__createTextEncodingSubmenu" ID="WebBrowserWindow.__createTextEncodingSubmenu"></a>
 <h4>WebBrowserWindow.__createTextEncodingSubmenu</h4>
--- a/eric6/DocumentationTools/IndexGenerator.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/DocumentationTools/IndexGenerator.py	Sat Dec 05 12:29:26 2020 +0100
@@ -207,7 +207,7 @@
                 if basename:
                     package = package.replace(basename, "")
                 out = self.__writeIndex(package, element, newline)
-            except IOError as v:
+            except OSError as v:
                 sys.stderr.write("{0} error: {1}\n".format(package, v[1]))
             else:
                 if out:
--- a/eric6/E5Gui/E5MainWindow.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/E5Gui/E5MainWindow.py	Sat Dec 05 12:29:26 2020 +0100
@@ -50,7 +50,7 @@
             try:
                 with open(styleSheetFile, "r", encoding="utf-8") as f:
                     styleSheet = f.read()
-            except (IOError, OSError) as msg:
+            except OSError as msg:
                 E5MessageBox.warning(
                     self,
                     QCoreApplication.translate(
--- a/eric6/E5Gui/E5SingleApplication.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/E5Gui/E5SingleApplication.py	Sat Dec 05 12:29:26 2020 +0100
@@ -162,7 +162,7 @@
         
         @param fname name of file to be opened (string)
         """
-        self.sendCommand(SAOpenFile, [Utilities.normabspath(fname)])
+        self.sendCommand(SAOpenFile, [os.path.abspath(fname)])
         
     def __openProject(self, pfname):
         """
@@ -170,7 +170,7 @@
         
         @param pfname name of the projectfile to be opened (string)
         """
-        self.sendCommand(SAOpenProject, [Utilities.normabspath(pfname)])
+        self.sendCommand(SAOpenProject, [os.path.abspath(pfname)])
         
     def __openMultiProject(self, pfname):
         """
@@ -178,7 +178,7 @@
         
         @param pfname name of the projectfile to be opened (string)
         """
-        self.sendCommand(SAOpenMultiProject, [Utilities.normabspath(pfname)])
+        self.sendCommand(SAOpenMultiProject, [os.path.abspath(pfname)])
         
     def __sendArguments(self, argsStr):
         """
--- a/eric6/Globals/__init__.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Globals/__init__.py	Sat Dec 05 12:29:26 2020 +0100
@@ -316,7 +316,13 @@
     # step 1: check, if the user has configured a tools path
     path = Preferences.getQt("QtToolsDir")
     
-    # step 2: determine from used Python interpreter (designer is test object)
+    # step 2: try the qt5_applications package
+    if not path:
+        import qt5_applications
+        path = os.path.join(os.path.dirname(qt5_applications.__file__),
+                            "Qt", "bin")
+    
+    # step 3: determine from used Python interpreter (designer is test object)
     if not path:
         program = "designer"
         if isWindowsPlatform():
--- a/eric6/Graphics/ImportsDiagramBuilder.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Graphics/ImportsDiagramBuilder.py	Sat Dec 05 12:29:26 2020 +0100
@@ -44,7 +44,7 @@
         self.setObjectName("ImportsDiagram")
         
         self.showExternalImports = showExternalImports
-        self.packagePath = Utilities.normabspath(package)
+        self.packagePath = os.path.abspath(package)
     
     def initialize(self):
         """
--- a/eric6/Graphics/PackageDiagramBuilder.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Graphics/PackageDiagramBuilder.py	Sat Dec 05 12:29:26 2020 +0100
@@ -39,7 +39,7 @@
         super(PackageDiagramBuilder, self).__init__(dialog, view, project)
         self.setObjectName("PackageDiagram")
         
-        self.package = Utilities.normabspath(package)
+        self.package = os.path.abspath(package)
         self.noAttrs = noAttrs
     
     def initialize(self):
--- a/eric6/Graphics/UMLDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Graphics/UMLDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -256,7 +256,7 @@
         try:
             with open(filename, "w", encoding="utf-8") as f:
                 f.write("\n".join(lines))
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Save Diagram"),
@@ -285,7 +285,7 @@
         try:
             with open(filename, "r", encoding="utf-8") as f:
                 data = f.read()
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Load Diagram"),
--- a/eric6/IconEditor/IconEditorGrid.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/IconEditor/IconEditorGrid.py	Sat Dec 05 12:29:26 2020 +0100
@@ -19,8 +19,6 @@
 
 from E5Gui import E5MessageBox
 
-from .cursors import cursors_rc     # __IGNORE_WARNING__
-
 
 class IconEditCommand(QUndoCommand):
     """
--- a/eric6/MicroPython/MicroPythonCommandsInterface.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/MicroPython/MicroPythonCommandsInterface.py	Sat Dec 05 12:29:26 2020 +0100
@@ -289,7 +289,7 @@
         @type str
         @return tuple containg the directory listing
         @rtype tuple of str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if self.__repl.isMicrobit():
             # BBC micro:bit does not support directories
@@ -306,7 +306,7 @@
             ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         return ast.literal_eval(out.decode("utf-8"))
     
     def lls(self, dirname="", fullstat=False, showHidden=False):
@@ -325,7 +325,7 @@
             false) or the complete stat() tuple. 'None' is returned in case the
             directory doesn't exist.
         @rtype tuple of (str, tuple)
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if self.__repl.isMicrobit():
             # BBC micro:bit does not support directories
@@ -383,7 +383,7 @@
             ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         fileslist = ast.literal_eval(out.decode("utf-8"))
         if fileslist is None:
             return None
@@ -399,7 +399,7 @@
         
         @param dirname directory to change to
         @type str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if dirname:
             commands = [
@@ -409,7 +409,7 @@
             ]
             out, err = self.execute(commands)
             if err:
-                raise IOError(self.__shortError(err))
+                raise OSError(self.__shortError(err))
     
     def pwd(self):
         """
@@ -417,7 +417,7 @@
         
         @return current directory
         @rtype str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if self.__repl.isMicrobit():
             # BBC micro:bit does not support directories
@@ -430,7 +430,7 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         return out.decode("utf-8").strip()
     
     def rm(self, filename):
@@ -439,7 +439,7 @@
         
         @param filename name of the file to be removed
         @type str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if filename:
             commands = [
@@ -449,7 +449,7 @@
             ]
             out, err = self.execute(commands)
             if err:
-                raise IOError(self.__shortError(err))
+                raise OSError(self.__shortError(err))
     
     def rmrf(self, name, recursive=False, force=False):
         """
@@ -463,7 +463,7 @@
         @type bool
         @return flag indicating success
         @rtype bool
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if name:
             commands = [
@@ -496,7 +496,7 @@
             ]
             out, err = self.execute(commands)
             if err:
-                raise IOError(self.__shortError(err))
+                raise OSError(self.__shortError(err))
             return ast.literal_eval(out.decode("utf-8"))
         
         return False
@@ -507,7 +507,7 @@
         
         @param dirname name of the directory to create
         @type str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if dirname:
             commands = [
@@ -517,7 +517,7 @@
             ]
             out, err = self.execute(commands)
             if err:
-                raise IOError(self.__shortError(err))
+                raise OSError(self.__shortError(err))
     
     def rmdir(self, dirname):
         """
@@ -525,7 +525,7 @@
         
         @param dirname name of the directory to be removed
         @type str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if dirname:
             commands = [
@@ -535,7 +535,7 @@
             ]
             out, err = self.execute(commands)
             if err:
-                raise IOError(self.__shortError(err))
+                raise OSError(self.__shortError(err))
     
     def put(self, hostFileName, deviceFileName=None):
         """
@@ -547,10 +547,10 @@
         @type str
         @return flag indicating success
         @rtype bool
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if not os.path.isfile(hostFileName):
-            raise IOError("No such file: {0}".format(hostFileName))
+            raise OSError("No such file: {0}".format(hostFileName))
         
         with open(hostFileName, "rb") as hostFile:
             content = hostFile.read()
@@ -576,7 +576,7 @@
         
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         return True
     
     def get(self, deviceFileName, hostFileName=None):
@@ -589,7 +589,7 @@
         @type str
         @return flag indicating success
         @rtype bool
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         if not hostFileName:
             hostFileName = deviceFileName
@@ -622,7 +622,7 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         
         # write the received bytes to the local file
         # convert eol to "\n"
@@ -640,7 +640,7 @@
         @return tuple of tuples containing the file system name, the total
             size, the used size and the free size
         @rtype tuple of tuples of (str, int, int, int)
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         commands = [
             "import os as __os_",
@@ -663,7 +663,7 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         infolist = ast.literal_eval(out.decode("utf-8"))
         if infolist is None:
             return None
@@ -688,7 +688,7 @@
         
         @return dictionary containing the version information
         @rtype dict
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         commands = [
             "import os as __os_",
@@ -697,7 +697,7 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         
         rawOutput = out.decode("utf-8").strip()
         rawOutput = rawOutput[1:-1]
@@ -715,7 +715,7 @@
         
         @return dictionary containing the implementation information
         @rtype dict
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         commands = [
             "import sys as __sys_",
@@ -738,7 +738,7 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         return ast.literal_eval(out.decode("utf-8"))
     
     def syncTime(self):
@@ -746,7 +746,7 @@
         Public method to set the time of the connected device to the local
         computer's time.
         
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         now = time.localtime(time.time())
         commands = [
@@ -795,7 +795,7 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
     
     def getTime(self):
         """
@@ -803,7 +803,7 @@
         
         @return time of the device
         @rtype str
-        @exception IOError raised to indicate an issue with the device
+        @exception OSError raised to indicate an issue with the device
         """
         commands = [
             "import time as __time_",
@@ -822,5 +822,5 @@
         ]
         out, err = self.execute(commands)
         if err:
-            raise IOError(self.__shortError(err))
+            raise OSError(self.__shortError(err))
         return out.decode("utf-8").strip()
--- a/eric6/MicroPython/MicroPythonFileManagerWidget.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/MicroPython/MicroPythonFileManagerWidget.py	Sat Dec 05 12:29:26 2020 +0100
@@ -661,7 +661,7 @@
                 os.mkdir(dirPath)
                 self.__listLocalFiles(cwdWidget.text(),
                                       localDevice=localDevice)
-            except (OSError, IOError) as exc:
+            except OSError as exc:
                 E5MessageBox.critical(
                     self,
                     self.tr("Create Directory"),
@@ -737,7 +737,7 @@
                     os.remove(filename)
                     self.__listLocalFiles(cwdWidget.text(),
                                           localDevice=localDevice)
-                except (OSError, IOError) as exc:
+                except OSError as exc:
                     E5MessageBox.critical(
                         self,
                         self.tr("Delete File"),
--- a/eric6/MicroPython/MicroPythonGraphWidget.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/MicroPython/MicroPythonGraphWidget.py	Sat Dec 05 12:29:26 2020 +0100
@@ -323,7 +323,7 @@
             
             self.__dirty = False
             return True
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Save Chart Data"),
--- a/eric6/Network/IRC/IrcChannelWidget.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Network/IRC/IrcChannelWidget.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1400,7 +1400,7 @@
                         txt = self.messages.toPlainText()
                     with open(fname, "w", encoding="utf-8") as f:
                         f.write(txt)
-                except IOError as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Error saving Messages"),
--- a/eric6/Network/IRC/IrcNetworkWidget.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Network/IRC/IrcNetworkWidget.py	Sat Dec 05 12:29:26 2020 +0100
@@ -454,7 +454,7 @@
                         txt = self.messages.toPlainText()
                     with open(fname, "w", encoding="utf-8") as f:
                         f.write(txt)
-                except IOError as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Error saving Messages"),
--- a/eric6/PipInterface/Pip.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PipInterface/Pip.py	Sat Dec 05 12:29:26 2020 +0100
@@ -460,7 +460,7 @@
                     try:
                         with open(requirements, "r") as f:
                             reqs = f.read().splitlines()
-                    except (OSError, IOError):
+                    except OSError:
                         return
                     
                     from UI.DeleteFilesConfirmationDialog import (
--- a/eric6/PipInterface/PipDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PipInterface/PipDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -36,6 +36,9 @@
         super(PipDialog, self).__init__(parent)
         self.setupUi(self)
         
+        self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
+        self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True)
+        
         self.proc = None
         self.__processQueue = []
         self.__ioEncoding = Preferences.getSystem("IOEncoding")
@@ -52,18 +55,7 @@
         @param e close event
         @type QCloseEvent
         """
-        self.__processQueue = []
-        
-        if (
-            self.proc is not None and
-            self.proc.state() != QProcess.NotRunning
-        ):
-            self.proc.terminate()
-            QTimer.singleShot(2000, self.proc.kill)
-            self.proc.waitForFinished(3000)
-        
-        self.proc = None
-        
+        self.__cancel()
         e.accept()
     
     def __finish(self):
@@ -81,14 +73,23 @@
         
         self.proc = None
         
-        self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True)
-        self.buttonBox.button(QDialogButtonBox.Close).setFocus(
-            Qt.OtherFocusReason)
-        
         if self.__processQueue:
             cmd, args = self.__processQueue.pop(0)
             self.__addOutput("\n\n")
             self.startProcess(cmd, args)
+        else:
+            self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True)
+            self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False)
+            self.buttonBox.button(QDialogButtonBox.Close).setDefault(True)
+            self.buttonBox.button(QDialogButtonBox.Close).setFocus(
+                Qt.OtherFocusReason)
+    
+    def __cancel(self):
+        """
+        Private slot to cancel the current action.
+        """
+        self.__processQueue = []
+        self.__finish()
     
     @pyqtSlot(QAbstractButton)
     def on_buttonBox_clicked(self, button):
@@ -100,6 +101,8 @@
         """
         if button == self.buttonBox.button(QDialogButtonBox.Close):
             self.close()
+        elif button == self.buttonBox.button(QDialogButtonBox.Cancel):
+            self.__cancel()
     
     def __procFinished(self, exitCode, exitStatus):
         """
--- a/eric6/PipInterface/PipDialog.ui	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PipInterface/PipDialog.ui	Sat Dec 05 12:29:26 2020 +0100
@@ -73,7 +73,7 @@
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="standardButtons">
-      <set>QDialogButtonBox::Close</set>
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
      </property>
     </widget>
    </item>
--- a/eric6/PipInterface/PipFreezeDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PipInterface/PipFreezeDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -44,6 +44,8 @@
         self.__refreshButton = self.buttonBox.addButton(
             self.tr("&Refresh"), QDialogButtonBox.ActionRole)
         
+        self.__environmentName = ""
+        
         self.requirementsFilePicker.setMode(E5PathPickerModes.SaveFileMode)
         self.requirementsFilePicker.setFilters(
             self.tr("Text Files (*.txt);;All Files (*)"))
@@ -117,7 +119,7 @@
         else:
             ok = True
         if ok:
-            self.start()
+            self.start(self.__environmentName)
     
     def start(self, venvName):
         """
@@ -128,6 +130,7 @@
         """
         self.requirementsEdit.clear()
         self.__requirementsAvailable = False
+        self.__environmentName = venvName
         
         interpreter = self.__pip.getVirtualenvInterpreter(venvName)
         if not interpreter:
@@ -198,7 +201,7 @@
         try:
             with open(fileName, "w") as f:
                 f.write(self.requirementsEdit.toPlainText())
-        except (OSError, IOError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Generate Requirements"),
--- a/eric6/PipInterface/PipPackagesWidget.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PipInterface/PipPackagesWidget.py	Sat Dec 05 12:29:26 2020 +0100
@@ -831,6 +831,7 @@
             if packages:
                 self.__pip.installPackages(packages, venvName=venvName,
                                            userSite=userSite)
+                self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def on_showDetailsButton_clicked(self):
@@ -1014,6 +1015,7 @@
         venvName = self.environmentsComboBox.currentText()
         if venvName:
             self.__pip.installPip(venvName)
+            self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __installPipUser(self):
@@ -1024,6 +1026,7 @@
         venvName = self.environmentsComboBox.currentText()
         if venvName:
             self.__pip.installPip(venvName, userSite=True)
+            self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __repairPip(self):
@@ -1034,6 +1037,7 @@
         venvName = self.environmentsComboBox.currentText()
         if venvName:
             self.__pip.repairPip(venvName)
+            self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __installPackages(self):
@@ -1049,6 +1053,7 @@
                 if packages:
                     self.__pip.installPackages(packages, venvName=venvName,
                                                userSite=user)
+                    self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __installLocalPackage(self):
@@ -1064,6 +1069,7 @@
                 if package and os.path.exists(package):
                     self.__pip.installPackages([package], venvName=venvName,
                                                userSite=user)
+                    self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __installRequirements(self):
@@ -1073,6 +1079,7 @@
         venvName = self.environmentsComboBox.currentText()
         if venvName:
             self.__pip.installRequirements(venvName)
+            self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __uninstallRequirements(self):
@@ -1082,6 +1089,7 @@
         venvName = self.environmentsComboBox.currentText()
         if venvName:
             self.__pip.uninstallRequirements(venvName)
+            self.on_refreshButton_clicked()
     
     @pyqtSlot()
     def __generateRequirements(self):
@@ -1149,7 +1157,7 @@
             try:
                 with open(cfgFile, "w") as f:
                     f.write("[global]\n")
-            except (IOError, OSError):
+            except OSError:
                 # ignore these
                 pass
         
--- a/eric6/PluginManager/PluginInstallDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PluginManager/PluginInstallDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -483,7 +483,7 @@
                     "Error installing plugin. Reason: {0}").format(str(why)),
                 False
             )
-        except IOError as why:
+        except OSError as why:
             self.__rollback()
             return (
                 False,
@@ -600,7 +600,7 @@
                     os.remove(fnamec)
             
             os.remove(pluginFile)
-        except (IOError, OSError, os.error):
+        except (OSError, os.error):
             # ignore some exceptions
             pass
 
--- a/eric6/PluginManager/PluginManager.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PluginManager/PluginManager.py	Sat Dec 05 12:29:26 2020 +0100
@@ -208,7 +208,7 @@
                 try:
                     with open(fname, "w"):
                         pass
-                except IOError:
+                except OSError:
                     return (
                         False,
                         self.tr("Could not create a package for {0}.")
@@ -221,7 +221,7 @@
             try:
                 with open(fname, "w"):
                     pass
-            except IOError:
+            except OSError:
                 del self.pluginDirs["user"]
         
         if (
@@ -1203,13 +1203,13 @@
         if not os.path.exists(downloadDir):
             try:
                 os.mkdir(downloadDir, 0o755)
-            except (OSError, IOError):
+            except OSError:
                 # try again with (possibly) new default
                 downloadDir = self.__defaultDownloadDir
                 if not os.path.exists(downloadDir):
                     try:
                         os.mkdir(downloadDir, 0o755)
-                    except (OSError, IOError) as err:
+                    except OSError as err:
                         E5MessageBox.critical(
                             self.__ui,
                             self.tr("Plugin Manager Error"),
--- a/eric6/PluginManager/PluginRepositoryDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/PluginManager/PluginRepositoryDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -998,7 +998,7 @@
         for removeFile in removeFiles:
             try:
                 os.remove(os.path.join(downloadPath, removeFile))
-            except (IOError, OSError) as err:
+            except OSError as err:
                 if not quiet:
                     E5MessageBox.critical(
                         None,
@@ -1027,7 +1027,7 @@
                     for removeFile in removeFiles:
                         try:
                             os.remove(os.path.join(downloadPath, removeFile))
-                        except (IOError, OSError) as err:
+                        except OSError as err:
                             if not quiet:
                                 E5MessageBox.critical(
                                     None,
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -795,7 +795,7 @@
                 source, encoding = Utilities.readEncodedFile(
                     self.filename)
                 source = source.splitlines(True)
-            except (UnicodeError, IOError) as msg:
+            except (UnicodeError, OSError) as msg:
                 self.results = CodeStyleCheckerDialog.hasResults
                 self.__createFileErrorItem(self.filename, str(msg))
                 self.progress += 1
@@ -843,7 +843,7 @@
                 source, encoding = Utilities.readEncodedFile(
                     filename)
                 source = source.splitlines(True)
-            except (UnicodeError, IOError) as msg:
+            except (UnicodeError, OSError) as msg:
                 self.results = CodeStyleCheckerDialog.hasResults
                 self.__createFileErrorItem(filename, str(msg))
                 continue
@@ -1206,7 +1206,7 @@
             return
         
         if item.parent():
-            fn = Utilities.normabspath(item.data(0, self.filenameRole))
+            fn = os.path.abspath(item.data(0, self.filenameRole))
             lineno = item.data(0, self.lineRole)
             position = item.data(0, self.positionRole)
             message = item.data(0, self.messageRole)
@@ -1246,7 +1246,7 @@
             selectedIndexes = list(range(self.resultList.topLevelItemCount()))
         for index in selectedIndexes:
             itm = self.resultList.topLevelItem(index)
-            fn = Utilities.normabspath(itm.data(0, self.filenameRole))
+            fn = os.path.abspath(itm.data(0, self.filenameRole))
             vm.openSourceFile(fn, 1)
             editor = vm.getOpenEditor(fn)
             editor.clearStyleWarnings()
@@ -1264,7 +1264,7 @@
         for index in range(self.resultList.topLevelItemCount()):
             itm = self.resultList.topLevelItem(index)
             errorFiles.append(
-                Utilities.normabspath(itm.data(0, self.filenameRole)))
+                os.path.abspath(itm.data(0, self.filenameRole)))
         for file in openFiles:
             if file not in errorFiles:
                 editor = vm.getOpenEditor(file)
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py	Sat Dec 05 12:29:26 2020 +0100
@@ -211,12 +211,12 @@
                 bfn = '{0}~'.format(self.__filename)
             try:
                 os.remove(bfn)
-            except EnvironmentError:
+            except OSError:
                 # if there was an error, ignore it
                 pass
             try:
                 os.rename(self.__filename, bfn)
-            except EnvironmentError:
+            except OSError:
                 # if there was an error, ignore it
                 pass
         
@@ -229,7 +229,7 @@
             
             with open(self.__filename, "wb") as fp:
                 fp.write(txt)
-        except (IOError, UnicodeError) as err:
+        except (OSError, UnicodeError) as err:
             # Could not save the file! Skipping it. Reason: {0}
             return ("FIXWRITE_ERROR", [str(err)])
         
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/eradicate.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/eradicate.py	Sat Dec 05 12:29:26 2020 +0100
@@ -227,5 +227,5 @@
         else:
             try:
                 fix_file(name, args=args, standard_out=standard_out)
-            except IOError as exception:
+            except OSError as exception:
                 print('{}'.format(exception), file=standard_error)
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1998,7 +1998,7 @@
         elif lines is None:
             try:
                 self.lines = readlines(filename)
-            except IOError:
+            except OSError:
                 (exc_type, exc) = sys.exc_info()[:2]
                 self._io_error = '%s: %s' % (exc_type.__name__, exc)
                 self.lines = []
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sat Dec 05 12:29:26 2020 +0100
@@ -471,9 +471,9 @@
     "E742": ["l"],
     "E743": ["l"],
     "E901": ["SyntaxError", "Invalid Syntax"],
-    "E902": ["IOError"],
+    "E902": ["OSError"],
     
-    "FIXWRITE_ERROR": ["IOError"],
+    "FIXWRITE_ERROR": ["OSError"],
 }
 
 messageCatalogs = (
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -248,7 +248,7 @@
             try:
                 self.source = Utilities.readEncodedFile(self.filename)[0]
                 self.source = Utilities.normalizeCode(self.source)
-            except (UnicodeError, IOError) as msg:
+            except (UnicodeError, OSError) as msg:
                 self.noResults = False
                 self.__createResultItem(
                     self.filename, 1, 0,
@@ -282,7 +282,7 @@
             try:
                 source = Utilities.readEncodedFile(filename)[0]
                 source = Utilities.normalizeCode(source)
-            except (UnicodeError, IOError) as msg:
+            except (UnicodeError, OSError) as msg:
                 self.noResults = False
                 self.__createResultItem(
                     self.filename, 1, 0,
@@ -354,7 +354,7 @@
                     source = Utilities.readEncodedFile(fn)[0]
                     source = Utilities.normalizeCode(source)
                     source = source.splitlines()
-                except (UnicodeError, IOError):
+                except (UnicodeError, OSError):
                     source = ""
             else:
                 source = self.source.splitlines()
@@ -463,7 +463,7 @@
         vm = e5App().getObject("ViewManager")
         
         if itm.parent():
-            fn = Utilities.normabspath(itm.data(0, self.filenameRole))
+            fn = os.path.abspath(itm.data(0, self.filenameRole))
             lineno = itm.data(0, self.lineRole)
             index = itm.data(0, self.indexRole)
             error = itm.data(0, self.errorRole)
@@ -476,7 +476,7 @@
             else:
                 editor.toggleSyntaxError(lineno, index, True, error, show=True)
         else:
-            fn = Utilities.normabspath(itm.data(0, self.filenameRole))
+            fn = os.path.abspath(itm.data(0, self.filenameRole))
             vm.openSourceFile(fn)
             editor = vm.getOpenEditor(fn)
             for index in range(itm.childCount()):
@@ -508,7 +508,7 @@
             selectedIndexes = list(range(self.resultList.topLevelItemCount()))
         for index in selectedIndexes:
             itm = self.resultList.topLevelItem(index)
-            fn = Utilities.normabspath(itm.data(0, self.filenameRole))
+            fn = os.path.abspath(itm.data(0, self.filenameRole))
             vm.openSourceFile(fn, 1)
             editor = vm.getOpenEditor(fn)
             editor.clearSyntaxError()
@@ -531,7 +531,7 @@
         for index in range(self.resultList.topLevelItemCount()):
             itm = self.resultList.topLevelItem(index)
             errorFiles.append(
-                Utilities.normabspath(itm.data(0, self.filenameRole)))
+                os.path.abspath(itm.data(0, self.filenameRole)))
         for file in openFiles:
             if file not in errorFiles:
                 editor = vm.getOpenEditor(file)
--- a/eric6/Plugins/PluginWizardEricPlugin.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/PluginWizardEricPlugin.py	Sat Dec 05 12:29:26 2020 +0100
@@ -168,7 +168,7 @@
                         try:
                             with open(packageFile, "w", encoding="utf-8"):
                                 pass
-                        except IOError as err:
+                        except OSError as err:
                             E5MessageBox.critical(
                                 self,
                                 self.tr("Create Package"),
--- a/eric6/Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.py	Sat Dec 05 12:29:26 2020 +0100
@@ -98,7 +98,7 @@
                     f.write("[user]\n")
                     f.write("    name = {0} {1}\n".format(firstName, lastName))
                     f.write("    email = {0}\n".format(email))
-            except (IOError, OSError):
+            except OSError:
                 # ignore these
                 pass
         editor = MiniEditor(cfgFile, "Properties", self)
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -343,7 +343,7 @@
             with open(fname, "w", encoding="utf-8", newline="") as f:
                 f.write(eol.join(self.contents2.toPlainText().splitlines()))
                 f.write(eol)
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -2308,7 +2308,7 @@
             with open(fname, "w", encoding="utf-8", newline="") as f:
                 f.write(eol.join(self.diffEdit.toPlainText().splitlines()))
                 f.write(eol)
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
--- a/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Sat Dec 05 12:29:26 2020 +0100
@@ -249,8 +249,6 @@
             self.tr('Revert changes'), self.__GitRevert)
         self.vcsMenuActions.append(act)
         menu.addSeparator()
-        
-        menu.addSeparator()
         menu.addAction(self.tr('Select all local file entries'),
                        self.browser.selectLocalEntries)
         menu.addAction(self.tr('Select all versioned file entries'),
--- a/eric6/Plugins/VcsPlugins/vcsGit/git.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/git.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1404,7 +1404,7 @@
                     ignore.write("\n".join(ignorePatterns))
                     ignore.write("\n")
                 status = True
-            except IOError:
+            except OSError:
                 status = False
             
             if status and autoAdd:
@@ -1630,7 +1630,7 @@
                     output2 = f1.read()
                     f1.close()
                 name2 = "{0} (Work)".format(name)
-            except IOError:
+            except OSError:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Git Side-by-Side Difference"),
@@ -2664,7 +2664,7 @@
             try:
                 with open(fname, "w") as f:
                     f.write(output)
-            except (OSError, IOError) as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Create Bisect Replay File"),
@@ -3579,7 +3579,7 @@
             try:
                 with open(cfgFile, "w"):
                     pass
-            except IOError:
+            except OSError:
                 pass
         self.repoEditor = MiniEditor(cfgFile, "Properties")
         self.repoEditor.show()
@@ -3603,7 +3603,7 @@
                     f.write("[user]\n")
                     f.write("    name = {0} {1}\n".format(firstName, lastName))
                     f.write("    email = {0}\n".format(email))
-            except (IOError, OSError):
+            except OSError:
                 # ignore these
                 pass
         self.userEditor = MiniEditor(cfgFile, "Properties")
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -241,7 +241,7 @@
         try:
             with open(fname, "w", encoding="utf-8", newline="") as f:
                 f.write(eol.join(self.contents.toPlainText().splitlines()))
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -2669,7 +2669,7 @@
         try:
             with open(fname, "w", encoding="utf-8", newline="") as f:
                 f.write(eol.join(self.diffEdit.toPlainText().splitlines()))
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py	Sat Dec 05 12:29:26 2020 +0100
@@ -51,7 +51,7 @@
         try:
             with open(self.__fileName, "r") as f:
                 txt = f.read()
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Edit Commit Message"),
@@ -90,7 +90,7 @@
         try:
             with open(self.__fileName, "w") as f:
                 f.write(msg)
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Edit Commit Message"),
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py	Sat Dec 05 12:29:26 2020 +0100
@@ -105,7 +105,7 @@
         try:
             with open(self.__fileName, "r") as f:
                 txt = f.read()
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Edit Plan"),
@@ -240,7 +240,7 @@
         try:
             with open(self.__fileName, "w") as f:
                 f.write(text)
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Edit Plan"),
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1713,7 +1713,7 @@
                 with open(name, "r", encoding="utf-8") as f1:
                     output2 = f1.read()
                 name2 = "{0} (Work)".format(name)
-            except IOError:
+            except OSError:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Mercurial Side-by-Side Difference"),
@@ -2163,7 +2163,7 @@
                                     "\n  ".join(lfPattern)))
                 self.__monitorRepoIniFile(repodir)
                 self.__iniFileChanged(cfgFile)
-            except IOError:
+            except OSError:
                 pass
         self.repoEditor = MiniEditor(cfgFile, "Properties")
         self.repoEditor.show()
@@ -2329,7 +2329,7 @@
                     ignore.write("\n".join(ignorePatterns))
                     ignore.write("\n")
                 status = True
-            except IOError:
+            except OSError:
                 status = False
             
             if status and autoAdd:
@@ -3063,7 +3063,7 @@
                 try:
                     with open(hgsub, "r") as f:
                         contents = f.readlines()
-                except IOError as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self.__ui,
                         self.tr("Add Sub-repository"),
@@ -3091,7 +3091,7 @@
             try:
                 with open(hgsub, "w") as f:
                     f.writelines(contents)
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Add Sub-repository"),
@@ -3123,7 +3123,7 @@
         try:
             with open(hgsub, "r") as f:
                 subrepositories = [line.strip() for line in f.readlines()]
-        except IOError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.__ui,
                 self.tr("Remove Sub-repositories"),
@@ -3142,7 +3142,7 @@
             try:
                 with open(hgsub, "w") as f:
                     f.write(contents)
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Remove Sub-repositories"),
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -435,7 +435,7 @@
         try:
             with open(fname, "w", encoding="utf-8", newline="") as f:
                 f.write(eol.join(self.contents.toPlainText().splitlines()))
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnUtilities.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnUtilities.py	Sat Dec 05 12:29:26 2020 +0100
@@ -80,7 +80,7 @@
     try:
         with open(config, "w") as f:
             f.write(DefaultConfig)
-    except IOError:
+    except OSError:
         pass
 
 
@@ -92,7 +92,7 @@
     try:
         with open(config, "r") as f:
             configList = f.read().splitlines()
-    except IOError:
+    except OSError:
         return
     
     newConfig = []
@@ -129,5 +129,5 @@
         try:
             with open(config, "w") as f:
                 f.write("\n".join(newConfig))
-        except IOError:
+        except OSError:
             pass
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sat Dec 05 12:29:26 2020 +0100
@@ -2199,7 +2199,7 @@
                 with open(name, "r", encoding="utf-8") as f1:
                     output2 = f1.read()
                 name2 = name
-            except IOError:
+            except OSError:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Subversion Side-by-Side Difference"),
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -395,7 +395,7 @@
         try:
             with open(fname, "w", encoding="utf-8", newline="") as f:
                 f.write(eol.join(self.contents.toPlainText().splitlines()))
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py	Sat Dec 05 12:29:26 2020 +0100
@@ -54,7 +54,7 @@
     try:
         with open(config, "w") as f:
             f.write(DefaultConfig)
-    except IOError:
+    except OSError:
         pass
 
 
@@ -66,7 +66,7 @@
     try:
         with open(config, "r") as f:
             configList = f.read().splitlines()
-    except IOError:
+    except OSError:
         return
     
     newConfig = []
@@ -103,5 +103,5 @@
         try:
             with open(config, "w") as f:
                 f.write("\n".join(newConfig))
-        except IOError:
+        except OSError:
             pass
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sat Dec 05 12:29:26 2020 +0100
@@ -2051,7 +2051,7 @@
                 with open(name, "r", encoding="utf-8") as f1:
                     output2 = f1.read()
                 name2 = name
-            except IOError:
+            except OSError:
                 E5MessageBox.critical(
                     self.__ui,
                     self.tr("Subversion Side-by-Side Difference"),
--- a/eric6/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -344,7 +344,7 @@
             try:
                 with open(fname, "w", encoding="utf-8") as f:
                     f.write(self.regexpTextEdit.toPlainText())
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.information(
                     self,
                     self.tr("Save regular expression"),
@@ -368,7 +368,7 @@
                 with open(fname, "r", encoding="utf-8") as f:
                     regexp = f.read()
                 self.regexpTextEdit.setPlainText(regexp)
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.information(
                     self,
                     self.tr("Save regular expression"),
--- a/eric6/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -426,7 +426,7 @@
             try:
                 with open(fname, "w", encoding="utf-8") as f:
                     f.write(self.regexpTextEdit.toPlainText())
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.information(
                     self,
                     self.tr("Save regular expression"),
@@ -450,7 +450,7 @@
                 with open(fname, "r", encoding="utf-8") as f:
                     regexp = f.read()
                 self.regexpTextEdit.setPlainText(regexp)
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.information(
                     self,
                     self.tr("Save regular expression"),
--- a/eric6/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -149,7 +149,7 @@
         try:
             with open(filename, "r") as f:
                 lines = f.readlines()
-        except (IOError, OSError) as err:
+        except OSError as err:
             E5MessageBox.warning(
                 self,
                 self.tr("Reading Trove Classifiers"),
--- a/eric6/Preferences/ConfigurationPages/EmailPage.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Preferences/ConfigurationPages/EmailPage.py	Sat Dec 05 12:29:26 2020 +0100
@@ -217,12 +217,12 @@
                 self,
                 self.tr("Login Test"),
                 self.tr("""The login test succeeded."""))
-        except (smtplib.SMTPException, socket.error) as e:
+        except (smtplib.SMTPException, OSError) as e:
             if isinstance(e, smtplib.SMTPResponseException):
                 errorStr = e.smtp_error.decode()
             elif isinstance(e, socket.timeout):
                 errorStr = str(e)
-            elif isinstance(e, socket.error):
+            elif isinstance(e, OSError):
                 try:
                     errorStr = e[1]
                 except TypeError:
--- a/eric6/Project/CreateDialogCodeDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/CreateDialogCodeDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -423,7 +423,7 @@
                     return
                 with open(tmplName, 'r', encoding="utf-8") as tmplFile:
                     template = tmplFile.read()
-            except IOError as why:
+            except OSError as why:
                 E5MessageBox.critical(
                     self,
                     self.tr("Code Generation"),
@@ -460,7 +460,7 @@
                     sourceImpl = srcFile.readlines()
                 if not sourceImpl[-1].endswith("\n"):
                     sourceImpl[-1] = "{0}{1}".format(sourceImpl[-1], "\n")
-            except IOError as why:
+            except OSError as why:
                 E5MessageBox.critical(
                     self,
                     self.tr("Code Generation"),
@@ -553,7 +553,7 @@
         try:
             with open(fn, 'w', encoding="utf-8", newline=newline) as srcFile:
                 srcFile.write("".join(sourceImpl))
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self,
                 self.tr("Code Generation"),
--- a/eric6/Project/Project.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/Project.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1468,7 +1468,7 @@
             fn = os.path.join(self.ppath, langFile)
             if os.path.exists(fn):
                 s2t(fn)
-        except EnvironmentError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.ui,
                 self.tr("Delete translation"),
@@ -1490,7 +1490,7 @@
                 fn = os.path.join(self.ppath, qmFile)
                 if os.path.exists(fn):
                     s2t(fn)
-            except EnvironmentError as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.ui,
                     self.tr("Delete translation"),
@@ -1642,7 +1642,7 @@
                                     return  # don't overwrite
                                     
                             shutil.copy(fn, target)
-                        except IOError as why:
+                        except OSError as why:
                             E5MessageBox.critical(
                                 self.ui,
                                 self.tr("Add file"),
@@ -1701,7 +1701,7 @@
         ):
             try:
                 os.makedirs(target)
-            except IOError as why:
+            except OSError as why:
                 E5MessageBox.critical(
                     self.ui,
                     self.tr("Add directory"),
@@ -1733,7 +1733,7 @@
                             # don't overwrite, carry on with next file
                             
                     shutil.copy(file, target)
-                except EnvironmentError:
+                except OSError:
                     continue
             self.appendFile(targetfile)
         
@@ -2209,7 +2209,7 @@
                     "__pycache__", "{0}.*{1}".format(tail, ext))
                 for f in glob.glob(pat):
                     s2t(f)
-        except EnvironmentError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.ui,
                 self.tr("Delete file"),
@@ -2239,7 +2239,7 @@
                 send2trash(dn)
             except ImportError:
                 shutil.rmtree(dn, True)
-        except EnvironmentError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.ui,
                 self.tr("Delete directory"),
@@ -2334,7 +2334,7 @@
             if not os.path.isdir(self.ppath):
                 try:
                     os.makedirs(self.ppath)
-                except EnvironmentError:
+                except OSError:
                     E5MessageBox.critical(
                         self.ui,
                         self.tr("Create project directory"),
@@ -2362,6 +2362,7 @@
                             self.ppath, self.pdata["MAINSCRIPT"])
                     else:
                         ms = self.pdata["MAINSCRIPT"]
+                    os.makedirs(os.path.dirname(ms))
                     with open(ms, "w"):
                         pass
                     self.appendFile(ms, True)
@@ -2373,6 +2374,7 @@
                             mf = os.path.join(self.ppath, mf)
                     else:
                         mf = os.path.join(self.ppath, Project.DefaultMakefile)
+                    os.makedirs(os.path.dirname(mf))
                     with open(mf, "w"):
                         pass
                     self.appendFile(mf)
@@ -2397,7 +2399,7 @@
                 try:
                     # create management directory if not present
                     self.createProjectManagementDir()
-                except EnvironmentError:
+                except OSError:
                     E5MessageBox.critical(
                         self.ui,
                         self.tr("Create project management directory"),
@@ -2415,9 +2417,10 @@
                         ms = self.pdata["MAINSCRIPT"]
                     if not os.path.exists(ms):
                         try:
+                            os.makedirs(os.path.dirname(ms))
                             with open(ms, "w"):
                                 pass
-                        except EnvironmentError as err:
+                        except OSError as err:
                             E5MessageBox.critical(
                                 self.ui,
                                 self.tr("Create main script"),
@@ -2438,9 +2441,10 @@
                         mf = os.path.join(self.ppath, Project.DefaultMakefile)
                     if not os.path.exists(mf):
                         try:
+                            os.makedirs(os.path.dirname(mf))
                             with open(mf, "w"):
                                 pass
-                        except EnvironmentError as err:
+                        except OSError as err:
                             E5MessageBox.critical(
                                 self.ui,
                                 self.tr("Create Makefile"),
@@ -2731,7 +2735,7 @@
                     try:
                         with open(mf, "w"):
                             pass
-                    except EnvironmentError as err:
+                    except OSError as err:
                         E5MessageBox.critical(
                             self.ui,
                             self.tr("Create Makefile"),
@@ -2905,7 +2909,7 @@
                     try:
                         # create management directory if not present
                         self.createProjectManagementDir()
-                    except EnvironmentError:
+                    except OSError:
                         E5MessageBox.critical(
                             self.ui,
                             self.tr("Create project management directory"),
@@ -5277,7 +5281,7 @@
                                for f in lst]))
                 pkglistFile.write("\n")
                 # ensure the file ends with an empty line
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self.ui,
                 self.tr("Create Package List"),
@@ -5344,7 +5348,7 @@
             try:
                 with open(pkglist, "r", encoding="utf-8") as pkglistFile:
                     names = pkglistFile.read()
-            except IOError as why:
+            except OSError as why:
                 E5MessageBox.critical(
                     self.ui,
                     self.tr("Create Plugin Archive"),
@@ -5400,7 +5404,7 @@
                     self.pdata["MAINSCRIPT"].replace(".py", ".zip"))
             try:
                 archiveFile = zipfile.ZipFile(archive, "w")
-            except IOError as why:
+            except OSError as why:
                 E5MessageBox.critical(
                     self.ui,
                     self.tr("Create Plugin Archive"),
@@ -5509,7 +5513,7 @@
         try:
             sourcelines, encoding = Utilities.readEncodedFile(filename)
             sourcelines = sourcelines.splitlines(True)
-        except (IOError, UnicodeError) as why:
+        except (OSError, UnicodeError) as why:
             E5MessageBox.critical(
                 self.ui,
                 self.tr("Create Plugin Archive"),
@@ -5550,7 +5554,7 @@
         try:
             sourcelines = Utilities.readEncodedFile(filename)[0]
             sourcelines = sourcelines.splitlines(True)
-        except (IOError, UnicodeError) as why:
+        except (OSError, UnicodeError) as why:
             E5MessageBox.critical(
                 self.ui,
                 self.tr("Create Plugin Archive"),
--- a/eric6/Project/ProjectFormsBrowser.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/ProjectFormsBrowser.py	Sat Dec 05 12:29:26 2020 +0100
@@ -620,7 +620,7 @@
         
         try:
             shutil.copy(templateFile, fname)
-        except IOError as e:
+        except OSError as e:
             E5MessageBox.critical(
                 self,
                 self.tr("New Form"),
@@ -766,7 +766,7 @@
                         self.tr("The compilation of the form file"
                                 " was successful."))
                 self.project.projectFormCompiled.emit(self.compiledFile)
-            except IOError as msg:
+            except OSError as msg:
                 if not self.noDialog:
                     E5MessageBox.information(
                         self,
--- a/eric6/Project/ProjectResourcesBrowser.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/ProjectResourcesBrowser.py	Sat Dec 05 12:29:26 2020 +0100
@@ -499,7 +499,7 @@
                     rcfile.write('<qresource>\n')
                     rcfile.write('</qresource>\n')
                     rcfile.write('</RCC>\n')
-            except IOError as e:
+            except OSError as e:
                 E5MessageBox.critical(
                     self,
                     self.tr("New Resource"),
@@ -612,7 +612,7 @@
                         self.tr("Resource Compilation"),
                         self.tr("The compilation of the resource file"
                                 " was successful."))
-            except IOError as msg:
+            except OSError as msg:
                 if not self.noDialog:
                     E5MessageBox.information(
                         self,
@@ -816,7 +816,7 @@
         try:
             with open(filename, "r", encoding="utf-8") as f:
                 buf = f.read()
-        except IOError:
+        except OSError:
             return False
         
         qrcDirName = os.path.dirname(filename)
--- a/eric6/Project/ProjectSourcesBrowser.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/ProjectSourcesBrowser.py	Sat Dec 05 12:29:26 2020 +0100
@@ -839,7 +839,7 @@
                     try:
                         with open(packageFile, "w", encoding="utf-8"):
                             pass
-                    except IOError as err:
+                    except OSError as err:
                         E5MessageBox.critical(
                             self,
                             self.tr("Add new Python package"),
--- a/eric6/Project/ProjectTranslationsBrowser.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/ProjectTranslationsBrowser.py	Sat Dec 05 12:29:26 2020 +0100
@@ -818,7 +818,7 @@
                             pf.write('\n\n')
                 
                 self.__tmpProjects.append(outFile)
-            except IOError:
+            except OSError:
                 E5MessageBox.critical(
                     self,
                     self.tr("Write temporary project file"),
@@ -959,7 +959,7 @@
                     self.__tmpProjects.remove(
                         self.__pylupdateProcesses[index][1])
                     os.remove(self.__pylupdateProcesses[index][1])
-                except EnvironmentError:
+                except OSError:
                     pass
                 del self.__pylupdateProcesses[index]
                 break
@@ -1065,7 +1065,7 @@
                 try:
                     self.__tmpProjects.remove(tempProjectFile)
                     os.remove(tempProjectFile)
-                except EnvironmentError:
+                except OSError:
                     pass
         
     def __generateAll(self):
--- a/eric6/Project/QuickFindFileDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/QuickFindFileDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -188,7 +188,7 @@
         for (_, in_order, name) in possible:
             try:
                 age = os.stat(os.path.join(self.project.ppath, name)).st_mtime
-            except (IOError, OSError):
+            except OSError:
                 # skipping, because it doesn't appear to exist...
                 continue
             ordered.append((
--- a/eric6/Project/UicLoadUi.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Project/UicLoadUi.py	Sat Dec 05 12:29:26 2020 +0100
@@ -7,6 +7,7 @@
 Module to get the object name, class name or signatures of a Qt form (*.ui).
 """
 
+import os
 import sys
 import json
 import xml.etree.ElementTree            # secok
@@ -24,6 +25,9 @@
 except ImportError:
     pass
 
+sys.path.append(os.path.dirname(os.path.dirname(__file__)))
+# add the eric package directory
+
 
 def objectName(formFile, projectPath):
     """
--- a/eric6/QScintilla/Editor.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/Editor.py	Sat Dec 05 12:29:26 2020 +0100
@@ -170,7 +170,7 @@
         @param filetype type of the source file (string)
         @param editor reference to an Editor object, if this is a cloned view
         @param tv reference to the task viewer object
-        @exception IOError raised to indicate an issue accessing the file
+        @exception OSError raised to indicate an issue accessing the file
         """
         super(Editor, self).__init__()
         self.setAttribute(Qt.WA_KeyCompression)
@@ -373,7 +373,7 @@
                                 QFileInfo(self.fileName).size() // 1024),
                         icon=E5MessageBox.Warning)
                     if not res:
-                        raise IOError()
+                        raise OSError()
                 self.readFile(self.fileName, True)
                 self.__bindLexer(self.fileName)
                 self.__bindCompleter(self.fileName)
@@ -3093,7 +3093,7 @@
                         fn, encoding)
                 else:
                     txt, self.encoding = Utilities.readEncodedFile(fn)
-        except (UnicodeDecodeError, IOError) as why:
+        except (UnicodeDecodeError, OSError) as why:
             E5MessageBox.critical(
                 self.vm,
                 self.tr('Open File'),
@@ -3194,17 +3194,17 @@
             try:
                 permissions = os.stat(fn).st_mode
                 perms_valid = True
-            except EnvironmentError:
+            except OSError:
                 # if there was an error, ignore it
                 perms_valid = False
             try:
                 os.remove(bfn)
-            except EnvironmentError:
+            except OSError:
                 # if there was an error, ignore it
                 pass
             try:
                 os.rename(fn, bfn)
-            except EnvironmentError:
+            except OSError:
                 # if there was an error, ignore it
                 pass
         
@@ -3217,7 +3217,7 @@
             if createBackup and perms_valid:
                 os.chmod(fn, permissions)
             return True
-        except (IOError, Utilities.CodingError, UnicodeError) as why:
+        except (OSError, Utilities.CodingError, UnicodeError) as why:
             E5MessageBox.critical(
                 self,
                 self.tr('Save File'),
@@ -6746,7 +6746,7 @@
         try:
             with open(fname, "r", encoding="utf-8") as f:
                 lines = f.readlines()
-        except IOError:
+        except OSError:
             E5MessageBox.critical(
                 self,
                 self.tr("Error loading macro"),
@@ -6807,7 +6807,7 @@
             with open(fname, "w", encoding="utf-8") as f:
                 f.write("{0}{1}".format(name, "\n"))
                 f.write(self.macros[name].save())
-        except IOError:
+        except OSError:
             E5MessageBox.critical(
                 self,
                 self.tr("Error saving macro"),
@@ -7192,7 +7192,7 @@
         # reread the file
         try:
             self.readFile(self.fileName)
-        except IOError:
+        except OSError:
             # do not prompt for this change again...
             self.lastModified = QDateTime.currentDateTime()
         self.setModified(False)
--- a/eric6/QScintilla/Exporters/ExporterHTML.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/Exporters/ExporterHTML.py	Sat Dec 05 12:29:26 2020 +0100
@@ -456,7 +456,7 @@
                 with E5OverrideCursor():
                     with open(filename, "w", encoding="utf-8") as f:
                         f.write(html)
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.editor,
                     self.tr("Export source"),
--- a/eric6/QScintilla/Exporters/ExporterPDF.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/Exporters/ExporterPDF.py	Sat Dec 05 12:29:26 2020 +0100
@@ -610,7 +610,7 @@
                     
                     # write required stuff and close the PDF file
                     self.pr.endPDF()
-        except IOError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.editor,
                 self.tr("Export source"),
--- a/eric6/QScintilla/Exporters/ExporterRTF.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/Exporters/ExporterRTF.py	Sat Dec 05 12:29:26 2020 +0100
@@ -365,7 +365,7 @@
                         pos += 1
                     
                     f.write(self.RTF_BODYCLOSE)
-        except IOError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.editor,
                 self.tr("Export source"),
--- a/eric6/QScintilla/Exporters/ExporterTEX.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/Exporters/ExporterTEX.py	Sat Dec 05 12:29:26 2020 +0100
@@ -275,7 +275,7 @@
                     
                     # close last empty style macros and document too
                     f.write("}\n} %end tiny\n\n\\end{document}\n")
-        except IOError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self.editor,
                 self.tr("Export source"),
--- a/eric6/QScintilla/MiniEditor.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/MiniEditor.py	Sat Dec 05 12:29:26 2020 +0100
@@ -2530,7 +2530,7 @@
                         fileName, encoding)
                 else:
                     txt, self.encoding = Utilities.readEncodedFile(fileName)
-        except (UnicodeDecodeError, IOError) as why:
+        except (UnicodeDecodeError, OSError) as why:
             E5MessageBox.critical(
                 self, self.tr('Open File'),
                 self.tr('<p>The file <b>{0}</b> could not be opened.</p>'
@@ -2637,7 +2637,7 @@
                 self.encoding = Utilities.writeEncodedFile(
                     fileName, txt, self.encoding,
                     forcedEncoding=editorConfigEncoding)
-        except (IOError, Utilities.CodingError, UnicodeError) as why:
+        except (OSError, Utilities.CodingError, UnicodeError) as why:
             E5MessageBox.critical(
                 self, self.tr('Save File'),
                 self.tr('<p>The file <b>{0}</b> could not be saved.<br/>'
--- a/eric6/QScintilla/ShellWindow.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/QScintilla/ShellWindow.py	Sat Dec 05 12:29:26 2020 +0100
@@ -241,7 +241,8 @@
             'Restart the shell'))
         self.restartAct.setWhatsThis(self.tr(
             """<b>Restart</b>"""
-            """<p>Restart the shell for the currently selected language.</p>"""
+            """<p>Restart the shell for the currently selected"""
+            """ environment.</p>"""
         ))
         self.restartAct.triggered.connect(self.__shell.doRestart)
         self.fileActions.append(self.restartAct)
@@ -256,7 +257,7 @@
         self.clearRestartAct.setWhatsThis(self.tr(
             """<b>Restart and Clear</b>"""
             """<p>Clear the shell window and restart the shell for the"""
-            """ currently selected language.</p>"""
+            """ currently selected environment.</p>"""
         ))
         self.clearRestartAct.triggered.connect(self.__shell.doClearRestart)
         self.fileActions.append(self.clearRestartAct)
@@ -280,11 +281,9 @@
             self.copyActGrp, 'vm_edit_cut')
         self.cutAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Cut the selection'))
-        self.cutAct.setWhatsThis(QCoreApplication.translate(
-            'ViewManager',
+        self.cutAct.setWhatsThis(self.tr(
             """<b>Cut</b>"""
-            """<p>Cut the selected text of the current editor to the"""
-            """ clipboard.</p>"""
+            """<p>Cut the selected text to the clipboard.</p>"""
         ))
         self.cutAct.triggered.connect(self.__shell.cut)
         self.editActions.append(self.cutAct)
@@ -300,11 +299,9 @@
             self.copyActGrp, 'vm_edit_copy')
         self.copyAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Copy the selection'))
-        self.copyAct.setWhatsThis(QCoreApplication.translate(
-            'ViewManager',
+        self.copyAct.setWhatsThis(self.tr(
             """<b>Copy</b>"""
-            """<p>Copy the selected text of the current editor to the"""
-            """ clipboard.</p>"""
+            """<p>Copy the selected text to the clipboard.</p>"""
         ))
         self.copyAct.triggered.connect(self.__shell.copy)
         self.editActions.append(self.copyAct)
@@ -320,11 +317,9 @@
             self.copyActGrp, 'vm_edit_paste')
         self.pasteAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Paste the last cut/copied text'))
-        self.pasteAct.setWhatsThis(QCoreApplication.translate(
-            'ViewManager',
+        self.pasteAct.setWhatsThis(self.tr(
             """<b>Paste</b>"""
-            """<p>Paste the last cut/copied text from the clipboard to"""
-            """ the current editor.</p>"""
+            """<p>Paste the last cut/copied text from the clipboard.</p>"""
         ))
         self.pasteAct.triggered.connect(self.__shell.paste)
         self.editActions.append(self.pasteAct)
@@ -339,10 +334,9 @@
             self.copyActGrp, 'vm_edit_clear')
         self.clearAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Clear all text'))
-        self.clearAct.setWhatsThis(QCoreApplication.translate(
-            'ViewManager',
+        self.clearAct.setWhatsThis(self.tr(
             """<b>Clear</b>"""
-            """<p>Delete all text of the current editor.</p>"""
+            """<p>Delete all text.</p>"""
         ))
         self.clearAct.triggered.connect(self.__shell.clear)
         self.editActions.append(self.clearAct)
@@ -750,8 +744,8 @@
         self.searchAct.setWhatsThis(QCoreApplication.translate(
             'ViewManager',
             """<b>Search</b>"""
-            """<p>Search for some text in the current editor. A"""
-            """ dialog is shown to enter the searchtext and options"""
+            """<p>Search for some text in the shell window. A"""
+            """ dialog is shown to enter the search text and options"""
             """ for the search.</p>"""
         ))
         self.searchAct.triggered.connect(self.__showFind)
@@ -771,8 +765,8 @@
         self.searchNextAct.setWhatsThis(QCoreApplication.translate(
             'ViewManager',
             """<b>Search next</b>"""
-            """<p>Search the next occurrence of some text in the current"""
-            """ editor. The previously entered searchtext and options are"""
+            """<p>Search the next occurrence of some text in the shell"""
+            """ window. The previously entered search text and options are"""
             """ reused.</p>"""
         ))
         self.searchNextAct.triggered.connect(
@@ -792,8 +786,8 @@
         self.searchPrevAct.setWhatsThis(QCoreApplication.translate(
             'ViewManager',
             """<b>Search previous</b>"""
-            """<p>Search the previous occurrence of some text in the current"""
-            """ editor. The previously entered searchtext and options are"""
+            """<p>Search the previous occurrence of some text in the shell"""
+            """ window. The previously entered search text and options are"""
             """ reused.</p>"""
         ))
         self.searchPrevAct.triggered.connect(
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric6/Styles/eric6_Dark-SQL.e6h	Sat Dec 05 12:29:26 2020 +0100
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd">
+<!-- Eric6 highlighting styles -->
+<!-- Saved: 2020-11-14, 18:10:34-->
+<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> -->
+<HighlightingStyles version="6.0">
+  <Lexer name="SQL">
+    <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Default</Description>
+    </Style>
+    <Style style="1" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Comment</Description>
+    </Style>
+    <Style style="2" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Comment line</Description>
+    </Style>
+    <Style style="3" substyle="-1" color="#cfcfcf" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>JavaDoc style comment</Description>
+    </Style>
+    <Style style="4" substyle="-1" color="#7fcfcf" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Number</Description>
+    </Style>
+    <Style style="5" substyle="-1" color="#60a5ff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False">
+      <Description>Keyword</Description>
+    </Style>
+    <Style style="6" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Double-quoted string</Description>
+    </Style>
+    <Style style="7" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Single-quoted string</Description>
+    </Style>
+    <Style style="8" substyle="-1" color="#e6e68c" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>SQL*Plus keyword</Description>
+    </Style>
+    <Style style="9" substyle="-1" color="#74cc66" paper="#474747" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="True">
+      <Description>SQL*Plus prompt</Description>
+    </Style>
+    <Style style="10" substyle="-1" color="#bab1a8" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False">
+      <Description>Operator</Description>
+    </Style>
+    <Style style="11" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Identifier</Description>
+    </Style>
+    <Style style="13" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>SQL*Plus comment</Description>
+    </Style>
+    <Style style="15" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description># comment line</Description>
+    </Style>
+    <Style style="17" substyle="-1" color="#4c9aff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>JavaDoc keyword</Description>
+    </Style>
+    <Style style="18" substyle="-1" color="#ff8040" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>JavaDoc keyword error</Description>
+    </Style>
+    <Style style="19" substyle="-1" color="#bb5cff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>User defined 1</Description>
+    </Style>
+    <Style style="20" substyle="-1" color="#ff005d" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>User defined 2</Description>
+    </Style>
+    <Style style="21" substyle="-1" color="#ff6161" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>User defined 3</Description>
+    </Style>
+    <Style style="22" substyle="-1" color="#fb7cff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>User defined 4</Description>
+    </Style>
+    <Style style="23" substyle="-1" color="#eaded2" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Quoted identifier</Description>
+    </Style>
+    <Style style="24" substyle="-1" color="#eaded2" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False">
+      <Description>Quoted operator</Description>
+    </Style>
+  </Lexer>
+</HighlightingStyles>
--- a/eric6/Tasks/TaskViewer.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Tasks/TaskViewer.py	Sat Dec 05 12:29:26 2020 +0100
@@ -736,7 +736,7 @@
                 try:
                     text, encoding = Utilities.readEncodedFile(fn)
                     lines = text.splitlines()
-                except (UnicodeError, IOError):
+                except (UnicodeError, OSError):
                     count += 1
                     progress.setValue(count)
                     continue
@@ -852,7 +852,7 @@
             try:
                 text, encoding = Utilities.readEncodedFile(fn)
                 lines = text.splitlines()
-            except (UnicodeError, IOError):
+            except (UnicodeError, OSError):
                 continue
             
             # now search tasks and record them
--- a/eric6/UI/CompareDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/CompareDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -239,7 +239,7 @@
         try:
             with open(filename1, "r", encoding="utf-8") as f1:
                 lines1 = f1.readlines()
-        except IOError:
+        except OSError:
             E5MessageBox.critical(
                 self,
                 self.tr("Compare Files"),
@@ -252,7 +252,7 @@
         try:
             with open(filename2, "r", encoding="utf-8") as f2:
                 lines2 = f2.readlines()
-        except IOError:
+        except OSError:
             E5MessageBox.critical(
                 self,
                 self.tr("Compare Files"),
--- a/eric6/UI/DiffDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/DiffDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -140,7 +140,7 @@
                     f.write(txt)
                 except UnicodeError:
                     pass
-        except IOError as why:
+        except OSError as why:
             E5MessageBox.critical(
                 self, self.tr('Save Diff'),
                 self.tr(
@@ -155,12 +155,12 @@
         self.filename1 = Utilities.toNativeSeparators(self.file1Picker.text())
         try:
             filemtime1 = time.ctime(os.stat(self.filename1).st_mtime)
-        except IOError:
+        except OSError:
             filemtime1 = ""
         try:
             with open(self.filename1, "r", encoding="utf-8") as f1:
                 lines1 = f1.readlines()
-        except IOError:
+        except OSError:
             E5MessageBox.critical(
                 self,
                 self.tr("Compare Files"),
@@ -172,12 +172,12 @@
         self.filename2 = Utilities.toNativeSeparators(self.file2Picker.text())
         try:
             filemtime2 = time.ctime(os.stat(self.filename2).st_mtime)
-        except IOError:
+        except OSError:
             filemtime2 = ""
         try:
             with open(self.filename2, "r", encoding="utf-8") as f2:
                 lines2 = f2.readlines()
-        except IOError:
+        except OSError:
             E5MessageBox.critical(
                 self,
                 self.tr("Compare Files"),
--- a/eric6/UI/EmailDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/EmailDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -10,7 +10,6 @@
 import os
 import mimetypes
 import smtplib
-import socket
 
 from PyQt5.QtCore import Qt, pyqtSlot
 from PyQt5.QtGui import QTextOption
@@ -330,12 +329,12 @@
                 try:
                     server.login(Preferences.getUser("MailServerUser"),
                                  password)
-                except (smtplib.SMTPException, socket.error) as e:
+                except (smtplib.SMTPException, OSError) as e:
                     if isinstance(e, smtplib.SMTPResponseException):
                         errorStr = e.smtp_error.decode()
                     elif isinstance(e, OSError):
                         errorStr = e.strerror
-                    elif isinstance(e, socket.error):
+                    elif isinstance(e, OSError):
                         errorStr = e[1]
                     else:
                         errorStr = str(e)
@@ -355,12 +354,12 @@
                 server.sendmail(Preferences.getUser("Email"), self.__toAddress,
                                 msg)
                 server.quit()
-        except (smtplib.SMTPException, socket.error) as e:
+        except (smtplib.SMTPException, OSError) as e:
             if isinstance(e, smtplib.SMTPResponseException):
                 errorStr = e.smtp_error.decode()
             elif isinstance(e, smtplib.SMTPException):
                 errorStr = str(e)
-            elif isinstance(e, socket.error):
+            elif isinstance(e, OSError):
                 errorStr = e.strerror
             else:
                 errorStr = str(e)
--- a/eric6/UI/ErrorLogDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/ErrorLogDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -52,7 +52,7 @@
             with open(logFile, "r", encoding="utf-8") as f:
                 txt = f.read()
             self.logEdit.setPlainText(txt)
-        except IOError:
+        except OSError:
             pass
     
     @pyqtSlot()
--- a/eric6/UI/FindFileDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/FindFileDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -462,7 +462,7 @@
             try:
                 text, encoding, hashStr = Utilities.readEncodedFileWithHash(fn)
                 lines = text.splitlines(True)
-            except (UnicodeError, IOError):
+            except (UnicodeError, OSError):
                 progress += 1
                 self.findProgress.setValue(progress)
                 continue
@@ -625,7 +625,7 @@
                         Utilities.readEncodedFileWithHash(fn)
                     )
                     lines = text.splitlines(True)
-                except (UnicodeError, IOError) as err:
+                except (UnicodeError, OSError) as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Replace in Files"),
@@ -666,7 +666,7 @@
                 txt = "".join(lines)
                 try:
                     Utilities.writeEncodedFile(fn, txt, encoding)
-                except (IOError, Utilities.CodingError, UnicodeError) as err:
+                except (OSError, Utilities.CodingError, UnicodeError) as err:
                     E5MessageBox.critical(
                         self,
                         self.tr("Replace in Files"),
--- a/eric6/UI/InstallInfoDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/InstallInfoDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -94,7 +94,7 @@
                     else self.tr("unknown"))
             
             self.__updateButton.setEnabled(bool(self.__info["exe"]))
-        except EnvironmentError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Load Install Information"),
@@ -183,7 +183,7 @@
                 json.dump(self.__info, infoFile, indent=2)
             self.__edited = False
             self.editButton.setChecked(False)
-        except EnvironmentError as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Save Install Information"),
--- a/eric6/UI/Previewers/PreviewerHTML.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/Previewers/PreviewerHTML.py	Sat Dec 05 12:29:26 2020 +0100
@@ -499,7 +499,7 @@
                 try:
                     with open(incFile, "r") as f:
                         incTxt = f.read()
-                except (IOError, OSError):
+                except OSError:
                     # remove SSI include
                     incTxt = ""
             else:
--- a/eric6/UI/UserInterface.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/UI/UserInterface.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1499,7 +1499,7 @@
                             installInfo["eric"], os.W_OK)
                         with open(installInfoFile, "w") as infoFile:
                             json.dump(installInfo, infoFile, indent=2)
-                    except EnvironmentError:
+                    except OSError:
                         # ignore this
                         pass
         else:
@@ -5007,7 +5007,7 @@
                             ' is zero length.</p>')
                         .format(fn))
                     return
-            except EnvironmentError:
+            except OSError:
                 E5MessageBox.critical(
                     self,
                     self.tr('Problem'),
@@ -5077,7 +5077,7 @@
                             ' is zero length.</p>')
                         .format(fn))
                     return
-            except EnvironmentError:
+            except OSError:
                 E5MessageBox.critical(
                     self,
                     self.tr('Problem'),
@@ -5247,7 +5247,7 @@
                             ' is zero length.</p>')
                         .format(fn))
                     return
-            except EnvironmentError:
+            except OSError:
                 E5MessageBox.critical(
                     self,
                     self.tr('Problem'),
@@ -5303,7 +5303,7 @@
                                     ' is zero length.</p>')
                                 .format(fn))
                             return
-                except EnvironmentError:
+                except OSError:
                     if not ignore:
                         E5MessageBox.critical(
                             self,
--- a/eric6/Utilities/BackgroundClient.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/BackgroundClient.py	Sat Dec 05 12:29:26 2020 +0100
@@ -113,7 +113,7 @@
         self.connection.setblocking(False)
         try:
             data = self.connection.recv(length, socket.MSG_PEEK)
-        except socket.error:
+        except OSError:
             pass
         finally:
             self.connection.setblocking(True)
@@ -185,7 +185,7 @@
                     ret = str(ret)
                 
                 self.__send(fx, fn, ret)
-        except socket.error:
+        except OSError:
             pass
         except Exception:
             exctype, excval, exctb = sys.exc_info()
--- a/eric6/Utilities/ClassBrowsers/idlclbr.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/ClassBrowsers/idlclbr.py	Sat Dec 05 12:29:26 2020 +0100
@@ -229,7 +229,7 @@
 
     try:
         src = Utilities.readEncodedFile(file)[0]
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         # can't do anything with this module
         _modules[module] = {}
         return {}
--- a/eric6/Utilities/ClassBrowsers/jsclbr.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/ClassBrowsers/jsclbr.py	Sat Dec 05 12:29:26 2020 +0100
@@ -305,7 +305,7 @@
 
     try:
         src = Utilities.readEncodedFile(file)[0]
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         # can't do anything with this module
         _modules[module] = {}
         return {}
--- a/eric6/Utilities/ClassBrowsers/protoclbr.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/ClassBrowsers/protoclbr.py	Sat Dec 05 12:29:26 2020 +0100
@@ -220,7 +220,7 @@
 
     try:
         src = Utilities.readEncodedFile(file)[0]
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         # can't do anything with this module
         _modules[module] = {}
         return {}
--- a/eric6/Utilities/ClassBrowsers/pyclbr.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/ClassBrowsers/pyclbr.py	Sat Dec 05 12:29:26 2020 +0100
@@ -377,7 +377,7 @@
 
     try:
         src = Utilities.readEncodedFile(file)[0]
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         # can't do anything with this module
         _modules[module] = {}
         return {}
--- a/eric6/Utilities/ClassBrowsers/rbclbr.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/ClassBrowsers/rbclbr.py	Sat Dec 05 12:29:26 2020 +0100
@@ -276,7 +276,7 @@
 
     try:
         src = Utilities.readEncodedFile(file)[0]
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         # can't do anything with this module
         _modules[module] = {}
         return {}
--- a/eric6/Utilities/ModuleParser.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/ModuleParser.py	Sat Dec 05 12:29:26 2020 +0100
@@ -1597,7 +1597,7 @@
     try:
         src = Utilities.readEncodedFile(file)[0]
         mod.scan(src)
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         pass
     if caching:
         _modules[modname] = mod
--- a/eric6/Utilities/__init__.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/Utilities/__init__.py	Sat Dec 05 12:29:26 2020 +0100
@@ -78,21 +78,40 @@
 
 supportedCodecs = [
     'utf-8',
-    'iso8859-1', 'iso8859-15', 'iso8859-2', 'iso8859-3',
-    'iso8859-4', 'iso8859-5', 'iso8859-6', 'iso8859-7',
-    'iso8859-8', 'iso8859-9', 'iso8859-10', 'iso8859-11',
-    'iso8859-13', 'iso8859-14', 'iso8859-16', 'latin-1',
-    'koi8-r', 'koi8-u',
-    'utf-16', 'utf-32',
-    'cp037', 'cp424', 'cp437', 'cp500', 'cp737', 'cp775',
-    'cp850', 'cp852', 'cp855', 'cp856', 'cp857', 'cp860',
-    'cp861', 'cp862', 'cp863', 'cp864', 'cp865', 'cp866',
-    'cp869', 'cp874', 'cp875', 'cp932', 'cp949', 'cp950',
-    'cp1006', 'cp1026', 'cp1140', 'cp1250', 'cp1251',
-    'cp1252', 'cp1253', 'cp1254', 'cp1255', 'cp1256',
-    'cp1257', 'cp1258',
-    'gb2312', 'gb18030',
-    'ascii'
+    
+    'iso-8859-1', 'iso-8859-2', 'iso-8859-3',
+    'iso-8859-4', 'iso-8859-5', 'iso-8859-6', 'iso-8859-7',
+    'iso-8859-8', 'iso-8859-9', 'iso-8859-10', 'iso-8859-11',
+    'iso-8859-13', 'iso-8859-14', 'iso-8859-15', 'iso-8859-16',
+    'latin-1',
+    
+    'koi8-r', 'koi8-t', 'koi8-u',
+    
+    'utf-7',
+    'utf-16', 'utf-16-be', 'utf-16-le',
+    'utf-32', 'utf-32-be', 'utf-32-le',
+    
+    'cp037', 'cp273', 'cp424', 'cp437', 'cp500', 'cp720',
+    'cp737', 'cp775', 'cp850', 'cp852', 'cp855', 'cp856',
+    'cp857', 'cp858', 'cp860', 'cp861', 'cp862', 'cp863',
+    'cp864', 'cp865', 'cp866', 'cp869', 'cp874', 'cp875',
+    'cp932', 'cp949', 'cp950', 'cp1006', 'cp1026', 'cp1125',
+    'cp1140',
+    
+    'windows-1250', 'windows-1251', 'windows-1252', 'windows-1253',
+    'windows-1254', 'windows-1255', 'windows-1256', 'windows-1257',
+    'windows-1258',
+    
+    'gb2312', 'hz', 'gb18030', 'gbk',
+    
+    'iso-2022-jp', 'iso-2022-jp-1', 'iso-2022-jp-2', 'iso-2022-jp-2004',
+    'iso-2022-jp-3', 'iso-2022-jp-ext', 'iso-2022-kr',
+    
+    'mac-cyrillic', 'mac-greek', 'mac-iceland', 'mac-latin2',
+    'mac-roman', 'mac-turkish',
+    
+    'ascii',
+    'big5-tw', 'big5-hkscs',
 ]
 
 
@@ -661,7 +680,7 @@
     """
     try:
         source, encoding = readEncodedFile(filename)
-    except (UnicodeError, IOError):
+    except (UnicodeError, OSError):
         return {}
     
     return extractFlags(source)
@@ -724,7 +743,7 @@
     @return path with converted separator characters (string)
     """
     return QDir.toNativeSeparators(path)
-    
+
 
 def fromNativeSeparators(path):
     """
@@ -734,7 +753,7 @@
     @return path with converted separator characters (string)
     """
     return QDir.fromNativeSeparators(path)
-    
+
 
 def normcasepath(path):
     """
@@ -745,17 +764,7 @@
     @return case normalized path (string)
     """
     return os.path.normcase(os.path.normpath(path))
-    
 
-def normabspath(path):
-    """
-    Function returning a normalized, absolute path.
-    
-    @param path file path (string)
-    @return absolute, normalized path (string)
-    """
-    return os.path.abspath(path)
-    
 
 def normcaseabspath(path):
     """
@@ -766,18 +775,18 @@
     @return absolute, normalized path (string)
     """
     return os.path.normcase(os.path.abspath(path))
-    
+
 
 def normjoinpath(a, *p):
     """
     Function returning a normalized path of the joined parts passed into it.
     
     @param a first path to be joined (string)
-    @param p variable number of path parts to be joind (string)
+    @param p variable number of path parts to be joined (string)
     @return normalized path (string)
     """
     return os.path.normpath(os.path.join(a, *p))
-    
+
 
 def normabsjoinpath(a, *p):
     """
@@ -789,30 +798,6 @@
     @return absolute, normalized path (string)
     """
     return os.path.abspath(os.path.join(a, *p))
-    
-
-def relpath(path, start=os.path.curdir):
-    """
-    Return a relative version of a path.
-    
-    @param path path to make relative (string)
-    @param start path to make relative from (string)
-    @return relative path (string)
-    @exception ValueError raised to indicate an invalid path
-    """
-    if not path:
-        raise ValueError("no path specified")
-
-    start_list = os.path.abspath(start).split(os.path.sep)
-    path_list = os.path.abspath(path).split(os.path.sep)
-
-    # Work out how much of the filepath is shared by start and path.
-    i = len(os.path.commonprefix([start_list, path_list]))
-
-    rel_list = [os.path.pardir] * (len(start_list) - i) + path_list[i:]
-    if not rel_list:
-        return os.path.curdir
-    return os.path.join(*rel_list)
 
 
 def isinpath(file):
@@ -855,8 +840,8 @@
     if start:
         if path == start:
             return True
-        elif normcasepath(toNativeSeparators(path)).startswith(
-                normcasepath(toNativeSeparators(start + "/"))):
+        elif normcasepath(path).startswith(
+                normcasepath(start + "/")):
             return True
         else:
             return False
@@ -864,27 +849,6 @@
         return False
 
 
-def relativePath(path, start):
-    """
-    Function to convert a file path to a path relative to a start path.
-    
-    @param path file or directory name to convert (string)
-    @param start start path (string)
-    @return relative path or unchanged path, if path does not start with
-        the start path (string)
-    """
-    if startswithPath(path, start):
-        if path == start:
-            return ""
-        else:
-            if start.endswith(("/", "\\")):
-                return path[len(start):]
-            else:
-                return path[len(start) + 1:]
-    else:
-        return path
-
-
 def relativeUniversalPath(path, start):
     """
     Function to convert a file path to a path relative to a start path
@@ -895,7 +859,7 @@
     @return relative path or unchanged path, if path does not start with
         the start path with universal separators (string)
     """
-    return fromNativeSeparators(relativePath(path, start))
+    return fromNativeSeparators(os.path.relpath(path, start))
 
 
 def absolutePath(path, start):
@@ -908,7 +872,7 @@
     @return absolute path (string)
     """
     if not os.path.isabs(path):
-        path = os.path.join(start, path)
+        path = os.path.normpath(os.path.join(start, path))
     return path
 
 
@@ -922,7 +886,7 @@
     @return absolute path with native separators (string)
     """
     if not os.path.isabs(path):
-        path = toNativeSeparators(os.path.join(start, path))
+        path = toNativeSeparators(os.path.normpath(os.path.join(start, path)))
     return path
 
 
@@ -1250,7 +1214,7 @@
     """
     try:
         names = os.listdir(path)
-    except EnvironmentError:
+    except OSError:
         return []
 
     dirs = []
@@ -2039,7 +2003,7 @@
                 try:
                     with open(rfile, "r") as f:
                         lines = f.read().splitlines()
-                except IOError:
+                except OSError:
                     continue
                 
                 info.append('  {0}'.format(rfile))
--- a/eric6/VCS/ProjectHelper.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/VCS/ProjectHelper.py	Sat Dec 05 12:29:26 2020 +0100
@@ -246,7 +246,7 @@
                 if not os.path.isdir(projectdir):
                     try:
                         os.makedirs(projectdir)
-                    except EnvironmentError:
+                    except OSError:
                         E5MessageBox.critical(
                             self.parent(),
                             QCoreApplication.translate(
--- a/eric6/ViewManager/ViewManager.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/ViewManager/ViewManager.py	Sat Dec 05 12:29:26 2020 +0100
@@ -4495,7 +4495,7 @@
         
         @param prog name of file to be opened (string)
         """
-        prog = Utilities.normabspath(prog)
+        prog = os.path.abspath(prog)
         # Open up the new files.
         self.openSourceFile(prog)
 
@@ -4712,7 +4712,7 @@
         try:
             newWin, editor = self.getEditor(fn, filetype=filetype,
                                             addNext=addNext, indexes=indexes)
-        except (IOError, UnicodeDecodeError):
+        except (OSError, UnicodeDecodeError):
             return None
         
         if newWin:
@@ -4881,7 +4881,7 @@
         """
         try:
             newWin, self.currentEditor = self.getEditor(fn)
-        except (IOError, UnicodeDecodeError):
+        except (OSError, UnicodeDecodeError):
             return
         
         enc = self.currentEditor.getEncoding()
@@ -6585,7 +6585,7 @@
             try:
                 with open(dictionaryFile, "r", encoding="utf-8") as f:
                     data = f.read()
-            except (IOError, OSError) as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.ui,
                     QCoreApplication.translate(
@@ -6614,7 +6614,7 @@
                 try:
                     with open(dictionaryFile, "w", encoding="utf-8") as f:
                         f.write(data)
-                except (IOError, OSError) as err:
+                except OSError as err:
                     E5MessageBox.critical(
                         self.ui,
                         QCoreApplication.translate(
--- a/eric6/VirtualEnv/VirtualenvConfigurationDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/VirtualEnv/VirtualenvConfigurationDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -171,6 +171,16 @@
             self.venvStack.setCurrentWidget(self.venvPage)
     
     @pyqtSlot(str)
+    def on_nameEdit_textChanged(self, txt):
+        """
+        Private slot handling a change of the virtual environment name.
+        
+        @param txt name of the virtual environment
+        @type str
+        """
+        self.__updateOK()
+    
+    @pyqtSlot(str)
     def on_targetDirectoryPicker_textChanged(self, txt):
         """
         Private slot handling a change of the target directory.
--- a/eric6/VirtualEnv/VirtualenvExecDialog.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/VirtualEnv/VirtualenvExecDialog.py	Sat Dec 05 12:29:26 2020 +0100
@@ -268,7 +268,7 @@
                     f.write("\n")
                     f.write(self.tr("Errors:\n"))
                     f.write(errtxt)
-        except (IOError, OSError) as err:
+        except OSError as err:
             self.__logError(
                 self.tr("""The logfile '{0}' could not be written.\n"""
                         """Reason: {1}\n""").format(logFile, str(err)))
@@ -295,7 +295,7 @@
         try:
             with open(script, "w", encoding="utf-8") as f:
                 f.write(txt)
-        except (IOError, OSError) as err:
+        except OSError as err:
             self.__logError(
                 self.tr("""The script file '{0}' could not be written.\n"""
                         """Reason: {1}\n""").format(script, str(err)))
--- a/eric6/WebBrowser/AdBlock/AdBlockSubscription.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/AdBlock/AdBlockSubscription.py	Sat Dec 05 12:29:26 2020 +0100
@@ -473,7 +473,7 @@
         try:
             with open(fileName, "r", encoding="utf-8") as f:
                 data = f.read()
-        except (IOError, OSError):
+        except (OSError, OSError):
             return False
         
         match = re.search(self.__checksumRe, data)
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py	Sat Dec 05 12:29:26 2020 +0100
@@ -123,7 +123,7 @@
         try:
             with open(self.__fileName, "r", encoding="utf-8") as f:
                 contents = json.load(f)
-        except IOError as err:
+        except OSError as err:
             self._error = True
             self._errorString = self.tr(
                 "File '{0}' cannot be read.\nReason: {1}"
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py	Sat Dec 05 12:29:26 2020 +0100
@@ -126,7 +126,7 @@
                     try:
                         with open(path, "r") as f:
                             contents = f.read()
-                    except IOError:
+                    except OSError:
                         continue
                     url = ""
                     for line in contents.splitlines():
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py	Sat Dec 05 12:29:26 2020 +0100
@@ -100,7 +100,7 @@
         try:
             with open(self.__fileName, "r", encoding="utf-8") as f:
                 contents = f.read()
-        except IOError as err:
+        except OSError as err:
             self._error = True
             self._errorString = self.tr(
                 "File '{0}' cannot be read.\nReason: {1}"
--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py	Sat Dec 05 12:29:26 2020 +0100
@@ -102,7 +102,7 @@
         try:
             with open(self.__fileName, "rb") as f:
                 bookmarksDict = plistlib.load(f)
-        except (plistlib.InvalidFileException, EnvironmentError) as err:
+        except (plistlib.InvalidFileException, OSError) as err:
             self._error = True
             self._errorString = self.tr(
                 "Bookmarks file cannot be read.\nReason: {0}".format(str(err)))
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py	Sat Dec 05 12:29:26 2020 +0100
@@ -90,7 +90,7 @@
         try:
             with open(self.__fileName, "w", encoding="utf-8") as f:
                 f.write(response)
-        except (IOError, OSError):
+        except OSError:
             self.error.emit()
             return
         
@@ -145,7 +145,7 @@
         try:
             with open(self.__fileName, "w", encoding="utf-8") as f:
                 f.write(response)
-        except (IOError, OSError):
+        except OSError:
             self.error.emit()
             return
         
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyManager.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyManager.py	Sat Dec 05 12:29:26 2020 +0100
@@ -130,7 +130,7 @@
             if deleteScript:
                 try:
                     os.remove(fileName)
-                except (IOError, OSError):
+                except OSError:
                     # ignore
                     pass
     
@@ -177,7 +177,7 @@
                 try:
                     with open(fileName, "r", encoding="utf-8") as f:
                         source = f.read().strip()
-                except (IOError, OSError):
+                except OSError:
                     source = ""
                 if source:
                     script += source + "\n"
--- a/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyScript.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/GreaseMonkey/GreaseMonkeyScript.py	Sat Dec 05 12:29:26 2020 +0100
@@ -276,7 +276,7 @@
         try:
             with open(self.__fileName, "r", encoding="utf-8") as f:
                 fileData = f.read()
-        except (IOError, OSError):
+        except OSError:
             # silently ignore because it shouldn't happen
             return
         
--- a/eric6/WebBrowser/Network/ProtocolHandlerManager.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Network/ProtocolHandlerManager.py	Sat Dec 05 12:29:26 2020 +0100
@@ -108,7 +108,7 @@
                     url = QUrl(urlStr)
                     self.__protocolHandlers[scheme] = url
                     self.__registerHandler(scheme, url)
-        except (IOError, OSError):
+        except OSError:
             # ignore issues silently
             pass
     
--- a/eric6/WebBrowser/Session/SessionManager.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Session/SessionManager.py	Sat Dec 05 12:29:26 2020 +0100
@@ -228,7 +228,7 @@
                 sessionData = json.load(sessionFile)
             if not cls.isValidSession(sessionData):
                 sessionData = {}
-        except (IOError, OSError):
+        except OSError:
             sessionData = {}
         
         return sessionData
--- a/eric6/WebBrowser/Sync/DirectorySyncHandler.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Sync/DirectorySyncHandler.py	Sat Dec 05 12:29:26 2020 +0100
@@ -94,7 +94,7 @@
                              self._remoteFiles[type_]), "rb"
             ) as f:
                 data = f.read()
-        except IOError as err:
+        except OSError as err:
             self.syncStatus.emit(
                 type_,
                 self.tr("Cannot read remote file.\n{0}").format(str(err)))
@@ -132,7 +132,7 @@
                 ) as f:
                     f.write(bytes(data))
                     f.close()
-            except IOError as err:
+            except OSError as err:
                 self.syncStatus.emit(
                     type_,
                     self.tr("Cannot write remote file.\n{0}").format(
--- a/eric6/WebBrowser/Sync/FtpSyncHandler.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Sync/FtpSyncHandler.py	Sat Dec 05 12:29:26 2020 +0100
@@ -409,5 +409,5 @@
                 code = err.args[0].strip()[:3]
                 if code == "421":
                     self.__connected = False
-            except IOError:
+            except OSError:
                 self.__connected = False
--- a/eric6/WebBrowser/Sync/SyncHandler.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Sync/SyncHandler.py	Sat Dec 05 12:29:26 2020 +0100
@@ -210,7 +210,7 @@
             try:
                 with open(fileName, "rb") as inputFile:
                     data = inputFile.read()
-            except IOError:
+            except OSError:
                 return QByteArray()
             
             if (
@@ -275,5 +275,5 @@
             if timestamp > 0:
                 os.utime(fileName, (timestamp, timestamp))
             return True, ""
-        except IOError as error:
+        except OSError as error:
             return False, str(error)
--- a/eric6/WebBrowser/Tools/WebIconProvider.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/Tools/WebIconProvider.py	Sat Dec 05 12:29:26 2020 +0100
@@ -90,7 +90,7 @@
             try:
                 with open(filename, "r") as f:
                     db = json.load(f)
-            except (IOError, OSError):
+            except OSError:
                 # ignore silentyl
                 db = {}
             
@@ -123,7 +123,7 @@
             try:
                 with open(filename, "w") as f:
                     json.dump(db, f)
-            except (IOError, OSError):
+            except OSError:
                 # ignore silentyl
                 pass
     
--- a/eric6/WebBrowser/WebBrowserWindow.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/WebBrowser/WebBrowserWindow.py	Sat Dec 05 12:29:26 2020 +0100
@@ -12,8 +12,8 @@
 import sys
 
 from PyQt5.QtCore import (
-    pyqtSlot, pyqtSignal, Qt, QByteArray, QSize, QTimer, QUrl, QTextCodec,
-    QProcess, QEvent, QFileInfo
+    pyqtSlot, pyqtSignal, Qt, QByteArray, QSize, QTimer, QUrl, QProcess,
+    QEvent, QFileInfo
 )
 from PyQt5.QtGui import QDesktopServices, QKeySequence, QFont, QFontMetrics
 from PyQt5.QtWidgets import (
@@ -4147,7 +4147,8 @@
         """
         return self.__navigationBar.searchEdit().openSearchManager()
     
-    def __createTextEncodingAction(self, codec, defaultCodec, parentMenu):
+    def __createTextEncodingAction(self, codec, defaultCodec, parentMenu,
+                                   name=None):
         """
         Private method to create an action for the text encoding menu.
         
@@ -4157,8 +4158,13 @@
         @type str
         @param parentMenu reference to the parent menu
         @type QMenu
-        """
-        act = QAction(codec, parentMenu)
+        @param name name for the action
+        @type str
+        """
+        if name:
+            act = QAction(name, parentMenu)
+        else:
+            act = QAction(codec, parentMenu)
         act.setData(codec)
         act.setCheckable(True)
         if defaultCodec == codec:
@@ -4192,55 +4198,45 @@
         """
         self.__textEncodingMenu.clear()
         
-        codecs = []
-        for mib in QTextCodec.availableMibs():
-            codec = str(QTextCodec.codecForMib(mib).name(),
-                        encoding="utf-8").lower()
-            if codec not in codecs:
-                codecs.append(codec)
-        codecs.sort()
-        
         defaultTextEncoding = self.webSettings().defaultTextEncoding().lower()
-        if defaultTextEncoding in codecs:
+        if defaultTextEncoding in Utilities.supportedCodecs:
             currentCodec = defaultTextEncoding
         else:
-            currentCodec = "system"
+            currentCodec = ""
         
         isoCodecs = []
         winCodecs = []
-        isciiCodecs = []
         uniCodecs = []
-        ibmCodecs = []
+        cpCodecs = []
+        macCodecs = []
         otherCodecs = []
         
-        for codec in codecs:
-            if codec.startswith(("iso", "latin")):
+        for codec in sorted(Utilities.supportedCodecs):
+            if codec.startswith(("iso-", "latin")):
                 isoCodecs.append(codec)
-            elif codec.startswith(("windows")):
+            elif codec.startswith(("windows-")):
                 winCodecs.append(codec)
-            elif codec.startswith("iscii"):
-                isciiCodecs.append(codec)
-            elif codec.startswith("utf"):
+            elif codec.startswith("utf-"):
                 uniCodecs.append(codec)
-            elif codec.startswith(("ibm")):
-                ibmCodecs.append(codec)
-            elif codec == "system":
-                self.__createTextEncodingAction(codec, currentCodec,
-                                                self.__textEncodingMenu)
+            elif codec.startswith("cp"):
+                cpCodecs.append(codec)
+            elif codec.startswith("mac-"):
+                macCodecs.append(codec)
             else:
                 otherCodecs.append(codec)
         
-        if not self.__textEncodingMenu.isEmpty():
-            self.__textEncodingMenu.addSeparator()
+        self.__createTextEncodingAction(
+            "", currentCodec, self.__textEncodingMenu, name=self.tr("System"))
+        self.__textEncodingMenu.addSeparator()
         self.__createTextEncodingSubmenu(self.tr("ISO"), isoCodecs,
                                          self.__textEncodingMenu)
         self.__createTextEncodingSubmenu(self.tr("Unicode"), uniCodecs,
                                          self.__textEncodingMenu)
         self.__createTextEncodingSubmenu(self.tr("Windows"), winCodecs,
                                          self.__textEncodingMenu)
-        self.__createTextEncodingSubmenu(self.tr("ISCII"), isciiCodecs,
+        self.__createTextEncodingSubmenu(self.tr("IBM"), cpCodecs,
                                          self.__textEncodingMenu)
-        self.__createTextEncodingSubmenu(self.tr("IBM"), ibmCodecs,
+        self.__createTextEncodingSubmenu(self.tr("Apple"), macCodecs,
                                          self.__textEncodingMenu)
         self.__createTextEncodingSubmenu(self.tr("Other"), otherCodecs,
                                          self.__textEncodingMenu)
--- a/eric6/eric6.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/eric6.py	Sat Dec 05 12:29:26 2020 +0100
@@ -205,7 +205,7 @@
         with open(logFile, "w", encoding="utf-8") as f:
             f.write(msg)
             f.write(versionInfo)
-    except IOError:
+    except OSError:
         pass
     
     if inMainLoop is None:
@@ -369,13 +369,12 @@
             disabledPlugins.append(pluginName)
     for arg in sys.argv:
         if arg.startswith("--plugin=") and sys.argv.index(arg) < ddindex:
-            import Utilities
             # extract the plugin development option
             pluginFile = arg.replace("--plugin=", "").replace('"', "")
             sys.argv.remove(arg)
             ddindex -= 1
             pluginFile = os.path.expanduser(pluginFile)
-            pluginFile = Utilities.normabspath(pluginFile)
+            pluginFile = os.path.abspath(pluginFile)
             break
     
     # is there a set of filenames or options on the command line,
--- a/eric6/eric6_api.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/eric6_api.py	Sat Dec 05 12:29:26 2020 +0100
@@ -276,7 +276,7 @@
                         api = apiGenerator.genAPI(True, basePackage,
                                                   includePrivate)
                         bases = apiGenerator.genBases(includePrivate)
-                    except IOError as v:
+                    except OSError as v:
                         sys.stderr.write("{0} error: {1}\n".format(file, v[1]))
                         continue
                     except ImportError as v:
@@ -299,7 +299,7 @@
             with open(outputFile, "w", encoding="utf-8",
                       newline=newline) as out:
                 out.write("\n".join(sorted(apis)) + "\n")
-        except IOError as v:
+        except OSError as v:
             sys.stderr.write("{0} error: {1}\n".format(outputFile, v[1]))
             sys.exit(3)
         try:
@@ -308,7 +308,7 @@
                 for baseEntry in sorted(basesDict.keys()):
                     out.write("{0} {1}\n".format(
                         baseEntry, " ".join(sorted(basesDict[baseEntry]))))
-        except IOError as v:
+        except OSError as v:
             sys.stderr.write("{0} error: {1}\n".format(basesFile, v[1]))
             sys.exit(3)
     
--- a/eric6/eric6_doc.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/eric6_doc.py	Sat Dec 05 12:29:26 2020 +0100
@@ -271,7 +271,7 @@
         if not os.path.isdir(outputDir):
             try:
                 os.makedirs(outputDir)
-            except EnvironmentError:
+            except OSError:
                 sys.stderr.write(
                     "Could not create output directory {0}.".format(outputDir))
                 sys.exit(2)
@@ -283,7 +283,7 @@
         try:
             with open(stylesheetFile, "r", encoding="utf-8") as sf:
                 stylesheet = sf.read()
-        except IOError:
+        except OSError:
             sys.stderr.write(
                 "The CSS stylesheet '{0}' does not exist\n".format(
                     stylesheetFile))
@@ -299,7 +299,7 @@
             if not os.path.isdir(qtHelpOutputDir):
                 try:
                     os.makedirs(qtHelpOutputDir)
-                except EnvironmentError:
+                except OSError:
                     sys.stderr.write(
                         "Could not create QtHelp output directory {0}.".format(
                             qtHelpOutputDir))
@@ -372,7 +372,7 @@
                         inpackage=inpackage, extensions=supportedExtensions)
                     moduleDocument = ModuleDocument(module, colors, stylesheet)
                     doc = moduleDocument.genDocument()
-                except IOError as v:
+                except OSError as v:
                     sys.stderr.write("{0} error: {1}\n".format(file, v[1]))
                     continue
                 except ImportError as v:
@@ -400,7 +400,7 @@
                     with open(f, "w", encoding="utf-8",
                               newline=newline) as out:
                         out.write(doc)
-                except IOError as v:
+                except OSError as v:
                     sys.stderr.write("{0} error: {1}\n".format(file, v[1]))
                 else:
                     sys.stdout.write("{0} ok\n".format(f))
--- a/eric6/eric6_post_install.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/eric6_post_install.py	Sat Dec 05 12:29:26 2020 +0100
@@ -44,7 +44,7 @@
         if not os.path.exists(eric6EntryPath):
             try:
                 os.makedirs(eric6EntryPath)
-            except EnvironmentError:
+            except OSError:
                 # maybe restrictions prohibited link creation
                 return
         
--- a/eric6/i18n/eric6_cs.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_cs.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4423,7 +4423,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>Nesprávné kódování &apos;{0}&apos; pro daný text.</translation>
     </message>
@@ -7926,47 +7926,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation type="unfinished">Spustit debuger</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished">Rodičovský proces</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished">Dětský proces</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished">Větvení klienta</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished">Pokračovat ve fork větvi.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Debugovací backend nelze spustit.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22825,57 +22825,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished">Kontrola verzí</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished">Odebrat z repozitáře (a z disku)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished">Odebrat jen z repozitáře</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished">Kopírovat</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished">Kopírovat</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished">Zobrazit log prohlížeč</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished">Zobrazit status</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22885,7 +22885,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22900,37 +22900,37 @@
         <translation type="unfinished">Zobrazit komentované soubory</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished">Vrátit změny</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished">Vybrat všechny lokální soubory</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation type="unfinished">Vybrat všechny lokální soubory</translation>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished">Vybrat všechny soubory ve správě verzí</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation type="unfinished">Vybrat všechny soubory ve správě verzí</translation>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished">Vybrat všechny lokální adresáře</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished">Vybrat všechny lokální adresáře</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished">Vybrat všechny adresáře ve správě verzí</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished">Konfigurovat...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished">Opravdu chcete odebrat tyto soubory z repozitáře?</translation>
     </message>
@@ -26646,27 +26646,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -39144,102 +39144,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Nastavit pixel</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Vymazat pixel</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Nakreslit linku</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Vymazat pixel</translation>
+        <source>Draw Rectangle</source>
+        <translation>Nakreslit obdélník</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Nakreslit linku</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Nakreslit vyplněný obdélník</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Nakreslit obdélník</translation>
+        <source>Draw Circle</source>
+        <translation>Nakreslit kruh</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Nakreslit vyplněný obdélník</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Nakreslit vyplněný kruh</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Nakreslit kruh</translation>
+        <source>Draw Ellipse</source>
+        <translation>Nakreslit elipsu</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Nakreslit vyplněný kruh</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Nakreslit vyplněnou elipsu</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Nakreslit elipsu</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Nakreslit vyplněnou elipsu</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Vyplnit oblast</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Odebrat výběr</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Vložit</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Obrázek ze schránky je větší než aktuální obrázek.&lt;br/&gt;Vložit jako nový obrázek?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Vložit ze schránky</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>Vkládání obrázku</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>Neplatná data obrázku ve schránce.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Vložit ze schránky jako nový obrázek</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Vyčistit obrázek</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Změnit velikost obrázku</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>Převést do šedi</translation>
     </message>
@@ -41185,52 +41185,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished">Ano</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished">Ne</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -41240,17 +41240,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished">neznámý</translation>
     </message>
@@ -41260,32 +41260,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -51014,12 +51014,12 @@
         <translation type="unfinished">Chyby</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished">Chyba v procesu generování</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51727,7 +51727,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51747,102 +51747,102 @@
         <translation type="unfinished">Chyby: {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished">Konfigurovat...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -53790,72 +53790,72 @@
         <translation>Vytvořit adresář projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Nový projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Přidat existující soubory do projektu?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Chcete editovat parametry VCS příkazu?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Nový projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Má být projekt přidán do repozitáře?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Výběr verzovacího systému projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Otevřít projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Soubory projektu (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Uložit projekt jako</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Uložit soubor</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Zavřít projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>Aktuální projekt obsahuje neuložené změny.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Zjištěny syntaktické chyby</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform>
@@ -53864,567 +53864,567 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Nový...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Vygenerovat nový projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nový...&lt;/b&gt;&lt;p&gt;Otevře se dialogové okno pro zadání informací o novém projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Otevřít...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Otevřít existující projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Otevřít....&lt;/b&gt;&lt;p&gt;Otevře existující projekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Zavřít projekt</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Zavřít</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Zavřít projekt</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Zavřít</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Uzavře aktuální projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zavřít&lt;/b&gt;&lt;p&gt;Aktuální projekt se uzavře.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Uložit projekt</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation>&amp;Uložit</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Uložit projekt</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation>&amp;Uložit</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Uložit aktuální projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit&lt;/b&gt;&lt;p&gt;Aktuální projekt se uloží.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>Uložit j&amp;ako...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>Uložit j&amp;ako...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Uloží aktuální projekt do nového souboru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit jako&lt;/b&gt;&lt;p&gt;Uloží aktuální projekt do nového souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Přidat soubory do projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>&amp;Přidat soubory...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Přidat soubory do aktuálního projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přidat soubory...&lt;/b&gt;&lt;p&gt;Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Přidat adresář do projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Přidat adresář...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Přidat adresář do aktuálního projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přidat adresář...&lt;/b&gt;&lt;p&gt;Otevře dialog pro přičtení adresáře do aktuálního projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Přidat překlad do projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Přida&amp;t překlad...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Přidat překlad do aktuálního projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přidat překlad&lt;/b&gt;&lt;p&gt;Otevře dialog pro přidání překladu do aktuálního projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>Hledat nové soubory</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>&amp;Hledat nové soubory...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>&amp;Hledat nové soubory...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Hledat nové soubory v adresáři projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Nastavení projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Natavení...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Zobrazit nastavení projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Uživatelská nastavení projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>Uživat&amp;elská nastavení...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Zobrazit uživatelem definovaná nastavení projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uživatelská nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací uživatelských nastavení projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
+        <location filename="../Project/Project.py" line="3982"/>
         <source>Filetype Associations</source>
         <translation>Asociace typů souborů</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Asociace typů souborů...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Asociace typů souborů...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Zobrazit asociace typů souborů</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Nastavení debugeru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>Nastavení &amp;debuggeru...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>Nastavení &amp;debuggeru...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Zobrazit nastavení debugeru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nastavení debugeru...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení debugeru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Načíst</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Načíst</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Načíst</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Načíst nastavení debugeru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Načíst nastavení debugeru&lt;/b&gt;&lt;p&gt;Načtou se nastavení debugeru do projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Uložit</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Uložit</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Uložit nastavení debugeru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit nastavení debugeru&lt;/b&gt;&lt;p&gt;Uloží nastavení debugeru definovaná v projektu..&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation>Smazat</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>Sma&amp;zat</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>Sma&amp;zat</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Smazat nastavení debugeru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Smazat nastavení debugeru&lt;/b&gt;&lt;p&gt;Smaže se soubor obsahující nastavení debugeru v daném projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Reset</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Reset</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Reset nastavení debugeru</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Reset nastavení debugeru&lt;/b&gt;&lt;p&gt;Zresetuje nastavení debugeru v projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Načíst relaci</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Načíst relaci</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Načíst soubor s relací projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Načíst relaci&lt;/b&gt;&lt;p&gt;Načte soubor s relací projektu. Relace obsahuje následující údaje:&lt;br&gt;- všechny otevřené zdrojové soubory&lt;br&gt;- všechny breakpointy&lt;br&gt;- argumenty příkazové řádky &lt;br&gt;- pracovní adresář&lt;br&gt;- příznak výjimky&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Uložit relaci</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Uložit relaci</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Uložit soubor s relací projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit relaci&lt;/b&gt;&lt;p&gt;Uloží soubor s relací projektu. Relace obsahuje následující údaje:&lt;br&gt;- všechny otevřené zdrojové soubory&lt;br&gt;- všechny breakpointy&lt;br&gt;- argumenty příkazové řádky &lt;br&gt;- pracovní adresář&lt;br&gt;- příznak výjimky&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation>Smazat relaci</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation>Smazat relaci</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Smaže soubor s relací projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Smazat relaci&lt;/b&gt;&lt;p&gt;Smaže soubor s relací projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
+        <location filename="../Project/Project.py" line="4132"/>
         <source>Code Metrics</source>
         <translation>Metriky kódu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>Metriky &amp;kódu...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>Metriky &amp;kódu...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Zobrazit metriky kódu projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Metriky kódu...&lt;/b&gt;&lt;p&gt;Zobrazí se metriky kódu všech python souborů v projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Python Code Coverage</source>
-        <translation>Pokrytí python kódu</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>Pokr&amp;ytí kódu...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Python Code Coverage</source>
+        <translation>Pokrytí python kódu</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>Pokr&amp;ytí kódu...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>Zobrazit informace pokrytí kódu projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pokrytí kódu...&lt;/b&gt;&lt;p&gt;Zobrazí informace o pokrytí kódu ve všech python souborech projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Profilovat data</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>&amp;Profilovat data...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>&amp;Profilovat data...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>Zobrazit profilování dat projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profilovat data&lt;/b&gt;&lt;p&gt;Zobrazí se profilování dat projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Diagram aplikace</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>Diagram &amp;aplikace...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>Diagram &amp;aplikace...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Zobrazit diagram projektu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diagram aplikace...&lt;/b&gt;&lt;p&gt;Zobrazí diagram projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Otevřít poslední p&amp;rojekty</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation>Kontrola &amp;verzí</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>Zkontro&amp;lovat</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation>Zo&amp;brazit</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation>&amp;Diagramy</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation>Relace</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation>Zd&amp;rojová dokumentace</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
-        <translation></translation>
+        <source>&amp;Version Control</source>
+        <translation>Kontrola &amp;verzí</translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>Zkontro&amp;lovat</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation>Zo&amp;brazit</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation>&amp;Diagramy</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation>Relace</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation>Zd&amp;rojová dokumentace</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>Balíč&amp;ky</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>&amp;Vyčistit</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Hledat nové soubory</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Version Control System</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Datové pokrytí</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Pokrytí kódu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Prosím, vyberte soubor pokrytí</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Prosím, vyberte soubor s profilem</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Včetně jmen modulů?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Vytvořit seznam balíčků</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished">Vytvořit Plugin &amp;archiv</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Vytvořit Plugin archiv</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;PKGLIST&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Přepsat jej?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation>
     </message>
@@ -54434,12 +54434,12 @@
         <translation>&lt;p&gt;Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Vybrat Version Control System</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>None</translation>
     </message>
@@ -54449,7 +54449,7 @@
         <translation>Zaregistrovat typ projektu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54459,32 +54459,32 @@
         <translation>Nejdříve musíte specifikovat vzor překladu.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Vzor překladu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Zadejte vzor cesty pro soubory s překlady (použijte  &apos;%language%&apos; na místě s kódem jazyka):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations</source>
-        <translation>Spojení lexeru</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation>Spojení lexeru...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations</source>
+        <translation>Spojení lexeru</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation>Spojení lexeru...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Spojení lexeru...&lt;/b&gt;&lt;p&gt;Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.&lt;/p&gt;</translation>
     </message>
@@ -54564,7 +54564,7 @@
         <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
@@ -54579,22 +54579,22 @@
         <translation>&lt;p&gt;Adresář projektu &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Vybrané VCS &lt;b&gt;{0}&lt;/b&gt; nebylo nalezeno.&lt;br/&gt;Kontrola verzí vypnuta.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;PKGLIST&lt;/b&gt; nelze vytvořit.&lt;/p&gt;&lt;p&gt;Důvod: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; nelze uložit do archivu. Ingorováno.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Plugin soubor &lt;b&gt;{0}&lt;/b&gt; nelze přečíst.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
@@ -54609,32 +54609,32 @@
         <translation>&lt;p&gt;Cílový adresář &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54659,37 +54659,37 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation type="unfinished">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Vytvořit Plugin archiv&lt;/b&gt;&lt;p&gt;Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.&lt;/p&gt; {6 ?}</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4221"/>
+        <location filename="../Project/Project.py" line="4225"/>
         <source>Create eric6 plugin archive files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4223"/>
+        <location filename="../Project/Project.py" line="4227"/>
         <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Soubor s eric5 plugin archivem &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit. Zrušeno...&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt; {6 ?} {0}?} {1}?}</translation>
     </message>
@@ -54699,118 +54699,118 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished">Přerušit</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54830,82 +54830,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54920,7 +54920,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65260,231 +65260,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>Clear History</source>
+        <translation type="unfinished">Vyčistit historii</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>Clear History</source>
-        <translation type="unfinished">Vyčistit historii</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>About</source>
+        <translation type="unfinished">O aplikaci</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished">O &amp;aplikaci</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished">Zobrazit informace a tomto software</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>About</source>
-        <translation type="unfinished">O aplikaci</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished">O &amp;aplikaci</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation type="unfinished">Zobrazit informace a tomto software</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;O aplikaci&lt;/b&gt;&lt;p&gt;Zobrazí se informace o tomto software.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About Qt</source>
+        <translation type="unfinished">O Qt</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation type="unfinished">&lt;b&gt;O aplikaci&lt;/b&gt;&lt;p&gt;Zobrazí se informace o tomto software.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
-        <translation type="unfinished">O Qt</translation>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished">O &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished">O &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished">Co je to?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished">&amp;Co je to?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>What&apos;s This?</source>
-        <translation type="unfinished">Co je to?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation type="unfinished">&amp;Co je to?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>Shift+F1</source>
-        <comment>Help|What&apos;s This?&apos;</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
         <source>Context sensitive help</source>
         <translation type="unfinished">Kontextově senzitivní nápověda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zobrazit kontextově senzitivní nápovědu&lt;/b&gt;&lt;p&gt;V režimu &quot;Co je to?&quot; se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished">S&amp;oubor</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished">&amp;Edit</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished">Poh&amp;led</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished">&amp;Start</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished">&amp;Start</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished">&amp;Nápověda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished">Soubor</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished">Hledat</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished">Hledat</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished">Pohled</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished">Historie</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished">Historie</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Kopírovat&lt;/b&gt;&lt;p&gt;Kopírovat vybraný text do schránky.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -77807,568 +77827,568 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>Generování hlavního uživatelského rozhraní...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>Nastavení připojení...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>Inicializace nástrojů...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>Registrování objektů...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>Inicializace akcí...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>Inicializace menu...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>Inicializace nástrojových lišt...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>Inicializace statusbaru...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>Inicializace jednouživatelského aplikačního serveru...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Prohlížeč projektu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Prohlížeč debugeru</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation>Prohlížeč logu</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation>Prohlížeč úloh</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation>Prohlížeč šablon</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation>Prohlížeč logu</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation>Prohlížeč úloh</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation>Prohlížeč šablon</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
         <source>Shell</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
+        <location filename="../UI/UserInterface.py" line="1819"/>
         <source>File-Browser</source>
         <translation>Browser souborů</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Quit</source>
         <translation>Konec</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>&amp;Quit</source>
         <translation>&amp;Konec</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
+        <location filename="../UI/UserInterface.py" line="1643"/>
         <source>Quit the IDE</source>
         <translation>Ukončit IDE</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1610"/>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ukončit IDE&lt;/b&gt;&lt;p&gt;Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation>Editační profil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation>Aktivovat profil editace</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editační profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Editační profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation>Debugovací profil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation>Aktivovat debugovací profil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Debugovací profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Debugovací profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
+        <source>Edit Profile</source>
+        <translation>Editační profil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation>Aktivovat profil editace</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editační profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Editační profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation>Debugovací profil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation>Aktivovat debugovací profil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Debugovací profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Debugovací profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>&amp;Project-Viewer</source>
         <translation>Prohlížeč &amp;projektu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Alt+Shift+P</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Alt+Shift+T</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Alt+Shift+M</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>Co je to?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Co je to?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>Kontextově senzitivní nápověda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit kontextově senzitivní nápovědu&lt;/b&gt;&lt;p&gt;V režimu &quot;Co je to?&quot; se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Prohlížeč nápovědy</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>Pro&amp;hlížeč nápovědy...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Otevřít okno prohlížeče nápovědy</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Zobrazit verze</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Zobrazit &amp;verze</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Zobrazit informace o verzích</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit verze&lt;/b&gt;&lt;p&gt;Zobrazí informace o verzích.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Zjistit aktualizace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>Zjistit akt&amp;ualizace...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>Reportovat Bugy</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>Reportovat &amp;Bugy...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>Reportovat bug</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Reportovat bug...&lt;/b&gt;&lt;p&gt;Otevře se dialog pro reportování bugu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
+        <location filename="../UI/UserInterface.py" line="3313"/>
         <source>Unittest</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
+        <location filename="../UI/UserInterface.py" line="2257"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Unittest...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
+        <location filename="../UI/UserInterface.py" line="2262"/>
         <source>Start unittest dialog</source>
         <translation>Otevřít dialog unittestu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
+        <location filename="../UI/UserInterface.py" line="2263"/>
         <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Provést unittesty. V dialogovém okně se nastaví který test se má provést.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>Unittest Restart</source>
         <translation>Restart unittestu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>&amp;Restart Unittest...</source>
         <translation>&amp;Restart unittestu...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2242"/>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>Restart posledního unittestu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Restart unittestu&lt;/b&gt;&lt;p&gt;Restartuje se poslední provedený unittest.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>Unittest &amp;Script...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>Spustit unittest s aktuálním skriptem</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním skriptem.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>Unittest Projekt</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>Unittest &amp;Projekt...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>Spustit unittest s aktuálním projektem</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Unittest projekt&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním projektem.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation>&amp;UI Previewer...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation>Spustit UI Previewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Spustit UI Previewer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Náhled překladů</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Náhled &amp;překladů...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Spustit Previewer překladů</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Previewer překladů&lt;/b&gt;&lt;p&gt;Spustit Previewer překladů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation>Porovnat soubory</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation>&amp;Porovnat soubory...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation>Porovnat dva soubory</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Porovnat soubory&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání dvou souborů.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Spustit UI Previewer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Náhled překladů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Náhled &amp;překladů...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Spustit Previewer překladů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2404"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Previewer překladů&lt;/b&gt;&lt;p&gt;Spustit Previewer překladů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation>Porovnat soubory</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation>&amp;Porovnat soubory...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
+        <translation>Porovnat dva soubory</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Porovnat soubory&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání dvou souborů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare Files side by side</source>
         <translation>Porovnat soubory stranu proti straně</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
+        <location filename="../UI/UserInterface.py" line="2430"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Porovnat soubory stranu proti straně&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>Preferences</source>
         <translation>Nastavení</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>&amp;Preferences...</source>
         <translation>Na&amp;stavení...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2495"/>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>Nastavení konfigurace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nastavení&lt;/b&gt;&lt;p&gt;Upravit konfiguraci aplikace podle požadavků uživatele.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
+        <location filename="../UI/UserInterface.py" line="2568"/>
         <source>Reload APIs</source>
         <translation>Obnovit API</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation>Obnovit &amp;API</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation>Obnovit API nastavení</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Obnovit API&lt;/b&gt;&lt;p&gt;Obnovit API nastavení.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation>Profily pohledů</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
-        <translation>Profily &amp;pohledů...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Konfigurace profilů pohledů</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Profily pohledů&lt;/b&gt;&lt;p&gt;Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Klávesové zkratky</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Klávesové &amp;zkratky...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Nastavení klávesových zkratek</translation>
+        <source>Reload &amp;APIs</source>
+        <translation>Obnovit &amp;API</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation>Obnovit API nastavení</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Obnovit API&lt;/b&gt;&lt;p&gt;Obnovit API nastavení.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation>Profily pohledů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
+        <translation>Profily &amp;pohledů...</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Exportovat klávesové zkratky</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Exportovat klávesové zkratky...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Export klávesových zkratek</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Import klávesových zkratek</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Import klávesových zkratek...</translation>
+        <source>Configure view profiles</source>
+        <translation>Konfigurace profilů pohledů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Profily pohledů&lt;/b&gt;&lt;p&gt;Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Klávesové zkratky</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Klávesové &amp;zkratky...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Nastavení klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Exportovat klávesové zkratky</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Exportovat klávesové zkratky...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Export klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Import klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Import klávesových zkratek...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Import klávesových zkratek</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Import klávesových zkratek&lt;/b&gt;&lt;p&gt;Do aplikace se importují klávesové zkratky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Activate current editor</source>
         <translation>Aktivovat aktuální editor</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation></translation>
     </message>
@@ -78398,72 +78418,72 @@
         <translation type="obsolete">Otevřít PyQt4 dokumentaci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Eric API dokumentace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric API dokumentace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Otevřít Eric API dokumentaci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>&amp;Unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation>E&amp;xtra funkce</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Vybrat skupinu nástrojů</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>Nas&amp;tavení</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>O&amp;kno</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Toolbary</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>&amp;Nápověda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>Nástroje</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Nastavení</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>Nápověda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Profily</translation>
     </message>
@@ -78473,27 +78493,27 @@
         <translation type="obsolete">&lt;h3&gt;Čísla verzí&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Konfigurace Skupin nástrojů...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Konfigurace aktuální skupiny nástrojů...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>&amp;Vestavěné nástroje</translation>
     </message>
@@ -78503,32 +78523,32 @@
         <translation type="obsolete">V aktuálním projektu není definován hlavní skript. Zrušeno</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>Problém</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit prohlížeč nápovědy.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Dokumentace chybí</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Dokumentace</translation>
     </message>
@@ -78538,472 +78558,472 @@
         <translation type="obsolete">&lt;p&gt;Počátek dokumentace PySide nebyl nastaven.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Uložit úlohy</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Načíst úlohy</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation>Zahodit chybu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Chyba během zjišťování aktualizací</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Byla nalezena aktualizace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Zobrazit externí nástroje</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Zobrazit externí nás&amp;troje</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
-        <source>Could not perform updates check.</source>
-        <translation>Kontrolu updatů nelze provést.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>&amp;Cancel</source>
-        <translation>&amp;Zrušit</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>First time usage</source>
-        <translation>Spuštěno poprvé</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
-        <source>Initializing Plugin Manager...</source>
-        <translation>Inicializace Plugin manažera...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
-        <source>P&amp;lugins</source>
-        <translation>P&amp;luginy</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
-        <source>Plugins</source>
-        <translation>Pluginy</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>Plugin Infos</source>
-        <translation>Plugin Infa</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
-        <source>Show Plugin Infos</source>
-        <translation>Zobrazit Plugin infa</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Plugin Infa&lt;/b&gt;&lt;p&gt;Otevře dialog, který zobrazí informace o načtených pluginech.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>&amp;Plugin Infos...</source>
-        <translation>&amp;Plugin Infa...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
-        <source>&amp;Plugin Tools</source>
-        <translation>&amp;Plugin nástroje</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Odinstalovat plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>&amp;Odinstalovat plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Odinstalovat plugin...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odinstalaci pluginu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
-        <source>&amp;Show all</source>
-        <translation>&amp;Zobrazit vše</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
-        <source>&amp;Hide all</source>
-        <translation>&amp;Skrýt vše</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
-        <source>Activating Plugins...</source>
-        <translation>Aktivace pluginů...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
-        <source>Wi&amp;zards</source>
-        <translation>&amp;Průvodci</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show downloadable versions</source>
-        <translation>Zobrazit verze ke stažení</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>Zobrazit verze pro &amp;download...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
-        <source>Show the versions available for download</source>
-        <translation>Zobrazit dostupné verze ke stažení</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
-        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Dostupné verze&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin Repository</source>
-        <translation>Repozitář pluginů</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin &amp;Repository...</source>
-        <translation>&amp;Repozitář pluginů...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
-        <source>Show Plugins available for download</source>
-        <translation>Zobrazit pluginy dostupné ke stažení</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
-        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Repozitář pluginů...&lt;/b&gt;&lt;p&gt;Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>Instalovat pluginy</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>&amp;Instalovat pluginy...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Instalovat pluginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro instalaci nebo aktualizaci pluginů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2417"/>
-        <source>Mini &amp;Editor...</source>
-        <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
-        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mini editor&lt;/b&gt;&lt;p&gt;Otevře se okno s jednoduchým editorem&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>Lišty nástrojů</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>&amp;Lišty nástrojů...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>Konfigurace lišt nástrojů</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
+        <source>Show external tools</source>
+        <translation>Zobrazit externí nástroje</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Zobrazit externí nás&amp;troje</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7209"/>
+        <source>Could not perform updates check.</source>
+        <translation>Kontrolu updatů nelze provést.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>&amp;Cancel</source>
+        <translation>&amp;Zrušit</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>First time usage</source>
+        <translation>Spuštěno poprvé</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="271"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation>Inicializace Plugin manažera...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3089"/>
+        <source>P&amp;lugins</source>
+        <translation>P&amp;luginy</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3317"/>
+        <source>Plugins</source>
+        <translation>Pluginy</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>Plugin Infos</source>
+        <translation>Plugin Infa</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2764"/>
+        <source>Show Plugin Infos</source>
+        <translation>Zobrazit Plugin infa</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Plugin Infa&lt;/b&gt;&lt;p&gt;Otevře dialog, který zobrazí informace o načtených pluginech.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation>&amp;Plugin Infa...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4152"/>
+        <source>&amp;Plugin Tools</source>
+        <translation>&amp;Plugin nástroje</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Odinstalovat plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>&amp;Odinstalovat plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Odinstalovat plugin...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odinstalaci pluginu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4301"/>
+        <source>&amp;Show all</source>
+        <translation>&amp;Zobrazit vše</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4303"/>
+        <source>&amp;Hide all</source>
+        <translation>&amp;Skrýt vše</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="671"/>
+        <source>Activating Plugins...</source>
+        <translation>Aktivace pluginů...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3062"/>
+        <source>Wi&amp;zards</source>
+        <translation>&amp;Průvodci</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show downloadable versions</source>
+        <translation>Zobrazit verze ke stažení</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>Zobrazit verze pro &amp;download...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2193"/>
+        <source>Show the versions available for download</source>
+        <translation>Zobrazit dostupné verze ke stažení</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7233"/>
+        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Dostupné verze&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin Repository</source>
+        <translation>Repozitář pluginů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation>&amp;Repozitář pluginů...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2804"/>
+        <source>Show Plugins available for download</source>
+        <translation>Zobrazit pluginy dostupné ke stažení</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2806"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Repozitář pluginů...&lt;/b&gt;&lt;p&gt;Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>Instalovat pluginy</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>&amp;Instalovat pluginy...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Instalovat pluginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro instalaci nebo aktualizaci pluginů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
+        <source>Mini &amp;Editor...</source>
+        <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2457"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mini editor&lt;/b&gt;&lt;p&gt;Otevře se okno s jednoduchým editorem&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>Lišty nástrojů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>&amp;Lišty nástrojů...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>Konfigurace lišt nástrojů</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
         <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Listy nástrojů&lt;/b&gt;&lt;p&gt;Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Obnovit manažer nástrojových lišt...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Externí nástroje</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Prohlížeč multiprojektu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>Prohlížeč &amp;multiprojektu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
+        <location filename="../UI/UserInterface.py" line="6570"/>
         <source>Save session</source>
         <translation>Uložit relaci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Načíst relaci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální kódování editorů.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>Požadavek na vlastnost</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request &amp;Feature...</source>
         <translation>&amp;Požadavek na vlastnost...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
+        <location filename="../UI/UserInterface.py" line="2246"/>
         <source>Send a feature request</source>
         <translation>Poslat požadavek na vlastnost</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
+        <location filename="../UI/UserInterface.py" line="2248"/>
         <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Požadavek na vlastnost...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odeslání požadavku.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální jazyk editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Tato část status baru zobrazuje číslo řádku v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Vodorovná nástrojová lišta</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>&amp;Horizontální lista nástrojů</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Přepnout na vodorovnou lištu nástrojů</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přepnout vodorovnou nástrojovou lištu&lt;/b&gt;&lt;p&gt;Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Restartovat aplikaci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Konfigurovat...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Tato část status baru zobrazuje eol nastavení v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Přepnout mezi taby</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Exportovat předvolby</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>E&amp;xport Preferences...</source>
         <translation>E&amp;xportovat předvolby...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
+        <location filename="../UI/UserInterface.py" line="2545"/>
         <source>Export the current configuration</source>
         <translation>Export aktuální konfigurace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
+        <location filename="../UI/UserInterface.py" line="2547"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Export předvoleb&lt;/b&gt;&lt;p&gt;Export aktuální konfigurace do souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>Import Preferences</source>
         <translation>Import předvoleb</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mport předvoleb...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
+        <location filename="../UI/UserInterface.py" line="2559"/>
         <source>Import a previously exported configuration</source>
         <translation>Import dříve exportované konfigurace</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
+        <location filename="../UI/UserInterface.py" line="2561"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Import předvoleb&lt;/b&gt;&lt;p&gt;Import dříve exportované konfigurace.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Zobrazit další</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Zobrazit předchozí</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Levé menu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>&amp;Levé menu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Přepnout okno levého menu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přepnout okno levého menu&lt;/b&gt;&lt;p&gt;Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Dolní menu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Dolní menu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Přepnout okno dolního menu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přepnout okno dolního menu&lt;/b&gt;&lt;p&gt;Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>Prohlížeč &amp;debugeru</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL Browser</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL &amp;Browser...</source>
         <translation>SQL &amp;Browser...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
+        <location filename="../UI/UserInterface.py" line="2443"/>
         <source>Browse a SQL database</source>
         <translation>Procházet SQL databázi</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
+        <location filename="../UI/UserInterface.py" line="2444"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Procházet SQL databázi.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>Editor ikon</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>&amp;Icon Editor...</source>
         <translation>Editor &amp;ikon...</translation>
     </message>
@@ -79028,747 +79048,747 @@
         <translation type="obsolete">Otevřít PySide dokumentaci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
+        <location filename="../UI/UserInterface.py" line="1603"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - Pasivní mód</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
+        <location filename="../UI/UserInterface.py" line="1610"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} - {1} - pasivní mód</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
+        <location filename="../UI/UserInterface.py" line="1614"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} - {1} - {2} - pasivní mód</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Externí nástroje/{0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; neexistuje nebo má nulovou délku.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Qt-Designer.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Qt-Linguist.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Qt-Assistant.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
+        <location filename="../UI/UserInterface.py" line="5195"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit aktuální prohlížeč.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit UI Previewer.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Previewer překladů.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nelze spustit SQL Browser.&lt;br&gt;Ujistěte se, že je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>V externím nástroji  &apos;{0}&apos; ve skupině &apos;{1}&apos; nebyl záznam nástroje nalezen.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>Skupina nástrojů &apos;{0}&apos; nenalezena. </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Spouštím proces &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit příkaz &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{1}&lt;/b&gt;. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Proces &apos;{0}&apos; byl ukončen.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Adresář dokumentace &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; nebyl nalezen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Do souboru s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze zapisovat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Soubor s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Soubor s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Zápis do souboru relace session &lt;b&gt;{0}&lt;/b&gt; se nezdařil.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor relace session &lt;b&gt;{0}&lt;/b&gt; nelze přečíst.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; není soubor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation>Zkouším host {0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>Spolupráce</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation type="unfinished">Nové okno</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation type="unfinished">&amp;Nové okno</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
+        <source>Switch the input focus to the Task-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation type="unfinished">&amp;Windows</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation type="unfinished">Qt4 dokumentace {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation type="unfinished">Qt&amp;4 dokumentace {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Adresář PyQt4 dokumentace není nakonfigurován.&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
+        <location filename="../UI/UserInterface.py" line="1704"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
+        <location filename="../UI/UserInterface.py" line="2147"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Prohlížeč nápovědy&lt;/b&gt;&lt;p&gt;Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem&lt;/p&gt;&lt;p&gt;Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.&lt;/p&gt; {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zjistit aktualizace&lt;/b&gt;&lt;p&gt;Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.&lt;/p&gt; {6.?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zobrazit dostupné verze ke stažení&lt;/b&gt;&lt;p&gt;Zobrazit dostupné verze eric5 pro stažení z internetu.&lt;/p&gt; {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation type="unfinished">Spustit eric5 web prohlížeč {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
+        <location filename="../UI/UserInterface.py" line="2500"/>
         <source>Start the eric6 Icon Editor</source>
         <translation type="unfinished">Spustit eric5 editor ikon {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
+        <location filename="../UI/UserInterface.py" line="2502"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Editor ikon&lt;/b&gt;&lt;p&gt;Spustí se eric5 editor ikon pro jednoduchou editaci ikon.&lt;/p&gt; {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
+        <location filename="../UI/UserInterface.py" line="2588"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Zobrazit externí nástroje&lt;/b&gt;&lt;p&gt;Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.&lt;/p&gt; {6.?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
+        <location filename="../UI/UserInterface.py" line="2929"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Eric API dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.&lt;/p&gt; {6 ?}</translation>
     </message>
@@ -79778,393 +79798,393 @@
         <translation type="obsolete">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation type="unfinished">Aktualizace &lt;b&gt;{0}&lt;/b&gt; eric5 je připravena na &lt;b&gt;{1}&lt;/b&gt;. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
+        <location filename="../UI/UserInterface.py" line="7202"/>
         <source>Eric6 is up to date</source>
         <translation type="unfinished">Eric5 je aktuální {6 ?}</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation type="unfinished">Používáte poslední verzi eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished">Smazat soukromá data</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished">Načíst relaci</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation type="unfinished">Používáte poslední verzi eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation type="unfinished">Smazat soukromá data</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished">Načíst relaci</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Restart</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
+        <location filename="../UI/UserInterface.py" line="1654"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished">&lt;h3&gt;Čísla verzí&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80221,7 +80241,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Můžete použít %-kódy a rezervovaná místa ve stringu. Podporované kódy jsou:&lt;table&gt;&lt;tr&gt;    &lt;td&gt;%C&lt;/td&gt;    &lt;td&gt;sloupec kurzoru v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%D&lt;/td&gt;    &lt;td&gt;adresář v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%F&lt;/td&gt;    &lt;td&gt;jméno souboru v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%H&lt;/td&gt;    &lt;td&gt;home adresář aktuálního uživatele&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%L&lt;/td&gt;    &lt;td&gt;řádek s kurzorem v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%P&lt;/td&gt;    &lt;td&gt;cesta aktuálního projektu&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%S&lt;/td&gt;    &lt;td&gt;vybraný text v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%U&lt;/td&gt;    &lt;td&gt;uživatelské jméno aktuálního uživatele&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%%&lt;/td&gt;    &lt;td&gt;znak procenta&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -84636,6 +84656,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -85103,32 +85138,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85263,7 +85298,7 @@
         <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89596,12 +89631,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89651,58 +89686,53 @@
         <translation type="unfinished">Engine nápovědy</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
+        <source>Other</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89814,27 +89844,27 @@
         <translation type="unfinished">Zobrazit celou historii...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished">Záložky</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished">&amp;Zobrazit vše</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished">&amp;Skrýt vše</translation>
     </message>
@@ -89935,7 +89965,7 @@
         <translation type="unfinished">&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished">Exportovat klávesové zkratky</translation>
     </message>
@@ -89955,7 +89985,7 @@
         <translation type="unfinished">&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89975,7 +90005,7 @@
         <translation type="unfinished">&lt;b&gt;Import klávesových zkratek&lt;/b&gt;&lt;p&gt;Do aplikace se importují klávesové zkratky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89999,6 +90029,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished">Systém</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebDatabasesDialog</name>
Binary file eric6/i18n/eric6_de.qm has changed
--- a/eric6/i18n/eric6_de.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_de.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4358,7 +4358,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>Die Kodierung „{0}“ ist für den übergebenen Text falsch.</translation>
     </message>
@@ -7793,47 +7793,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation>Debugger starten</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Debugger konnte nicht gestartet werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation>Vaterprozess</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation>Kindprozess</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation>Client forkt</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation>Wähle den zu folgenden Forkpfad.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation>Fehler im Debugprotokoll</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.&lt;/p&gt;&lt;p&gt;Fehler: {0}&lt;/p&gt;&lt;p&gt;Daten:&lt;br/&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Keine geeignete Python3 Umgebung konfiguriert.&lt;/p&gt;</translation>
     </message>
@@ -22208,57 +22208,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation>Versionskontrolle</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation>Änderungen einpflegen...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation>Hinzufügen/Vormerken</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation>Vormerkung rückgängig</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation>Vom Repository (und der Festplatte) löschen</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation>Nur vom Repository löschen</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation>Kopieren</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation>Kopieren</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation>Verschieben</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation>Protokoll-Browser anzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation>Status anzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation>Unterschiede anzeigen</translation>
     </message>
@@ -22268,7 +22268,7 @@
         <translation>Unterschiede nebeneinander anzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation>Unterschiede anzeigen (erweitert)</translation>
     </message>
@@ -22283,37 +22283,37 @@
         <translation>Zeige kommentierte Datei</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation>Änderungen rückgängig</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation>Alle lokalen Dateieinträge auswählen</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation>Alle lokalen Dateieinträge auswählen</translation>
+        <source>Select all versioned file entries</source>
+        <translation>Alle versionierten Dateieinträge auswählen</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation>Alle versionierten Dateieinträge auswählen</translation>
+        <source>Select all local directory entries</source>
+        <translation>Alle lokalen Verzeichniseinträge auswählen</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation>Alle lokalen Verzeichniseinträge auswählen</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation>Alle versionierten Verzeichniseinträge auswählen</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation>Einstellungen...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation>Wollen Sie wirklich diese Dateien vom Repository löschen?</translation>
     </message>
@@ -26035,27 +26035,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation>{0:4.2f} Bytes</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation>{0:4.2f} KiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation>{0:4.2f} MiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation>{0:4.2f} GiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation>{0:4.2f} TiB</translation>
     </message>
@@ -36137,102 +36137,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Pixel setzen</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Pixel löschen</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Linie zeichnen</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Pixel löschen</translation>
+        <source>Draw Rectangle</source>
+        <translation>Rechteck zeichnen</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Linie zeichnen</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Gefülltes Rechteck zeichnen</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Rechteck zeichnen</translation>
+        <source>Draw Circle</source>
+        <translation>Kreis zeichnen</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Gefülltes Rechteck zeichnen</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Gefüllten Kreis zeichnen</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Kreis zeichnen</translation>
+        <source>Draw Ellipse</source>
+        <translation>Ellipse zeichnen</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Gefüllten Kreis zeichnen</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Gefüllte Ellipse zeichnen</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Ellipse zeichnen</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Gefüllte Ellipse zeichnen</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Bereich füllen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Auswahl ausschneiden</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Einfügen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das Bild der zwischenablage ist größer als das aktuelle Bild.&lt;br/&gt;Als neues Bild einfügen?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Zwischenablage einfügen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>Einfügen des Bildes</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>Die Zwischenablage enthält ungültige Bilddaten.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Zwischenablage als neues Bild einfügen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Bild löschen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Bildgröße ändern</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>In Grauwerte umwandeln</translation>
     </message>
@@ -38179,52 +38179,52 @@
         <translation>Bemerkungen:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation>Ja</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation>Nein</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation>&apos;eric-ide&apos; wurde von PyPI mittel pip Befehl installiert.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation>Die in diesem Dialog angezeigte Information wurde beim ersten Start von eric erraten.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation>Installationsinformation laden</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei mit den Installationsinformationen konnte nicht geladen werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation>Installationsinformationen</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation>Die Installationsinformation wurde editiert. Ungesicherte Änderungen gehen verloren. Sichern?</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation>Installationsinformation sichern</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei mit den Installationsinformationen konnte nicht geschrieben werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
@@ -38234,17 +38234,17 @@
         <translation>Installationszeitpunkt:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation>Als Administrator installiert:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation>Mit &apos;sudo&apos; installiert:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation>unbekannt</translation>
     </message>
@@ -38254,32 +38254,32 @@
         <translation>Installiert von:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation>Die Installationsinformationen wurden durch den Nutzer eingegeben.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation>Info löschen</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation>Aktualisierungsanweisungen</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation>Löscht die Installationsinformationen</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation>Sollen die Installationsinformationen wirklich gelöscht werden? Sie werden beim nächsten Start neu erzeugt.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation>Führe die folgenden Schritte mit Administratorrechten aus.
@@ -47822,12 +47822,12 @@
         <translation>Fehler</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation>Prozessfehler</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation>Der Prozess {0} konnte nicht gestartet werden.</translation>
     </message>
@@ -48506,7 +48506,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation>PyPI durchsuchen</translation>
     </message>
@@ -48526,102 +48526,102 @@
         <translation>Fehler: {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation>Paketdetails anzeigen</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation>Wähle die Paketversion aus:</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Keine detaillierten Paketinformationen für &lt;b&gt;{0}&lt;/b&gt; verfügbar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation>Pip installieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation>Pip in Nutzerverzeichnis installieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation>Pip reparieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation>Pakete installieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation>Lokales Paket installieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation>Paketanforderungen installieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation>Paketanforderungen deinstallieren</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation>Anforderungen erzeugen...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation>Nutzerkonfiguration bearbeiten...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation>Umgebungskonfiguration bearbeiten...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation>Einstellungen...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation>Konfiguration bearbeiten</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation>Es konnte kein gültiger Konfigurationspfad ermittelt werden. Abbruch</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation>Zwischenspeicherinfo...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation>Zwischengespeicherte Dateien...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation>Zwischengespeicherte Dateien löschen...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation>Zwischenspeicher leeren...</translation>
     </message>
@@ -50420,157 +50420,157 @@
         <translation>Projektverzeichnis erstellen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Projekt öffnen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Projekt speichern unter</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Datei speichern</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Projekt schließen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
+        <location filename="../Project/Project.py" line="4043"/>
         <source>&amp;Save</source>
         <translation>&amp;Speichern</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Neues Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Neu...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Erstelle ein neues Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neu...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Öffnen...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Öffnet ein bestehendes Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Öffnen...&lt;/b&gt;&lt;p&gt;Dies öffnet ein bestehendes Projekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
+        <location filename="../Project/Project.py" line="3839"/>
         <source>Close project</source>
         <translation>Projekt schließen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>Schl&amp;ießen</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>Schl&amp;ießen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Schließt das aktuelle Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schließen&lt;/b&gt;&lt;p&gt;Dies schließt das aktuelle Projekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Projekt speichern</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Projekt speichern</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Speichert das aktuelle Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Speichern&lt;/b&gt;&lt;p&gt;Dies speichert das aktuelle Projekt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3863"/>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Speichert das aktuelle Projekt in eine neue Datei</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Speichern unter&lt;/b&gt;&lt;p&gt;Dies speichert das aktuelle Projekt in eine neue Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Übersetzung zum Projekt hinzufügen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>&amp;Übersetzung hinzufügen...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Übersetzung hinzufügen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Projekteigenschaften</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Eigenschaften...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Zeigt die Projekteigenschaften an</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eigenschaften...&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Zu&amp;letzt geöffnete Projekte</translation>
     </message>
@@ -50580,17 +50580,17 @@
         <translation>Das Zielverzeichnis darf nicht leer sein.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>Neue Dateien suchen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>Neue &amp;Dateien suchen...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>Neue &amp;Dateien suchen...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Sucht neue Dateien im Projektverzeichnis.</translation>
     </message>
@@ -50610,22 +50610,22 @@
         <translation>Sprache hinzufügen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save &amp;as...</source>
         <translation>Speichern &amp;unter...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Versionskontrollsystem</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Neue Dateien suchen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>Es wurden keine neuen Dateien gefunden.</translation>
     </message>
@@ -50645,147 +50645,147 @@
         <translation>Projektsitzung speichern</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
+        <location filename="../Project/Project.py" line="4082"/>
         <source>Load session</source>
         <translation>Sitzung laden</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4082"/>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Laden der Projektsitzung.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Sitzung speichern</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Sitzung speichern</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Speichern der Projektsitzung.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sitzung laden&lt;/b&gt;&lt;p&gt;Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.&lt;br&gt;- alle offenen Quelltextdateien&lt;br&gt;- alle Haltepunkte&lt;br&gt;- die Kommandozeilenparameter&lt;br&gt;- das Arbeitsverzeichnis&lt;br&gt;- das Ausnahmemeldungsflag&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sitzung speichern&lt;/b&gt;&lt;p&gt;Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.&lt;br&gt;- alle offenen Quelltextdateien&lt;br&gt;- alle Haltepunkte&lt;br&gt;- die Kommandozeilenparameter&lt;br&gt;- das Arbeitsverzeichnis&lt;br&gt;- das Ausnahmemeldungsflag&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4317"/>
+        <location filename="../Project/Project.py" line="4321"/>
         <source>Source &amp;Documentation</source>
         <translation>&amp;Quelltextdokumentation</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4312"/>
+        <location filename="../Project/Project.py" line="4316"/>
         <source>Chec&amp;k</source>
         <translation>&amp;Prüfen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>Code Metrics</source>
-        <translation>Quelltextmetriken</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>&amp;Quelltextmetriken...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>Code Metrics</source>
+        <translation>Quelltextmetriken</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>&amp;Quelltextmetriken...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Zeige einige Quelltextmetriken für das Projekt.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quelltextmetriken...&lt;/b&gt;&lt;p&gt;Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation>Python-Quelltext-Abdeckung</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>&amp;Quelltext Abdeckung...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>&amp;Quelltext Abdeckung...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>Zeige die Quelltextabdeckung für das Projekt.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quelltext Abdeckung...&lt;/b&gt;&lt;p&gt;Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Profildaten</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>&amp;Profildaten...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>&amp;Profildaten...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>Zeige Profildaten des aktuellen Projektes.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profildaten...&lt;/b&gt;&lt;p&gt;Dies zeigt die Profildaten des Projektes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4314"/>
+        <location filename="../Project/Project.py" line="4318"/>
         <source>Sho&amp;w</source>
         <translation>&amp;Zeige</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Quelltext Abdeckungsdaten</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
+        <location filename="../Project/Project.py" line="4312"/>
         <source>&amp;Version Control</source>
         <translation>&amp;Versionskontrolle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Applikations-Diagramm</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>&amp;Applikations-Diagramm...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>&amp;Applikations-Diagramm...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Zeigt ein Diagramm des Projektes.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Applikations-Diagramm...&lt;/b&gt;&lt;p&gt;Dies zeigt ein Diagramm des Projektes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4315"/>
+        <location filename="../Project/Project.py" line="4319"/>
         <source>&amp;Diagrams</source>
         <translation>&amp;Diagramme</translation>
     </message>
@@ -50795,37 +50795,37 @@
         <translation>Projektdatei speichern</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Quelltext Abdeckung</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Bitte wählen Sie eine Datei mit Profildaten</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Verzeichnis zum Projekt hinzufügen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Verzeichnis hinzufügen...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Verzeichnis hinzufügen&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.&lt;/p&gt;</translation>
     </message>
@@ -50840,27 +50840,27 @@
         <translation>Datei umbenennen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Neues Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Existierende Dateien dem Projekt hinzufügen?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Wähle das Versionskontrollsystem für das Projekt</translation>
     </message>
@@ -50885,7 +50885,7 @@
         <translation>&lt;p&gt;Die Projektsitzungsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gespeichert werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
@@ -50905,17 +50905,17 @@
         <translation>&lt;p&gt;Die Projektsitzungsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelöscht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
+        <location filename="../Project/Project.py" line="4118"/>
         <source>Delete session</source>
         <translation>Sitzung löschen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4118"/>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Löscht die Projektsitzungsdatei.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sitzung löschen&lt;/b&gt;&lt;p&gt;Dies löscht die Sitzungsdatei des Projektes.&lt;/p&gt;</translation>
     </message>
@@ -50930,7 +50930,7 @@
         <translation>Sonstige</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Modulnamen anzeigen?</translation>
     </message>
@@ -50990,147 +50990,147 @@
         <translation>&lt;p&gt;Die Datei mit den projektspezifischen Debugger-Eigenschaften &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelöscht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Debugger-Eigenschaften</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>Debugger-&amp;Eigenschaften...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>Debugger-&amp;Eigenschaften...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Debugger-Eigenschaften anzeigen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Debugger-Eigenschaften...&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Laden</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Laden</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Laden</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Debugger-Eigenschaften laden</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Speichern</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Speichern</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Debugger-Eigenschaften speichern</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>Delete</source>
-        <translation>Löschen</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Löschen</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>Delete</source>
+        <translation>Löschen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Löschen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Debugger-Eigenschaften löschen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>Zurücksetzen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Zurücksetzen</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Zurücksetzen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Debugger-Eigenschaften zurücksetzen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4305"/>
+        <location filename="../Project/Project.py" line="4309"/>
         <source>Debugger</source>
         <translation>Debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4304"/>
+        <location filename="../Project/Project.py" line="4308"/>
         <source>Session</source>
         <translation>Sitzung</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Debugger-Eigenschaften laden&lt;/b&gt;&lt;p&gt;Dies lädt die projektspezifischen Debugger-Einstellungen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Debugger-Eigenschaften speichern&lt;/b&gt;&lt;p&gt;Dies speichert die projektspezifischen Debugger-Einstellungen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Debugger-Eigenschaften löschen&lt;/b&gt;&lt;p&gt;Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Debugger-Eigenschaften zurücksetzen&lt;/b&gt;&lt;p&gt;Dies setzt die projektspezifischen Debugger-Einstellungen zurück.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations</source>
-        <translation>Dateitypzuordnungen</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Dateitypzuordnungen...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations</source>
+        <translation>Dateitypzuordnungen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Dateitypzuordnungen...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Zeigt die Dateitypzuordnungen des Projektes</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4316"/>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>Pa&amp;ketierer</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Dateien zum Projekt hinzufügen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>&amp;Dateien hinzufügen...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dateien hinzufügen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.&lt;/p&gt;</translation>
     </message>
@@ -51140,22 +51140,22 @@
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht umbenannt werden.&lt;br /&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Projektdateien (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Projekt</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>&amp;Löschen</translation>
     </message>
@@ -51185,32 +51185,32 @@
         <translation>&lt;p&gt;Die Datei mit den Nutzer bezogenen Projektdaten &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Nutzer bezogene Projektdaten</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>&amp;Nutzer bezogene Projektdaten...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nutzer bezogene Projektdaten...&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Syntaxfehler gefunden</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform>
@@ -51218,32 +51218,32 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Erzeuge Paketliste</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation>Erzeuge &amp;Paketliste</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Erzeuge Plugin Archiv</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;PKGLIST&lt;/b&gt; existiert bereits.&lt;/p&gt;&lt;p&gt;Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;PKGLIST&lt;/b&gt; konnte nicht erzeugt werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation>
     </message>
@@ -51253,12 +51253,12 @@
         <translation>&lt;p&gt;Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Versionskontrollsystem auswählen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>Keines</translation>
     </message>
@@ -51268,12 +51268,12 @@
         <translation>Projekttyp Registrierung</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Plugindatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;br&gt;Grund: {1}&lt;/p&gt;</translation>
     </message>
@@ -51283,37 +51283,37 @@
         <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Übersetzungsmuster</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das ausgewählte Versionskontrollsystem &lt;b&gt;{0}&lt;/b&gt; konnte nicht gefunden werden.&lt;br/&gt;Versionskontrolle nicht möglich.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations</source>
-        <translation>Lexerzuordnungen</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation>Lexerzuordnungen...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations</source>
+        <translation>Lexerzuordnungen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation>Lexerzuordnungen...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lexerzuordnungen&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, um die projektspezifischen Lexerzuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexerzuordnungen. Lexer werden verwendet, um den Editortext einzufärben.&lt;/p&gt;</translation>
     </message>
@@ -51333,32 +51333,32 @@
         <translation>&lt;p&gt;Das Zielverzeichnis &lt;b&gt;{0}&lt;/b&gt; konnte nicht erstellt werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation>Hauptskript erzeugen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das Hauptskript &lt;b&gt;{0}&lt;/b&gt; konnte nicht erzeugt werden.&lt;br/&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation>Diagramm laden</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation>Diagramm &amp;laden...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation>Diagramm laden</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation>Diagramm &amp;laden...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation>Lade ein Diagramm aus einer Datei.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diagramm laden...&lt;/b&gt;&lt;p&gt;Dies lädt ein Diagramm aus einer Datei.&lt;/p&gt;</translation>
     </message>
@@ -51383,27 +51383,27 @@
         <translation>PyQt5 Kommandozeile</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das ausgewählte Versionskontrollsystem &lt;b&gt;{0}&lt;/b&gt; konnte nicht gefunden werden.&lt;br/&gt;Ignoriere Übersteuerung.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Plugindatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;br&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation>Erzeugt eine erste PKGLIST-Datei für ein eric6-Plugin.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Erzeuge Paketliste&lt;/b&gt;&lt;p&gt;Dies erzeugt eine erste Liste von Dateien, die in ein eric6-Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die eric6 Plugin Archivdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht erzeugt werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
@@ -51413,133 +51413,133 @@
         <translation>Eric6 Plugin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation>Projektverwaltungsverzeichnis erstellen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das Projektverzeichnis &lt;b&gt;{0}&lt;/b&gt; ist nicht beschreibbar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation>Suche nach einer Datei in der Liste der Projektdateien.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Projektdatei suchen&lt;/b&gt;&lt;p&gt;Dies sucht nach einer Datei in der Liste der Projektdateien.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation>Projektdatei suchen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation>Projektdatei suchen...</translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation>Erzeuge Plugin Archive</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4220"/>
+        <source>Create Plugin &amp;Archives</source>
+        <translation>Erzeuge Plugin &amp;Archive</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4225"/>
+        <source>Create eric6 plugin archive files.</source>
+        <translation>Erzeugt eric6 Plugin Archivdateien.</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4227"/>
+        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Erzeuge Pluginarchive&lt;/b&gt;&lt;p&gt;Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation>Erzeuge Plugin Archive (Snapshot)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation>Erzeuge Plugin Archive (&amp;Snapshot)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation>Erzeugt eric6 Plugin Archivdateien (Snapshot Releases).</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Erzeuge Pluginarchive (Snapshot)&lt;/b&gt;&lt;p&gt;Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation>Wähle Paketlisten:</translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation>Erzeuge Plugin Archive</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4216"/>
-        <source>Create Plugin &amp;Archives</source>
-        <translation>Erzeuge Plugin &amp;Archive</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4221"/>
-        <source>Create eric6 plugin archive files.</source>
-        <translation>Erzeugt eric6 Plugin Archivdateien.</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4223"/>
-        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Erzeuge Pluginarchive&lt;/b&gt;&lt;p&gt;Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation>Erzeuge Plugin Archive (Snapshot)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation>Erzeuge Plugin Archive (&amp;Snapshot)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation>Erzeugt eric6 Plugin Archivdateien (Snapshot Releases).</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Erzeuge Pluginarchive (Snapshot)&lt;/b&gt;&lt;p&gt;Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation>Wähle Paketlisten:</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation>Erzeuge Plugin Archive...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation>Abbruch</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation>%v/%m Archive</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geladen werden.&lt;br/&gt;Grund: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die eric6 Plugin Archivdateien wurden mit einigen Fehlern erzeugt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die eric6 Plugin Archivdateien wurden erfolgreich erzeugt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation>&lt;p&gt;Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; ist noch nicht bereit.&lt;/p&gt;&lt;p&gt;Bitte überarbeite sie und löschen die Zeile &apos;; initial_list&apos; des Dateikopfes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neue Dateien suchen...&lt;/b&gt;&lt;p&gt;Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl, *.proto).&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dateitypzuordnungen...&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen, Protokolle oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.&lt;/p&gt;</translation>
     </message>
@@ -51559,82 +51559,82 @@
         <translation>&lt;p&gt;Das ausgewählte Verzeichnis &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelöscht werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation>Makefile erzeugen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die make Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht erzeugt werden.&lt;br/&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation>Make ausführen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation>&amp;Make ausführen</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation>&amp;Make ausführen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation>Führt eine &apos;make&apos; Lauf aus.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Make ausführen&lt;/b&gt;&lt;p&gt;Die führt einen &apos;make&apos; Lauf aus, um das konfigurierte Ziel zu bauen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation>Auf Änderungen prüfen</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation>Auf Änderungen &amp;prüfen</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation>Auf Änderungen &amp;prüfen</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation>Fragt &apos;make&apos;, ob ein Neubau erforderlich ist.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Auf Änderungen prüfen&lt;/b&gt;&lt;p&gt;Dies fragt &apos;make&apos;, ob ein Neubau des konfigurierten Zieles erforderlich ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation>Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation>Der make Prozess ist nicht gestartet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation>Der make Prozess ist abgestürzt.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Es gibt Änderungen, die einen Neubau des konfigurierten Zieles &lt;b&gt;{0}&lt;/b&gt; erfordern.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Es gibt Änderungen, die einen Neubau des Standardzieles erfordern.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation>Die make Datei enthält Fehler.</translation>
     </message>
@@ -51649,7 +51649,7 @@
         <translation>PySide2 Kommandozeile</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation>Projekt&amp;werkzeuge</translation>
     </message>
@@ -61438,231 +61438,251 @@
         <translation>Shell neu starten</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Neu starten&lt;/b&gt;&lt;p&gt;Dies startet die Shell für die aktuell ausgewählte Sprache neu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation>Neu starten und löschen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation>Löscht das Fenster und startet die Shell neu</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Neu starten und löschen&lt;/b&gt;&lt;p&gt;Löscht das Shell Fenster und startet die Shell für die aktuell ausgewählte Sprache neu.&lt;/p&gt;</translation>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation>Chronik anzeigen</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
+        <translation>Chronik &amp;anzeigen...</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation>Chronik anzeigen</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation>Chronik &amp;anzeigen...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation>Zeigt die Shell Chronik in einem Dialog an</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
         <source>Clear History</source>
         <translation>Chronik löschen</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation>Chronik &amp;löschen...</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation>Chronik &amp;löschen...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation>Löscht die Shell Chronik</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation>Chronikeintrag auswählen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation>Chronik&amp;eintrag auswählen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation>Wählt einen Eintrag in der Shell Chronik aus</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation>Über</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation>Ü&amp;ber</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation>Zeigt Informationen zu diesem Programm an</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation>Ü&amp;ber</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation>Zeigt Informationen zu diesem Programm an</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Über&lt;/b&gt;&lt;p&gt;Zeigt einige Informationen über dieses Programm an.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Über&lt;/b&gt;&lt;p&gt;Zeigt einige Informationen über dieses Programm an.&lt;/p&gt;</translation>
+        <source>About Qt</source>
+        <translation>Über Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation>Über &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation>Zeige Informationen über das Qt-Toolkit an</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
-        <translation>Über Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation>Über &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation>Zeige Informationen über das Qt-Toolkit an</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Über Qt&lt;/b&gt;&lt;p&gt;Zeige Informationen über das Qt-Toolkit an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation>Was ist das?</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation>&amp;Was ist das?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation>Shift+F1</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation>&amp;Was ist das?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>Shift+F1</source>
-        <comment>Help|What&apos;s This?&apos;</comment>
-        <translation>Shift+F1</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
         <source>Context sensitive help</source>
         <translation>Kontextsensitive Hilfe</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige kontextsensitive Hilfe an&lt;b&gt;&lt;/p&gt;Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten HMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation>Über das eric6 Shell Fenster</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation>Die eric6 Shell ist ein unabhängiges Shell Fenster. Es verwendet das gleiche Debugger Backend wie die vollständige IDE, wird aber unabhängig ausgeführt.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation>&amp;Datei</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation>&amp;Bearbeiten</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation>&amp;Ansicht</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation>&amp;Chronik</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation>&amp;Starten</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation>&amp;Starten</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation>&amp;Hilfe</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation>Datei</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation>Bearbeiten</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation>Suchen</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation>Suchen</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation>Anzeigen</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation>Chronik</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation>Chronik</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste ermöglicht das Zoomen der Shell.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation>Einen Chronikeintrag vorwärts</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation>Einen Chronikeintrag zurück</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation>eric6 Shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation>eric6 Shell [{0}]</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Neu starten&lt;/b&gt;&lt;p&gt;Dies startet die Shell für die aktuell ausgewählte Umgebung neu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Neu starten und löschen&lt;/b&gt;&lt;p&gt;Löscht das Shell Fenster und startet die Shell für die aktuell ausgewählte Umgebung neu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Ausschneiden&lt;/b&gt;&lt;p&gt;Schneidet den ausgewählten Text aus und legt ihn in die Zwischenablage.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Kopieren&lt;/b&gt;&lt;p&gt;Kopiert den ausgewählten Text in die Zwischenablage.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Einfügen&lt;/b&gt;&lt;p&gt;Fügt den Text der Zwischenablage ein.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Alles Löschen&lt;/b&gt;&lt;p&gt;Dies löscht den gesamten Text.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -73888,2300 +73908,2300 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>Was ist das?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>Kontextsensitive Hilfe</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige kontextsensitive Hilfe an&lt;b&gt;&lt;/p&gt;Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>&amp;Hilfe...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Öffnet das Hilfe-Fenster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
+        <location filename="../UI/UserInterface.py" line="3313"/>
         <source>Unittest</source>
         <translation>Modultests</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
+        <location filename="../UI/UserInterface.py" line="2257"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Modultests...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
+        <location filename="../UI/UserInterface.py" line="2262"/>
         <source>Start unittest dialog</source>
         <translation>Starte den Modultest Dialog</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>&amp;Fenster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>&amp;Hilfe</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Quit</source>
+        <translation>Beenden</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>Preferences</source>
+        <translation>Einstellungen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>&amp;Preferences...</source>
+        <translation>&amp;Einstellungen...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2529"/>
+        <source>Set the prefered configuration</source>
+        <translation>Konfiguriert die Einstellungen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2531"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1643"/>
+        <source>Quit the IDE</source>
+        <translation>Beenden der Entwicklungsumgebung</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3312"/>
+        <source>Tools</source>
+        <translation>Werkzeuge</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Help</source>
+        <translation>Hilfe</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3227"/>
+        <source>&amp;Toolbars</source>
+        <translation>&amp;Werkzeugleisten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5309"/>
+        <source>Problem</source>
+        <translation>Problem</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>&amp;Quit</source>
+        <translation>B&amp;eenden</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1644"/>
+        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Die Entwicklungsumgebung beenden&lt;/b&gt;&lt;p&gt;Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2121"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation>&amp;Was ist das?</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5504"/>
+        <source>Process Generation Error</source>
+        <translation>Fehler beim Prozessstart</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Quit</source>
-        <translation>Beenden</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>Preferences</source>
-        <translation>Einstellungen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>&amp;Preferences...</source>
-        <translation>&amp;Einstellungen...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2495"/>
-        <source>Set the prefered configuration</source>
-        <translation>Konfiguriert die Einstellungen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
-        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
-        <source>Quit the IDE</source>
-        <translation>Beenden der Entwicklungsumgebung</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
-        <source>Tools</source>
-        <translation>Werkzeuge</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Help</source>
-        <translation>Hilfe</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
-        <source>&amp;Toolbars</source>
-        <translation>&amp;Werkzeugleisten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
-        <source>Problem</source>
-        <translation>Problem</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>&amp;Quit</source>
-        <translation>B&amp;eenden</translation>
+        <source>{0} - Passive Mode</source>
+        <translation>{0} – Passiver Modus</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1610"/>
-        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Die Entwicklungsumgebung beenden&lt;/b&gt;&lt;p&gt;Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation>&amp;Was ist das?</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
-        <source>Process Generation Error</source>
-        <translation>Fehler beim Prozessstart</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
-        <source>{0} - Passive Mode</source>
-        <translation>{0} – Passiver Modus</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} – {1} – Passiver Modus</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Log-Viewer</source>
         <translation>Ausgabefenster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Einstellungen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Zeige Versionen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Zeige &amp;Versionen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Zeigt Versionsinformationen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige Versionen&lt;/b&gt;&lt;p&gt;Zeigt Versionsinformationen an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
+        <location filename="../UI/UserInterface.py" line="2629"/>
         <source>Keyboard Shortcuts</source>
         <translation>Tastaturkurzbefehle</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
+        <location filename="../UI/UserInterface.py" line="2629"/>
         <source>Keyboard &amp;Shortcuts...</source>
         <translation>&amp;Tastaturkurzbefehle...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
+        <location filename="../UI/UserInterface.py" line="2634"/>
         <source>Set the keyboard shortcuts</source>
         <translation>Setze die Tastaturkurzbefehle</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tastaturkurzbefehle&lt;/b&gt;&lt;p&gt;Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3052"/>
+        <source>E&amp;xtras</source>
+        <translation>E&amp;xtras</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3779"/>
+        <source>Report Bug</source>
+        <translation>Fehler berichten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2230"/>
+        <source>Report &amp;Bug...</source>
+        <translation>&amp;Fehler berichten...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2234"/>
+        <source>Report a bug</source>
+        <translation>Einen Fehler berichten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2235"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Fehler berichten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Senden eines Fehlerberichtes.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Tastaturkurzbefehle exportieren</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>Tastaturkurzbefehle &amp;exportieren...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Exportiert die Tastaturkurzbefehle</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tastaturkurzbefehle exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Tastaturkurzbefehle importieren</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>Tastaturkurzbefehle &amp;importieren...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>Importiert die Tastaturkurzbefehle</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2665"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tastaturkurzbefehle importieren&lt;/b&gt;&lt;p&gt;Importiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="278"/>
+        <source>Generating Main User Interface...</source>
+        <translation>Erzeuge das Hauptfenster...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="328"/>
+        <source>Setting up connections...</source>
+        <translation>Erstelle Verbindungen...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="628"/>
+        <source>Initializing Actions...</source>
+        <translation>Initialisiere Aktionen...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="630"/>
+        <source>Initializing Menus...</source>
+        <translation>Initialisiere Menüs...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="632"/>
+        <source>Initializing Toolbars...</source>
+        <translation>Initialisiere Werkzeugleisten...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="634"/>
+        <source>Initializing Statusbar...</source>
+        <translation>Initialisiere Statuszeile...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="585"/>
+        <source>Initializing Tools...</source>
+        <translation>Initialisiere Werkzeuge...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2263"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultests&lt;/b&gt;&lt;p&gt;Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>Unittest Restart</source>
+        <translation>Modultest neu starten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2276"/>
+        <source>Restart last unittest</source>
+        <translation>Modultest neu starten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2277"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultest neu starten&lt;/b&gt;&lt;p&gt;Den letzten durchgeführten Modultest neu starten.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2301"/>
+        <source>Unittest Script</source>
+        <translation>Modultest (Skript)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2306"/>
+        <source>Run unittest with current script</source>
+        <translation>Modultest für aktuelles Skript ausführen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2308"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultest (Skript)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Skript ausführen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2316"/>
+        <source>Unittest Project</source>
+        <translation>Modultest (Projekt)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2321"/>
+        <source>Run unittest with current project</source>
+        <translation>Modultest für aktuellesProjekt ausführen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2323"/>
+        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultest (Projekt)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Projekt ausführen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3108"/>
+        <source>&amp;Unittest</source>
+        <translation>&amp;Modultests</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>Modultest &amp;neu starten...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2301"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>Modultest (&amp;Skript)...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2316"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>Modultest (&amp;Projekt)...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation>Dateien vergleichen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation>Dateien &amp;vergleichen...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
+        <translation>Zwei Dateien vergleichen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dateien vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare Files side by side</source>
+        <translation>Dateien Seite an Seite vergleichen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2430"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dateien Seite an Seite vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6838"/>
+        <source>Drop Error</source>
+        <translation>Drop-Fehler</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="661"/>
+        <source>Initializing Single Application Server...</source>
+        <translation>Initialisiere Applikationsserver...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1614"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation>{0} . {1} – {2} – Passiver Modus</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>File-Browser</source>
+        <translation>Dateibrowser</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1715"/>
+        <source>Edit Profile</source>
+        <translation>Editieren-Profil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation>Aktiviert das Editieren-Ansichtsprofil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editieren-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation>Debuggen-Profil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation>Aktiviert das Debuggen-Ansichtsprofil</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Debuggen-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation>Ansichtenprofile</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
+        <translation>&amp;Ansichtenprofile...</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tastaturkurzbefehle&lt;/b&gt;&lt;p&gt;Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
-        <source>E&amp;xtras</source>
-        <translation>E&amp;xtras</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
-        <source>Report Bug</source>
-        <translation>Fehler berichten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
-        <source>Report &amp;Bug...</source>
-        <translation>&amp;Fehler berichten...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
-        <source>Report a bug</source>
-        <translation>Einen Fehler berichten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Fehler berichten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Senden eines Fehlerberichtes.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Tastaturkurzbefehle exportieren</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>Tastaturkurzbefehle &amp;exportieren...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Exportiert die Tastaturkurzbefehle</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tastaturkurzbefehle exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Tastaturkurzbefehle importieren</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>Tastaturkurzbefehle &amp;importieren...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2629"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>Importiert die Tastaturkurzbefehle</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tastaturkurzbefehle importieren&lt;/b&gt;&lt;p&gt;Importiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
-        <source>Generating Main User Interface...</source>
-        <translation>Erzeuge das Hauptfenster...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
-        <source>Setting up connections...</source>
-        <translation>Erstelle Verbindungen...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
-        <source>Initializing Actions...</source>
-        <translation>Initialisiere Aktionen...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
-        <source>Initializing Menus...</source>
-        <translation>Initialisiere Menüs...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
-        <source>Initializing Toolbars...</source>
-        <translation>Initialisiere Werkzeugleisten...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
-        <source>Initializing Statusbar...</source>
-        <translation>Initialisiere Statuszeile...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
-        <source>Initializing Tools...</source>
-        <translation>Initialisiere Werkzeuge...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultests&lt;/b&gt;&lt;p&gt;Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>Unittest Restart</source>
-        <translation>Modultest neu starten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2242"/>
-        <source>Restart last unittest</source>
-        <translation>Modultest neu starten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultest neu starten&lt;/b&gt;&lt;p&gt;Den letzten durchgeführten Modultest neu starten.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
-        <source>Unittest Script</source>
-        <translation>Modultest (Skript)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
-        <source>Run unittest with current script</source>
-        <translation>Modultest für aktuelles Skript ausführen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultest (Skript)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Skript ausführen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
-        <source>Unittest Project</source>
-        <translation>Modultest (Projekt)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
-        <source>Run unittest with current project</source>
-        <translation>Modultest für aktuellesProjekt ausführen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
-        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultest (Projekt)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Projekt ausführen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
-        <source>&amp;Unittest</source>
-        <translation>&amp;Modultests</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>Modultest &amp;neu starten...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>Modultest (&amp;Skript)...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>Modultest (&amp;Projekt)...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation>Dateien vergleichen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation>Dateien &amp;vergleichen...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation>Zwei Dateien vergleichen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dateien vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien.&lt;/p&gt;</translation>
+        <source>Configure view profiles</source>
+        <translation>Ansichtenprofile konfigurieren</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Ansichtenprofile&lt;/b&gt;&lt;p&gt;Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5309"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht oder hat die Größe Null.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5034"/>
+        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Qt-Designer konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5104"/>
+        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Qt-Linguist konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5148"/>
+        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Qt-Assistant konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5504"/>
+        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Der Werkzeugeeintrag &lt;b&gt;{0}&lt;/b&gt; konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{1}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6838"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>UI Previewer</source>
+        <translation>UI-Vorschau</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>&amp;UI-Vorschau...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2389"/>
+        <source>Start the UI Previewer</source>
+        <translation>Starte die UI-Vorschau</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare Files side by side</source>
-        <translation>Dateien Seite an Seite vergleichen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dateien Seite an Seite vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
-        <source>Drop Error</source>
-        <translation>Drop-Fehler</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
-        <source>Initializing Single Application Server...</source>
-        <translation>Initialisiere Applikationsserver...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation>{0} . {1} – {2} – Passiver Modus</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>File-Browser</source>
-        <translation>Dateibrowser</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation>Editieren-Profil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation>Aktiviert das Editieren-Ansichtsprofil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editieren-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation>Debuggen-Profil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation>Aktiviert das Debuggen-Ansichtsprofil</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Debuggen-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation>Ansichtenprofile</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
-        <translation>&amp;Ansichtenprofile...</translation>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI-Vorschau&lt;/b&gt;&lt;p&gt;Starte die UI-Vorschau.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5265"/>
+        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die UI-Vorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Übersetzungsvorschau</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>&amp;Übersetzungsvorschau...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Die Übersetzungsvorschau starten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2404"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Übersetzungsvorschau&lt;/b&gt;&lt;p&gt;Dies startet das Programm zur Vorschau von Übersetzungen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5322"/>
+        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Übersetzungsvorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload APIs</source>
+        <translation>APIs neu laden</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Ansichtenprofile konfigurieren</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Ansichtenprofile&lt;/b&gt;&lt;p&gt;Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht oder hat die Größe Null.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
-        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Qt-Designer konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
-        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Qt-Linguist konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
-        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Qt-Assistant konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
-        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Der Werkzeugeeintrag &lt;b&gt;{0}&lt;/b&gt; konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{1}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
-        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
-        <source>UI Previewer</source>
-        <translation>UI-Vorschau</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>&amp;UI-Vorschau...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
-        <source>Start the UI Previewer</source>
-        <translation>Starte die UI-Vorschau</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI-Vorschau&lt;/b&gt;&lt;p&gt;Starte die UI-Vorschau.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
-        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die UI-Vorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Übersetzungsvorschau</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>&amp;Übersetzungsvorschau...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Die Übersetzungsvorschau starten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Übersetzungsvorschau&lt;/b&gt;&lt;p&gt;Dies startet das Programm zur Vorschau von Übersetzungen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
-        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Übersetzungsvorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation>APIs neu laden</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
         <source>Reload &amp;APIs</source>
         <translation>APIs &amp;neu laden</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
+        <location filename="../UI/UserInterface.py" line="2572"/>
         <source>Reload the API information</source>
         <translation>Die API-Informationen neu laden</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2540"/>
+        <location filename="../UI/UserInterface.py" line="2574"/>
         <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;APIs neu laden&lt;/b&gt;&lt;p&gt;Lädt die API-Informationen neu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Task-Viewer</source>
         <translation>Aufgabenanzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Aufgaben speichern</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Aufgaben lesen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
+        <location filename="../UI/UserInterface.py" line="5195"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Betrachter konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Dokumentation fehlt</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Dokumentationsstartpunkt „&lt;b&gt;{0}&lt;/b&gt;“ konnte nicht gefunden werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Template-Viewer</source>
         <translation>Vorlagen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Alt+Shift+T</source>
-        <translation>Alt+Shift+T</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>Alt+Shift+M</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Activate current editor</source>
-        <translation>Aktiviere aktuellen Editor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
-        <source>Shift+Ctrl+Alt+Tab</source>
-        <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Alt+Shift+T</source>
+        <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>Alt+Shift+M</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Activate current editor</source>
+        <translation>Aktiviere aktuellen Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2733"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2742"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Eric-API-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric-API-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Öffne die Eric-API-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5181"/>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Hilfeanzeige konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;hh&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>Registriere Objekte...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Projektanzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Debuganzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>&amp;Project-Viewer</source>
         <translation>&amp;Projektanzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Auf Aktualisierungen prüfen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>Auf &amp;Aktualisierungen prüfen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Werkzeuggruppe wählen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>&amp;Einstellungen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Profile</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>&amp;Eingebaute Werkzeuge</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Starte Prozess „{0} {1}“.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Prozess „{0}“ ist beendet.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Fehler während der Aktualisierungsprüfung</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Aktualisierung verfügbar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Konfiguriere Werkzeuggruppen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Zeige externe Werkzeuge</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Zeige externe &amp;Werkzeuge</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
-        <source>Could not perform updates check.</source>
-        <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>&amp;Cancel</source>
-        <translation>&amp;Abbrechen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
-        <source>Trying host {0}</source>
-        <translation>Prüfe Host {0}</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>First time usage</source>
-        <translation>Erstmalige Nutzung</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
-        <source>Initializing Plugin Manager...</source>
-        <translation>Initialisiere Plugin-Manager...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
-        <source>P&amp;lugins</source>
-        <translation>Plugi&amp;ns</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
-        <source>Plugins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>Plugin Infos</source>
-        <translation>Plugininformationen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
-        <source>Show Plugin Infos</source>
-        <translation>Zeigt Plugininformationen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Plugininformationen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>&amp;Plugin Infos...</source>
-        <translation>&amp;Plugininformationen...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
-        <source>&amp;Plugin Tools</source>
-        <translation>&amp;Pluginwerkzeuge</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Plugin deinstallieren</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>Plugin &amp;deinstallieren...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Plugin deinstallieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Deinstallation eines Plugins.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
-        <source>&amp;Show all</source>
-        <translation>Alle an&amp;zeigen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
-        <source>&amp;Hide all</source>
-        <translation>Alle &amp;ausblenden</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
-        <source>Activating Plugins...</source>
-        <translation>Aktiviere Plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
-        <source>Wi&amp;zards</source>
-        <translation>&amp;Assistenten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show downloadable versions</source>
-        <translation>Zeige verfügbare Versionen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>&amp;Zeige verfügbare Versionen...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
-        <source>Show the versions available for download</source>
-        <translation>Zeige die verfügbaren eric-Versionen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
-        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Verfügbare Versionen&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin Repository</source>
-        <translation>Plugin-Repository</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin &amp;Repository...</source>
-        <translation>Plugin-&amp;Repository...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
-        <source>Show Plugins available for download</source>
-        <translation>Zeige  zum Download verfügbare Plugins an</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
-        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Plugin-Repository...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>Plugins installieren</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>Plugins &amp;installieren...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Plugins installieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Installation oder Update von Plugins.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation>Mini-Editor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2417"/>
-        <source>Mini &amp;Editor...</source>
-        <translation>Mini-&amp;Editor...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
-        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mini-Editor&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog mit einem vereinfachten Editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>Werkzeugleisten</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>Werkzeug&amp;leisten...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>Werkzeugleisten einrichten</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
+        <source>Show external tools</source>
+        <translation>Zeige externe Werkzeuge</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Zeige externe &amp;Werkzeuge</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7209"/>
+        <source>Could not perform updates check.</source>
+        <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>&amp;Cancel</source>
+        <translation>&amp;Abbrechen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7032"/>
+        <source>Trying host {0}</source>
+        <translation>Prüfe Host {0}</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>First time usage</source>
+        <translation>Erstmalige Nutzung</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="271"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation>Initialisiere Plugin-Manager...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3089"/>
+        <source>P&amp;lugins</source>
+        <translation>Plugi&amp;ns</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3317"/>
+        <source>Plugins</source>
+        <translation>Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>Plugin Infos</source>
+        <translation>Plugininformationen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2764"/>
+        <source>Show Plugin Infos</source>
+        <translation>Zeigt Plugininformationen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Plugininformationen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation>&amp;Plugininformationen...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4152"/>
+        <source>&amp;Plugin Tools</source>
+        <translation>&amp;Pluginwerkzeuge</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Plugin deinstallieren</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>Plugin &amp;deinstallieren...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Plugin deinstallieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Deinstallation eines Plugins.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4301"/>
+        <source>&amp;Show all</source>
+        <translation>Alle an&amp;zeigen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4303"/>
+        <source>&amp;Hide all</source>
+        <translation>Alle &amp;ausblenden</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="671"/>
+        <source>Activating Plugins...</source>
+        <translation>Aktiviere Plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3062"/>
+        <source>Wi&amp;zards</source>
+        <translation>&amp;Assistenten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show downloadable versions</source>
+        <translation>Zeige verfügbare Versionen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>&amp;Zeige verfügbare Versionen...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2193"/>
+        <source>Show the versions available for download</source>
+        <translation>Zeige die verfügbaren eric-Versionen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7233"/>
+        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Verfügbare Versionen&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin Repository</source>
+        <translation>Plugin-Repository</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation>Plugin-&amp;Repository...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2804"/>
+        <source>Show Plugins available for download</source>
+        <translation>Zeige  zum Download verfügbare Plugins an</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2806"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Plugin-Repository...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>Plugins installieren</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>Plugins &amp;installieren...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Plugins installieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Installation oder Update von Plugins.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation>Mini-Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
+        <source>Mini &amp;Editor...</source>
+        <translation>Mini-&amp;Editor...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2457"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mini-Editor&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog mit einem vereinfachten Editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>Werkzeugleisten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>Werkzeug&amp;leisten...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>Werkzeugleisten einrichten</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
         <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Werkzeugleisten&lt;/b&gt;&lt;p&gt;Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert  und neue Werkzeugleisten definiert werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Lade Toolbarmanager...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Externe Werkzeuge/{0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Externe Werkzeuge</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Mehrfachprojektanzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>&amp;Mehrfachprojektanzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
+        <location filename="../UI/UserInterface.py" line="6570"/>
         <source>Save session</source>
         <translation>Sitzung speichern</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6474"/>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Sitzungsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Sitzung lesen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Sitzungsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>Neue Funktion anfragen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request &amp;Feature...</source>
         <translation>Neue &amp;Funktion anfragen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
+        <location filename="../UI/UserInterface.py" line="2246"/>
         <source>Send a feature request</source>
         <translation>Sende eine Anfrage für eine neue Funktion</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
+        <location filename="../UI/UserInterface.py" line="2248"/>
         <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neue Funktion anfragen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Horizontale Werkzeugbox</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>&amp;Horizontale Werkzeugbox</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der Horizontalen Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Anwendung neu starten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Einstellungen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Zwischen Tabs umschalten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Einstellungen exportieren</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>E&amp;xport Preferences...</source>
         <translation>Einstellungen e&amp;xportieren...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
+        <location filename="../UI/UserInterface.py" line="2545"/>
         <source>Export the current configuration</source>
         <translation>Exportiert die aktuelle Konfiguration</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
+        <location filename="../UI/UserInterface.py" line="2547"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einstellungen exportieren&lt;/b&gt;&lt;p&gt;Exportiert die aktuelle Konfiguration in eine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>Import Preferences</source>
         <translation>Einstellungen importieren</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>I&amp;mport Preferences...</source>
         <translation>Einstellungen i&amp;mportieren...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
+        <location filename="../UI/UserInterface.py" line="2559"/>
         <source>Import a previously exported configuration</source>
         <translation>Importiert eine zuvor exportierte Konfiguration</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
+        <location filename="../UI/UserInterface.py" line="2561"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einstellungen importieren&lt;/b&gt;&lt;p&gt;Importiert eine zuvor exportierte Konfiguration.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Zeige nächste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Zeige vorherige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Linke Seitenleiste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>&amp;Linke Seitenleiste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Schalte das Fenster der linken Seitenleiste um</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der linken Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Untere Seitenleiste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Untere Seitenleiste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Schalte das Fenster der unteren Seitenleiste um</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der unteren Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>&amp;Debuganzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL Browser</source>
         <translation>SQL-Browser</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL &amp;Browser...</source>
         <translation>SQL-&amp;Browser...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
+        <location filename="../UI/UserInterface.py" line="2443"/>
         <source>Browse a SQL database</source>
         <translation>Erforsche eine SQL-Datenbank</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
+        <location filename="../UI/UserInterface.py" line="2444"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SQL-Browser&lt;/b&gt;&lt;p&gt;Erforsche eine SQL-Datenbank.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der SQL-Browser konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>Icon-Editor</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>&amp;Icon Editor...</source>
         <translation>&amp;Icon-Editor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>Zusammenarbeit</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>Symbole</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation>Zahlen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation>Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation>Python 3-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation>Python &amp;3-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation>Öffne die Python 3-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation>Fehler beim Herunterladen der Versionsinformationen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation>Die Versionsinformationen konnten nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation>Browser starten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation>Die Versionsinformationen konnten seit 7 Tagen nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation>Stelle Ansichtenprofil ein...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation>Lese Aufgaben...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation>Lese Vorlagen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation>Starte Debugger...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation>Neues Fenster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation>Neues &amp;Fenster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+Shift+N</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation>Fehlerhafte Modultests wiederholen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation>Fehlerhafte Tests wiederholen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation>Fehlerhafte Tests des letzten Laufes wiederholen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fehlerhafte Tests wiederholen&lt;/b&gt;&lt;p&gt;Alle Tests wiederholen, die während des letzten Modultestlaufes fehlgeschlagen sind.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation>Dateien &amp;Seite an Seite vergleichen...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation>Bildschirmfoto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation>&amp;Bildschirmfoto...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation>Bildschirmfoto aufnehmen</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Bildschirmfoto&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Bildschirmfotoanwendung konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation>Wähle Arbeitsverzeichnis</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation>Linke Werkzeugbox</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation>Rechte Werkzeugbox</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Projektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mehrfachprojektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Debuganzeige aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Shell aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Shell-Fenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation>Datei&amp;browser</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dateibrowser aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
-        <translation>&amp;Ausgabefenster</translation>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mehrfachprojektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Debuganzeige aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
-        <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation>
+        <source>Switch the input focus to the Shell window.</source>
+        <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Shell aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Shell-Fenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation>Datei&amp;browser</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dateibrowser aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation>&amp;Ausgabefenster</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ausgabefenster aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Ausgabefenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation>&amp;Aufgabenanzeige</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation>&amp;Vorlagen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Vorlagen aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Vorlagenfenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation>&amp;Linke Werkzeugbox</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation>Schalte das Fenster der linken Werkzeugbox um</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Fenster der linken Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
-        <translation>&amp;Rechte Werkzeugbox</translation>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation>&amp;Vorlagen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Vorlagen aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Vorlagenfenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation>&amp;Linke Werkzeugbox</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation>Schalte das Fenster der linken Werkzeugbox um</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Fenster der linken Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation>&amp;Rechte Werkzeugbox</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation>Schalte das Fenster der rechten Werkzeugbox um</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der rechten Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation>Rechte Seitenleiste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation>&amp;Rechte Seitenleiste</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation>Schalte das Fenster der rechten Seitenleiste um</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der rechten Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation>Zusammenarbeit</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation>&amp;Zusammenarbeit</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zusammenarbeitsfenster aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation>Symbolanzeiger</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation>S&amp;ymbolanzeiger</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Symbolanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation>Zahlenanzeiger</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation>Za&amp;hlenanzeiger</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zahlenanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation>&amp;Fenster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aufgabenanzeige aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Aufgabenanzeigefenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation>IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation>&amp;IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;IRC aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das IRC-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation>Qt Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation>Qt &amp;Designer...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation>Starte Qt Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt Designer&lt;/b&gt;&lt;p&gt;Starte Qt Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation>Qt Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation>Qt &amp;Linguist...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation>Starte Qt Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt Linguist&lt;/b&gt;&lt;p&gt;Starte Qt Linguist (Übersetzungsprogramm).&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation>Qt5 Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation>Qt&amp;5 Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation>Öffne die Qt5 Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation>SSL-Zertifikate verwalten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation>SSL-Zertifikate verwalten...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation>Verwalten der gespeicherten SSL-Zertifikate</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SSL-Zertifikate verwalten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Verwaltung gespeicherter SSL-Zertifikate.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation>Meldungsfilter bearbeiten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation>Meldungsfilter bearbeiten...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Meldungsfilter bearbeiten&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation>PyQt5-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation>PyQt&amp;5-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation>Öffne die PyQt5-Dokumentation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der PyQt5-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Python 3-Dokumentation&lt;/b&gt;&lt;p&gt;Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis &lt;i&gt;doc&lt;/i&gt; unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation>%v/%m</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation>Zeige Fehlerbericht</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation>Zeige Fehler&amp;bericht...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige Fehlerbericht...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation>Versionsprüfung</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation>Öffnet eine neue eric6-Instanz</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
+        <location filename="../UI/UserInterface.py" line="1704"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neues Fenster&lt;/b&gt;&lt;p&gt;Dies öffnet eine neue Instanz der eric6-IDE.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
+        <location filename="../UI/UserInterface.py" line="2147"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Hilfe-Fenster&lt;/b&gt;&lt;p&gt;Zeige den eric6-Webbrowser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt-Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.&lt;/p&gt;&lt;p&gt;Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt-Hilfesammlung gesucht.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Auf Aktualisierungen prüfen...&lt;/b&gt;
 &lt;p&gt;Dies prüft im Internet auf Updates von eric6.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige verfügbare Versionen...&lt;/b&gt;&lt;p&gt;Zeigt die eric6-Versionen, die vom Internet heruntergeladen werden können.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation>eric6-Webbrowser</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation>eric6-&amp;Webbrowser...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation>Startet den eric6-Webbrowser</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;eric6-Webbrowser&lt;/b&gt;&lt;p&gt;Durchforste das Internet mit dem eric6-Webbrowser.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
+        <location filename="../UI/UserInterface.py" line="2500"/>
         <source>Start the eric6 Icon Editor</source>
         <translation>Starte den eric6-Icon-Editor</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
+        <location filename="../UI/UserInterface.py" line="2502"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Icon-Editor&lt;/b&gt;&lt;p&gt;Startet den eric6-Icon-Editor zum Editieren einfacher Icons.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
+        <location filename="../UI/UserInterface.py" line="2588"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige externe Werkzeuge&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, der die Pfade und Versionen der von eric6 genutzten externen Werkzeuge anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
+        <location filename="../UI/UserInterface.py" line="2929"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eric-API-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Eric-API-Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric6-Installationverzeichnis.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>Eine Aktualisierung auf &lt;b&gt;{0}&lt;/b&gt; von Eric6 ist unter &lt;b&gt;{1}&lt;/b&gt; verfügbar. Wollen Sie sie laden?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
+        <location filename="../UI/UserInterface.py" line="7202"/>
         <source>Eric6 is up to date</source>
         <translation>Eric6 ist aktuell</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation>Sie verwenden die aktuellste Version von eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation>&amp;Benutzerwerkzeuge</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation>Keine Benutzerwerkzeuge konfiguriert</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation>Die Versionsinformationen konnten nicht heruntergeladen werden, da sie &lt;b&gt;nicht verbunden&lt;/b&gt; sind. Bitte gehen Sie online und versuchen Sie es erneut.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation>Hex-Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation>&amp;Hex Editor...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation>Starte den eric6 Hex-Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Hex-Editor&lt;/b&gt;&lt;p&gt;Startet den eric6 Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation>Private Daten löschen</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Private Daten löschen&lt;/b&gt;&lt;p&gt;Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation>Sitzung speichern...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Sitzung speichern...&lt;/b&gt;&lt;p&gt;Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation>Sitzung laden</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation>Sitzung laden...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Sitzung laden...&lt;/b&gt;&lt;p&gt;Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation>eric6 Sitzungsdateien (*.e5s)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation>Absturzsitzung gefunden!</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation>Bereinige den Plugins Downloadbereich...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation>Initialisiere Plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation>Aktualisierungsprüfung</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation>Eric wurde direkt von vom Quelltext installiert. Eine Aktualitätsprüfung ist daher nicht möglich.</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation>Sie verwenden die aktuellste Version von eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation>&amp;Benutzerwerkzeuge</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation>Keine Benutzerwerkzeuge konfiguriert</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation>Die Versionsinformationen konnten nicht heruntergeladen werden, da sie &lt;b&gt;nicht verbunden&lt;/b&gt; sind. Bitte gehen Sie online und versuchen Sie es erneut.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation>Hex-Editor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation>&amp;Hex Editor...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation>Starte den eric6 Hex-Editor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Hex-Editor&lt;/b&gt;&lt;p&gt;Startet den eric6 Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation>Private Daten löschen</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Private Daten löschen&lt;/b&gt;&lt;p&gt;Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation>Sitzung speichern...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Sitzung speichern...&lt;/b&gt;&lt;p&gt;Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation>Sitzung laden</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
-        <translation>Sitzung laden...</translation>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation>Sie verwenden ein Snapshot-Release von eri6. Eine neueres, stabiles Release könnte verfügbar sein.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation>Dokumentationsanzeige</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt5-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyQt5-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation>PySide2-Dokumentation</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation>PySide&amp;2-Dokumentation</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation>Öffne die PySide2-Dokumentation</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;PySide2-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation>Virtualenv Manager</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation>&amp;Virtualenv Manager...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Verwaltung der definierten virtuellen Python Umgebungen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation>Virtualenv Konfigurator</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation>Virtualenv &amp;Konfigurator...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Virtualenv Konfigurator&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe aller Parameter, die zur Erzeugung einer virtuellen Python Umgebung mittels virtualenv oder pyvenv benötigt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation>Linke Seite</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation>Unterer Rand</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation>Rechte Seite</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
+        <translation>Plugins</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Sitzung laden...&lt;/b&gt;&lt;p&gt;Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation>eric6 Sitzungsdateien (*.e5s)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation>Absturzsitzung gefunden!</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation>Bereinige den Plugins Downloadbereich...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation>Initialisiere Plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation>Aktualisierungsprüfung</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation>Eric wurde direkt von vom Quelltext installiert. Eine Aktualitätsprüfung ist daher nicht möglich.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation>Sie verwenden ein Snapshot-Release von eri6. Eine neueres, stabiles Release könnte verfügbar sein.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation>Dokumentationsanzeige</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt5-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyQt5-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation>PySide2-Dokumentation</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation>PySide&amp;2-Dokumentation</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation>Öffne die PySide2-Dokumentation</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;PySide2-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation>Virtualenv Manager</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation>&amp;Virtualenv Manager...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Verwaltung der definierten virtuellen Python Umgebungen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation>Virtualenv Konfigurator</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation>Virtualenv &amp;Konfigurator...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Virtualenv Konfigurator&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe aller Parameter, die zur Erzeugung einer virtuellen Python Umgebung mittels virtualenv oder pyvenv benötigt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation>Linke Seite</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation>Unterer Rand</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation>Rechte Seite</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Restart</source>
         <translation>Neu starten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
+        <location filename="../UI/UserInterface.py" line="1654"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Shift+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation>Neustart der Entwicklungsumgebung</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neustart der Entwicklungsumgebung&lt;/b&gt;&lt;p&gt;Dies startet die Entwicklungsumgebung neu. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation>Webbrowser starten</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation>Der eric6 Webbrowser konnte nicht gestartet werden.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der eric6 Webbrowser ist nicht gestartet.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation>Conda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation>PyPI</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Dieser Teil der Statusleiste erlaubt das Zoomen des aktuellen Editors oder der Shell.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation>MicroPython</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation>Ctrl+Alt+Shift+I</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation>Schalte den Eingabefokus auf die Codedokumentationsanzeige um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Codedokumentationsanzeige&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf die Codedokumentationsanzeige um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation>Schalte den Eingabefokus auf das PyPI-Fenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das PyPI-Fenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation>Ctrl+Alt+Shift+C</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation>Schalte den Eingabefokus auf das Conda-Fenster um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Conda-Fenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation>Ctrl+Alt+Shift+M</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das PyPI-Fenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation>Ctrl+Alt+Shift+C</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation>Schalte den Eingabefokus auf das Conda-Fenster um.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Conda-Fenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation>Ctrl+Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation>Schalte den Eingabefokus auf das MicroPython-Fenster um.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das MicroPython-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation>Mittelbereich</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation>&lt;h2&gt;Versionsnummern&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das Qt-Designer Programm konnte nicht gefunden werden.&lt;br&gt;Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das Qt-Linguist Programm konnte nicht gefunden werden.&lt;br&gt;Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Das Qt-Assistant Programm konnte nicht gefunden werden.&lt;br&gt;Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation>Installationsinformation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation>&amp;Installationsinformation...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation>Installationsinformation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Installationsinformation&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Anzeige von Informationen über den Installationsprozess.&lt;/p&gt;</translation>
     </message>
@@ -76239,7 +76259,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Sie können %-Codes als Platzhalter in der Eingabe verwenden. Unterstützte Codes sind:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;Spalte des Cursor des aktuellen Editors&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;Verzeichnis des aktuellen Editors&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;Dateiname des aktuellen Editors&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;Home-Verzeichnis des aktullen Nutzers&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;Zeile des Cursor des aktuellen Editors&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;Pfad des aktuellen Projektes&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selektierter Text des aktuellen Editors&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;Nutzername des aktuellen Nutzers&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;das Prozentzeichen&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -80549,6 +80569,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Python Disassembly Anzeige&lt;/b&gt;&lt;p&gt;Dies öffnet eine Baumansicht mit einer Disassembly der aktuellen Python Quelltextdatei.&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Suchen&lt;/b&gt;&lt;p&gt;Sucht einen Text im Shell Fenster. Es wird ein Dialog eingeblendet, in dem der Suchtext und verschieden Suchoptionen eingegeben werden kann.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Weitersuchen&lt;/b&gt;&lt;p&gt;Nach der nächsten Textstelle im Shell Fenster suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Rückwärtssuchen&lt;/b&gt;&lt;p&gt;Nach der vorherigen Textstelle im Shell Fenster suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -81017,32 +81052,32 @@
         <translation>Aktualisieren</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation>&lt;virtualenv endete nicht innerhalb von 5s.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation>&lt;Kein funktionsfähiges virtualenv gefunden.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation>virtualenv Version: {0}</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation>&lt;pyvenv endete nicht innerhalb von 5s.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation>&lt;Kein funktionsfähiges pyvenv gefunden.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation>pyvenv Version: {0}</translation>
     </message>
@@ -81177,7 +81212,7 @@
         <translation>Textdateien (*.txt);;Alle Dateien (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation>conda Version: {0}</translation>
     </message>
@@ -85507,12 +85542,12 @@
         <translation>Aktuelle Seite prüfen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation>IP Adressenbericht</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation>Domänenbericht</translation>
     </message>
@@ -85562,59 +85597,54 @@
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation>ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation>Unicode</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
-        <translation>ISCII</translation>
+        <source>Other</source>
+        <translation>Sonstige</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation>Unicode</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation>Sonstige</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation>IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation>VirusTotal-Prüfung</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die VirusTotal-Prüfung konnte nicht beauftragt werden.&lt;p&gt;
 &lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation>Gib eine gültige IPv4 Adresse in Vierpunktnotation ein:</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation>Die eingegebene IP Adresse ist nicht in Vierpunktnotation.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation>Gib einen gültigen Domänennamen ein:</translation>
     </message>
@@ -85726,27 +85756,27 @@
         <translation>Chronik anzeigen...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation>Menüleiste</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation>Lesezeichen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation>Statusleiste</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation>Alle an&amp;zeigen</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation>Alle &amp;ausblenden</translation>
     </message>
@@ -85848,7 +85878,7 @@
         <translation>&lt;b&gt;Tastaturkurzbefehle&lt;/b&gt;&lt;p&gt;Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation>Tastaturkurzbefehle exportieren</translation>
     </message>
@@ -85868,7 +85898,7 @@
         <translation>&lt;b&gt;Tastaturkurzbefehle exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation>Tastaturkurzbefehle importieren</translation>
     </message>
@@ -85888,7 +85918,7 @@
         <translation>&lt;b&gt;Tastaturkurzbefehle importieren&lt;/b&gt;&lt;p&gt;Importiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation>
     </message>
@@ -85912,6 +85942,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Protokoll Handler Verwaltung&lt;/b&gt;&lt;p&gt;Zeigt das Fenster für die Protokoll Handler Verwaltung an.&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation>System</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation>Apple</translation>
+    </message>
 </context>
 <context>
     <name>WebIconDialog</name>
--- a/eric6/i18n/eric6_empty.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_empty.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4308,7 +4308,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -7718,47 +7718,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22058,57 +22058,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22118,7 +22118,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22133,37 +22133,37 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
+        <source>Select all versioned file entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
+        <source>Select all local directory entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished"></translation>
     </message>
@@ -25873,27 +25873,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -35919,102 +35919,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
+        <source>Set Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
-        <source>Set Pixel</source>
+        <source>Draw Line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
+        <source>Draw Rectangle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
+        <source>Draw Filled Rectangle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
+        <source>Draw Circle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
+        <source>Draw Filled Circle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
+        <source>Draw Ellipse</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
+        <source>Draw Filled Ellipse</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation type="unfinished"></translation>
     </message>
@@ -37959,52 +37959,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -38014,17 +38014,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished"></translation>
     </message>
@@ -38034,32 +38034,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -47576,12 +47576,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48259,7 +48259,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48279,102 +48279,102 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -50378,7 +50378,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -50408,885 +50408,885 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation type="unfinished">
             <numerusform></numerusform>
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
+        <location filename="../Project/Project.py" line="3982"/>
         <source>Filetype Associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
+        <location filename="../Project/Project.py" line="4000"/>
         <source>Lexer Associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>Code Metrics</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>Code Metrics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
+        <location filename="../Project/Project.py" line="4189"/>
         <source>Load Diagram</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
+        <source>&amp;Version Control</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4220"/>
+        <source>Create Plugin &amp;Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4225"/>
+        <source>Create eric6 plugin archive files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4227"/>
+        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4216"/>
-        <source>Create Plugin &amp;Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4221"/>
-        <source>Create eric6 plugin archive files.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4223"/>
-        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51306,82 +51306,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51396,7 +51396,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -60988,231 +60988,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
         <source>Clear History</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>Shift+F1</source>
-        <comment>Help|What&apos;s This?&apos;</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
         <source>Context sensitive help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -73314,2297 +73334,2297 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
+        <location filename="../UI/UserInterface.py" line="271"/>
         <source>Initializing Plugin Manager...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
+        <location filename="../UI/UserInterface.py" line="671"/>
         <source>Activating Plugins...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
+        <location filename="../UI/UserInterface.py" line="673"/>
         <source>Generating Plugins Toolbars...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Project-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>Multiproject-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1784"/>
+        <source>Debug-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1123"/>
+        <source>Cooperation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1991"/>
+        <source>IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1179"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1188"/>
+        <source>Numbers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1603"/>
+        <source>{0} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1610"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1614"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1643"/>
+        <source>Quit the IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1644"/>
+        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1696"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1696"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1696"/>
+        <source>Ctrl+Shift+N</source>
+        <comment>File|New Window</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1702"/>
+        <source>Open a new eric6 instance</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1704"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Project-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>Multiproject-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
-        <source>Debug-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
-        <source>Cooperation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
-        <source>IRC</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Shell</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
-        <source>Symbols</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
-        <source>Numbers</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
-        <source>{0} - Passive Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
-        <source>{0} - {1} - Passive Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Quit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>&amp;Quit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Ctrl+Q</source>
-        <comment>File|Quit</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
-        <source>Quit the IDE</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1610"/>
-        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
-        <source>New Window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
-        <source>New &amp;Window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
-        <source>Ctrl+Shift+N</source>
-        <comment>File|New Window</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
-        <source>Open a new eric6 instance</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
-        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
         <source>Edit Profile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>&amp;Project-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Alt+Shift+P</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1721"/>
-        <source>Switch the input focus to the Project-Viewer window.</source>
+        <source>Activate the edit view profile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1723"/>
-        <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>Alt+Shift+M</source>
+        <source>Debug Profile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1738"/>
-        <source>Switch the input focus to the Multiproject-Viewer window.</source>
+        <source>Activate the debug view profile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
-        <source>&amp;Debug-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
-        <source>Alt+Shift+D</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>&amp;Shell</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>&amp;Project-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Alt+Shift+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1755"/>
+        <source>Switch the input focus to the Project-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1757"/>
+        <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1772"/>
+        <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1784"/>
+        <source>&amp;Debug-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1784"/>
+        <source>Alt+Shift+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
+        <source>&amp;Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Alt+Shift+G</source>
+        <source>Alt+Shift+S</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Alt+Shift+G</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Alt+Shift+T</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
-        <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Alt+Shift+A</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1862"/>
+        <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Alt+Shift+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
-        <source>Bottom Sidebar</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
-        <source>&amp;Bottom Sidebar</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
-        <source>Toggle the bottom sidebar window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
-        <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
-        <source>Cooperation-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
-        <source>Co&amp;operation-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
-        <source>Alt+Shift+O</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
-        <source>Switch the input focus to the Cooperation-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
-        <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1957"/>
-        <source>&amp;IRC</source>
+        <source>Bottom Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1957"/>
+        <source>&amp;Bottom Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1961"/>
+        <source>Toggle the bottom sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1963"/>
+        <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1972"/>
+        <source>Cooperation-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1972"/>
+        <source>Co&amp;operation-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1972"/>
+        <source>Alt+Shift+O</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1978"/>
+        <source>Switch the input focus to the Cooperation-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1980"/>
+        <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1991"/>
+        <source>&amp;IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
-        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
-        <source>Show Versions</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
-        <source>Show &amp;Versions</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
-        <source>Display version information</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
-        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2147"/>
+        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2165"/>
+        <source>Show Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2165"/>
+        <source>Show &amp;Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2169"/>
+        <source>Display version information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2171"/>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show downloadable versions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show &amp;downloadable versions...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
+        <location filename="../UI/UserInterface.py" line="2193"/>
         <source>Show the versions available for download</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
-        <source>Show Error Log</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
-        <source>Show Error &amp;Log...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
-        <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
-        <source>Report Bug</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
-        <source>Report &amp;Bug...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
-        <source>Report a bug</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2208"/>
+        <source>Show Error Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2204"/>
+        <source>Show Error &amp;Log...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2209"/>
+        <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3779"/>
+        <source>Report Bug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2230"/>
+        <source>Report &amp;Bug...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2234"/>
+        <source>Report a bug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2235"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
-        <source>Request &amp;Feature...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
-        <source>Send a feature request</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
-        <source>Unittest</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
-        <source>&amp;Unittest...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
-        <source>Start unittest dialog</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>Unittest Restart</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2242"/>
+        <source>Request &amp;Feature...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2246"/>
+        <source>Send a feature request</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2248"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3313"/>
+        <source>Unittest</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2257"/>
+        <source>&amp;Unittest...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2262"/>
+        <source>Start unittest dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2263"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>Unittest Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare Files side by side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare &amp;Files side by side...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL Browser</source>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL &amp;Browser...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
-        <source>Browse a SQL database</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
-        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2417"/>
-        <source>Mini &amp;Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
-        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare Files side by side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare &amp;Files side by side...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2430"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL &amp;Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2443"/>
+        <source>Browse a SQL database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2444"/>
+        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
+        <source>Mini &amp;Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2457"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
         <source>&amp;Hex Editor...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
+        <location filename="../UI/UserInterface.py" line="2469"/>
         <source>Start the eric6 Hex Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
+        <location filename="../UI/UserInterface.py" line="2471"/>
         <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
-        <source>&amp;Icon Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
-        <source>Start the eric6 Icon Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
-        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
-        <source>Snapshot</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
-        <source>&amp;Snapshot...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
-        <source>Take snapshots of a screen region</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
-        <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>Preferences</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>&amp;Preferences...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2495"/>
+        <source>&amp;Icon Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2500"/>
+        <source>Start the eric6 Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2502"/>
+        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2509"/>
+        <source>Snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2509"/>
+        <source>&amp;Snapshot...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2514"/>
+        <source>Take snapshots of a screen region</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2516"/>
+        <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
-        <source>Export the current configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>Import Preferences</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
-        <source>Import a previously exported configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
+        <source>E&amp;xport Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2545"/>
+        <source>Export the current configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>Import Preferences</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2554"/>
-        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
+        <source>I&amp;mport Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2559"/>
+        <source>Import a previously exported configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2561"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
+        <source>Reload APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload &amp;APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
+        <source>Show external tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2588"/>
+        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
+        <source>Configure view profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
-        <source>Manage SSL Certificates</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
-        <source>Manage SSL Certificates...</source>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2644"/>
-        <source>Manage the saved SSL certificates</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
-        <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
-        <source>Edit Message Filters</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
-        <source>Edit Message Filters...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
-        <source>Edit the message filters used to suppress unwanted messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
-        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2665"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2673"/>
+        <source>Manage SSL Certificates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2673"/>
+        <source>Manage SSL Certificates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
+        <source>Manage the saved SSL certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Activate current editor</source>
+        <source>Edit Message Filters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2689"/>
+        <source>Edit Message Filters...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2694"/>
+        <source>Edit the message filters used to suppress unwanted messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2696"/>
+        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Activate current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>Plugin Infos</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>&amp;Plugin Infos...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
+        <location filename="../UI/UserInterface.py" line="2764"/>
         <source>Show Plugin Infos</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin Repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin &amp;Repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
+        <location filename="../UI/UserInterface.py" line="2804"/>
         <source>Show Plugins available for download</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
+        <location filename="../UI/UserInterface.py" line="2806"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="2865"/>
+        <source>Qt&amp;5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2869"/>
+        <source>Open Qt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>PyQt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>PyQt&amp;5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2884"/>
+        <source>Open PyQt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2901"/>
+        <source>Python 3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2901"/>
+        <source>Python &amp;3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2905"/>
+        <source>Open Python 3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2907"/>
+        <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2923"/>
+        <source>Eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2923"/>
+        <source>&amp;Eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2927"/>
+        <source>Open Eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2929"/>
+        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3108"/>
+        <source>&amp;Unittest</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3052"/>
+        <source>E&amp;xtras</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3062"/>
+        <source>Wi&amp;zards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3125"/>
+        <source>Select Tool Group</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3136"/>
+        <source>Se&amp;ttings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3166"/>
+        <source>&amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3175"/>
+        <source>&amp;Windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3227"/>
+        <source>&amp;Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3089"/>
+        <source>P&amp;lugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3098"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3241"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3312"/>
+        <source>Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3314"/>
+        <source>Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3316"/>
+        <source>Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3317"/>
+        <source>Plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3486"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3493"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3500"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3507"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3514"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3521"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3597"/>
+        <source>External Tools/{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7248"/>
+        <source>&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3779"/>
+        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4099"/>
+        <source>Restart application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4099"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4135"/>
+        <source>&amp;Builtin Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4152"/>
+        <source>&amp;Plugin Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4180"/>
+        <source>Configure Tool Groups ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4184"/>
+        <source>Configure current Tool Group ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4301"/>
+        <source>&amp;Show all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4303"/>
+        <source>&amp;Hide all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5309"/>
+        <source>Problem</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5309"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5504"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5034"/>
+        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5104"/>
+        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5148"/>
+        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5195"/>
+        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
+        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5265"/>
+        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5322"/>
+        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5345"/>
+        <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5417"/>
+        <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5449"/>
+        <source>External Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5440"/>
+        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5449"/>
+        <source>No toolgroup entry &apos;{0}&apos; found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5488"/>
+        <source>Starting process &apos;{0} {1}&apos;.
+</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5504"/>
+        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5582"/>
+        <source>Process &apos;{0}&apos; has exited.
+</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5843"/>
+        <source>Documentation Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5843"/>
+        <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5721"/>
+        <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6043"/>
+        <source>Open Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6043"/>
+        <source>Could not start a web browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Keyboard shortcut file (*.e4k)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6445"/>
+        <source>Save tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6445"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>Read tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6570"/>
+        <source>Save session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6554"/>
+        <source>Read session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6554"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6838"/>
+        <source>Drop Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6838"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>&amp;Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>%v/%m</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7027"/>
+        <source>Version Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7032"/>
+        <source>Trying host {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7098"/>
+        <source>Error getting versions information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7091"/>
+        <source>The versions information could not be downloaded. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7098"/>
+        <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7190"/>
+        <source>Update available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7190"/>
+        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>Eric6 is up to date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7209"/>
+        <source>Error during updates check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7209"/>
+        <source>Could not perform updates check.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7233"/>
+        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>First time usage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7304"/>
+        <source>Select Workspace Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7168"/>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="2831"/>
-        <source>Qt&amp;5 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
-        <source>Open Qt5 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
-        <source>PyQt5 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
-        <source>PyQt&amp;5 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
-        <source>Open PyQt5 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
-        <source>Python 3 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
-        <source>Python &amp;3 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
-        <source>Open Python 3 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
-        <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
-        <source>Eric API Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
-        <source>&amp;Eric API Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
-        <source>Open Eric API Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
-        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
-        <source>&amp;Unittest</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
-        <source>E&amp;xtras</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
-        <source>Wi&amp;zards</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
-        <source>Select Tool Group</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
-        <source>Se&amp;ttings</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
-        <source>&amp;Window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
-        <source>&amp;Windows</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
-        <source>&amp;Toolbars</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
-        <source>P&amp;lugins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
-        <source>Configure...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
-        <source>&amp;Help</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
-        <source>Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
-        <source>Settings</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Help</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
-        <source>Profiles</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
-        <source>Plugins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
-        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
-        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
-        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
-        <source>External Tools/{0}</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
-        <source>&lt;/table&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
-        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
-        <source>Restart application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
-        <source>The application needs to be restarted. Do it now?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
-        <source>&amp;Builtin Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
-        <source>&amp;Plugin Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
-        <source>Configure Tool Groups ...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
-        <source>Configure current Tool Group ...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
-        <source>&amp;Show all</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
-        <source>&amp;Hide all</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
-        <source>Problem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
-        <source>Process Generation Error</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
-        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
-        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
-        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
-        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5181"/>
-        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
-        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
-        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
-        <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
-        <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
-        <source>External Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
-        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
-        <source>No toolgroup entry &apos;{0}&apos; found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
-        <source>Starting process &apos;{0} {1}&apos;.
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
-        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
-        <source>Process &apos;{0}&apos; has exited.
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
-        <source>Documentation Missing</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
-        <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
-        <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
-        <source>Open Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
-        <source>Could not start a web browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Keyboard shortcut file (*.e4k)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
-        <source>Save tasks</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>Read tasks</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
-        <source>Save session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6474"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
-        <source>Read session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
-        <source>Drop Error</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
-        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>&amp;Cancel</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>%v/%m</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
-        <source>Version Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
-        <source>Trying host {0}</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
-        <source>Error getting versions information</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
-        <source>The versions information could not be downloaded. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
-        <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
-        <source>Update available</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
-        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>Eric6 is up to date</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
-        <source>Error during updates check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
-        <source>Could not perform updates check.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
-        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>First time usage</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
-        <source>Select Workspace Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1654"/>
+        <source>Restart</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
-        <source>Restart</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -75661,7 +75681,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -79955,6 +79975,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -80417,32 +80452,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80582,7 +80617,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -84935,12 +84970,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -84995,58 +85030,53 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
+        <source>Other</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85086,27 +85116,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85207,7 +85237,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85227,7 +85257,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85247,7 +85277,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85271,6 +85301,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebIconDialog</name>
--- a/eric6/i18n/eric6_en.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_en.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4316,7 +4316,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -7726,47 +7726,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22075,57 +22075,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22135,7 +22135,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22150,37 +22150,37 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
+        <source>Select all versioned file entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
+        <source>Select all local directory entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished"></translation>
     </message>
@@ -25893,27 +25893,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -35952,102 +35952,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
+        <source>Set Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
-        <source>Set Pixel</source>
+        <source>Draw Line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
+        <source>Draw Rectangle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
+        <source>Draw Filled Rectangle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
+        <source>Draw Circle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
+        <source>Draw Filled Circle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
+        <source>Draw Ellipse</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
+        <source>Draw Filled Ellipse</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation type="unfinished"></translation>
     </message>
@@ -37992,52 +37992,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -38047,17 +38047,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished"></translation>
     </message>
@@ -38067,32 +38067,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -47617,12 +47617,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48301,7 +48301,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48321,102 +48321,102 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -50395,7 +50395,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -50425,92 +50425,92 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>The project contains one file with syntax errors.</numerusform>
@@ -50518,637 +50518,637 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
+        <location filename="../Project/Project.py" line="4000"/>
         <source>Lexer Associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
+        <location filename="../Project/Project.py" line="4132"/>
         <source>Code Metrics</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
+        <source>&amp;Version Control</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51173,27 +51173,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51203,133 +51203,133 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4220"/>
+        <source>Create Plugin &amp;Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4225"/>
+        <source>Create eric6 plugin archive files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4227"/>
+        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4216"/>
-        <source>Create Plugin &amp;Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4221"/>
-        <source>Create eric6 plugin archive files.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4223"/>
-        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51349,82 +51349,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51439,7 +51439,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -61032,231 +61032,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
         <source>Clear History</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>Shift+F1</source>
-        <comment>Help|What&apos;s This?&apos;</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
         <source>Context sensitive help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -73361,2297 +73381,2297 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
+        <location filename="../UI/UserInterface.py" line="271"/>
         <source>Initializing Plugin Manager...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
+        <location filename="../UI/UserInterface.py" line="671"/>
         <source>Activating Plugins...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1188"/>
+        <source>Numbers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
-        <source>Numbers</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
         <source>Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
-        <source>{0} - Passive Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
-        <source>{0} - {1} - Passive Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Quit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>&amp;Quit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Ctrl+Q</source>
-        <comment>File|Quit</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
-        <source>Quit the IDE</source>
+        <source>{0} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1610"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1614"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1643"/>
+        <source>Quit the IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>&amp;Project-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Alt+Shift+P</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>&amp;Multiproject-Viewer</source>
+        <source>Edit Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>&amp;Project-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Alt+Shift+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Alt+Shift+M</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
+        <location filename="../UI/UserInterface.py" line="1802"/>
         <source>&amp;Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Alt+Shift+T</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show downloadable versions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show &amp;downloadable versions...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
+        <location filename="../UI/UserInterface.py" line="2193"/>
         <source>Show the versions available for download</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
-        <source>Request &amp;Feature...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
-        <source>Send a feature request</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
-        <source>Unittest</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
-        <source>&amp;Unittest...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
-        <source>Start unittest dialog</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>Unittest Restart</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2242"/>
+        <source>Request &amp;Feature...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2246"/>
+        <source>Send a feature request</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2248"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3313"/>
+        <source>Unittest</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2257"/>
+        <source>&amp;Unittest...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2262"/>
+        <source>Start unittest dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2263"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>Unittest Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare Files side by side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL Browser</source>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL &amp;Browser...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
-        <source>Browse a SQL database</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
-        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare Files side by side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2430"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL &amp;Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2443"/>
+        <source>Browse a SQL database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2444"/>
+        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
         <source>Mini &amp;Editor...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
+        <location filename="../UI/UserInterface.py" line="2457"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
-        <source>&amp;Icon Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>Preferences</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>&amp;Preferences...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2495"/>
+        <source>&amp;Icon Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
-        <source>Export the current configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>Import Preferences</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
-        <source>Import a previously exported configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
+        <source>E&amp;xport Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2545"/>
+        <source>Export the current configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>Import Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>I&amp;mport Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2559"/>
+        <source>Import a previously exported configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2561"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
+        <source>Reload APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload &amp;APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
+        <source>Show external tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
+        <source>Configure view profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Activate current editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>Plugin Infos</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>&amp;Plugin Infos...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
+        <location filename="../UI/UserInterface.py" line="2764"/>
         <source>Show Plugin Infos</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin Repository</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin &amp;Repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
+        <location filename="../UI/UserInterface.py" line="2804"/>
         <source>Show Plugins available for download</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
+        <location filename="../UI/UserInterface.py" line="2806"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
+        <location filename="../UI/UserInterface.py" line="3062"/>
         <source>Wi&amp;zards</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
+        <location filename="../UI/UserInterface.py" line="3089"/>
         <source>P&amp;lugins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
+        <location filename="../UI/UserInterface.py" line="3317"/>
         <source>Plugins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
+        <location filename="../UI/UserInterface.py" line="4152"/>
         <source>&amp;Plugin Tools</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
+        <location filename="../UI/UserInterface.py" line="4301"/>
         <source>&amp;Show all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
+        <location filename="../UI/UserInterface.py" line="4303"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
-        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5195"/>
+        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
-        <source>Save session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6570"/>
+        <source>Save session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>&amp;Cancel</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Could not perform updates check.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
+        <location filename="../UI/UserInterface.py" line="7233"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
+        <location filename="../UI/UserInterface.py" line="7285"/>
         <source>First time usage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
+        <source>Switch the input focus to the Task-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1704"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2147"/>
+        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2182"/>
+        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2195"/>
+        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2479"/>
+        <source>eric6 Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2479"/>
+        <source>eric6 &amp;Web Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2484"/>
+        <source>Start the eric6 Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2486"/>
+        <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2500"/>
+        <source>Start the eric6 Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2502"/>
+        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2588"/>
+        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2929"/>
+        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7190"/>
+        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>Eric6 is up to date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1670"/>
-        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
-        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
-        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
-        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
-        <source>eric6 Web Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
-        <source>eric6 &amp;Web Browser...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
-        <source>Start the eric6 Web Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
-        <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
-        <source>Start the eric6 Icon Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
-        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
-        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
-        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
-        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>Eric6 is up to date</source>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1654"/>
+        <source>Restart</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
-        <source>Restart</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -75708,7 +75728,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80002,6 +80022,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -80464,32 +80499,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80629,7 +80664,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -84918,12 +84953,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -84973,58 +85008,53 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
+        <source>Other</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85136,27 +85166,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85257,7 +85287,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85277,7 +85307,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85297,7 +85327,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85321,6 +85351,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebIconDialog</name>
Binary file eric6/i18n/eric6_es.qm has changed
--- a/eric6/i18n/eric6_es.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_es.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="es">
+<!DOCTYPE TS><TS version="2.0" language="es" sourcelanguage="">
 <context>
     <name>AboutDialog</name>
     <message>
@@ -2070,7 +2069,7 @@
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="170"/>
-        <source>Open in New Tab	Ctrl+LMB</source>
+        <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source>
         <translation>Abrir en Nueva Pestaña\tCtrl+LMB (botón izquierdo del ratón)</translation>
     </message>
 </context>
@@ -2149,7 +2148,7 @@
     </message>
     <message>
         <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="90"/>
-        <source>Open in New Tab	Ctrl+LMB</source>
+        <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source>
         <translation>Abrir en Nueva Pestaña\tCtrl+LMB (botón izquierdo del ratón)</translation>
     </message>
 </context>
@@ -4354,7 +4353,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>La codificación &apos;{0}&apos; es incorrecta para el texto indicado.</translation>
     </message>
@@ -7790,47 +7789,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation>Iniciar Depurador</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No ha sido posible lanzar el extremo del depurador.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation>Proceso Padre</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation>Proceso hijo</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation>Fork del cliente</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation>Seleccionar la rama de fork para continuar.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation>Error de Protocolo de Depuración</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Datos:&lt;br/&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No hay configurado un entorno de Python3 adecuado.&lt;/p&gt;</translation>
     </message>
@@ -22211,57 +22210,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation>Control de Versiones</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation>Hacer commit de los cambios al repositorio...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation>Añadir al repositorio/Llevar al área de preparación (stage) del repositorio</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation>Sacar cambios del área de preparación (unstage)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation>Eliminar del repositorio (y del disco)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation>Eliminar solamente del repositorio</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation>Copiar</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation>Copiar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation>Mover</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation>Mostrar navegador de log</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation>Mostrar estado</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation>Mostrar diferencias</translation>
     </message>
@@ -22271,7 +22270,7 @@
         <translation>Mostrar diferencias lado a lado</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation>Mostrar diferencias (extendido)</translation>
     </message>
@@ -22286,37 +22285,37 @@
         <translation>Mostrar archivo anotado</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation>Revertir cambios</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation>Seleccionar todas las entradas de archivos locales</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation>Seleccionar todas las entradas de archivos locales</translation>
+        <source>Select all versioned file entries</source>
+        <translation>Seleccionar todas las entradas de archivo versionadas</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation>Seleccionar todas las entradas de archivo versionadas</translation>
+        <source>Select all local directory entries</source>
+        <translation>Seleccionar todas las entradas de directorios locales</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation>Seleccionar todas las entradas de directorios locales</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation>Seleccionar todas las entradas de directorios versionados</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation>Configurar...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation>¿Realmente quiere eliminar estos archivos del repositorio?</translation>
     </message>
@@ -26038,27 +26037,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation>{0:4.2f} Bytes</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation>{0:4.2f} KiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation>{0:4.2f} MiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation>{0:4.2f} GiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation>{0:4.2f} TiB</translation>
     </message>
@@ -36141,102 +36140,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Establecer Pixel</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Borrar Pixel</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Dibujar Línea</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Borrar Pixel</translation>
+        <source>Draw Rectangle</source>
+        <translation>Dibujar Rectángulo</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Dibujar Línea</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Dibujar Rectángulo Lleno</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Dibujar Rectángulo</translation>
+        <source>Draw Circle</source>
+        <translation>Dibujar Círculo</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Dibujar Rectángulo Lleno</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Dibujar Círculo Lleno</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Dibujar Círculo</translation>
+        <source>Draw Ellipse</source>
+        <translation>Dibujar Elipse</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Dibujar Círculo Lleno</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Dibujar Elipse Llena</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Dibujar Elipse</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Dibujar Elipse Llena</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Rellenar Region</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Cortar Selección</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Pegar</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;La imagen del portapapeles es mayor que la imagen actual.&lt;br/&gt;¿Pegar como nueva imagen?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Pegar Contenido del Portapapeles</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>Pegando Imagen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>Datos de Imagen en el portapapeles no válidos.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Pegar Contenido del Portapapeles como Nueva Imagen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Limpiar Imagen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Cambiar Tamaño de Imagen</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>Convertir a Escala de Grises</translation>
     </message>
@@ -38183,52 +38182,52 @@
         <translation>Observaciones:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation>Si</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation>No</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation>&apos;eric-ide&apos; se ha instalado desde PyPI utilizando el comando pip.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation>La información mostrada en este diálogo es deducida con el primer inicio de eric.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation>Cargar Información de Instalación</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido leer el archivo que contiene la información de instalación.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation>Información de Instalación</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation>Se ha editado la información de instalación. Los cambios que no se guarden se perderán. ¿Guardar primero?</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation>Guardar información de instalación</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido escribir el archivo que contiene la información de instalación.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
@@ -38238,17 +38237,17 @@
         <translation>Fecha de Instalación:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation>Instalado como Administrador:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation>Instalado con sudo:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation>desconocido</translation>
     </message>
@@ -38258,32 +38257,32 @@
         <translation>Instalado Desde:</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation>La información de instalación ha sido proporcionada por el usuario.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation>Borrar Info</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation>Instrucciones de Actualización de Versión</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation>Borrar Información de Instalación</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation>¿Desea realmente borrar la información de instalación? Se recreará durante el siguiente inicio.</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation>Llevar a cabo el(los) siguiente(s) paso(s) con privilegios de Administración.
@@ -44498,12 +44497,12 @@
     </message>
     <message>
         <location filename="../MicroPython/MicroPythonWidget.py" line="1050"/>
-        <source>µPy Chart</source>
+        <source>&#xc2;&#xb5;Py Chart</source>
         <translation>Gráfica µPy</translation>
     </message>
     <message>
         <location filename="../MicroPython/MicroPythonWidget.py" line="1130"/>
-        <source>µPy Files</source>
+        <source>&#xc2;&#xb5;Py Files</source>
         <translation>Archivos µPy</translation>
     </message>
     <message>
@@ -45381,11 +45380,6 @@
     </message>
     <message>
         <location filename="../QScintilla/MiniEditor.py" line="2474"/>
-        <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;p&gt;Esta zona de la barra de estado permite hacer zoom sobre el editor actual o la shell.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2474"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado permite hacer zoom sobre el editor.&lt;/p&gt;</translation>
     </message>
@@ -47831,12 +47825,12 @@
         <translation>Errores</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation>El proceso {0} no se ha podido iniciar.</translation>
     </message>
@@ -48515,7 +48509,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation>Buscar PyPI</translation>
     </message>
@@ -48535,102 +48529,102 @@
         <translation>Error: {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation>Mostrar Detalles del Package</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation>Seleccionar versión del package:</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No hay info de detalles de package disponible para &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation>Instalar Pip</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation>Instalar Pip en el Sitio de Usuario</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation>Reparar Pip</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation>Instalar Packages</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation>Instalar Package Local</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation>Instalar Requisitos</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation>Desinstalar Requisitos</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation>Generar Requisitos...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation>Editar Configuración de Usuario...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation>Editar Configuración de Entorno...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation>Configurar...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation>Editar Configuración</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation>No hay una ruta válida de configuración determinada. Abortando</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation>Mostrar info de Cache...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation>Mostrar Archivos en Cache...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation>Eliminar Archivos en Cache...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation>Purgar Cache...</translation>
     </message>
@@ -50538,82 +50532,82 @@
         <translation>Crear directorio de proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Proyecto nuevo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>¿Agregar archivos existentes al proyecto?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Seleccion el Sistema de control de versiones (VCS)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>¿Le gustaría editar las opciones de comando para VCS?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Proyecto nuevo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>Ninguno</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Seleccione el sistema de control de versiones para el proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Abrir proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Archivos de proyecto (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Guardar proyecto como</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Guardar archivo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Cerrar Proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>El proyecto actual tiene cambios sin guardar.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Se detectaron errores de sintaxis</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform>
@@ -50621,567 +50615,567 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Nuevo...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Generar un nuevo proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nuevo...&lt;/b&gt;&lt;p&gt;Abre un diálogo para introducir la información para un nuevo proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Abrir...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Abrir un proyecto existente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abrir...&lt;/b&gt;&lt;p&gt;Abre un proyecto existente..&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Cerrar proyecto</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Cerrar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Cerrar proyecto</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Cerrar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Cierra el proyecto actual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cerrar&lt;/b&gt;&lt;p&gt;Cierra el proyecto actualt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Guardar proyecto</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation>&amp;Guardar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Guardar proyecto</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation>&amp;Guardar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Guarda el proyecto actual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar&lt;/b&gt;&lt;p&gt;Guarda el proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>Guardar co&amp;mo...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>Guardar co&amp;mo...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Guardar el proyecto actual en un nuevo archivo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar como&lt;/b&gt;&lt;p&gt;Guarda el proyecto en otro archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Agregar archivos al proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>&amp;Agregar archivos...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Añadir archivos al proyecto actual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Añadir archivos...&lt;/b&gt;&lt;p&gt;Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Agregar directorio al proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Agregar directorio...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Agregar directorio al proyecto actual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Añadir directorio...&lt;/b&gt;&lt;p&gt;Abre un diálogo para añadir un directorio al proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Añadir traducción al proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Añadir &amp;Traducción...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Añadir una traducción al proyecto actual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Añadir traducción...&lt;/b&gt;&lt;p&gt;Abre un diálogo para añadir una traducción al proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>Buscar archivos nuevos</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>Bus&amp;car archivos nuevos...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>Bus&amp;car archivos nuevos...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Bucar nuevos archivos en el directorio de proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Propiedades del proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Propiedades...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Ver las propiedades del proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propiedades...&lt;/b&gt;&lt;p&gt;Muestra un diálogo para editar las propiedades del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Propiedades del usuario del proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>Propiedades del &amp;Usuario...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Muestra propiedades del proyecto específicas del usuario</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propiedades del Usuario...&lt;/b&gt;&lt;p&gt;Abre un diálogo par editar las propiedades del proyecto específicas del usuario.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
+        <location filename="../Project/Project.py" line="3982"/>
         <source>Filetype Associations</source>
         <translation>Asociación de tipos de archivo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Asociación de tipos de archivo...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Asociación de tipos de archivo...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Ver las asociaciones del proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Propiedades del depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>&amp;Propiedades del depurador...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>&amp;Propiedades del depurador...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Muestra las propiedades del depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propiedades del Depurador...&lt;/b&gt;&lt;p&gt;Abre un diálogo par editar las propiedades del depurador específicas del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Cargar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Cargar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Cargar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Cargar las propiedades del depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cargar Propiedades del Depurador&lt;/b&gt;&lt;p&gt;Carga las opciones de configuración del depurador específicas del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Guardar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Guardar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Guardar propiedades del depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar Propiedades del Depurador&lt;/b&gt;&lt;p&gt;Guarda las opciones de configuración del depurador específicas del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation>Borrar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Borrar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Borrar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Borrar las propiedades del depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Borrar Propiedades del Depurador&lt;/b&gt;&lt;p&gt;Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>Reiniciar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Reiniciar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Reiniciar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Restablecer las propiedades del depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Restablecer Propiedades del Depurador&lt;/b&gt;&lt;p&gt;Restablece las opciones de configuración del depurador específicas del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Cargar sesión</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Cargar sesión</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Cargar archivo de sesión de proyectos.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cargar sesión&lt;/b&gt;&lt;p&gt;Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.&lt;br&gt;- todos los archivos de fuentes abiertos&lt;br&gt;- todos los puntos de interrupción&lt;br&gt;- todos los argumentos de línea de comandos&lt;br&gt;- el directorio de trabajo&lt;br&gt;- el flag de reporte de excepciones&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Guardar sesión</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Guardar sesión</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Guardar archivos de sessión de proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar sesión&lt;/b&gt;&lt;p&gt;Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.&lt;br&gt;- todos los archivos de fuentes abiertos&lt;br&gt;- todos los puntos de interrupción&lt;br&gt;- todos los argumentos de línea de comandos&lt;br&gt;- el directorio de trabajo&lt;br&gt;- el flag de reporte de excepciones&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation>Borrar sesión</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation>Borrar sesión</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Borrar el archivo de sesión de proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Borrar sesión&lt;/b&gt;&lt;p&gt;Borra el archivo de sesión del proyecto&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
+        <location filename="../Project/Project.py" line="4132"/>
         <source>Code Metrics</source>
         <translation>Métricas de código</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>Métricas de &amp;código...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>Métricas de &amp;código...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Muestra algunas métricas del código para este proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Métricas de Código...&lt;/b&gt;&lt;p&gt;Muestra algunas métricas de código para todos los archivos Python en el proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Python Code Coverage</source>
-        <translation>Cobertura de Código Python</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>Co&amp;bertura de código...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Python Code Coverage</source>
+        <translation>Cobertura de Código Python</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>Co&amp;bertura de código...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>Muestra información de cobertura de código para el proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cobertura de Código...&lt;/b&gt;&lt;p&gt;Muestra la información de cobertura de código para todos los archivos Python en el proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Datos de perfil</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>Datos de &amp;pefil...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>Datos de &amp;pefil...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>Mostrar datos de profiling para el proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datos de Profiling...&lt;/b&gt;&lt;p&gt;Muestra datos de profiling para el proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Diagrama de Aplicación</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>Diagrama de &amp;Aplicación...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>Diagrama de &amp;Aplicación...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Mostrar diagrama del proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diagrama de Aplicación...&lt;/b&gt;&lt;p&gt;Muestra un diagrama del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Crear Lista del Paquete</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation>Crear &amp;Package List</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Crear Archivo de Plugin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Abrir Proyectos &amp;Recientes</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation>Control de &amp;Versiones</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>Veri&amp;ficar</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation>V&amp;er</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation>&amp;Diagramas</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation>Sesión</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation>Origen de &amp;Documentación</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
-        <translation>Depurador</translation>
+        <source>&amp;Version Control</source>
+        <translation>Control de &amp;Versiones</translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>Veri&amp;ficar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation>V&amp;er</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation>&amp;Diagramas</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation>Sesión</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation>Origen de &amp;Documentación</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation>Depurador</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>Empa&amp;quetadores</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>&amp;Borrar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Buscar nuevos archivos</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>No se han encontrado nuevos archivos para ser añadidos.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Sistema de control de versiones</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Datos de Cobertura</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>No hay script principal definido para el proyecto actual. Abortando</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Cobertura de codigo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Por favor seleccione un archivo de cobertura</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Por favor seleccione un archivo de profiling</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>¿Incluir nombres de módulos?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;PKGLIST&lt;/b&gt; ya existe.&lt;/p&gt;&lt;p&gt;¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>No hay script principal definido para el proyecto actual. Abortando...</translation>
     </message>
@@ -51191,7 +51185,7 @@
         <translation>Registrando Tipo de Proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation>Crear &amp;Archivos de Plugin</translation>
     </message>
@@ -51201,32 +51195,32 @@
         <translation>Debe especificar primero un patrón de traducción.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Patrón de Traducción</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Introduzca el patrón de ruta para los archivos de traducción (use &apos;%language%&apos; in lugar del código de idioma):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations</source>
-        <translation>Asociaciones de Analizador Léxico</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation>Asociaciones de Analizador Léxico...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations</source>
+        <translation>Asociaciones de Analizador Léxico</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation>Asociaciones de Analizador Léxico...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation>Ver las asociaciones de analizador léxico del proyecto (sobreescribiendo valores por defecto)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Asociaciones de Analizador Léxico ...&lt;/b&gt;&lt;p&gt;Muestra un diálogo para editar las asociaciones de analizador léxico del proyecto. Estas asociaciones sobreescriben las asociaciones de analizador léxico globales. Los analizadores léxicos se utilizan para resaltar el texto en el editor.&lt;/p&gt;</translation>
     </message>
@@ -51301,7 +51295,7 @@
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe.&lt;/p&gt;&lt;p&gt;¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe.&lt;/p&gt;&lt;p&gt;¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
@@ -51316,22 +51310,22 @@
         <translation>&lt;p&gt;El directorio de proyecto &lt;b&gt;{0}&lt;/b&gt; no pudo ser creado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El VCS seleccionado &lt;b&gt;{0}&lt;/b&gt; no ha sido encontrado.&lt;br&gt;Deshabilitando control de versiones.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;PKGLIST&lt;/b&gt; no puede ser creado.&lt;/p&gt;&lt;p&gt;Causa: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El fichero&lt;b&gt;{0}&lt;/b&gt; no ha podido ser almacenado en el archivo. Va a ser ignorado.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de plugin&lt;b&gt;{0}&lt;/b&gt; no puede ser leido.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
@@ -51346,32 +51340,32 @@
         <translation>&lt;p&gt;El directorio de destino &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation>Crear script principal</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El script principal &lt;b&gt;{0}&lt;/b&gt; no se ha podido crear.&lt;br/&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation>Cargar Diagrama</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation>&amp;Cargar Diagrama...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation>Cargar Diagrama</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation>&amp;Cargar Diagrama...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation>CArgar diagrama desde archivo.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cargar Diagrama...&lt;/b&gt;&lt;p&gt;Carga un diagrama desde un archivo.&lt;/p&gt;</translation>
     </message>
@@ -51396,37 +51390,37 @@
         <translation>Consola PyQt5</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El VCS seleccionado &lt;b&gt;{0}&lt;/b&gt; no ha sido encontrado.&lt;br&gt;Revirtiendo sobreescritura.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de plugin&lt;b&gt;{0}&lt;/b&gt; no puede ser leido.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation>Crear un archivo inicial PKGLIST para un plugin para eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Crear Package List&lt;/b&gt;&lt;p&gt;Crea una lista inicial de archivos para incluir en un archivo de plugin para eric6. Esta lista se crea a partir del archivo de proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4221"/>
+        <location filename="../Project/Project.py" line="4225"/>
         <source>Create eric6 plugin archive files.</source>
         <translation>Crear ficheros para archivo de plugin de eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4223"/>
+        <location filename="../Project/Project.py" line="4227"/>
         <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Crear Archivo de Plugin&lt;/b&gt;&lt;p&gt;Crea ficheros para archivo de plugin de eric6 utilizando el listado de ficheros proporcionados en un archivo PKGLIST*. El nombre de archivo se crea a partir del nombre del script principal si no se desinga uno en el archivo de lista de package.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de plugin de eric6 &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado. Abortando...&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
@@ -51436,118 +51430,118 @@
         <translation>Eric6 Plugin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation>Crear directorio de gestión del proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El directorio del proyecto &lt;b&gt;{0}&lt;/b&gt; no se puede escribir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation>Bucar un archivo en el listado de archivos del proyecto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Buscar Archivo en el Proyecto&lt;/b&gt;&lt;p&gt;Busca un archivo en el listado de archivos del proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation>Buscar Archivo en Proyecto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation>Buscar Archivo en Proyecto...</translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation>Crear Archivos de Plugin</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation>Crear Archivos de Plugin (Snapshot)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation>Crear Archivos de Plugin (&amp;Snapshot)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation>Crear ficheros para archivo de plugin de eric6 (snapshot releases).</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Crear Archivos de Plugin (Snapshot)&lt;/b&gt;&lt;p&gt;Crea ficheros para archivo de plugin de eric6 usando el listado de ficheros dado en un archivo PKGLIST*. El nombre del archivo se construye a partir del nombre del script principal si no se designa uno en el archivo de package list. La entrada de versión del script principal se modifica para reflejar una snapshot release.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation>Seleccionar package lists:</translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation>Crear Archivos de Plugin</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation>Crear Archivos de Plugin (Snapshot)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation>Crear Archivos de Plugin (&amp;Snapshot)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation>Crear ficheros para archivo de plugin de eric6 (snapshot releases).</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Crear Archivos de Plugin (Snapshot)&lt;/b&gt;&lt;p&gt;Crea ficheros para archivo de plugin de eric6 usando el listado de ficheros dado en un archivo PKGLIST*. El nombre del archivo se construye a partir del nombre del script principal si no se designa uno en el archivo de package list. La entrada de versión del script principal se modifica para reflejar una snapshot release.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation>Seleccionar package lists:</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation>Creando archivos de plugin...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation>Abortar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation>%v/%m Archivos</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo&lt;b&gt;{0}&lt;/b&gt; no puede ser leído.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Los ficheros para archivo de plugin de eric6 se han creado con errores.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Los ficheros para archivo de plugin de eric6 se han creado correctamente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation>&lt;p&gt;No hay archivo de package list (PKGLIST*) disponible o seleccionado. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; todavía no está listo.&lt;/p&gt;&lt;p&gt;Por favor, revíselo y borre la línea &apos;; initial_list&apos; del encabezado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Buscar nuevos archivos...&lt;/b&gt;&lt;p&gt;Busca nuevos archivos (fuentes, *.ui, *.idl, *.proto) en el directorio del proyecto y en los subdirectorios registrados.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Asociaciones de tipos de archivo...&lt;/b&gt;&lt;p&gt;Muestra un diálogo para editar asociaciones de tipos de archivo del proyecto. Estas asociaciones determinan el tipo (fuentes, formulario, interfaces, protocolos u otros) con un patrón de nombre de archivo. Se usan al añadir archivos al proyecto y al realizar una búsqueda de nuevos archivos.&lt;/p&gt;</translation>
     </message>
@@ -51567,82 +51561,82 @@
         <translation>&lt;p&gt;El directorio seleccionado &lt;b&gt;{0}&lt;/b&gt; no se ha podido borrar.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation>Crear Makefile</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El makefile &lt;b&gt;{0}&lt;/b&gt; no se ha podido crear.&lt;br/&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation>Ejecutar Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation>&amp;Ejecutar Make</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation>&amp;Ejecutar Make</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation>Ejecutar un &apos;make&apos;.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ejecutar Make&lt;/b&gt;&lt;p&gt;Ejecuta un &apos;make&apos; para reconstruir el target configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation>Comprobar Cambios</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation>&amp;Comprobar Cambios</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation>&amp;Comprobar Cambios</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation>Preguntar a &apos;make&apos; si es necesario reconstruir.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comprobar Cambios&lt;/b&gt;&lt;p&gt;Pregunta a &apos;make si es necesario reconstruir el target configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation>Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation>El proceso make no ha comenzado.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation>El proceso make ha fallado.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Hay cambios que requieren que el target make configurado &lt;b&gt;{0}&lt;/b&gt; se reconstruya.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Hay cambios que requieren que el target make por defecto se reconstruya.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation>El makefile contiene errores.</translation>
     </message>
@@ -51657,7 +51651,7 @@
         <translation>Consola PySide2</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation>Herramientas de Pr&amp;ojecto</translation>
     </message>
@@ -55899,1338 +55893,6 @@
     </message>
 </context>
 <context>
-    <name>QRegExpWizard</name>
-    <message>
-        <location filename="../Plugins/PluginWizardQRegExp.py" line="77"/>
-        <source>QRegExp Wizard</source>
-        <translation type="obsolete">Asistente para QRegExp</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/PluginWizardQRegExp.py" line="73"/>
-        <source>Q&amp;RegExp Wizard...</source>
-        <translation type="obsolete">Asistente para Q&amp;RegExp...</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/PluginWizardQRegExp.py" line="78"/>
-        <source>&lt;b&gt;QRegExp Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QRegExp. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Asistente para QRegExp&lt;/b&gt;&lt;p&gt;Este asistente abre un diálogo para introducir todos los parámetros necesarios para crear un QRegExp. El código generado se inserta en la posición actual del cursor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/PluginWizardQRegExp.py" line="125"/>
-        <source>No current editor</source>
-        <translation type="obsolete">No hay editor actual</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/PluginWizardQRegExp.py" line="125"/>
-        <source>Please open or create a file first.</source>
-        <translation type="obsolete">Por favor, abra o cree un archivo primero.</translation>
-    </message>
-</context>
-<context>
-    <name>QRegExpWizardCharactersDialog</name>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="14"/>
-        <source>Editor for character sets</source>
-        <translation type="obsolete">Editor para conjuntos de caracteres</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="23"/>
-        <source>The defined characters should not match</source>
-        <translation type="obsolete">Los caracteres definidos no deberian coincidir</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="30"/>
-        <source>Predefined character ranges</source>
-        <translation type="obsolete">Rangos predefinidos de caracteres</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="71"/>
-        <source>Non-whitespace characters</source>
-        <translation type="obsolete">Caracteres de no-espacio en blanco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="64"/>
-        <source>Non-digits</source>
-        <translation type="obsolete">No dígitos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="50"/>
-        <source>Whitespace characters</source>
-        <translation type="obsolete">Caracteres de espacio en blanco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="43"/>
-        <source>Digits</source>
-        <translation type="obsolete">Dígitos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="57"/>
-        <source>Non-word characters</source>
-        <translation type="obsolete">Caracteres de no-palabra</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="36"/>
-        <source>Word character</source>
-        <translation type="obsolete">Carácter de palabra</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="115"/>
-        <source>Single character</source>
-        <translation type="obsolete">Un solo carácter</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="128"/>
-        <source>Character ranges</source>
-        <translation type="obsolete">Rangos de caracteres</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="55"/>
-        <source>Normal character</source>
-        <translation type="obsolete">Carácter normal</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="75"/>
-        <source>Unicode character in hexadecimal notation</source>
-        <translation type="obsolete">Carácter unicode en notación hexadecimal</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="62"/>
-        <source>Bell character (\a)</source>
-        <translation type="obsolete">Carácter de timbre del sistema (\a)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="64"/>
-        <source>Page break (\f)</source>
-        <translation type="obsolete">Fin de página (/f)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="80"/>
-        <source>Line feed (\n)</source>
-        <translation type="obsolete">Nueva línea (\n)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="82"/>
-        <source>Carriage return (\r)</source>
-        <translation type="obsolete">Retorno de carro (\r)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="84"/>
-        <source>Horizontal tabulator (\t)</source>
-        <translation type="obsolete">Tabulador horizontal (\t)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="72"/>
-        <source>Vertical tabulator (\v)</source>
-        <translation type="obsolete">Tabulador vertical (\v)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="160"/>
-        <source>Additional Entries</source>
-        <translation type="obsolete">Entradas adicionales</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="475"/>
-        <source>Between:</source>
-        <translation type="obsolete">Entre:</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="480"/>
-        <source>And:</source>
-        <translation type="obsolete">Y:</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="78"/>
-        <source>Initial name character</source>
-        <translation type="obsolete">Caracter inicial de nombre</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="85"/>
-        <source>Name character</source>
-        <translation type="obsolete">Caracter de nombre</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="92"/>
-        <source>Non-initial name character</source>
-        <translation type="obsolete">Caracter no inicial de nombre</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui" line="99"/>
-        <source>Non-name character</source>
-        <translation type="obsolete">Caracter no de nombre</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="77"/>
-        <source>ASCII/Latin1 character in octal notation</source>
-        <translation type="obsolete">Carácter ASCII/Latin1 en notación octal</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="87"/>
-        <source>Character Category</source>
-        <translation type="obsolete">Categoría de Carácter</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="89"/>
-        <source>Character Block</source>
-        <translation type="obsolete">Bloque de Carácter</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="91"/>
-        <source>Not Character Category</source>
-        <translation type="obsolete">Categoría de No Carácter</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="93"/>
-        <source>Not Character Block</source>
-        <translation type="obsolete">Bloque de No Carácter</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Letter, Any</source>
-        <translation type="obsolete">Letra, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Letter, Uppercase</source>
-        <translation type="obsolete">Letra, Mayúscula</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Letter, Lowercase</source>
-        <translation type="obsolete">Letra, Minúscula</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Letter, Titlecase</source>
-        <translation type="obsolete">Letra, Formato título</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Letter, Modifier</source>
-        <translation type="obsolete">Letra, Modificador</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Letter, Other</source>
-        <translation type="obsolete">Letra, Otra</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Mark, Any</source>
-        <translation type="obsolete">Marca, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Mark, Nonspacing</source>
-        <translation type="obsolete">Marca, Sin Espacios</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Mark, Spacing Combining</source>
-        <translation type="obsolete">Marca, Combinación de Espacios</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Mark, Enclosing</source>
-        <translation type="obsolete">Marca, Cierre</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Number, Any</source>
-        <translation type="obsolete">Número, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Number, Decimal Digit</source>
-        <translation type="obsolete">Ńúmero, Dígito Decimal</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Number, Letter</source>
-        <translation type="obsolete">Número, Letra</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Number, Other</source>
-        <translation type="obsolete">Número, Otro</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Any</source>
-        <translation type="obsolete">Puntuación, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Connector</source>
-        <translation type="obsolete">Puntuación, Conector</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Dash</source>
-        <translation type="obsolete">Puntuación, Guión</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Open</source>
-        <translation type="obsolete">Puntuación, Abrir</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Close</source>
-        <translation type="obsolete">Puntuación, Cerrar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Initial Quote</source>
-        <translation type="obsolete">Puntuación, Comilla Principio</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Final Quote</source>
-        <translation type="obsolete">Puntuación, Comilla Final</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Punctuation, Other</source>
-        <translation type="obsolete">Puntuación, Otro</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Symbol, Any</source>
-        <translation type="obsolete">Símbolo, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Symbol, Math</source>
-        <translation type="obsolete">Símbolo, Matemático</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Symbol, Currency</source>
-        <translation type="obsolete">Símbolo, Moneda</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Symbol, Modifier</source>
-        <translation type="obsolete">Símbolo, Modificador</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Symbol, Other</source>
-        <translation type="obsolete">Símbolo, Otro</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Separator, Any</source>
-        <translation type="obsolete">Separador, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Separator, Space</source>
-        <translation type="obsolete">Separador, Espacio</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Separator, Line</source>
-        <translation type="obsolete">Separador, Línea</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Separator, Paragraph</source>
-        <translation type="obsolete">Separador, Párrafo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Other, Any</source>
-        <translation type="obsolete">Otro, Cualquiera</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Other, Control</source>
-        <translation type="obsolete">Otro, Control</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Other, Format</source>
-        <translation type="obsolete">Otro, Formato</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Other, Private Use</source>
-        <translation type="obsolete">Otro, Uso Privado</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="174"/>
-        <source>Other, Not Assigned</source>
-        <translation type="obsolete">Otro, Sin Asignar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Basic Latin</source>
-        <translation type="obsolete">Latín Básico</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Latin-1 Supplement</source>
-        <translation type="obsolete">Latin-1 Suplementario</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Latin Extended-A</source>
-        <translation type="obsolete">Latín Extendido A</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Latin Extended-B</source>
-        <translation type="obsolete">Latín Extendido B</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>IPA Extensions</source>
-        <translation type="obsolete">Extensiones IPA</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Spacing Modifier Letters</source>
-        <translation type="obsolete">Letras Modificadoras Espacios</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Combining Diacritical Marks</source>
-        <translation type="obsolete">Marcas Diacríticas de Combinación</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Greek</source>
-        <translation type="obsolete">Griego</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Cyrillic</source>
-        <translation type="obsolete">Cirílico</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Armenian</source>
-        <translation type="obsolete">Armenio</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Hebrew</source>
-        <translation type="obsolete">Hebreo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Arabic</source>
-        <translation type="obsolete">Arábigo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Syriac</source>
-        <translation type="obsolete">Sirio</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Thaana</source>
-        <translation type="obsolete">Thaana</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Devanagari</source>
-        <translation type="obsolete">Devanagari</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Bengali</source>
-        <translation type="obsolete">Bengalí</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Gurmukhi</source>
-        <translation type="obsolete">Gurmukhi</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Gujarati</source>
-        <translation type="obsolete">Gujarati</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Oriya</source>
-        <translation type="obsolete">Oriya</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Tamil</source>
-        <translation type="obsolete">Tamil</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Telugu</source>
-        <translation type="obsolete">Telugu</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Kannada</source>
-        <translation type="obsolete">Kannada</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Malayalam</source>
-        <translation type="obsolete">Malayalam</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Sinhala</source>
-        <translation type="obsolete">Sinhala</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Thai</source>
-        <translation type="obsolete">Thailandés</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Lao</source>
-        <translation type="obsolete">Lao</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Tibetan</source>
-        <translation type="obsolete">Tibetano</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Myanmar</source>
-        <translation type="obsolete">Myanmar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Georgian</source>
-        <translation type="obsolete">Georgiano</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Hangul Jamo</source>
-        <translation type="obsolete">Hangul Jamo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Ethiopic</source>
-        <translation type="obsolete">Etíope</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Cherokee</source>
-        <translation type="obsolete">Cherokee</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Unified Canadian Aboriginal Syllabics</source>
-        <translation type="obsolete">Silábicos Unificados Aborigen Canadiense</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Ogham</source>
-        <translation type="obsolete">Ogham</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Runic</source>
-        <translation type="obsolete">Runic</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Khmer</source>
-        <translation type="obsolete">Khmer</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Mongolian</source>
-        <translation type="obsolete">Mongol</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Latin Extended Additional</source>
-        <translation type="obsolete">Latín Extendido Adicional</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Greek Extended</source>
-        <translation type="obsolete">Griego Extendido</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>General Punctuation</source>
-        <translation type="obsolete">Puntuación General</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Superscripts and Subscripts</source>
-        <translation type="obsolete">Superscripts y Subscripts</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Currency Symbols</source>
-        <translation type="obsolete">Símbolos de Moneda</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Combining Marks for Symbols</source>
-        <translation type="obsolete">Marcas Combinación para Símbolos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Letterlike Symbols</source>
-        <translation type="obsolete">Símbolos de tipo Letra</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Number Forms</source>
-        <translation type="obsolete">Formas de números</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Arrows</source>
-        <translation type="obsolete">Flechas</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Mathematical Operators</source>
-        <translation type="obsolete">Operadores Matemáticos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Miscellaneous Technical</source>
-        <translation type="obsolete">Miscelánea Técnica</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Control Pictures</source>
-        <translation type="obsolete">Dibujos de Control</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Optical Character Recognition</source>
-        <translation type="obsolete">Reconocimiento Óptico de Caracteres</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Enclosed Alphanumerics</source>
-        <translation type="obsolete">Alfanuméricos Delimitados</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Box Drawing</source>
-        <translation type="obsolete">Dibujos de Cajas</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Block Elements</source>
-        <translation type="obsolete">Elementos de Bloques</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Geometric Shapes</source>
-        <translation type="obsolete">Curvas Geométricas</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Miscellaneous Symbols</source>
-        <translation type="obsolete">Miscelánea de Símbolos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Dingbats</source>
-        <translation type="obsolete">Dingbats</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Braille Patterns</source>
-        <translation type="obsolete">Patrones de Braille</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Radicals Supplement</source>
-        <translation type="obsolete">Radicales CJK Suplementarios</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>KangXi Radicals</source>
-        <translation type="obsolete">Radicales KangXi</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Ideographic Description Chars</source>
-        <translation type="obsolete">Caracteres de Descripción Ideográfica</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Symbols and Punctuation</source>
-        <translation type="obsolete">Símbolos CJK y Puntuación</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Hiragana</source>
-        <translation type="obsolete">Hiragana</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Katakana</source>
-        <translation type="obsolete">Katakana</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Bopomofo</source>
-        <translation type="obsolete">Bopomofo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Hangul Compatibility Jamo</source>
-        <translation type="obsolete">Compatibilidad Hangul Jamo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Kanbun</source>
-        <translation type="obsolete">Kanbun</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Bopomofo Extended</source>
-        <translation type="obsolete">Bopomofo Extendido</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Enclosed CJK Letters and Months</source>
-        <translation type="obsolete">Meses y Letras CJK Delimitados</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Compatibility</source>
-        <translation type="obsolete">Compatibilidad CJK</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Unified Ideographs Extension A</source>
-        <translation type="obsolete">Ideografos Unificados CJK Extensión A</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Unified Ideographs</source>
-        <translation type="obsolete">Ideografos Unificados CJK</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Yi Syllables</source>
-        <translation type="obsolete">Sílabas Yi</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Yi Radicals</source>
-        <translation type="obsolete">Radicales Yi</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Hangul Syllables</source>
-        <translation type="obsolete">Sílabas Hangui</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Private Use</source>
-        <translation type="obsolete">Uso Privado</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Compatibility Ideographs</source>
-        <translation type="obsolete">Ideografos de Compatibilidad CJK</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Alphabetic Presentation Forms</source>
-        <translation type="obsolete">Formas de Presentación Alfabética</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Arabic Presentation Forms-A</source>
-        <translation type="obsolete">Formas de Presentación Arábiga-A</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Combining Half Marks</source>
-        <translation type="obsolete">Semimarcas de Combinación</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Compatibility Forms</source>
-        <translation type="obsolete">Formas de Compatibilidad CJK</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Small Form Variants</source>
-        <translation type="obsolete">Variantes de formas pequeñas</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Arabic Presentation Forms-B</source>
-        <translation type="obsolete">Formas de Presentación Arábiga-B</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Halfwidth and Fullwidth Forms</source>
-        <translation type="obsolete">Formas de Anchura media y Anchura completa</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Specials</source>
-        <translation type="obsolete">Especiales</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Old Italic</source>
-        <translation type="obsolete">Cursiva Antigua</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Gothic</source>
-        <translation type="obsolete">Gótico</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Deseret</source>
-        <translation type="obsolete">Deseret</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Byzantine Musical Symbols</source>
-        <translation type="obsolete">Símbolos Musicales Bizantinos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Musical Symbols</source>
-        <translation type="obsolete">Símbolos Musicales</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Mathematical Alphanumeric Symbols</source>
-        <translation type="obsolete">Símbolos Matemáticos Alfanuméricos</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Unified Ideographic Extension B</source>
-        <translation type="obsolete">Ideografos Unificados CJK Extensión B</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>CJK Compatapility Ideographic Supplement</source>
-        <translation type="obsolete">Compatibilidad Ideografos. CJK Suplementaria</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py" line="214"/>
-        <source>Tags</source>
-        <translation type="obsolete">Etiquetas</translation>
-    </message>
-</context>
-<context>
-    <name>QRegExpWizardRepeatDialog</name>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="13"/>
-        <source>Number of repetitions</source>
-        <translation type="obsolete">Número de repeticiones</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="48"/>
-        <source>times</source>
-        <translation type="obsolete">veces</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="81"/>
-        <source>and</source>
-        <translation type="obsolete">y</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="88"/>
-        <source>Between</source>
-        <translation type="obsolete">Entre</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="108"/>
-        <source>Exactly</source>
-        <translation type="obsolete">Exactamente</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="128"/>
-        <source>Maximum</source>
-        <translation type="obsolete">Máximo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="135"/>
-        <source>Minimum</source>
-        <translation type="obsolete">Mínimo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui" line="155"/>
-        <source>Unlimited (incl. zero times)</source>
-        <translation type="obsolete">Sin límite (incl. cero veces)</translation>
-    </message>
-</context>
-<context>
-    <name>QRegExpWizardWidget</name>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="87"/>
-        <source>Save</source>
-        <translation type="obsolete">Guardar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="89"/>
-        <source>Save the regular expression to a file</source>
-        <translation type="obsolete">Guardar la expresión regular en un archivo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="91"/>
-        <source>Load</source>
-        <translation type="obsolete">Cargar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="93"/>
-        <source>Load a regular expression from a file</source>
-        <translation type="obsolete">Cargar la expresión regular de un archivo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="95"/>
-        <source>Validate</source>
-        <translation type="obsolete">Validar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="97"/>
-        <source>Validate the regular expression</source>
-        <translation type="obsolete">Validar la expresión regular</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="99"/>
-        <source>Execute</source>
-        <translation type="obsolete">Ejecutar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="101"/>
-        <source>Execute the regular expression</source>
-        <translation type="obsolete">Ejecutar la expresión regular</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
-        <source>Next match</source>
-        <translation type="obsolete">Siguiente coincidencia</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="105"/>
-        <source>Show the next match of the regular expression</source>
-        <translation type="obsolete">Mostrar la siguiente coincidencia de la expresión regular</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="114"/>
-        <source>Copy</source>
-        <translation type="obsolete">Copiar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="116"/>
-        <source>Copy the regular expression to the clipboard</source>
-        <translation type="obsolete">Copiar la expresión regular al portapapeles</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="405"/>
-        <source>Save regular expression</source>
-        <translation type="obsolete">Guardar expresión regular</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="386"/>
-        <source>RegExp Files (*.rx);;All Files (*)</source>
-        <translation type="obsolete">Archivos RegExp (*.rx);; Todos los archivos (*)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="386"/>
-        <source>Load regular expression</source>
-        <translation type="obsolete">Cargar expresión regular</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="443"/>
-        <source>The regular expression is valid.</source>
-        <translation type="obsolete">La expresión regular es válida.</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="579"/>
-        <source>Error</source>
-        <translation type="obsolete">Error</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="455"/>
-        <source>A regular expression must be given.</source>
-        <translation type="obsolete">Se debe proporcionar una expresión regular.</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="498"/>
-        <source>Regexp</source>
-        <translation type="obsolete">Regexp</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="506"/>
-        <source>Offset</source>
-        <translation type="obsolete">Desplazamiento</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="513"/>
-        <source>Captures</source>
-        <translation type="obsolete">Capturas</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="518"/>
-        <source>Text</source>
-        <translation type="obsolete">Texto</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="520"/>
-        <source>Characters</source>
-        <translation type="obsolete">Caracteres</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="524"/>
-        <source>Match</source>
-        <translation type="obsolete">Coincidir</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="561"/>
-        <source>No more matches</source>
-        <translation type="obsolete">No hay más coincidencias</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="565"/>
-        <source>No matches</source>
-        <translation type="obsolete">No hay coincidencias</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="579"/>
-        <source>A regular expression and a text must be given.</source>
-        <translation type="obsolete">Se deben proporcionar una expresión regular y un texto.</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="405"/>
-        <source>&lt;p&gt;The regular expression could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;p&gt;La expresión regular no se ha podido guardar &lt;/p&gt;&lt;p&gt;Causa: {0}&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="483"/>
-        <source>Invalid regular expression: {0}</source>
-        <translation type="obsolete">La expresión regular no es válida: {0}</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="537"/>
-        <source>Capture #{0}</source>
-        <translation type="obsolete">Captura #{0}</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="357"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="443"/>
-        <source>Validation</source>
-        <translation type="obsolete">Validación</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="14"/>
-        <source>QRegExp Wizard</source>
-        <translation type="obsolete">Asistente para QRegExp</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="25"/>
-        <source>&amp;Variable Name:</source>
-        <translation type="obsolete">Nombre de &amp;Variable:</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="49"/>
-        <source>Pattern Syntax:</source>
-        <translation type="obsolete">Sintaxis de Patrón:</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="56"/>
-        <source>Select the pattern syntax</source>
-        <translation type="obsolete">Seleccionar la sintaxis de patrón</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="79"/>
-        <source>&lt;b&gt;Undo last edit&lt;/b&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Deshacer última edición&lt;/b&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="86"/>
-        <source>&lt;b&gt;Redo last edit&lt;/b&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Rehacer última edición&lt;/b&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="383"/>
-        <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Único carácter de un rango (por ej. [abcd])&lt;/b&gt;&lt;p&gt;Seleccionar un único caracter de un rango de caracteres a traves de un diálogo específico.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="386"/>
-        <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog. This dialog will help to edit the range of characters and add some specific conditions.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Único carácter de un rango (por ej. [abcd])&lt;/b&gt;&lt;p&gt;Seleccionar un único caracter de un rango de caracteres a traves de un diálogo específico. El diálogo ayuda a editar el rango de carácter y a añadir algunas condiciones específicas&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="393"/>
-        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert a dot (.) in your regexp.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Cualquier carácter: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar un punto (.) en la regexp.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="397"/>
-        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert a dot (.) in your regexp. The dot matches a single character, except line break characters (by default). 
-E.g. &apos;gr.y&apos; matches &apos;gray&apos;, &apos;grey&apos;, &apos;gr%y&apos;, etc. Use the dot sparingly. Often, a character class or negated
-character class is faster and more precise.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Cualquier carácter: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar un punto (.) en la regexp. El punto coincide con un único caracter, excepto caracteres fin de línea (por defecto).
-Por ej. &apos;gr.y&apos; coincide con &apos;gray&apos;, &apos;grey&apos;, &apos;gr%y&apos;, etc. Use el punto con frugalidad. A menudo una clase de caracteres o clase de caracteres negada es más rápida y precisa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="411"/>
-        <source>&lt;b&gt;Repeat contents&lt;/b&gt;
-&lt;p&gt;Select a repetition condition via a specific dialog. This dialog will help to specify the allowed range for repetitions.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Repetir contenidos&lt;/b&gt;
-&lt;p&gt;Seleccionar una condición de repetición a traves de un diálogo específico. Este diálogo ayuda a especificar el rango permitido para repeticiones.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="159"/>
-        <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
-&lt;p&gt;Select to insert some non capturing brackets.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Paréntesis de no captura: (?:)&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar paréntesis de no captura.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="163"/>
-        <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
-&lt;p&gt;Select to insert some non capturing brackets. It can be used to apply a regexp quantifier (eg. &apos;?&apos; or &apos;+&apos;) to the entire
-group of characters inside the brakets. E.g. the regex &apos;Set(?:Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. The &apos;?:&apos; inside the brakets
-means that the content of the match (called the backreference) is not stored for further use.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Paréntesis sin captura: (?:)&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar paréntesis de no captura. Se puede utilizar para aplicar una expresión regular de cuantificación (por ejemplo &apos;?&apos; or &apos;+&apos;) al grupo completo de caracteres  dentro de los paréntesis. Por ej. la Regex &apos;Set(?:Value)?&apos; coincide con &apos;Set&apos; o con &apos;SetValue&apos;. El &apos;?:&apos; dentro de los paréntesis significa que el contenido de la parte que coincide (llamado &apos;referencia hacia atras&apos; o &apos;retroreferencia&apos;, de &apos;backreference&apos;) no se almacena para uso posterior.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="419"/>
-        <source>&lt;b&gt;Group: ()&lt;/b&gt;
-&lt;p&gt;Select to insert some capturing brackets.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Agrupar: ()&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar paréntesis de captura.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="177"/>
-        <source>&lt;b&gt;Group: ()&lt;/b&gt;
-&lt;p&gt;Select to insert some capturing brackets. They can be used to apply a regexp quantifier (e.g. &apos;?&apos; or &apos;+&apos;) to the entire group of 
-characters inside the brakets. E.g. the regex &apos;Set(Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. Contrary to non-capturing parentheses, 
-the backreference matched inside the brakets is stored for further use (i.e. &apos;Value&apos; in the second example above). 
-One can access the backereference with the &apos;\1&apos; expression. &lt;/p&gt;
-&lt;p&gt;E.g. &apos;([a-c])x\1x\1&apos; will match &apos;axaxa&apos;, &apos;bxbxb&apos; and &apos;cxcxc&apos;.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Agrupar: ()&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar paréntesis de captura. Se pueden usar para aplicar a una regexp de cuantificación (p. e. &apos;?&apos; or &apos;+&apos;) al grupo entero de caracteres dentro de los paréntesis. P. e. la regex &apos;Set(Value)?&apos; coincide con &apos;Set&apos; o con &apos;SetValue&apos;.
-Contrariamente a los paréntesis de no captura, la referencia hacia atrás o retroreferencia (backreference) del valor que coincide con la parte de la regexp dentro de los paréntesis se almacena para uso posterior (&apos;Value&apos; en el ejemplo anterior).
-Se puede acceder a la retroreferencia con la expresión &apos;º1&apos;.&lt;/p&gt;&lt;p&gt;P. e.  &apos;([a-c])x\1x\1&apos; coincide con &apos;axaxa&apos;, &apos;bxbxb&apos; y &apos;cxcxc&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="432"/>
-        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. &lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Alternativas: &apos;|&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el símbolo de alternación &apos;|&apos;. &lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="193"/>
-        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. The alternation is used to match a single regular expression out of 
-several possible regular expressions. E.g. &apos;cat|dog|mouse|fish&apos; matches words containing the word &apos;cat&apos;, &apos;dog&apos;,&apos;mouse&apos; or &apos;fish&apos;.
-Be aware that in the above example, the alternatives refer to whole or part of words. If you want to match exactly the
- words &apos;cat&apos;, &apos;dog&apos;, ... you should express the fact that you only want to match complete words: &apos;\b(cat|dog|mouse|fish)\b&apos;&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Alternativas: &apos;|&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el símbolo de alternación &apos;|&apos;. La alternación se usa para coincidir una expresión regular simple a partir 
-de varias expresiones regulares posibles. Ejemplo &apos;cat|dog|mouse|fish&apos; coincide con palabras que contengan la palabra &apos;cat&apos;, &apos;dog&apos;,&apos;mouse&apos; o &apos;fish&apos;.
-Cuidado con el ejemplo anterior, las alternativas se refieren a la palabra completa o a partes. Si quieren coincidir exáctamente las 
-palabras &apos;cat&apos;, &apos;dog&apos;, ... debe expresar el hecho de que solamente quiere coincidir con palabras completas: &apos;\b(cat|dog|mouse|fish)\b&apos;&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="204"/>
-        <source>&lt;b&gt;Begin of line: &apos;^&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the start line character (^).&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Principio de línea: &apos;^&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de principio de línea (^).&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="208"/>
-        <source>&lt;b&gt;Begin of line: &apos;^&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the start line character (^). It is used to find some expressions at the begining of lines.
-E.g. &apos;^[A-Z]&apos; match lines starting with a capitalized character. &lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Principio de línea: &apos;^&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de principio de línea (^). Se utiliza para encontrar expresiones en los principios de línea.
-Por ejemplo,  &apos;^[A-Z] coincide con líneas que comienzan con un carácter en mayúscula.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="217"/>
-        <source>&lt;b&gt;End of line: &apos;$&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the end of line character ($).&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Final de línea: &apos;$&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de final de línea ($).&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="221"/>
-        <source>&lt;b&gt;End of line: &apos;$&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the end of line character ($). It is used to find some expressions at the end of lines.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Final de línea: &apos;$&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de final de línea ($). Se utiliza para encontrar expresiones en los finales de línea.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="229"/>
-        <source>&lt;b&gt;Word boundary&lt;/b&gt;
-&lt;p&gt;Select to insert the word boudary character (\b).&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Límite de palabra&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de límite de palabra (\b).&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="233"/>
-        <source>&lt;b&gt;Word boundary&lt;/b&gt;
-&lt;p&gt;Select to insert the word boudary character (\b). This character is used to express the fact that word 
-must begin or end at this position. E.g. &apos;\bcat\b&apos; matches exactly the word &apos;cat&apos; while &apos;concatenation&apos; is ignored.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Límite de palabra&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de límite de palabra (\b). Este carácter se utiliza para expresar el hecho de que una palabra
-debe comenzar o terminar en esta posición. Por ejemplo, &apos;\bcat\b&apos; coincide exactamente con la palabra &apos;cat&apos; mientras que &apos;concatenation&apos; es ignorada.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="242"/>
-        <source>&lt;b&gt;Non word boundary&lt;/b&gt;
-&lt;p&gt;Select to insert the word boudary character (\B). \B is the negated version of \b.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Límite de no palabra&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de límite de no palabra (\B). Es la versión negada de \b.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="246"/>
-        <source>&lt;b&gt;Non word boundary&lt;/b&gt;
-&lt;p&gt;Select to insert the word boudary character (\B). \B is the negated version of \b. \B matches at every position where \b 
-does not. Effectively, \B matches at any position between two word characters as well as at any position between two non-word characters.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Límite de no palabra&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el carácter de límite de no palabra (\B). Es la versión negada de \b. \B coincide con cada posición donde \b no lo haría. 
-Efectivamente, \B coincide en cualquier posición entre dos caracteres de palabra al igual que en cualquier posición entre dos caracteres de no palabra. &lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="255"/>
-        <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Select to insert the positive lookhead brackets.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Buscar delante positivo: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar llaves de buscar delante positivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="259"/>
-        <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Select to insert the positive lookhead brackets. Basically, positive lookhead is used to match a character only if followed by another one.
-Writting &apos;q(?=u)&apos; means that you want to match the &apos;q&apos; character only if it is followed by &apos;u&apos;. In this statement &apos;u&apos; is a trivial 
-regexp which may be replaced by a more complex expression; q(?=[abc])&apos; will match a &apos;q&apos; if followed by either &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Buscar delante positivo: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar llaves de buscar delante positivo. Basicamente, el buscar delante positivo se utiliza para coincidir con caracteres solamente si están seguidos de otro.
-Escribir &apos;q(?=u)&apos; significa que se desea coincidir con el carácter &apos;q&apos; solamente si está seguido de &apos;u&apos;. En esta sentencia, &apos;u&apos; es una expresión regular trivial
-que puede ser reemplazada por una expresión más compleja; q(?=[abc])&apos; coincidirá con una &apos;q&apos; si está seguida de &apos;a&apos;, &apos;b&apos; o &apos;c&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="269"/>
-        <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Select to insert the negative lookhead brackets.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Buscar delante negativo:(?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar llaves de buscar delante negativo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="273"/>
-        <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Select to insert the negative lookhead brackets. Basically, negative lookhead is used to match a character only if it is not
-followed by a another one. Writting &apos;q(?!u)&apos; means that you want to match &apos;q&apos; only if it is not followed by &apos;u&apos;. In this statement, &apos;u&apos; is a
-trivial regexp which may be replaced by a more complex expression; &apos;q(?![abc])&apos; will match a &apos;q&apos; if it is followed by anything else than &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Buscar delante negativo: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar llaves de buscar adelante negativo. Basicamente, el buscar delante negativo se utiliza para coincidir con caracteres solamente si no 
-están seguidos de otro.Escribir &apos;q(?!u)&apos; significa que se desea coincidir con el caracter &apos;q&apos; solamente si no está seguido de &apos;u&apos;. En esta sentencia, &apos;u&apos; 
-es una expresión regular trivial que puede ser reemplazada por una expresión más compleja; q(?=[abc])&apos; coincidirá con una &apos;q&apos; si está seguida de cualquier cosa que no sea &apos;a&apos;, &apos;b&apos; o &apos;c&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="327"/>
-        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert a question mark (?) in your regexp.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Cualquier carácter: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para un interrogante (?) en la regexp.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="331"/>
-        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert a question mark (?) in your regexp. The question mark matches a single character. 
-E.g. &apos;gr?y&apos; matches &apos;gray&apos;, &apos;grey&apos;, &apos;gr%y&apos;, etc.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Cualquier carácter: &apos;.&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar un interrogante en la regexp. El interrogante coincide un único carácter 
-Por ej. &apos;gr?y&apos; coincide &apos;gray&apos;, &apos;grey&apos;, &apos;gr%y&apos;, etc.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="340"/>
-        <source>&lt;b&gt;Repeat contents&lt;/b&gt;
-&lt;p&gt;Inserts a repetition (*) character into the regexp.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Repetir contenidos&lt;/b&gt;
-&lt;p&gt;Inserta un carácter de repetición (*) en la regexp.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="344"/>
-        <source>&lt;b&gt;Repeat contents&lt;/b&gt;
-&lt;p&gt;Inserts a repetition (*) character into the regexp. That will match zero or more of any character.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Repetir contenidos&lt;/b&gt;
-&lt;p&gt;Inserta un carácter de repetición (*) en la regexp. Esto coincidirá con cero o ḿas de cualquier carácter&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="423"/>
-        <source>&lt;b&gt;Group: ()&lt;/b&gt;
-&lt;p&gt;Select to insert some capturing brackets. They can be used to apply a regexp quantifier (e.g. &apos;?&apos; or &apos;+&apos;) to the entire group of 
-characters inside the brakets. E.g. the regex &apos;Set(Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Agrupar: ()&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar paréntesis de captura. Se pueden usar para aplicar a una regexp de cuantificación (p. e. &apos;?&apos; or &apos;+&apos;) al grupo entero de caracteres dentro de los paréntesis. P. e. la regex &apos;Set(Value)?&apos; coincide con &apos;Set&apos; o con &apos;SetValue&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="436"/>
-        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. The alternation is used to match a single regular expression out of 
-several possible regular expressions. E.g. &apos;cat|dog|mouse|fish&apos; matches words containing the word &apos;cat&apos;, &apos;dog&apos;,&apos;mouse&apos; or &apos;fish&apos;.&lt;/p&gt;</source>
-        <translation type="obsolete">&lt;b&gt;Alternativas: &apos;|&apos;&lt;/b&gt;
-&lt;p&gt;Seleccionar para insertar el símbolo de alternación &apos;|&apos;. La alternación se usa para coincidir una expresión regular simple a partir 
-de varias expresiones regulares posibles. Ejemplo &apos;cat|dog|mouse|fish&apos; coincide con palabras que contengan la palabra &apos;cat&apos;, &apos;dog&apos;,&apos;mouse&apos; o &apos;fish&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="463"/>
-        <source>&amp;Regexp:</source>
-        <translation type="obsolete">&amp;Regexp:</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="473"/>
-        <source>&amp;Text:</source>
-        <translation type="obsolete">&amp;Texto:</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="496"/>
-        <source>Case &amp;Sensitive</source>
-        <translation type="obsolete">&amp;Sensible a mayúsculas/minúsculas</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="499"/>
-        <source>Alt+S</source>
-        <translation type="obsolete">Alt+S</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="509"/>
-        <source>&amp;Minimal</source>
-        <translation type="obsolete">&amp;Mínimo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui" line="512"/>
-        <source>Alt+M</source>
-        <translation type="obsolete">Alt+M</translation>
-    </message>
-</context>
-<context>
     <name>QRegularExpressionWizard</name>
     <message>
         <location filename="../Plugins/PluginWizardQRegularExpression.py" line="76"/>
@@ -59180,11 +57842,6 @@
         <translation>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Nota:&lt;/b&gt; Estas opciones de configuración serán activadas la siguiente vez que se inicie la aplicación.&lt;/font&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="118"/>
-        <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source>
-        <translation type="obsolete">El ejecutable de la herramienta se compone del prefijo, el nombre de la herramienta y el postfijo. Para win, la extensión se añade automáticamente.</translation>
-    </message>
-    <message>
         <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/>
         <source>Qt Translations Directory</source>
         <translation>Directorio de Traducciones de Qt</translation>
@@ -62764,231 +61421,251 @@
         <translation>Reiniciar la Shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Reiniciar&lt;/b&gt;&lt;p&gt;Reiniciar la shell para el lenguaje actualmente seleccionado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation>Restaurar y Limpiar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation>Limpiar la ventana y reiniciar la shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Reiniciar y Limpiar&lt;/b&gt;&lt;p&gt;Limpiar la ventana de shell y reiniciar la shell para el lenguaje actualmente seleccionado.&lt;/p&gt;</translation>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation>Mostrar Historial</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
+        <translation>Mostrar &amp;Historial...</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation>Mostrar Historial</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation>Mostrar &amp;Historial...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation>Mostrar el historial de shell en un diálogo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
         <source>Clear History</source>
         <translation>Limpiar Historial</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation>&amp;Limpiar Historial...</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation>&amp;Limpiar Historial...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation>Limpiar el historial de shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation>Seleccionar Entrada del Historial</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation>Seleccionar &amp;Entrada del Historial</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation>Seleccionar una entrada del historial de shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation>Acerca de</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation>&amp;Acerca de</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation>Mostrar información acerca de este software</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation>&amp;Acerca de</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation>Mostrar información acerca de este software</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Acerca de&lt;/b&gt;&lt;p&gt;Mostrar información acerca de este software.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Acerca de&lt;/b&gt;&lt;p&gt;Mostrar información acerca de este software.&lt;/p&gt;</translation>
+        <source>About Qt</source>
+        <translation>Acerca de Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation>Acerca de &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation>Mostrar información sobre las herramientas Qt</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
-        <translation>Acerca de Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation>Acerca de &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation>Mostrar información sobre las herramientas Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Acerca de Qt&lt;/b&gt;&lt;p&gt;Mostrar información sobre las herramientas Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation>¿Qué es esto?</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation>¿&amp;Qué es esto?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation>Shift+F1</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation>¿&amp;Qué es esto?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>Shift+F1</source>
-        <comment>Help|What&apos;s This?&apos;</comment>
-        <translation>Shift+F1</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
         <source>Context sensitive help</source>
         <translation>Ayuda sensible al contexto</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar ayuda sensible al contexto&lt;/b&gt;&lt;p&gt;En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation>Acerca de la Ventana de Shell de eric6</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation>La Shell de eric6 es una ventana de shell autocontenida. Usa el mismo backend que el depurador de la IDE completa, pero se ejecuta independientemente.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation>&amp;Archivo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation>&amp;Editar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation>&amp;Ver</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation>&amp;Historial</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation>&amp;Iniciar</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation>&amp;Iniciar</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation>A&amp;yuda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation>Archivo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation>Editar</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation>Buscar</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation>Buscar</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation>Ver</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation>Historial</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation>Historial</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation>Ayuda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado permite hacer zoom de la shell.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation>Mover hacia adelante una entrada del historial</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation>Mover hacia atrás una entrada del historial</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation>eric6 Shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation>eric6 Shell [{0}]</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Reiniciar&lt;/b&gt;&lt;p&gt;Reiniciar la shell para el entorno actualmente seleccionado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Reiniciar y Limpiar&lt;/b&gt;&lt;p&gt;Limpiar la ventana de shell y reiniciar la shell para el entorno actualmente seleccionado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Cortar&lt;/b&gt;&lt;p&gt;Cortar el texto seleccionado al portapapeles.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Copiar&lt;/b&gt;&lt;p&gt;Copiar el texto seleccionado al portapapeles.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Pegar&lt;/b&gt;&lt;p&gt;Pegar el último texto cortado/copiado desde el portapapeles.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Limpiar&lt;/b&gt;&lt;p&gt;Borrar todo el texto.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -73851,11 +72528,6 @@
         <translation>Archivos recientes</translation>
     </message>
     <message>
-        <location filename="../Tools/TrayStarter.py" line="94"/>
-        <source>QRegExp editor</source>
-        <translation type="obsolete">Editor de QRegExp</translation>
-    </message>
-    <message>
         <location filename="../Tools/TrayStarter.py" line="96"/>
         <source>Python re editor</source>
         <translation>Editor de re de Python</translation>
@@ -75205,2299 +73877,2299 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
+        <location filename="../UI/UserInterface.py" line="271"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Inicializando el administrador de Plugins...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>Generando la interfaz general de usuario...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>Aplicando conexiones...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>Inicializando Herramientas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>Registrando Objetos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>Inicializando Acciones...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>Inicializando Menues...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>Inicializando Barras de Herramientas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>Inicializando Barra de estado...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>Incializando el servidor de aplicaciones simples...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
+        <location filename="../UI/UserInterface.py" line="671"/>
         <source>Activating Plugins...</source>
         <translation>Activando Plugins...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Visor de Proyecto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Visor Depurador</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation>Visor Log</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation>Visor de Tareas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation>Visor de Plantillas</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation>Visor Log</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation>Visor de Tareas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation>Visor de Plantillas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
         <source>Shell</source>
         <translation>Shell</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
+        <location filename="../UI/UserInterface.py" line="1819"/>
         <source>File-Browser</source>
         <translation>Explorador de archivos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Quit</source>
         <translation>Salir</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>&amp;Quit</source>
         <translation>&amp;Salir</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
+        <location filename="../UI/UserInterface.py" line="1643"/>
         <source>Quit the IDE</source>
         <translation>Salir del IDE</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1610"/>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salir del IDE&lt;/b&gt;&lt;p&gt;Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation>Perfil de Edición</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation>Activar el perfil de vista de edición</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Edición&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation>Perfil de Depuración</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation>Activar el perfil de vista de depuración</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Depuracion&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>Visor de &amp;Proyecto</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Alt+Shift+P</source>
-        <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
-        <source>Alt+Shift+D</source>
-        <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Alt+Shift+G</source>
-        <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Alt+Shift+T</source>
-        <translation>Alt+Shift+T</translation>
+        <source>Edit Profile</source>
+        <translation>Perfil de Edición</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation>Activar el perfil de vista de edición</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Edición&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation>Perfil de Depuración</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation>Activar el perfil de vista de depuración</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Depuracion&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>Visor de &amp;Proyecto</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Alt+Shift+P</source>
+        <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1784"/>
+        <source>Alt+Shift+D</source>
+        <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Alt+Shift+G</source>
+        <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Alt+Shift+T</source>
+        <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>¿Qué es esto?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>¿&amp;Qué es esto?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>Ayuda sensible al contexto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar ayuda sensible al contexto&lt;/b&gt;&lt;p&gt;En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Visor de Ayuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visor de &amp;Ayuda...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Abrir la ventana del visor de ayuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Mostrar Versiones</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Mostrar Versione&amp;s</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Mostrar información de versiones</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar Versiones&lt;/b&gt;&lt;p&gt;Muestra información de versiones.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Buscar actualizaciones</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>Buscar act&amp;ualizaciones...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show downloadable versions</source>
         <translation>Mostrar versiones descargables</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>Mostrar versiones &amp;descargables...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
+        <location filename="../UI/UserInterface.py" line="2193"/>
         <source>Show the versions available for download</source>
         <translation>Mostrar las versiones disponibles para descarga</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>Enviar informe de bugs</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>Enviar informe de &amp;bugs...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>Enviar informe de bugs</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enviar informe de Bugs...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar un informe de un error (bug).&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
+        <location filename="../UI/UserInterface.py" line="3313"/>
         <source>Unittest</source>
         <translation>Test Unitario</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
+        <location filename="../UI/UserInterface.py" line="2257"/>
         <source>&amp;Unittest...</source>
         <translation>Te&amp;st Unitario...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
+        <location filename="../UI/UserInterface.py" line="2262"/>
         <source>Start unittest dialog</source>
         <translation>Ejecutar diálogo de tests unitarios</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
+        <location filename="../UI/UserInterface.py" line="2263"/>
         <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tests unitarios&lt;/b&gt;&lt;p&gt;Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>Unittest Restart</source>
         <translation>Ejecutar de nuevo Test Unitario</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>&amp;Restart Unittest...</source>
         <translation>Ejecuta&amp;r de nuevo Test Unitario...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2242"/>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>Ejecutar de nuevo el último test unitario</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ejecutar de nuevo Test Unitario&lt;/b&gt;&lt;p&gt;Vuelve a ejecutar el último test unitario que se ha ejecutado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation>Test Unitario de Script</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>Test Unitario de &amp;Script...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>Ejecutar test unitario con el script actual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Test Unitario de Script&lt;/b&gt;&lt;p&gt;Ejecuta un test unitario con el script actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>Test Unitario de Proyecto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>Test Unitario de &amp;Proyecto...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>Ejecutar test unitario con el proyecto actual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Test Unitario del Proyecto&lt;/b&gt;Ejecuta un test unitario con el proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation>Previsualizador de UI</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation>Previsualizador de &amp;UI...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation>Ejecutar el Previsualizador de UI</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Previsualizador de UI&lt;/b&gt;&lt;p&gt;Ejecuta el Previsualizador de UI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Previsualizador de Traducciones</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Previsualizador de &amp;Traducciones...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Ejecutar el Previsualizador de traducciones</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Previsualizador de traducciones&lt;b&gt;&lt;p&gt;Ejecuta el Previsualizador de traducciones.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation>Comparar Archivos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation>&amp;Comparar Archivos...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation>Comparar dos archivos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Comparar Archivos&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos.&lt;/b&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Previsualizador de UI&lt;/b&gt;&lt;p&gt;Ejecuta el Previsualizador de UI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Previsualizador de Traducciones</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Previsualizador de &amp;Traducciones...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Ejecutar el Previsualizador de traducciones</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2404"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Previsualizador de traducciones&lt;b&gt;&lt;p&gt;Ejecuta el Previsualizador de traducciones.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation>Comparar Archivos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation>&amp;Comparar Archivos...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
+        <translation>Comparar dos archivos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Comparar Archivos&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos.&lt;/b&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare Files side by side</source>
         <translation>Comparar Archivos uno al lado de otro</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
+        <location filename="../UI/UserInterface.py" line="2430"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparar Archivos uno al lado de otro&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>Preferences</source>
         <translation>Preferencias</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Preferencias...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2495"/>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>Establecer la configuración preferida</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Preferencias&lt;/b&gt;&lt;p&gt;Establecezca los elementos de configuración de la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation>Recargar APIs</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation>Recargar &amp;APIs</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation>Recargar la información de API</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Recargar APIs&lt;/b&gt;&lt;p&gt;Recarga la información de API.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Mostrar herramientas externas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Mostrar herramien&amp;tas externas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation>Perfiles de Vista</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
-        <translation>Perfiles de &amp;Vista...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Configurar perfiles de vista</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Atajos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Atajo&amp;s de Teclado...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Establecer los atajos de teclado</translation>
+        <source>Reload APIs</source>
+        <translation>Recargar APIs</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload &amp;APIs</source>
+        <translation>Recargar &amp;APIs</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation>Recargar la información de API</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Recargar APIs&lt;/b&gt;&lt;p&gt;Recarga la información de API.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2586"/>
+        <source>Show external tools</source>
+        <translation>Mostrar herramientas externas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Mostrar herramien&amp;tas externas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation>Perfiles de Vista</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
+        <translation>Perfiles de &amp;Vista...</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Exportar Atajos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Exportar Atajos de Teclado...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Exportar los atajos de teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exporte  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Importar Atajos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Importar Atajos de Teclado...</translation>
+        <source>Configure view profiles</source>
+        <translation>Configurar perfiles de vista</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Atajos de Teclado</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Atajo&amp;s de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Establecer los atajos de teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Exportar Atajos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Exportar Atajos de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Exportar los atajos de teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exporte  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Importar Atajos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Importar Atajos de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Importar los atajos de teclado</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Importe  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Activate current editor</source>
         <translation>Activar editor actual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation>Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>Plugin Infos</source>
         <translation>Información sobre Plugins</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Información sobre &amp;Plugins...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
+        <location filename="../UI/UserInterface.py" line="2764"/>
         <source>Show Plugin Infos</source>
         <translation>Mostrar Información sobre Plugins</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Información sobre Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Desinstalar Plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>Desinstalar Pl&amp;ugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Desinstalar Plugin...&lt;/b&gt;&lt;p&gt;Abre un diálogo para desinstalar una extensión o plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin Repository</source>
-        <translation>Repositorio de Plugins</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Información sobre Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Desinstalar Plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>Desinstalar Pl&amp;ugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Desinstalar Plugin...&lt;/b&gt;&lt;p&gt;Abre un diálogo para desinstalar una extensión o plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin Repository</source>
+        <translation>Repositorio de Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin &amp;Repository...</source>
         <translation>&amp;Repositorio de Plugins...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
+        <location filename="../UI/UserInterface.py" line="2804"/>
         <source>Show Plugins available for download</source>
         <translation>Mostrar Plugins disponibles para descarga</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
+        <location filename="../UI/UserInterface.py" line="2806"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Repositorios de Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Documentación de API de Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Documentación de API de &amp;Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Abrir Documentación de API de Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>Te&amp;st Unitario</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation>E&amp;xtras</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
+        <location filename="../UI/UserInterface.py" line="3062"/>
         <source>Wi&amp;zards</source>
         <translation>Asis&amp;tentes</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Seleccionar Grupo de Herramientas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>Con&amp;figuración</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>Ven&amp;tana</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Barra de Herramientas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
+        <location filename="../UI/UserInterface.py" line="3089"/>
         <source>P&amp;lugins</source>
         <translation>P&amp;lugins</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>Ay&amp;uda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>Herramientas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Ajustes</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>Ayuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Perfiles</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
+        <location filename="../UI/UserInterface.py" line="3317"/>
         <source>Plugins</source>
         <translation>Plugins</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Configurar Grupos de Herramientas ...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Configurar Grupo de Herramientas actual ...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>Herramientas de serie (&amp;builtin)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
+        <location filename="../UI/UserInterface.py" line="4152"/>
         <source>&amp;Plugin Tools</source>
         <translation>Herramientas de Extensión (&amp;Plugin)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
+        <location filename="../UI/UserInterface.py" line="4301"/>
         <source>&amp;Show all</source>
         <translation>&amp;Ver todo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
+        <location filename="../UI/UserInterface.py" line="4303"/>
         <source>&amp;Hide all</source>
         <translation>&amp;Ocultar todo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>Problema</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el visor de ayuda.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Falta documentación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Documentación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Guardar tareas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Leer tareas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation>Error de volcado</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Error durante la verificación de actualización</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Cancelar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Actualizaciones disponibles</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Could not perform updates check.</source>
         <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
+        <location filename="../UI/UserInterface.py" line="7233"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Versiones disponibles&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
+        <location filename="../UI/UserInterface.py" line="7285"/>
         <source>First time usage</source>
         <translation>Usado por primera vez</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
+        <location filename="../UI/UserInterface.py" line="2456"/>
         <source>Mini Editor</source>
         <translation>Mini Editor</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2417"/>
+        <location filename="../UI/UserInterface.py" line="2451"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
+        <location filename="../UI/UserInterface.py" line="2457"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre un diálogo con un editor simple.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
+        <location filename="../UI/UserInterface.py" line="2778"/>
         <source>Install Plugins</source>
         <translation>Instalar Plugins</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
+        <location filename="../UI/UserInterface.py" line="2773"/>
         <source>&amp;Install Plugins...</source>
         <translation>&amp;Instalar Plugins...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
+        <location filename="../UI/UserInterface.py" line="2779"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Instalar Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo para instalar o actualizar extensiones (plugins).&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
+        <location filename="../UI/UserInterface.py" line="2614"/>
         <source>Toolbars</source>
         <translation>Barras de Herramientas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
+        <location filename="../UI/UserInterface.py" line="2614"/>
         <source>Tool&amp;bars...</source>
         <translation>&amp;Barras de Herramientas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
+        <location filename="../UI/UserInterface.py" line="2619"/>
         <source>Configure toolbars</source>
         <translation>Configurar Barras de Herramientas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2586"/>
+        <location filename="../UI/UserInterface.py" line="2620"/>
         <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Barras de Herramientas&lt;/b&gt;&lt;p&gt;Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Restaurando Gestor de Barras de Herramientas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Herramientas Externas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Visor de Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>Visor de &amp;Multiproyecto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
+        <location filename="../UI/UserInterface.py" line="6570"/>
         <source>Save session</source>
         <translation>Guardar sesión</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Cargar sesión</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado muestra la codificación del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>Solicitar nueva característica</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request &amp;Feature...</source>
         <translation>Solicitar nueva &amp;característica...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
+        <location filename="../UI/UserInterface.py" line="2246"/>
         <source>Send a feature request</source>
         <translation>Enviar una solicitud de nueva característica</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
+        <location filename="../UI/UserInterface.py" line="2248"/>
         <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Solicitar nueva Característica...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar una solicitud de nueva característica.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado muestra el lenguaje del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado muestra el número de línea en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado muestra la posición del cursor en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Caja de Herramientas Horizontal</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Caja de Herramientas &amp;Horizontal</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Horizontal&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Reiniciar aplicación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Configurar...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Alternar entre pestañas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Exportar Preferencias</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>E&amp;xport Preferences...</source>
         <translation>E&amp;xportar Preferencias...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
+        <location filename="../UI/UserInterface.py" line="2545"/>
         <source>Export the current configuration</source>
         <translation>Exportar la configuración actual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
+        <location filename="../UI/UserInterface.py" line="2547"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Exportar Preferencias&lt;/b&gt;&lt;p&gt;Exportar la configuración actual a un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>Import Preferences</source>
         <translation>Importar Preferencias</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mportar Preferencias...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
+        <location filename="../UI/UserInterface.py" line="2559"/>
         <source>Import a previously exported configuration</source>
         <translation>Importar una configuración previamente exportada</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
+        <location filename="../UI/UserInterface.py" line="2561"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importar Preferencias&lt;/b&gt;&lt;p&gt;Importar una configuración previamente exportada.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Mostrar siguente</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Mostrar anterior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Barra Lateral a la Izquierda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barra &amp;Lateral a la Izquierda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Conmutar la barra lateral a la izquierda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la barra lateral a la izquierda&lt;/b&gt;&lt;p&gt;Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Barra Lateral Inferior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Barra Lateral Inferior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Conmutar la barra lateral inferior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la barra lateral inferior&lt;/b&gt;&lt;p&gt;Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>Visor &amp;Depurador</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL Browser</source>
         <translation>Navegador SQL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL &amp;Browser...</source>
         <translation>&amp;Navegador SQL...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
+        <location filename="../UI/UserInterface.py" line="2443"/>
         <source>Browse a SQL database</source>
         <translation>Navegar una base de datos SQL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
+        <location filename="../UI/UserInterface.py" line="2444"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar una base de datos SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>Editor de Iconos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>&amp;Icon Editor...</source>
         <translation>Editor de &amp;Iconos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
+        <location filename="../UI/UserInterface.py" line="1603"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - Modo Pasivo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
+        <location filename="../UI/UserInterface.py" line="1610"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} - {1} - Modo Pasivo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
+        <location filename="../UI/UserInterface.py" line="1614"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} - {1} - {2} - Modo Pasivo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Herramientas Externas/{0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no existe o tiene longitud nula. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar Qt-Designer.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar Qt-Linguist.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar Qt-Assistant.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
+        <location filename="../UI/UserInterface.py" line="5195"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el visor personalizado.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de UI.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de Traducciones.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido iniciar el navegador SQL.&lt;br&gt;Asegúrese de que está disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>No se ha encontrado la entrada para la herramienta externa &apos;{0}&apos; en el grupo de herramientas &apos;{1}&apos;.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>No se ha encontrado la entrada para el grupo de herramientas &apos;{0}&apos;.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Comenzando proceso &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar la entrada de herramienta &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>El proceso &apos;{0}&apos; ha finalizado.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;P&gt;El punto de entrada de documentación &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; no ha podido encontrarse.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de tareas &lt;b&gt;{0}&lt;/b&gt; no pudo ser guardado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;El archivo de tareas &lt;b&gt;{0}&lt;/b&gt; no puede leerse.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;El archivo de tareas &lt;b&gt;{0}&lt;/b&gt; no puede leerse.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;{0}&lt;/b&gt; no ha podido guardarse.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;&lt;/b&gt; no ha podido ser leído.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation>Probando host {0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>Cooperación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>Símbolos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation>Números</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation>Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>Archivo de atajos de teclado (*.e4k)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation>Documentación de Python 3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation>Documentación de Python &amp;3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation>Abrir Documentación de Python 3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation>Error al obtener información de versiones</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation>Abrir Navegador</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation>No se ha podido iniciar el navegador web</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation>Estableciendo Perfil de Vista...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation>Leyendo tareas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation>Leyendo Plantillas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation>Iniciando Depurador...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation>Nueva Ventana</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation>Nueva &amp;Ventana</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+Shift+N</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation>Re-ejecución de Test Unitatio Fallida</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation>Re-ejecutar Tests Fallidos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation>Re-ejecutar tests fallidos de la última ejecución</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Re-ejecución Tests Fallidos&lt;/b&gt;&lt;p&gt;Re-ejecutar todos los tests que fallaron durante la última ejecución de test unitario.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation>Comparar &amp;Archivos uno al lado de otro...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation>Captura de Pantalla</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation>Captura de &amp;Pantalla...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation>Tomar capturas de una región de la pantalla</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Captura de Pantalla&lt;/b&gt;&lt;p&gt;Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar la herramienta de Captura de Pantalla.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation>Seleccionar Directorio para el Espacio de Trabajo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation>Caja de herramientas de la Izquierda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation>Caja de herramientas de la Derecha</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar Visor de Proyectos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Activar Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Multiproyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Activar Visor de Depuración&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Depuración.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation>Cambiar el foco de input a la ventana de Shell.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Activar Shell&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Shell.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation>Na&amp;vegador de archivos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Activar Navegador de Archivos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Navegador de Archivos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
-        <translation>Visor de Lo&amp;g</translation>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Activar Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Multiproyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Activar Visor de Depuración&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Depuración.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
-        <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation>
+        <source>Switch the input focus to the Shell window.</source>
+        <translation>Cambiar el foco de input a la ventana de Shell.</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Activar Shell&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Shell.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation>Na&amp;vegador de archivos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Activar Navegador de Archivos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Navegador de Archivos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation>Visor de Lo&amp;g</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar Visor de Log&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Log.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation>Visor de &amp;Tareas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation>Visor de Pl&amp;antillas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Activar Visor de Plantillas&lt;/b&gt;&lt;p&gt;Cambiar el foco de input a la ventana de Visor de Plantillas.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation>Caja de herramientas de &amp;la Izquierda</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la izquierda&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
-        <translation>Caja de herramientas de la De&amp;recha</translation>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation>Visor de Pl&amp;antillas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Activar Visor de Plantillas&lt;/b&gt;&lt;p&gt;Cambiar el foco de input a la ventana de Visor de Plantillas.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation>Caja de herramientas de &amp;la Izquierda</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la izquierda&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation>Caja de herramientas de la De&amp;recha</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la derecha&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation>Barra Lateral a la Derecha</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation>Ba&amp;rra Lateral a la Derecha</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation>Conmutar la ventana de barra lateral de la derecha</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de barra lateral de la derecha&lt;/b&gt;&lt;p&gt;Si la ventana de barra lateral a la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation>Visor de Cooperación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation>Visor de Co&amp;operación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar Visor de Cooperación&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Cooperación.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation>Visor de Símbolos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation>Visor de S&amp;ímbolos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar Visor de Símbolos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Símbolos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation>Visor de Números</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation>Visor de Nú&amp;meros</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar Visor de Números&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Números.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation>&amp;Ventanas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar Visor de Tareas&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Tareas.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation>IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation>&amp;IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation>Cambiar el foco de input a la ventana de IRC.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Activar IRC&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de IRC.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation>Qt Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation>Qt-&amp;Designer...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation>Iniciar Qt-Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation>Qt-Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation>Qt-&amp;Linguist...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation>Iniciar Qt Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Iniciar Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation>Documentación de Qt5</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="2865"/>
+        <source>Qt&amp;5 Documentation</source>
+        <translation>Documentación de Qt&amp;5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2869"/>
+        <source>Open Qt5 Documentation</source>
+        <translation>Abrir Documentación de Qt5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2673"/>
+        <source>Manage SSL Certificates</source>
+        <translation>Gestionar Certificados SSL</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2673"/>
+        <source>Manage SSL Certificates...</source>
+        <translation>Gestionar Certificados SSL...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2678"/>
+        <source>Manage the saved SSL certificates</source>
+        <translation>Gestionar los certificados SSL guardados</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2680"/>
+        <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Gestionar Certificados SSL...&lt;/b&gt;&lt;p&gt;Abre un diálogo para gestionar los certificados SSL guardados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2689"/>
+        <source>Edit Message Filters</source>
+        <translation>Editar Filtros de Mensajes</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2689"/>
+        <source>Edit Message Filters...</source>
+        <translation>Editar Filtros de Mensajes...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2694"/>
+        <source>Edit the message filters used to suppress unwanted messages</source>
+        <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2696"/>
+        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editar Filtros de Mensajes&lt;/b&gt;&lt;p&gt;Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>PyQt5 Documentation</source>
+        <translation>Documentación de PyQt5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>PyQt&amp;5 Documentation</source>
+        <translation>Documentación de PyQt&amp;5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2884"/>
+        <source>Open PyQt5 Documentation</source>
+        <translation>Abrir Documentación de PyQt5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5721"/>
+        <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;P&gt;El punto de entrada de documentación de PyQt5 no ha sido configurado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2907"/>
+        <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de Python 3&lt;/b&gt;&lt;p&gt;Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. &lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>%v/%m</source>
+        <translation>%v/%m</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2208"/>
+        <source>Show Error Log</source>
+        <translation>Mostrar Registro de Errores</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2204"/>
+        <source>Show Error &amp;Log...</source>
+        <translation>Mostrar &amp;Registro de Errores...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2209"/>
+        <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mostrar registro de errores...&lt;/b&gt;&lt;p&gt;Abre un diálogo mostrando el registro más reciente de errores.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7027"/>
+        <source>Version Check</source>
+        <translation>Verificación de Versión</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1702"/>
+        <source>Open a new eric6 instance</source>
+        <translation>Abre una nueva instancia de eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1704"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Nueva Ventana&lt;/b&gt;&lt;p&gt;Abre una nueva instancia del IDE eric6.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2147"/>
+        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Visor de ayuda&lt;/b&gt;&lt;p&gt;Mostrar el navegador web de eric6. Esta ventana mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a hiperenlaces, establecer marcadores, imprimir la ayuda visualizada y algunas otras características.&lt;/p&gt;&lt;p&gt;Si se invoca con una palabra seleccionada, esta palabra se busca en la colección de ayuda de Qt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2182"/>
+        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Buscar actualizaciones...&lt;/b&gt;&lt;p&gt;Busca actualizaciones de eric6 en internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2195"/>
+        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mostrar versiones descargables...&lt;/b&gt;&lt;p&gt;Muestra las versiones de eric6 disponibles para descarga de internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2479"/>
+        <source>eric6 Web Browser</source>
+        <translation>Navegador Web de eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2479"/>
+        <source>eric6 &amp;Web Browser...</source>
+        <translation>Navegador &amp;Web de eric6...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2484"/>
+        <source>Start the eric6 Web Browser</source>
+        <translation>Iniciar el Navegador Web de eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2486"/>
+        <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Navegador Web de eric6&lt;/b&gt;&lt;p&gt;Navegar por Internet con el Navegador Web de eric6.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2500"/>
+        <source>Start the eric6 Icon Editor</source>
+        <translation>Iniciar el Editor de Iconos de eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2502"/>
+        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editor de Iconos&lt;/b&gt;&lt;p&gt;Inicia el Editor de Iconos de eric6 para editar iconos sencillos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2588"/>
+        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mostrar herramientas externas&lt;/b&gt;&lt;p&gt;Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric6.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2929"/>
+        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de API de Eric&lt;/b&gt;&lt;p&gt;Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7190"/>
+        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
+        <translation>La actualización para &lt;b&gt;{0}&lt;/b&gt; de eric6 está disponible en &lt;b&gt;{1}&lt;/b&gt;. ¿Le gustaría obtenerla?</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>Eric6 is up to date</source>
+        <translation>Eric6 está actualizado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation>Está utilizando la última versión de eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation>Generando Barras de Herramientas para Plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation>Herramientas de &amp;Usuario</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation>No se han Configurado Herramientas de Usuario</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation>La información de versiones no se puede descargar porque está &lt;b&gt;sin línea&lt;/b&gt;. Por favor, póngase en línea e inténtelo de nuevo.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation>Editor Hexadecimal</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation>Editor &amp;Hexadecimal...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation>Iniciar el Editor Hexadecimal de eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editor Hexadecimal&lt;/b&gt;&lt;p&gt;Inicia el Editor Hexadecimal de eric6 para visionado o edición de archivos binarios.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation>Limpiar Datos Privados</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Limpiar datos privados&lt;/b&gt;&lt;p&gt;Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation>Guardar sesión...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Guardar sesión...&lt;/b&gt;&lt;p&gt;Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation>Cargar sesión</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation>Cargar sesión...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Cargar sesión...&lt;/b&gt;&lt;p&gt;Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation>Archivos de Sesión de eric6 (*.e5s)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation>¡Se ha hallado una sesión perdida!</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation>Limpiar Área de Descarga de Plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation>Inicializando Plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation>Comprobación Actualización</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation>Ha instalado eric directamente a partir del código fuente. No es posible comprobar la disponibilidad de una actuación.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7168"/>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation>Ésta es una snapshot release the eric6. Una release estable más reciente podría estar disponible.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation>Visor de Documentación de Código</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de Qt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de PyQt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation>Documentación de PySide2</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation>Documentación de PySide&amp;2</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation>Abrir Documentación de PySide2</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de PySide2&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide2. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;P&gt;El punto de entrada de documentación de PySide{0} no ha sido configurado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation>Gestor de Virtualenv</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation>Gestor de &amp;Virtualenv...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Gestor de Virtualenv&lt;/b&gt;&lt;p&gt;Abre un diálogo para gestionar los entornos virtuales Python definidos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation>Configurador de Virtualenv</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="2831"/>
-        <source>Qt&amp;5 Documentation</source>
-        <translation>Documentación de Qt&amp;5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
-        <source>Open Qt5 Documentation</source>
-        <translation>Abrir Documentación de Qt5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
-        <source>Manage SSL Certificates</source>
-        <translation>Gestionar Certificados SSL</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
-        <source>Manage SSL Certificates...</source>
-        <translation>Gestionar Certificados SSL...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
-        <source>Manage the saved SSL certificates</source>
-        <translation>Gestionar los certificados SSL guardados</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
-        <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Gestionar Certificados SSL...&lt;/b&gt;&lt;p&gt;Abre un diálogo para gestionar los certificados SSL guardados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
-        <source>Edit Message Filters</source>
-        <translation>Editar Filtros de Mensajes</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
-        <source>Edit Message Filters...</source>
-        <translation>Editar Filtros de Mensajes...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
-        <source>Edit the message filters used to suppress unwanted messages</source>
-        <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
-        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editar Filtros de Mensajes&lt;/b&gt;&lt;p&gt;Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
-        <source>PyQt5 Documentation</source>
-        <translation>Documentación de PyQt5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
-        <source>PyQt&amp;5 Documentation</source>
-        <translation>Documentación de PyQt&amp;5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
-        <source>Open PyQt5 Documentation</source>
-        <translation>Abrir Documentación de PyQt5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
-        <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;P&gt;El punto de entrada de documentación de PyQt5 no ha sido configurado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
-        <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de Python 3&lt;/b&gt;&lt;p&gt;Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. &lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>%v/%m</source>
-        <translation>%v/%m</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
-        <source>Show Error Log</source>
-        <translation>Mostrar Registro de Errores</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
-        <source>Show Error &amp;Log...</source>
-        <translation>Mostrar &amp;Registro de Errores...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
-        <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mostrar registro de errores...&lt;/b&gt;&lt;p&gt;Abre un diálogo mostrando el registro más reciente de errores.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
-        <source>Version Check</source>
-        <translation>Verificación de Versión</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
-        <source>Open a new eric6 instance</source>
-        <translation>Abre una nueva instancia de eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
-        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Nueva Ventana&lt;/b&gt;&lt;p&gt;Abre una nueva instancia del IDE eric6.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
-        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Visor de ayuda&lt;/b&gt;&lt;p&gt;Mostrar el navegador web de eric6. Esta ventana mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a hiperenlaces, establecer marcadores, imprimir la ayuda visualizada y algunas otras características.&lt;/p&gt;&lt;p&gt;Si se invoca con una palabra seleccionada, esta palabra se busca en la colección de ayuda de Qt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
-        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Buscar actualizaciones...&lt;/b&gt;&lt;p&gt;Busca actualizaciones de eric6 en internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
-        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mostrar versiones descargables...&lt;/b&gt;&lt;p&gt;Muestra las versiones de eric6 disponibles para descarga de internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
-        <source>eric6 Web Browser</source>
-        <translation>Navegador Web de eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
-        <source>eric6 &amp;Web Browser...</source>
-        <translation>Navegador &amp;Web de eric6...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
-        <source>Start the eric6 Web Browser</source>
-        <translation>Iniciar el Navegador Web de eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
-        <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Navegador Web de eric6&lt;/b&gt;&lt;p&gt;Navegar por Internet con el Navegador Web de eric6.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
-        <source>Start the eric6 Icon Editor</source>
-        <translation>Iniciar el Editor de Iconos de eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
-        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editor de Iconos&lt;/b&gt;&lt;p&gt;Inicia el Editor de Iconos de eric6 para editar iconos sencillos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
-        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mostrar herramientas externas&lt;/b&gt;&lt;p&gt;Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric6.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
-        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de API de Eric&lt;/b&gt;&lt;p&gt;Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
-        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
-        <translation>La actualización para &lt;b&gt;{0}&lt;/b&gt; de eric6 está disponible en &lt;b&gt;{1}&lt;/b&gt;. ¿Le gustaría obtenerla?</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>Eric6 is up to date</source>
-        <translation>Eric6 está actualizado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation>Está utilizando la última versión de eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation>Generando Barras de Herramientas para Plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation>Herramientas de &amp;Usuario</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation>No se han Configurado Herramientas de Usuario</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation>La información de versiones no se puede descargar porque está &lt;b&gt;sin línea&lt;/b&gt;. Por favor, póngase en línea e inténtelo de nuevo.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation>Editor Hexadecimal</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation>Editor &amp;Hexadecimal...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation>Iniciar el Editor Hexadecimal de eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editor Hexadecimal&lt;/b&gt;&lt;p&gt;Inicia el Editor Hexadecimal de eric6 para visionado o edición de archivos binarios.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation>Limpiar Datos Privados</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Limpiar datos privados&lt;/b&gt;&lt;p&gt;Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation>Guardar sesión...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Guardar sesión...&lt;/b&gt;&lt;p&gt;Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation>Cargar sesión</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
-        <translation>Cargar sesión...</translation>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation>Configurador de &amp;Virtualenv...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Configurador de Virtualenv&lt;/b&gt;&lt;p&gt;Abre un diálogo para introducir todos los parámetros necesarios para crear un entorno virtual de Python utilizando virtualenv o pyvenv.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation>Lado Izquierdo</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation>Lado Inferior</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation>Lado Derecho</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
+        <translation>Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1654"/>
+        <source>Restart</source>
+        <translation>Reiniciar</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Cargar sesión...&lt;/b&gt;&lt;p&gt;Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation>Archivos de Sesión de eric6 (*.e5s)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation>¡Se ha hallado una sesión perdida!</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation>Limpiar Área de Descarga de Plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation>Inicializando Plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation>Comprobación Actualización</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation>Ha instalado eric directamente a partir del código fuente. No es posible comprobar la disponibilidad de una actuación.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation>Ésta es una snapshot release the eric6. Una release estable más reciente podría estar disponible.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation>Visor de Documentación de Código</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de Qt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de PyQt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation>Documentación de PySide2</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation>Documentación de PySide&amp;2</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation>Abrir Documentación de PySide2</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de PySide2&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide2. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;P&gt;El punto de entrada de documentación de PySide{0} no ha sido configurado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation>Gestor de Virtualenv</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation>Gestor de &amp;Virtualenv...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Gestor de Virtualenv&lt;/b&gt;&lt;p&gt;Abre un diálogo para gestionar los entornos virtuales Python definidos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation>Configurador de Virtualenv</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation>Configurador de &amp;Virtualenv...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Configurador de Virtualenv&lt;/b&gt;&lt;p&gt;Abre un diálogo para introducir todos los parámetros necesarios para crear un entorno virtual de Python utilizando virtualenv o pyvenv.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation>Lado Izquierdo</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation>Lado Inferior</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation>Lado Derecho</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
-        <source>Restart</source>
-        <translation>Reiniciar</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Shift+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation>Reiniciar la IDE</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Reiniciar la IDE&lt;/b&gt;&lt;p&gt;Reinicia la IDE. Todos los cambios sin guardar pueden ser guardados primero. Cualquier programa de Python que esté en depuración será detenido, y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation>Iniciar Navegador Web</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation>El navegador web de eric 6 no se ha podido iniciar.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El navegador web de eric6 no se ha iniciado.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation>Conda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation>PyPI</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta zona de la barra de estado permite hacer zoom sobre el editor actual o la shell.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation>MicroPython</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation>Ctrl+Alt+Shift+I</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation>Cambiar el foco de entrada a la ventana  de Visor de Documentación de Código.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Visor de Documentación de Código&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana del Visor de Documentación de Código.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation>Cambiar el foco de entrada a la ventana PyPI.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de PyPI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation>Ctrl+Alt+Shift+C</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation>Cambiar el foco de entrada a la ventana de Conda.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Conda.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation>Ctrl+Alt+Shift+M</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de PyPI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation>Ctrl+Alt+Shift+C</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation>Cambiar el foco de entrada a la ventana de Conda.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Conda.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation>Ctrl+Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation>Cambiar el foco de entrada a la ventana de MicroPython.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de MicroPython.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation>Central Park</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation>&lt;h2&gt;Números de Versiones&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Designer.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Linguist.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Assistant.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation>Mostrar Información de Instalación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation>Mostrar &amp;Información de Instalación...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation>Mostrar Información de Instalación</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar información de instalación...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre el proceso de instalación.&lt;/p&gt;</translation>
     </message>
@@ -77555,7 +76227,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Puede utilizar %-códigos como marcadores en la cadena. Los valores sportados son:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;columna del cursos en el editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directorio del editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;nombre de archivo del editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;directorio home del usuario actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;línea del cursor en el editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;ruta del proyecto actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;texto seleccionado en el editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;nombre de usuario del usuario actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;signo de porcentaje&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -81865,6 +80537,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Visor Desensamblado Python&lt;/b&gt;&lt;p&gt;Abre una vista de árbol del desensamblado del archivo actual de código Python.&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Buscar&lt;/b&gt;&lt;p&gt;Buscar texto en la ventana de shell. Se muestra un diálogo para introducir el texto y opciones para la búsqueda.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Buscar siguiente&lt;/b&gt;&lt;p&gt;Buscar la siguiente ocurrencia de un texto en la ventana de shell. Se reusan el texto y las opciones introducidos previamente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Buscar anterior&lt;/b&gt;&lt;p&gt;Buscar la anterior ocurrencia de un texto en la ventana de shell. Se reusan el texto y las opciones introducidos previamente.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -82333,32 +81020,32 @@
         <translation>Actualizar</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation>&lt;virtualenv no ha terminado en 5s.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation>&lt;No se ha encontrado un virtualenv adecuado.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation>Versión de virtualenv : {0}</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation>&lt;pyvenv no ha terminado en 5s.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation>&lt;No se ha encontrado un pyvenv adecuado.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation>Versión de pyvenv : {0}</translation>
     </message>
@@ -82493,7 +81180,7 @@
         <translation>Archivos de Texto (*.txt);;Todos los Archivos (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation>Versión de conda: {0}</translation>
     </message>
@@ -85071,7 +83758,7 @@
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserView.py" line="676"/>
-        <source>Open Link in New Tab	Ctrl+LMB</source>
+        <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source>
         <translation>Abrir enlace en nueva pestaña Tab\tCtrl+LMB (botón izquierdo del ratón)</translation>
     </message>
     <message>
@@ -86823,12 +85510,12 @@
         <translation>Analizar sitio actual</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation>Informe de Dirección IP</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation>Informe de Dominio</translation>
     </message>
@@ -86878,59 +85565,59 @@
         <translation>Motor de Ayuda</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation>ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
         <source>ISCII</source>
-        <translation>ISCII</translation>
+        <translation type="obsolete">ISCII</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation>Unicode</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
+        <source>Other</source>
+        <translation>Otro</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation>Unicode</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation>Otro</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation>IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation>Análisis con VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El análisis con VirusTotal no se ha podido programar.&lt;p&gt;
 &lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation>Introducir una dirección IPv4 válida en notación decimal punteada:</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation>La dirección IP no se ha proporcionado en notación decimal punteada.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation>Introducir un nombre de dominio válido:</translation>
     </message>
@@ -87042,27 +85729,27 @@
         <translation>Mostrar Todo el Historial...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation>Barra de Menú</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation>Marcadores</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation>Barra de Estado</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation>Mo&amp;strar todo</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation>&amp;Ocultar todo</translation>
     </message>
@@ -87164,7 +85851,7 @@
         <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation>Exportar Atajos de Teclado</translation>
     </message>
@@ -87184,7 +85871,7 @@
         <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exportar los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation>Importar Atajos de Teclado</translation>
     </message>
@@ -87204,7 +85891,7 @@
         <translation>&lt;b&gt;Importar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Importar los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>Archivo de atajos de teclado (*.e4k)</translation>
     </message>
@@ -87228,6 +85915,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Organizador de Gestores de Protocolo&lt;/b&gt;&lt;p&gt;Muestra la ventana de organizador de gestores de protocolo.&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished">Sistema</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebIconDialog</name>
--- a/eric6/i18n/eric6_fr.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_fr.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4454,7 +4454,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>L&apos;encodage &apos;{0}&apos; n&apos;est pas adapté pour le texte.</translation>
     </message>
@@ -7953,47 +7953,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation>Démarrage du débogueur</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Impossible de lancer le débogueur en arrière-plan.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22818,57 +22818,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation>Contrôle de version</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation>Supprimer du référentiel (et du disque)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation>Supprimer du répertoire uniquement</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation>Copier</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation>Copier</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation>Déplacer</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation>Afficher le navigateur de logs</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation>Afficher l&apos;état (status)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation>Monter les différences</translation>
     </message>
@@ -22878,7 +22878,7 @@
         <translation>Montrer les différences côte à côte</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22893,37 +22893,37 @@
         <translation>Afficher les fichiers annotés</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation>Revenir avant les modifications</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation>Sélectionner tous les fichiers locaux</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation>Sélectionner tous les fichiers locaux</translation>
+        <source>Select all versioned file entries</source>
+        <translation>Sélectionner tous les fichiers ayant une version</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation>Sélectionner tous les fichiers ayant une version</translation>
+        <source>Select all local directory entries</source>
+        <translation>Sélectionner tous les répertoires locaux</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation>Sélectionner tous les répertoires locaux</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation>Sélectionner tous les répertoires ayant une version</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation>Configuration...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation>voulez-vous vraiment supprimer les fichiers de ce dépot ?</translation>
     </message>
@@ -26642,27 +26642,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -38485,102 +38485,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Dessiner une ligne</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation type="unfinished"></translation>
+        <source>Draw Rectangle</source>
+        <translation>Dessiner un rectangle</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Dessiner une ligne</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Dessiner un rectangle plein</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Dessiner un rectangle</translation>
+        <source>Draw Circle</source>
+        <translation>Dessiner un cercle</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Dessiner un rectangle plein</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Dessiner un cercle plein</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Dessiner un cercle</translation>
+        <source>Draw Ellipse</source>
+        <translation>Dessiner une ellipse</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Dessiner un cercle plein</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Dessiner une ellipse pleine</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Dessiner une ellipse</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Dessiner une ellipse pleine</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Remplir la zone</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Couper la sélection</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Coller</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Coller le presse-papier</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Effacer l&apos;image</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Redimensionner l&apos;image</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation type="unfinished"></translation>
     </message>
@@ -40527,52 +40527,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished">Oui</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished">Non</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -40582,17 +40582,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished">inconnu</translation>
     </message>
@@ -40602,32 +40602,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -50329,12 +50329,12 @@
         <translation>Erreurs</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation>Erreur du processus</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation>Le processus {0} ne peut être démarré.</translation>
     </message>
@@ -51041,7 +51041,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51061,102 +51061,102 @@
         <translation>Erreur : {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation>Montrer les détails du package</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation>Sélectionner la version du package :</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation>Installer pip</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation>Réparer Pip</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation>Installer des packages</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation>Installer un package local</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation>Éditer la configuration utilisateur...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation>Configuration...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation>Éditer la configuration</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation>Pas de chemin de configuration déterminé. Annulation</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -53029,337 +53029,337 @@
         <translation>Création d&apos;un répertoire projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Nouveau projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Ouvir un projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Enregistrer le projet sous</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Enregistrer Fichier</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Fermer le projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>Le projet courant a des modifications non enregistrées.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
+        <location filename="../Project/Project.py" line="4043"/>
         <source>&amp;Save</source>
         <translation>&amp;Enregistrer</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Nouveau...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Génerer un nouveau projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nouveau...&lt;/b&gt;&lt;p&gt;Ouvre une boite de dialogue pour entrer les paramètres d&apos;un nouveau projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Ouvrir...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Ouvrir un projet existant</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ouvrir...&lt;/b&gt;&lt;p&gt;Ouvre un projet existant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Fermer le projet</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Fermer</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Fermer le projet</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Fermer</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Fermer le projet en cours</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fermer&lt;/b&gt;&lt;p&gt;Ferme le projet en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Enregistrer le projet</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Enregistrer le projet</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Enregistre le projet courant</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer&lt;/b&gt;&lt;p&gt;Enregistre le projet en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>&amp;Enregistrer sous...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>&amp;Enregistrer sous...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Enregistre le projet en cours dans un nouveau fichier</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer sous&lt;/b&gt;&lt;p&gt;Enregistre le projet en cours dans un nouveau fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Ajouter une traduction au projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Ajouter une &amp;traduction...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Ajoute une traduction au projet en cours</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ajouter une traduction...&lt;/b&gt;&lt;p&gt;Ouvre une boite de dialogue pour ajouter une traduction au projet courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>Rechercher des nouveaux fichiers</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>Re&amp;chercher des nouveaux fichiers...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>Re&amp;chercher des nouveaux fichiers...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Propriétés du projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Propriétés...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Affiche les propriétés du projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propriétés...&lt;/b&gt;&lt;p&gt;Affiche une boite de dialogue pour éditer les propriétés du projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Charger la session</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Charger la session</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Charge le fichier de session du projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Charger la session&lt;/b&gt;&lt;p&gt;Charge le fichier session du projet. Une session est constituée par les données suivantes.&lt;br&gt;- tous les fichiers open source&lt;br&gt;- tous les points d&apos;arrêts&lt;br&gt;- les arguments de ligne de commande&lt;br&gt;- le répertoire de travail&lt;br&gt;- le flag de rapport d&apos;exception&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Enregistrer la session</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Enregistrer la session</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Enregistre le fichier de session du projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer la session&lt;/b&gt;&lt;p&gt;Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.&lt;br&gt;- tous les fichiers open source&lt;br&gt;- tous les points d&apos;arrêts&lt;br&gt;- les arguments de ligne de commande&lt;br&gt;- le répertoire de travail&lt;br&gt;- le flag de rapport d&apos;exception&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>Code Metrics</source>
-        <translation>Statistiques du code</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>Statistiques du &amp;Code...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>Code Metrics</source>
+        <translation>Statistiques du code</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>Statistiques du &amp;Code...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Affiche des statistiques sur le code du projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Statistiques du Code...&lt;/b&gt;&lt;p&gt;Affiche des statistiques sur le code de tous les fichiers Python du projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation> Code Coverage Python</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>Code Co&amp;verage...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>Code Co&amp;verage...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>Affiche les informations de code coverage pour le projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;Affiche les informations de code coverage pour le projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Profiling des données</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>&amp;Profiling des données...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>&amp;Profiling des données...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>Affiche le profiling des données du projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profilling des données...&lt;/b&gt;&lt;p&gt;Affiche le profiling des données du projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Diagramme de l&apos;application</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>&amp;Diagramme de l&apos;application...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>&amp;Diagramme de l&apos;application...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Affiche le diagramme de l&apos;application.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diagramme de l&apos;application...&lt;/b&gt;&lt;p&gt;Affiche le diagramme du projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Ouvrir un projet &amp;récent</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4315"/>
+        <location filename="../Project/Project.py" line="4319"/>
         <source>&amp;Diagrams</source>
         <translation>&amp;Diagrammes</translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>&amp;Vérification</translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>&amp;Vérification</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4308"/>
         <source>&amp;Version Control</source>
         <translation>&amp;Contrôle de version</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4314"/>
+        <location filename="../Project/Project.py" line="4318"/>
         <source>Sho&amp;w</source>
         <translation>&amp;Affichage</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4317"/>
+        <location filename="../Project/Project.py" line="4321"/>
         <source>Source &amp;Documentation</source>
         <translation>&amp;Documentation automatique</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Rechercher des nouveaux fichiers</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>Aucun fichier à ajouter n&apos;a été trouvé.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Système de conrôle des versions (VCS)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Coverage de données</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Il n&apos;y a pas de script principal défini dans le projet en cours. Abandon</translation>
     </message>
@@ -53374,62 +53374,62 @@
         <translation>Renommer le fichier</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Nouveau projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Ajouter des fichiers existant au projet ?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Voulez-vous éditer les options de commande VCS ?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Le fichier projet doit-il être ajouté au référentiel?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Ajouter un répertoire au projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Ajouter un répertoire...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Ajouter un répertoire au projet courant</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ajouter un répertoire...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour ajouter un répertoire au projet courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Code Coverage</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Sélectionner un fichier coverage</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Sélectionner un fichier profile</translation>
     </message>
@@ -53439,17 +53439,17 @@
         <translation>Supprime la session de projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
+        <location filename="../Project/Project.py" line="4118"/>
         <source>Delete session</source>
         <translation>Supprimer la session</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4118"/>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Suppression du fichier session de projet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suppression de session&lt;/b&gt;&lt;p&gt;Ceci supprime le fichier session de projet.&lt;/p&gt;</translation>
     </message>
@@ -53464,7 +53464,7 @@
         <translation>Autre</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Inclure les noms de modules ?</translation>
     </message>
@@ -53499,167 +53499,167 @@
         <translation>Suppression des propriétés du débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Propriétés du Débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>Débogueur &amp; Propriétés...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>Débogueur &amp; Propriétés...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Affichage des propriétés du débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propriétés du Débogueur...&lt;/b&gt;&lt;p&gt;Affiche une boite de dialogue permettant d&apos;éditer les proprités du débogueur, spécifiques au projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Charger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Charger</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Charger</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Charger les propriétés du débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Enregistrer</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Enregistrer</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Enregistrer les propriétés du débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>Delete</source>
-        <translation>Supprimer</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Supprimer</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>Delete</source>
+        <translation>Supprimer</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Supprimer</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Supprimer les propriétés du débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>Réinitialiser</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Réinitialiser</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Réinitialiser</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Réinitialise des propriétés du débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4305"/>
+        <location filename="../Project/Project.py" line="4309"/>
         <source>Debugger</source>
         <translation>Débogueur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4304"/>
+        <location filename="../Project/Project.py" line="4308"/>
         <source>Session</source>
         <translation>Session</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Chargement des Propriétés du Débogueur&lt;/b&gt;&lt;p&gt;Charge la configuration du débogueur spécifique au projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrement des Propriétés du Débogueur&lt;/b&gt;&lt;p&gt;Enregistre la configuration du débogueur spécifique au projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suppression des Propriétés du Débogueur...&lt;/b&gt;&lt;p&gt;Supprime la configuration du débogueur spécifique au projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Réinitialiser les propriétés du débogueur&lt;/b&gt;&lt;p&gt;Réinitialise la configuration du débogueur spécifique au projet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
+        <location filename="../Project/Project.py" line="3982"/>
         <source>Filetype Associations</source>
         <translation>Association des types de fichiers</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Association des types de fichiers...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Association des types de fichiers...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4316"/>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>Création de pac&amp;kage</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Ajouter des fichiers au projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>Ajouter des &amp;fichiers...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Ajouter des fichiers au projet courant</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ajouter des fichiers...&lt;/b&gt;&lt;p&gt;Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l&apos;insertion est déterminée par l&apos;extension du fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Fichiers projets (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>&amp;Effacer</translation>
     </message>
@@ -53674,32 +53674,32 @@
         <translation>Enregistrer les propriétés utilisateur du projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Propriétés utilisateur du projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>Propriétés &amp;Utilisateur...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Propriétés utilisateur...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre permettant d&apos;éditer les propriétés du projet spécifiques à l&apos;utilisateur.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Erreurs de syntaxe détectées</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform>
@@ -53707,27 +53707,27 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Création de la liste de package</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation>Création de la liste de &amp;package</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Création de l&apos;archive du plugin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier &lt;b&gt;PKGLIST&lt;/b&gt; existe déjà.&lt;/p&gt;&lt;p&gt;Ecraser ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>Le projet n&apos;a pas de script principal défini. Abandon...</translation>
     </message>
@@ -53737,12 +53737,12 @@
         <translation>&lt;p&gt;Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Sélectionner un système de contrôle de version</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>Auncun</translation>
     </message>
@@ -53752,7 +53752,7 @@
         <translation>Enregistrement du type de projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation>Créer les &amp;archives plugin</translation>
     </message>
@@ -53762,32 +53762,32 @@
         <translation>Vous devez d&apos;abord spécifier un pattern de traduction.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Pattern de traduction</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise &apos;%language%&apos; à la place de la langue à utiliser):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations</source>
-        <translation>Association des types de fichiers</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation>Association des types de fichiers...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations</source>
+        <translation>Association des types de fichiers</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation>Association des types de fichiers...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Associations des types de fichiers...&lt;/b&gt;&lt;p&gt;Permet d&apos;associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.&lt;/p&gt;</translation>
     </message>
@@ -53862,7 +53862,7 @@
         <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; existe déjà.&lt;/p&gt;&lt;p&gt;L&apos;écraser ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt;existe déjà. Écraser ?&lt;/p&gt;</translation>
     </message>
@@ -53877,22 +53877,22 @@
         <translation>&lt;p&gt;Le répertoire projet &lt;b&gt;{0}&lt;/b&gt; n&apos;a pas pu être créé.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier plugin &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
@@ -53907,32 +53907,32 @@
         <translation>&lt;p&gt;Le répertoire cible &lt;b&gt;{0}&lt;/b&gt; ne peut être créé.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation>Charger le diagramme</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation>Charger le diagramme</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -53957,37 +53957,37 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation>Créé le fichier d&apos;archive pour un plugin eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4221"/>
+        <location filename="../Project/Project.py" line="4225"/>
         <source>Create eric6 plugin archive files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4223"/>
+        <location filename="../Project/Project.py" line="4227"/>
         <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier d&apos;archive de plugin eric6 &lt;b&gt;{0}&lt;/b&gt; n&apos;a pas pu être créé.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
@@ -53997,118 +53997,118 @@
         <translation>Plugin Eric6</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation>Créer un répertoire de gestion de projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le répertoire projet &lt;b&gt;{0}&lt;/b&gt; n&apos;est pas accessible en écriture.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation>Chercher un fichier projet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation>Chercher un fichier projet...</translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation>Créer une archive plugin</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation>Sélectionner les listes de packages :</translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation>Créer une archive plugin</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation>Sélectionner les listes de packages :</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation>Création en cours des archives de plugin...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation>Abandonner</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation>Archives %v/%m</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54128,82 +54128,82 @@
         <translation>&lt;p&gt;Le répertoire sélectionné &lt;b&gt;{0}&lt;/b&gt; ne peut être supprimé.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation>Créer un Makefile</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le makefile &lt;b&gt;{0}&lt;/b&gt; n&apos;a pas pu être créé.&lt;br/&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation>Exécuter Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation>Éxécut&amp;er Make</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation>Éxécut&amp;er Make</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation>Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation>Le processus make n&apos;a pas démarré.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation>Crash du processus make.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation>Le makefile contient des erreurs.</translation>
     </message>
@@ -54218,7 +54218,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation>Outils pr&amp;ojet</translation>
     </message>
@@ -64630,229 +64630,259 @@
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="242"/>
         <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Redémarrer&lt;/b&gt;&lt;p&gt;Redémarrer le shell avec le langage sélectionné.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <translation type="obsolete">&lt;b&gt;Redémarrer&lt;/b&gt;&lt;p&gt;Redémarrer le shell avec le langage sélectionné.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation>Redémarrer et effacer</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation>Effacer la fenêtre et redémarrer le shell</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="256"/>
         <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Redémarrer et effacer&lt;/b&gt;&lt;p&gt;Nettoyer la fenêtre shell et redémarrer le shell avec la langage sélectionné.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;Redémarrer et effacer&lt;/b&gt;&lt;p&gt;Nettoyer la fenêtre shell et redémarrer le shell avec la langage sélectionné.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation>Montrer l&apos;historique</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
+        <translation>Montrer l&apos;hi&amp;storique...</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation>Montrer l&apos;historique</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation>Montrer l&apos;hi&amp;storique...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation>Montrer l&apos;historique du shell dans une fenêtre</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>Clear History</source>
+        <translation>Effacer l&apos;historique</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation>Effa&amp;cer l&apos;historique...</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>Clear History</source>
-        <translation>Effacer l&apos;historique</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation>Effa&amp;cer l&apos;historique...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation>Nettoyer l&apos;historique shell</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation>Sélectionner l&apos;entrée de l&apos;historique</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation>Sélectionner l&apos;&amp;entrée de l&apos;historique</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation>Sélectionner une entrée de l&apos;historique shell</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>About</source>
+        <translation>À propos</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation>&amp;À propos</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation>Affiche les informations concernant le logiciel</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>About</source>
-        <translation>À propos</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation>&amp;À propos</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation>Affiche les informations concernant le logiciel</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;À propos de&lt;/b&gt;&lt;p&gt;Affiche certaines informations concernant le logiciel.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;À propos de&lt;/b&gt;&lt;p&gt;Affiche certaines informations concernant le logiciel.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
         <source>About Qt</source>
         <translation>À propos de Qt</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation>À propos de &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation>Affiche les informations concernant Qt</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation>À propos de &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation>Affiche les informations concernant Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation>&lt;b&gt;À propos de Qt&lt;/b&gt;&lt;p&gt;Affiche les informations concernant Qt&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation>Qu&apos;est-ce que c&apos;est ?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Qu&apos;est-ce que c&apos;est?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
+        <location filename="../QScintilla/ShellWindow.py" line="949"/>
         <source>Context sensitive help</source>
         <translation>Aide contextuelle</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche l&apos;aide contextuelle&lt;/b&gt;&lt;p&gt;Dans le mode &quot;Qu&apos;est-ce que c&apos;est?&quot;, la souris est affichée avec un point d&apos;interrogation, et on peut cliquer sur les éléments de  l&apos;interface pour obtenir une courte description de l&apos;élément. Cette fonction peut être obtenue avec le bouton d&apos;aide contextuelle de la barre principale.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation>À propos de la fenêtre shell eric6</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation>&amp;Fichier</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation>&amp;Edition</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation>&amp;Affichage</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation>&amp;Historique</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation>&amp;Lancer</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation>&amp;Lancer</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation>A&amp;ide</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation>Fichier</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation>Édition</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation>Chercher</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation>Chercher</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation>Affichage</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation>Historique</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation>Historique</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation>Aide</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre de statut permet de zoomer le shell.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation>Shell eric6</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation>Shell eric6 [{0}]</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Couper&lt;/b&gt;&lt;p&gt;Couper le texte sélectionné vers le presse papier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Copier&lt;/b&gt;&lt;p&gt;Copie le texte sélectionné dans le presse-papier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -77209,383 +77239,383 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>Création de l&apos;interface utilisateur...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Log-Viewer</source>
         <translation>Fenêtre de log</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>Définition des connexions...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>Initialisation des actions...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>Initialisation des menus...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>Initialisation des barres d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>Initialisation de la barre d&apos;état...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>Initialisation des outils...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Quit</source>
         <translation>Quitter</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>&amp;Quit</source>
         <translation>&amp;Quitter</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
+        <location filename="../UI/UserInterface.py" line="1643"/>
         <source>Quit the IDE</source>
         <translation>Quitter l&apos;IDE</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1610"/>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quitter l&apos;IDE&lt;/b&gt;&lt;p&gt;Cette commande fait quitter l&apos;IDE. Toutes les modifications non-enregistrées devraient d&apos;abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>Qu&apos;est-ce que c&apos;est ?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Qu&apos;est-ce que c&apos;est?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>Aide contextuelle</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche l&apos;aide contextuelle&lt;/b&gt;&lt;p&gt;Dans le mode &quot;Qu&apos;est-ce que c&apos;est?&quot;, la souris est affichée avec un point d&apos;interrogation, et on peut cliquer sur les éléments de  l&apos;interface pour obtenir une courte description de l&apos;élément. Cette fonction peut être obtenue avec le bouton d&apos;aide contextuelle de la barre principale.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Visionneur d&apos;aide</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visionneur d&apos;&amp;aide...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Ouvre le visualiseur d&apos;aide</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Afficher les versions</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Afficher les &amp;versions</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Affiche les informations sur les versions</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Afficher les versions&lt;/b&gt;&lt;p&gt;Affiche les informations sur les versions.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>Rapport de bogue</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>Rapport de &amp;bogue...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>Envoyer un rapport de bogue</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rapport de bogue...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour envoyer un rapport de bogue.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
+        <location filename="../UI/UserInterface.py" line="3313"/>
         <source>Unittest</source>
         <translation>Tests unitaires</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
+        <location filename="../UI/UserInterface.py" line="2257"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Tests unitaires...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
+        <location filename="../UI/UserInterface.py" line="2262"/>
         <source>Start unittest dialog</source>
         <translation>Ouvre la fenêtre Unitest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>Preferences</source>
         <translation>Préférences</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Préférences...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2495"/>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>Édition des préférences</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Préférences&lt;/b&gt;&lt;p&gt;Edite les valeurs souhaitées pour la configuration du logiciel.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
+        <location filename="../UI/UserInterface.py" line="2629"/>
         <source>Keyboard Shortcuts</source>
         <translation>Raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>&amp;Raccourcis claviers...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Définition des raccourcis clavier</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l&apos;application.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Exporter les raccourcis clavier</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Exporter les raccourcis claviers...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Exporte les raccourcis claviers</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Importer des raccourcis clavier</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Importer des raccourcis clavier...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>&amp;Raccourcis claviers...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Définition des raccourcis clavier</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l&apos;application.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Exporter les raccourcis clavier</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Exporter les raccourcis claviers...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Exporte les raccourcis claviers</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Importer des raccourcis clavier</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Importer des raccourcis clavier...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Importe des raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importer des raccourcis clavier&lt;/b&gt;&lt;p&gt;Importe des raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation>E&amp;xtras</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>&amp;Fenêtre</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>A&amp;ide</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>Outils</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>Aide</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Configuration</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Barres d&apos;Outils</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>Problème</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>Erreur du processus</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>Initialisation du serveur d&apos;application...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
+        <location filename="../UI/UserInterface.py" line="2263"/>
         <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tests unitaires&lt;/b&gt;&lt;p&gt;Effectue les tests d&apos;unitaires. Cette fenêtre permet de sélectionner et de lancer une suite de tests unitaires.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>Unittest Restart</source>
         <translation>Relancer les tests unitaires</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>&amp;Restart Unittest...</source>
         <translation>&amp;Relancer les tests unitaires...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2242"/>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>Relancer le dernier test unitaire</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Relancer le dernier test unitaire&lt;/b&gt;
 &lt;p&gt;Relance le dernier test unitaire effectué.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation>Script de tests unitaires</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>&amp;Script de tests unitaires...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>Lance les tests unitaires sur le script courant</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Script de tests unitaires&lt;/b&gt;&lt;p&gt;Lance les tests unitaires sur le script en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>Projet de tests unitaires</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>&amp;Projet de tests unitaires...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>Lance les tests unitaires sur le projet courant</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Projet de tests unitaires&lt;/b&gt;&lt;p&gt;Lance les tests unitaires sur le projet en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
+        <location filename="../UI/UserInterface.py" line="2411"/>
         <source>Compare Files</source>
         <translation>Comparaison de fichiers</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
+        <location filename="../UI/UserInterface.py" line="2411"/>
         <source>&amp;Compare Files...</source>
         <translation>&amp;Comparaison de fichiers...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
+        <location filename="../UI/UserInterface.py" line="2429"/>
         <source>Compare two files</source>
         <translation>Compare deux fichiers</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
+        <location filename="../UI/UserInterface.py" line="2417"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparaison de Fichiers&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare Files side by side</source>
         <translation>Comparaison de fichiers côte à côte</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
+        <location filename="../UI/UserInterface.py" line="2430"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparaison de fichiers côte à côte&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>Tests &amp;unitaires</translation>
     </message>
@@ -77595,222 +77625,222 @@
         <translation type="obsolete">Il n&apos;y a pas de script principal défini dans le projet en cours. Abandon</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation>Erreur de suppression</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
+        <location filename="../UI/UserInterface.py" line="1819"/>
         <source>File-Browser</source>
         <translation>Navigateur de fichiers</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
+        <location filename="../UI/UserInterface.py" line="1715"/>
         <source>Edit Profile</source>
         <translation>Profil d&apos;Edition</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
+        <location filename="../UI/UserInterface.py" line="1721"/>
         <source>Activate the edit view profile</source>
         <translation>Active la fenêtre d&apos;édition des profils Edition/Débogage</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
+        <location filename="../UI/UserInterface.py" line="1723"/>
         <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Edition des profils&lt;/b&gt;&lt;p&gt;Active la fenêtre d&apos;édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
+        <location filename="../UI/UserInterface.py" line="1732"/>
         <source>Debug Profile</source>
         <translation>Profil Débogage</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
+        <location filename="../UI/UserInterface.py" line="1738"/>
         <source>Activate the debug view profile</source>
         <translation>Active le profil Débogage</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
+        <location filename="../UI/UserInterface.py" line="1740"/>
         <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profil Debogage&lt;/b&gt;&lt;p&gt;Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre &quot;Edition des profils&quot;&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
+        <location filename="../UI/UserInterface.py" line="2597"/>
         <source>View Profiles</source>
         <translation>Profils de visualisation</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
+        <location filename="../UI/UserInterface.py" line="2597"/>
         <source>&amp;View Profiles...</source>
         <translation>Profils de &amp;Visualisation...</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="2602"/>
+        <source>Configure view profiles</source>
+        <translation>Configuration des profils de visualisation</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Profils de Visualisation&lt;/b&gt;&lt;p&gt;Configure les modes de visualisation de l&apos;éditeur  (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>UI Previewer</source>
+        <translation>Visionneur d&apos;UI</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>Visionneur d&apos;&amp;UI...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2389"/>
+        <source>Start the UI Previewer</source>
+        <translation>Démarre le Visionneur d&apos;UI</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2390"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Visulaiseur d&apos;UI&lt;/b&gt;&lt;p&gt;Démarre le visualiseur d&apos;UI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Visionneur de traductions</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Visionneur de &amp;Traductions...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Démarre le visionneur de traductions</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2404"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Visionneur de traductions&lt;/b&gt;&lt;p&gt;Démarre le visionneur de traductions.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Configuration des profils de visualisation</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Profils de Visualisation&lt;/b&gt;&lt;p&gt;Configure les modes de visualisation de l&apos;éditeur  (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
-        <source>UI Previewer</source>
-        <translation>Visionneur d&apos;UI</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>Visionneur d&apos;&amp;UI...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
-        <source>Start the UI Previewer</source>
-        <translation>Démarre le Visionneur d&apos;UI</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Visulaiseur d&apos;UI&lt;/b&gt;&lt;p&gt;Démarre le visualiseur d&apos;UI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Visionneur de traductions</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Visionneur de &amp;Traductions...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Démarre le visionneur de traductions</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Visionneur de traductions&lt;/b&gt;&lt;p&gt;Démarre le visionneur de traductions.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
         <source>Reload APIs</source>
         <translation>Recharger les APIs</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
+        <location filename="../UI/UserInterface.py" line="2568"/>
         <source>Reload &amp;APIs</source>
         <translation>Recharger les &amp;APIs</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
+        <location filename="../UI/UserInterface.py" line="2572"/>
         <source>Reload the API information</source>
         <translation>Recharger les informations des API</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2540"/>
+        <location filename="../UI/UserInterface.py" line="2574"/>
         <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recharger les APIs&lt;/b&gt;&lt;p&gt;Recharger les informations des API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Task-Viewer</source>
         <translation>Visualisueur de tâches</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Enregistrement des tâches</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Lecture des tâches</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>Aucun visualiseur personalisé n&apos;est sélectionné. Prière d&apos;en spécifier un dans les préférences.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Documentation Manquante</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>L&apos;adresse mail ou l&apos;adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Template-Viewer</source>
         <translation>Gestionnaire de gabarits</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Alt+Shift+T</source>
-        <translation>Alt+Shift+T</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>Alt+Shift+M</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Activate current editor</source>
-        <translation>Activer l&apos;éditeur courant</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
-        <source>Shift+Ctrl+Alt+Tab</source>
-        <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Alt+Shift+T</source>
+        <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>Alt+Shift+M</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Activate current editor</source>
+        <translation>Activer l&apos;éditeur courant</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2733"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2742"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
@@ -77830,68 +77860,68 @@
         <translation type="obsolete">Lance la Documentation Qt4</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Documentation pour les API Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Documentation pour les API &amp;Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Ouvre la documentation sur les APIs Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5181"/>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Impossible de démarrer le visualiseur d&apos;aide.&lt;br&gt;Assurez-vous qu&apos;il est bien ici &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>Enregistrement des objets...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Gestionnaire de projet</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Gestionnaire de débogage</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>&amp;Project-Viewer</source>
         <translation>Gestionnaire de &amp;projet</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Rechercher des mises à jour</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>Rechercher des &amp;mises à jour...</translation>
     </message>
@@ -77906,27 +77936,27 @@
         <translation type="obsolete">Lance la documentation PyQt4</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Sélection d&apos;un groupe d&apos;outils</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>&amp;Configuration</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Profils</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>Outils &amp;internes</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Documentation</translation>
     </message>
@@ -77936,12 +77966,12 @@
         <translation type="obsolete">&lt;p&gt;L&apos;emplacement de la documentation PyQt4 n&apos;a pas été configuré.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Erreur durant la recherche de mises à jour</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Mise à jour disponible</translation>
     </message>
@@ -77951,1597 +77981,1597 @@
         <translation type="obsolete">&lt;h3&gt;Numéros de version&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation>Ouverture du navigateur</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation>Impossible de lancer le navigateur web</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Configuration des groupes d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Configuration du groupe d&apos;outils courant...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Afficher les outils externes</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Afficher les &amp;outils externes</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>&amp;Cancel</source>
-        <translation>&amp;Annuler</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
-        <source>Could not perform updates check.</source>
-        <translation>Impossible de vérifier les mises à jour.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>First time usage</source>
-        <translation>Première utilisation</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
-        <source>Initializing Plugin Manager...</source>
-        <translation>Initialisation du gestionnaire de plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
-        <source>P&amp;lugins</source>
-        <translation>P&amp;lugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
-        <source>Plugins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>Plugin Infos</source>
-        <translation>Infos Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
-        <source>Show Plugin Infos</source>
-        <translation>Affiche les infos sur les plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Infos Plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant des informations sur les plugins chargés.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>&amp;Plugin Infos...</source>
-        <translation>Infos &amp;Plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
-        <source>&amp;Plugin Tools</source>
-        <translation>Outils &amp;plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Désinstaller un plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>&amp;Désinstaller un plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Désinstaller un plugin...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour désinstaller un plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
-        <source>Activating Plugins...</source>
-        <translation>Activation des plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
-        <source>Wi&amp;zards</source>
-        <translation>As&amp;sistants</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
-        <source>&amp;Show all</source>
-        <translation>Tout &amp;afficher</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
-        <source>&amp;Hide all</source>
-        <translation>Tout &amp;masquer</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show downloadable versions</source>
-        <translation>Afficher les versions téléchargeables</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>Afficher les versions &amp;téléchargeables...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
-        <source>Show the versions available for download</source>
-        <translation>Affiche les versions disponibles pour le téléchargement</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
-        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Versions disponibles&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin Repository</source>
-        <translation>Référentiel de plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin &amp;Repository...</source>
-        <translation>&amp;Référentiel de plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
-        <source>Show Plugins available for download</source>
-        <translation>Affiche les plugins disponibles au téléchargement</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
-        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Référentiel de plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant la liste des plugins disponibles sur internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>Installation de plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>&amp;Installation de plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Installation de plugins...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour installer ou mettre à jour des plugins.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation>Mini-éditeur</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2417"/>
-        <source>Mini &amp;Editor...</source>
-        <translation>Mini édit&amp;eur...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
-        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mini Editeur&lt;/b&gt;&lt;p&gt;ouvre une fenêtre avec un éditeur simplifié.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>Barres d&apos;outils</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>&amp;Barres d&apos;outils...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>Configuration des barres d&apos;outils</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
+        <source>Show external tools</source>
+        <translation>Afficher les outils externes</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Afficher les &amp;outils externes</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>&amp;Cancel</source>
+        <translation>&amp;Annuler</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7209"/>
+        <source>Could not perform updates check.</source>
+        <translation>Impossible de vérifier les mises à jour.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>First time usage</source>
+        <translation>Première utilisation</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="271"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation>Initialisation du gestionnaire de plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3089"/>
+        <source>P&amp;lugins</source>
+        <translation>P&amp;lugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3317"/>
+        <source>Plugins</source>
+        <translation>Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>Plugin Infos</source>
+        <translation>Infos Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2764"/>
+        <source>Show Plugin Infos</source>
+        <translation>Affiche les infos sur les plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Infos Plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant des informations sur les plugins chargés.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation>Infos &amp;Plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4152"/>
+        <source>&amp;Plugin Tools</source>
+        <translation>Outils &amp;plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Désinstaller un plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>&amp;Désinstaller un plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Désinstaller un plugin...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour désinstaller un plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="671"/>
+        <source>Activating Plugins...</source>
+        <translation>Activation des plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3062"/>
+        <source>Wi&amp;zards</source>
+        <translation>As&amp;sistants</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4301"/>
+        <source>&amp;Show all</source>
+        <translation>Tout &amp;afficher</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4303"/>
+        <source>&amp;Hide all</source>
+        <translation>Tout &amp;masquer</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show downloadable versions</source>
+        <translation>Afficher les versions téléchargeables</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>Afficher les versions &amp;téléchargeables...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2193"/>
+        <source>Show the versions available for download</source>
+        <translation>Affiche les versions disponibles pour le téléchargement</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7233"/>
+        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Versions disponibles&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin Repository</source>
+        <translation>Référentiel de plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation>&amp;Référentiel de plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2804"/>
+        <source>Show Plugins available for download</source>
+        <translation>Affiche les plugins disponibles au téléchargement</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2806"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Référentiel de plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant la liste des plugins disponibles sur internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>Installation de plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>&amp;Installation de plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Installation de plugins...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour installer ou mettre à jour des plugins.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation>Mini-éditeur</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
+        <source>Mini &amp;Editor...</source>
+        <translation>Mini édit&amp;eur...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2457"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mini Editeur&lt;/b&gt;&lt;p&gt;ouvre une fenêtre avec un éditeur simplifié.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>Barres d&apos;outils</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>&amp;Barres d&apos;outils...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>Configuration des barres d&apos;outils</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
         <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Barres d&apos;outils&lt;/b&gt;&lt;p&gt;Configuration des barres d&apos;outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer  vos propres barres d&apos;outils&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Restauration des barres d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Gestionnaire de multi-projets</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>Gestionnaire de &amp;multi-projet</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Outils externes</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
+        <location filename="../UI/UserInterface.py" line="6570"/>
         <source>Save session</source>
         <translation>Enregistrer la session</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Chargement de session</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette partie de la barre d&apos;état affiche l&apos;encodage des éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette partie de la barre d&apos;état affiche les droits d&apos;écriture des fichiers en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>Suggestion d&apos;amélioration</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request &amp;Feature...</source>
         <translation>Suggestion d&apos;&amp;amélioration...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
+        <location filename="../UI/UserInterface.py" line="2246"/>
         <source>Send a feature request</source>
         <translation>Envoyer une suggestion d&apos;amélioration</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
+        <location filename="../UI/UserInterface.py" line="2248"/>
         <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Demande d&apos;amélioration...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant d&apos;envoyer une demande d&apos;amélioration.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le langage de l&apos;éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le numéro de ligne de l&apos;éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche la position du curseur.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Barre horizontale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Barre &amp;horizontale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Afficher/Masquer la barre d&apos;outils horizontale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Afficher/Masquer la barre d&apos;outils horizontale&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre d&apos;outils horizontale, selon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Redémarrage de l&apos;application</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>L&apos;application a bersoin d&apos;être relancée. Relancer maintenant ?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Configuration...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le type de fin de lignes utilisé pour les éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Intervertir les onglets</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Exporte les préférences</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>E&amp;xport Preferences...</source>
         <translation>E&amp;xporter les préférences...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
+        <location filename="../UI/UserInterface.py" line="2545"/>
         <source>Export the current configuration</source>
         <translation>Exporte la configuration courante</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
+        <location filename="../UI/UserInterface.py" line="2547"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Exporter les préférences&lt;/b&gt;&lt;p&gt;Export la configuration courante dans un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>Import Preferences</source>
         <translation>Importe les préférences</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mporter les préférences...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
+        <location filename="../UI/UserInterface.py" line="2559"/>
         <source>Import a previously exported configuration</source>
         <translation>Importe les préférences d&apos;un fichier précédemment exporté</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
+        <location filename="../UI/UserInterface.py" line="2561"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importer les préférences&lt;/b&gt;&lt;p&gt;Importe les préférences d&apos;un fichier précédemment exporté.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Afficher le suivant</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Afficher le précédent</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Barre latérale de gauche</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barre latérale de &amp;gauche</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Affiche/Masque la barre latérale de gauche</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche/masque la barre latérale de gauche&lt;/b&gt;&lt;p&gt;Affiche ou maque la barre latérale de gauche.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Barre du bas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Barre du bas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Affiche/Masque la barre du bas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;A/ffiche/Masque la barre du bas&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre du bas&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL Browser</source>
         <translation>Navigateur SQL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL &amp;Browser...</source>
         <translation>&amp;Navigateur SQL...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
+        <location filename="../UI/UserInterface.py" line="2443"/>
         <source>Browse a SQL database</source>
         <translation>Parcourir une base de données SQL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
+        <location filename="../UI/UserInterface.py" line="2444"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Navigateur SQL&lt;/b&gt;&lt;p&gt;Parcourir une base de données SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>Éditeur d&apos;icone</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>&amp;Icon Editor...</source>
         <translation>Éditeur d&apos;&amp;icone...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
+        <location filename="../UI/UserInterface.py" line="1603"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - Mode passif</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
+        <location filename="../UI/UserInterface.py" line="1610"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} - {1} - Mode Passif</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
+        <location filename="../UI/UserInterface.py" line="1614"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} - {1} - {2} - Mode Passif</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Outils externe/{0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; n&apos;existe pas ou est de longeur nulle.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ne peut lancer Qt-Designer.&lt;br&gt;Vérifier qu&apos;il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ne peut lancer Qt-Linguist.&lt;br&gt;Vérifier qu&apos;il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ne peut lancer Qt-Assistant.&lt;br&gt;Vérifier qu&apos;il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
+        <location filename="../UI/UserInterface.py" line="5195"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ne peut lancer le navigateur SQL.&lt;br&gt;Vérifier qu&apos;il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Démarrage du processus &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier tâche &lt;b&gt;{0}&lt;/b&gt; ne peut être écrit.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Le fichier tâche &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Le fichier tâche &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier de session &lt;b&gt;{0}&lt;/b&gt; ne peut être écrit.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le fichier de session &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; n&apos;est pas un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>Coopération</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>Symboles</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation>Nombres</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation>Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation>Documentation Python 3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation>Documentation Python &amp;3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation>Ouvrir la Documentation Python 3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation>Les informations de versions ne peuvent être téléchargées. Veuillez aller en ligne et réessayer.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation>Les informations de versions ne peuvent être téléchargées depuis 7 jours. Veuillez aller en ligne et réessayer.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation>Lecture en cours des tâches...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation>Lecture en cours des gabarits...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation>Démarrage du débuggeur...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation>Nouvelle fenêtre</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation>&amp;Nouvelle fenêtre</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+Shift+N</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation>Comparer des &amp;fichiers côte à côte...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation>Sélectionner le répertoire de travail</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation>IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation>Navigateur de &amp;fichier</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation>Navigateur de &amp;fichier</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation>Visionneur de &amp;tâches</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
-        <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation>Visionneur de g&amp;abarits</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1862"/>
+        <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation>Visionneur de g&amp;abarits</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation type="unfinished">Barre latérale de droite</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation>&amp;IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation>Visionneur de symbole</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation>Visionneur de s&amp;ymbole</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation>Visionneur de nombres</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation>Visionneur de nom&amp;bres</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation>Qt-Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation>Qt-&amp;Designer...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation>Démarrer Qt-Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Démarrer Qt-Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation>Qt-Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation>Qt-&amp;Linguist...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation>Démarrer Qt-Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Démarrer Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation>Documentation Qt5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation>Documentation Qt&amp;5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation>Lance la Documentation Qt5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation>&amp;Fenêtres</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation>Gestion des certificats SSL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation>Gestion des certificats SSL...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
-        <source>Manage the saved SSL certificates</source>
-        <translation>Gestion des certificats SSL enregistrés</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
-        <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
-        <source>Edit Message Filters</source>
-        <translation>Éditer les filtres de message</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
-        <source>Edit Message Filters...</source>
-        <translation>Éditer les filtres de message...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
-        <source>Edit the message filters used to suppress unwanted messages</source>
-        <translation type="unfinished">Éditer les filtres de message utilisés pour supprimer les messages indésirés</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
-        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
-        <source>PyQt5 Documentation</source>
-        <translation>Documentation PyQt5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
-        <source>PyQt&amp;5 Documentation</source>
-        <translation>Documentation PyQt&amp;5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
-        <source>Open PyQt5 Documentation</source>
-        <translation>Lance la documentation PyQt5</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
-        <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;L&apos;emplacement de la documentation PyQt5 n&apos;a pas été configuré.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
-        <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>%v/%m</source>
-        <translation>%v/%m</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
-        <source>Show Error Log</source>
-        <translation>Montrer l&apos;historique d&apos;erreur</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
-        <source>Show Error &amp;Log...</source>
-        <translation>Montrer &amp;l&apos;historique d&apos;erreur...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
-        <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Montrer l&apos;historique d&apos;erreur...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre avec les messages d&apos;erreur les plus récents.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
-        <source>Version Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
-        <source>Open a new eric6 instance</source>
-        <translation>Ouvrir une nouvelle instance eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
-        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Nouvelle fenêtre&lt;/b&gt;&lt;p&gt;Ceci ouvre une nouvelle instance de l&apos;IDE eric6.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
-        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
-        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Rechercher des mises à jour...&lt;/b&gt;&lt;p&gt;Recherche des mises à jour pour eric6 sur internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
-        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Affiche les versions téléchargeables...&lt;/b&gt;&lt;p&gt;Affiche les versions d&apos;eric6 disponibles sur internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
-        <source>eric6 Web Browser</source>
-        <translation>Navigateur web eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
-        <source>eric6 &amp;Web Browser...</source>
-        <translation>Navigateur &amp;web eric6...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
-        <source>Start the eric6 Web Browser</source>
-        <translation>Démarrer le navigateur web eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
-        <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Navigateur web eric6&lt;/b&gt;&lt;p&gt;Parcourir internet avec le navigateur web eric6.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
-        <source>Start the eric6 Icon Editor</source>
-        <translation>Démarrer l&quot;éditeur d&apos;icone eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
-        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Éditeur d&apos;icone&lt;/b&gt;&lt;p&gt;Démarre l&apos;éditeur d&apos;icone eric6 pour éditer de simples icones.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
-        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Afficher les outils externes&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric6&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
-        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentation de l&apos;API Eric&lt;/b&gt;&lt;p&gt;Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
-        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
-        <translation>La mise à jour vers la version &lt;b&gt;{0}&lt;/b&gt; d&apos;eric6 est disponible à &lt;b&gt;{1}&lt;/b&gt;. Voulez vous l&apos;obtenir ?</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>Eric6 is up to date</source>
-        <translation>Eric6 est à jour</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation>Vous utilisez la dernière version d&apos;eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation>eric6 n&apos;a pas encore été configuré. La fenêtre de configuration va être ouverte.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation>Outils &amp;utilisateurs</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation>Pas d&apos;outils utilisateurs configuré</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation>Les informations de versions ne peuvent être téléchargés car vous êtes &lt;b&gt;hors ligne&lt;/b&gt;. Veuillez aller en ligne et réessayer.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation>Hex Editor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation>&amp;Hex Editor...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation>Démarrer l&apos;Hex Editor d&apos;eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Démarre l&apos;Hex Editor d&apos;eric6 pour voir et modifier des fichiers binaires.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation>Nettoyer les données privées</translation>
+        <source>Manage the saved SSL certificates</source>
+        <translation>Gestion des certificats SSL enregistrés</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation>Enregistrer session...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Enregistrer session...&lt;/b&gt;&lt;p&gt;Ceci enregistre la session sur le disque. Une fenêtre s&apos;ouvre pour sélectionner le nom de fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation>Charger la session</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
-        <translation>Charger la session...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Charger session...&lt;/b&gt;&lt;p&gt;Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s&apos;ouvre pour sélectionner le fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation>Initialisation en cours des plugins...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation>Vérification de mise à jour</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished">Visionneur de documentation du code</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation>Documentation PySide2</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation>Documentation PySide&amp;2</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation>Ouvrir la Documentation PySide2</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation>Gestionnaire Virtualenv</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation>Gestionnaire &amp;Virtualenv...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Gestionnaire Virtualenv&lt;/b&gt;&lt;p&gt;Ceci ouvre une fenêtre pour gérer les environnement virtuels Python définis.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation>Configurateur Virtualenv</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation>&amp;Configurateur Virtualenv...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation>Coté gauche</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation>Coté bas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation>Coté droit</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
-        <source>Restart</source>
-        <translation>Redémarrer</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
-        <source>Ctrl+Shift+Q</source>
-        <comment>File|Quit</comment>
-        <translation>Ctrl+Shift+Q</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
-        <source>Restart the IDE</source>
-        <translation>Rédémarrer l&apos;IDE</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
-        <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
-        <source>Start Web Browser</source>
-        <translation>Démarrer le navigateur web</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
-        <source>The eric6 web browser could not be started.</source>
-        <translation>Le navigateur web eric6 n&apos;a pas pu être démarré.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
-        <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Le navigateur web eric6 n&apos;est pas démarré.&lt;/p&gt;&lt;p&gt;Raison : {0}&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Conda</source>
-        <translation>Conda</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
-        <source>PyPI</source>
-        <translation>PyPI</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
-        <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Cette zone de la barre d&apos;état permet de zoomer l&apos;éditeur courant ou le shell.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>MicroPython</source>
-        <translation>MicroPython</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
-        <source>Ctrl+Alt+Shift+I</source>
-        <translation>Ctrl+Alt+Shift+I</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Ctrl+Alt+Shift+D</source>
-        <translation>Ctrl+Alt+Shift+D</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
-        <source>Switch the input focus to the Code Documentation Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
-        <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
-        <source>Ctrl+Alt+Shift+P</source>
-        <translation>Ctrl+Alt+Shift+P</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
-        <source>Switch the input focus to the PyPI window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation>Ctrl+Alt+Shift+C</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation>Ctrl+Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2075"/>
-        <source>Switch the input focus to the MicroPython window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
-        <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
-        <source>Central Park</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
-        <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-        <translation>&lt;h2&gt;Numéros de version&lt;/h2&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
-        <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
-        <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
-        <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+        <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2689"/>
+        <source>Edit Message Filters</source>
+        <translation>Éditer les filtres de message</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2689"/>
+        <source>Edit Message Filters...</source>
+        <translation>Éditer les filtres de message...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2694"/>
+        <source>Edit the message filters used to suppress unwanted messages</source>
+        <translation type="unfinished">Éditer les filtres de message utilisés pour supprimer les messages indésirés</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2696"/>
+        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>PyQt5 Documentation</source>
+        <translation>Documentation PyQt5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>PyQt&amp;5 Documentation</source>
+        <translation>Documentation PyQt&amp;5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2884"/>
+        <source>Open PyQt5 Documentation</source>
+        <translation>Lance la documentation PyQt5</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5721"/>
+        <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;L&apos;emplacement de la documentation PyQt5 n&apos;a pas été configuré.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2907"/>
+        <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>%v/%m</source>
+        <translation>%v/%m</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2208"/>
+        <source>Show Error Log</source>
+        <translation>Montrer l&apos;historique d&apos;erreur</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2204"/>
+        <source>Show Error &amp;Log...</source>
+        <translation>Montrer &amp;l&apos;historique d&apos;erreur...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2209"/>
+        <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Montrer l&apos;historique d&apos;erreur...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre avec les messages d&apos;erreur les plus récents.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7027"/>
+        <source>Version Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1702"/>
+        <source>Open a new eric6 instance</source>
+        <translation>Ouvrir une nouvelle instance eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1704"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Nouvelle fenêtre&lt;/b&gt;&lt;p&gt;Ceci ouvre une nouvelle instance de l&apos;IDE eric6.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2147"/>
+        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2182"/>
+        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Rechercher des mises à jour...&lt;/b&gt;&lt;p&gt;Recherche des mises à jour pour eric6 sur internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2195"/>
+        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Affiche les versions téléchargeables...&lt;/b&gt;&lt;p&gt;Affiche les versions d&apos;eric6 disponibles sur internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2479"/>
+        <source>eric6 Web Browser</source>
+        <translation>Navigateur web eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2479"/>
+        <source>eric6 &amp;Web Browser...</source>
+        <translation>Navigateur &amp;web eric6...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2484"/>
+        <source>Start the eric6 Web Browser</source>
+        <translation>Démarrer le navigateur web eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2486"/>
+        <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Navigateur web eric6&lt;/b&gt;&lt;p&gt;Parcourir internet avec le navigateur web eric6.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2500"/>
+        <source>Start the eric6 Icon Editor</source>
+        <translation>Démarrer l&quot;éditeur d&apos;icone eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2502"/>
+        <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Éditeur d&apos;icone&lt;/b&gt;&lt;p&gt;Démarre l&apos;éditeur d&apos;icone eric6 pour éditer de simples icones.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2588"/>
+        <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Afficher les outils externes&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric6&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2929"/>
+        <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentation de l&apos;API Eric&lt;/b&gt;&lt;p&gt;Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7190"/>
+        <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
+        <translation>La mise à jour vers la version &lt;b&gt;{0}&lt;/b&gt; d&apos;eric6 est disponible à &lt;b&gt;{1}&lt;/b&gt;. Voulez vous l&apos;obtenir ?</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>Eric6 is up to date</source>
+        <translation>Eric6 est à jour</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation>Vous utilisez la dernière version d&apos;eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation>eric6 n&apos;a pas encore été configuré. La fenêtre de configuration va être ouverte.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation>Outils &amp;utilisateurs</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation>Pas d&apos;outils utilisateurs configuré</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation>Les informations de versions ne peuvent être téléchargés car vous êtes &lt;b&gt;hors ligne&lt;/b&gt;. Veuillez aller en ligne et réessayer.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation>Hex Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation>&amp;Hex Editor...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation>Démarrer l&apos;Hex Editor d&apos;eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Démarre l&apos;Hex Editor d&apos;eric6 pour voir et modifier des fichiers binaires.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation>Nettoyer les données privées</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation>Enregistrer session...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Enregistrer session...&lt;/b&gt;&lt;p&gt;Ceci enregistre la session sur le disque. Une fenêtre s&apos;ouvre pour sélectionner le nom de fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation>Charger la session</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation>Charger la session...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Charger session...&lt;/b&gt;&lt;p&gt;Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s&apos;ouvre pour sélectionner le fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation>Initialisation en cours des plugins...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation>Vérification de mise à jour</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7168"/>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished">Visionneur de documentation du code</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation>Documentation PySide2</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation>Documentation PySide&amp;2</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation>Ouvrir la Documentation PySide2</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation>Gestionnaire Virtualenv</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation>Gestionnaire &amp;Virtualenv...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Gestionnaire Virtualenv&lt;/b&gt;&lt;p&gt;Ceci ouvre une fenêtre pour gérer les environnement virtuels Python définis.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation>Configurateur Virtualenv</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation>&amp;Configurateur Virtualenv...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation>Coté gauche</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation>Coté bas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation>Coté droit</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
+        <translation>Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1654"/>
+        <source>Restart</source>
+        <translation>Redémarrer</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1654"/>
+        <source>Ctrl+Shift+Q</source>
+        <comment>File|Quit</comment>
+        <translation>Ctrl+Shift+Q</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1660"/>
+        <source>Restart the IDE</source>
+        <translation>Rédémarrer l&apos;IDE</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1661"/>
+        <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6000"/>
+        <source>Start Web Browser</source>
+        <translation>Démarrer le navigateur web</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5939"/>
+        <source>The eric6 web browser could not be started.</source>
+        <translation>Le navigateur web eric6 n&apos;a pas pu être démarré.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6000"/>
+        <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Le navigateur web eric6 n&apos;est pas démarré.&lt;/p&gt;&lt;p&gt;Raison : {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Conda</source>
+        <translation>Conda</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2067"/>
+        <source>PyPI</source>
+        <translation>PyPI</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3532"/>
+        <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Cette zone de la barre d&apos;état permet de zoomer l&apos;éditeur courant ou le shell.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>MicroPython</source>
+        <translation>MicroPython</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1991"/>
+        <source>Ctrl+Alt+Shift+I</source>
+        <translation>Ctrl+Alt+Shift+I</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Ctrl+Alt+Shift+D</source>
+        <translation>Ctrl+Alt+Shift+D</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2053"/>
+        <source>Switch the input focus to the Code Documentation Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2056"/>
+        <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2067"/>
+        <source>Ctrl+Alt+Shift+P</source>
+        <translation>Ctrl+Alt+Shift+P</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2073"/>
+        <source>Switch the input focus to the PyPI window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation>Ctrl+Alt+Shift+C</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation>Ctrl+Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
+        <source>Switch the input focus to the MicroPython window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2111"/>
+        <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3179"/>
+        <source>Central Park</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3706"/>
+        <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+        <translation>&lt;h2&gt;Numéros de version&lt;/h2&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5043"/>
+        <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5113"/>
+        <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5157"/>
+        <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -79598,7 +79628,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Vous pouvez utiliser la syntaxe &quot;%-code&quot; dans la chaine de caractères. Les codes supportés sont :&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;colonne du curseur de l&apos;éditeur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;répertoire de l&apos;éditeur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;nom de fichier de l&apos;éditeur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;répertoire &apos;home&apos; de l&apos;utilisateur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;ligne du curseur de l&apos;éditeur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;chemin du projet courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;texte sélectionné dans l&apos;éditeur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;nom d&apos;utilisateur de l&apos;utilisateur courant&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;le signe pourcent&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -83997,6 +84027,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -84464,32 +84509,32 @@
         <translation>Interpréteur Python</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation>Version virtualenv : {0}</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation>Version pyvenv : {0}</translation>
     </message>
@@ -84624,7 +84669,7 @@
         <translation>Fichiers texte (*.txt);;Tous les fichiers (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation>Version conda : {0}</translation>
     </message>
@@ -88955,12 +89000,12 @@
         <translation>Scanner le site courant</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation>Rapport d&apos;adresse IP</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89010,58 +89055,53 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation>ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation>Unicode</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
-        <translation type="unfinished"></translation>
+        <source>Other</source>
+        <translation>Autre</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation>Unicode</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation>Autre</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation>Scan VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation>Entrer un nom de domaine valide :</translation>
     </message>
@@ -89173,27 +89213,27 @@
         <translation>Montrer tout l&apos;historique...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation>Barre de menu</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation>Signets</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation>Barre de statut</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation>Tout &amp;afficher</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation>Tout &amp;masquer</translation>
     </message>
@@ -89294,7 +89334,7 @@
         <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l&apos;application.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation>Exporter les raccourcis clavier</translation>
     </message>
@@ -89314,7 +89354,7 @@
         <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation>Importer les raccourcis clavier</translation>
     </message>
@@ -89334,7 +89374,7 @@
         <translation>&lt;b&gt;Importer des raccourcis clavier&lt;/b&gt;&lt;p&gt;Importe des raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89358,6 +89398,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished">Système</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebDatabasesDialog</name>
--- a/eric6/i18n/eric6_it.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_it.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4543,7 +4543,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>La codifica &apos;{0}&apos; è errata per questo testo.</translation>
     </message>
@@ -8065,47 +8065,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation type="unfinished">Avvia Debugger</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Il debugger non può essere avviato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished">Processo padre</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished">Processo figlio</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished">Lancio processo figlio in corso</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished">Seleziona il client da seguire.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -23270,57 +23270,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished">Controllo di Versione</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished">Rimuovi dal repository (e dal disco)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished">Rimuovi solo dal repository</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished">Copia</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished">Copia</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished">Sposta</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished">Mostra stato</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished"></translation>
     </message>
@@ -23330,7 +23330,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -23345,37 +23345,37 @@
         <translation type="unfinished">Mostra file appuntati</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished">Seleziona tutt i file locali</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation type="unfinished">Seleziona tutt i file locali</translation>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished">Seleziona tutti i file controllati</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation type="unfinished">Seleziona tutti i file controllati</translation>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished">Seleziona tutte le directory locali</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished">Seleziona tutte le directory locali</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished">Seleziona tutte le directory controllate</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished">Configura...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished">Vuoi veramente rimuovere questi file dal repository ?</translation>
     </message>
@@ -27090,27 +27090,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -40705,102 +40705,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Imposta Pixel</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Cancella Pixel</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Disegna linea</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Cancella Pixel</translation>
+        <source>Draw Rectangle</source>
+        <translation>Disegna rettangolo</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Disegna linea</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Disegna rettangolo pieno</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Disegna rettangolo</translation>
+        <source>Draw Circle</source>
+        <translation>Disegna circonferenza</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Disegna rettangolo pieno</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Disegna circonferenza piena</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Disegna circonferenza</translation>
+        <source>Draw Ellipse</source>
+        <translation>Disegna ellisse</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Disegna circonferenza piena</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Desegna ellisse piena</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Disegna ellisse</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Desegna ellisse piena</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Riempi regione</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Taglia selezione</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Incolla</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;L&apos;immagine nella clipboard è più grande dell&apos;immagine attuale.&lt;br/&gt;Incolla come nuova immagine?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Incolla Clipboard</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>Incollaggio Immagine</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>Dati immagine nella clipboard non validi.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Incolla Clipboard come Nuova Immagine</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Pulisci Immagine</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Ridimensiona immagine</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>Converti a scala di grigio</translation>
     </message>
@@ -42747,52 +42747,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished">Si</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished">No</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -42802,17 +42802,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished"></translation>
     </message>
@@ -42822,32 +42822,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -52719,12 +52719,12 @@
         <translation type="unfinished">Errori</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished">Errore Generazione Processo</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -53431,7 +53431,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -53451,102 +53451,102 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished">Configura...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55433,337 +55433,337 @@
         <translation>Crea la directory del progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Nuovo progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Apri progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Salva progetto come</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Salva file</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Chiudi progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>Il progetto attuale ha delle modifiche non salvate.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
+        <location filename="../Project/Project.py" line="4043"/>
         <source>&amp;Save</source>
         <translation>&amp;Salva</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Nuovo...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Genera un nuovo progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nuovo...&lt;/b&gt;&lt;p&gt;Apre un dialogo per l&apos;inserimento delle informazioni per un nuovo progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Apri...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Apri un progetto esistente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Apri...&lt;/b&gt;&lt;p&gt;Apre un progetto esistente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Chiudi progetto</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Chiudi</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Chiudi progetto</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Chiudi</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Chiudi il progetto corrente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Chiudi&lt;/b&gt;&lt;p&gt;Chiude l&apos;attuale progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Salva progetto</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Salva progetto</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Salva il progetto corrente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva&lt;/b&gt;&lt;p&gt;Salva l&apos;attuale progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>S&amp;alva come...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>S&amp;alva come...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Salva il progetto attuale come un nuovo file</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva as &lt;/b&gt;&lt;p&gt;Salva l&apos;attuale progetto come nuovo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Aggiungi le traduzioni al progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Aggiungi &amp;traduzione...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Aggiungi le traduzioni al progetto corrente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aggiungi traduzione...&lt;/b&gt;&lt;p&gt;Apre un dialogo per aggiungere una traduzione al progetto corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>Cerca nuovi file</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>Cerca &amp;nuovi file...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>Cerca &amp;nuovi file...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Cerca nei file nella directory del progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Proprietà del progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Proprietà...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Mostra le proprietà del progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Proprietà...&lt;/b&gt;&lt;p&gt;Mosta un dialogo per modificare le proprietà di un progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Carica sessione</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Carica sessione</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Carica il file di sessione del progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Carica sessione&lt;/b&gt;&lt;p&gt;Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.&lt;br&gt;- tutti i file sorgente aperti&lt;br&gt;- tutti i breakpoint&lt;br&gt;- gli argomenti alla riga di comango&lt;br&gt;- la directory di lavoro&lt;br&gt;- il flag di segnalazione delle eccezioni&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Salva sessione</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Salva sessione</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Salva il file sessione del progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva sessione&lt;/b&gt;&lt;p&gt;Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.&lt;br&gt;- tutti i file sorgente aperti&lt;br&gt;- tutti i breakpoint&lt;br&gt;- gli argomenti alla riga di comango&lt;br&gt;- la directory di lavoro&lt;br&gt;- il flag di segnalazione delle eccezioni&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>Code Metrics</source>
-        <translation>Statistiche codice</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>Statistiche &amp;codice...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>Code Metrics</source>
+        <translation>Statistiche codice</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>Statistiche &amp;codice...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Mostra alcune statistiche del codice per il progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Statistiche codice...&lt;/b&gt;&lt;p&gt;Mostra alcune statistiche di tutti i file Python nel progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation>Analisi codice Python</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>A&amp;nalisi codice...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>A&amp;nalisi codice...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>Mostra le informazioni dell&apos;analisi del codice del progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Analisi codice...&lt;/b&gt;&lt;p&gt;Mostra le analisi  del codice di tutti i file Python nel progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Profilazione dati</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>&amp;Profilazione dati...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>&amp;Profilazione dati...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>Mostra la profilazione dei dati per il progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profilazione dati...&lt;/b&gt;&lt;p&gt;Mostra la profilazione dei dati per il progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Diagrammi dell&apos;applicazione</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>Diagramma dell&apos; &amp;Applicazione...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>Diagramma dell&apos; &amp;Applicazione...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Mostra un diagramma del progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diagrammi dell&apos;applicazione...&lt;/b&gt;&lt;p&gt;Mostra un diagramma del progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Apri un progetto &amp;recente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4315"/>
+        <location filename="../Project/Project.py" line="4319"/>
         <source>&amp;Diagrams</source>
         <translation>&amp;Diagrammi</translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>&amp;Controlla</translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>&amp;Controlla</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4308"/>
         <source>&amp;Version Control</source>
         <translation>Controllo di &amp;Versione</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4314"/>
+        <location filename="../Project/Project.py" line="4318"/>
         <source>Sho&amp;w</source>
         <translation>&amp;Mostra</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4317"/>
+        <location filename="../Project/Project.py" line="4321"/>
         <source>Source &amp;Documentation</source>
         <translation>&amp;Documentazione sorgenti</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Cerca Nuovi File</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>Non sono stati trovati file da aggiungere.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Version Control System</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Dati Analisi</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Non c&apos;è uno script principale definito per il progetto. Esco</translation>
     </message>
@@ -55778,62 +55778,62 @@
         <translation>Rinomina File</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Nuovo Progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Aggiungi file esistenti al progetto ?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Vuoi modificare le opzioni del comando VCS ?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Il file progetto deve essere aggiunto al repository ?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Seleziona il version control system per il progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Aggiungi directory al progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Aggiungi directory...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Aggiungi una directory al progetto corrente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aggiungi directory...&lt;/b&gt;&lt;p&gt;Apre un dialogo per aggiungere una directory al progetto corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Analisi codice</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Per favore seleziona un file per l&apos;analisi</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Per favore seleziona un file per la profilazione</translation>
     </message>
@@ -55843,17 +55843,17 @@
         <translation>Cancella sessione di progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
+        <location filename="../Project/Project.py" line="4118"/>
         <source>Delete session</source>
         <translation>Cancella sessione</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4118"/>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Cancella il file di sessione del progetto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cancella sessione&lt;/b&gt;&lt;p&gt;Cancella la sessione del progetto.&lt;/p&gt;</translation>
     </message>
@@ -55868,7 +55868,7 @@
         <translation>Altro</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Includi i nomi dei moduli ?</translation>
     </message>
@@ -55903,167 +55903,167 @@
         <translation>Cancella le proprietà del debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Proprietà Debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>&amp;Proprietà Debugger...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>&amp;Proprietà Debugger...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Mostra le proprietàd el debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Proprietà debugger...&lt;/b&gt;&lt;p&gt;Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Carica</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Carica</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Carica</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Carica le proprietàd el debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Salva</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Salva</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Salva le proprietà del debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>Delete</source>
-        <translation>Cancella</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Cancella</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>Delete</source>
+        <translation>Cancella</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Cancella</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Cancella le proprietà del debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>Resetta</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Resetta</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Resetta</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Resetta le proprietà del debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4305"/>
+        <location filename="../Project/Project.py" line="4309"/>
         <source>Debugger</source>
         <translation>Debugger</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4304"/>
+        <location filename="../Project/Project.py" line="4308"/>
         <source>Session</source>
         <translation>Sessione</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Carica le proprietà del debugger&lt;/b&gt;&lt;p&gt;Carica le proprietà del debugger specifiche per il progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva le proprietà del debugger&lt;/b&gt;&lt;p&gt;Salva le proprietà del debugger specifiche per il progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cancella le proprietà del debugger&lt;/b&gt;&lt;p&gt;Cancella il file che contiene le proprietà del debugger specifiche per il progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Azzera le proprietà del debugger&lt;/b&gt;&lt;p&gt;Azzera le proprietà del debugger specifiche per il progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
+        <location filename="../Project/Project.py" line="3982"/>
         <source>Filetype Associations</source>
         <translation>Associazione tipi file</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Associazione tipi file...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Associazione tipi file...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Mostra le associazioni dei tipi di file del progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4316"/>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>Pac&amp;kagers</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Aggiungi file al progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>Aggiungi &amp;files...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Aggiungi file al progetto corrente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aggiungi files...&lt;/b&gt;&lt;p&gt;Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall&apos;estensione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>File progetto (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>Pulis&amp;ci</translation>
     </message>
@@ -56078,32 +56078,32 @@
         <translation>Salva le proprietà utente del progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Proprietà utente del progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>Proprietà &amp;utente...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Mostra le proprietà del multiprogetto specifiche dell&apos;utente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Proprietà utente...&lt;/b&gt;&lt;p&gt;Mosta un dialogo per modificare le proprietà utente di un progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Errore di sintassi rilevato</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform>
@@ -56111,27 +56111,27 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Crea lista del package</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished">Crea un &amp;archivio per il plugin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Crea un archivio per il plugin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;PKGLIST&lt;/b&gt; esiste già.&lt;/p&gt;&lt;p&gt;Sovrascriverlo?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>Non c&apos;è uno script principale definito per il progetto. Esco...</translation>
     </message>
@@ -56141,12 +56141,12 @@
         <translation>&lt;p&gt;La directory di partenza non contiene nessun file appartenente alla categoria selezionata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>Nessuno</translation>
     </message>
@@ -56156,7 +56156,7 @@
         <translation>Registrazione tipo progetto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56166,32 +56166,32 @@
         <translation>Devi prima specificare un pattern di traduzione.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Pattern di traduzione</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Inserisci il path per il file di traduzione (usa &apos;%language% al posto del codice lingua):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations</source>
-        <translation>Associazioni analizzatore lessicale</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation>Associazioni analizzatore lessicale...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations</source>
+        <translation>Associazioni analizzatore lessicale</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation>Associazioni analizzatore lessicale...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation>Mostra le associazioni degli analizzatori lessicali del progetto (sovrascrivendo i default)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Associazioni analizzatore lessicale...&lt;/b&gt;&lt;p&gt;Mostra un dialogo per modificare le associazioni degli analizzatori lessicali dei progetti. Queste associazioni sovrascrivono the impostazioni globali. Gli analizzatori lessicali sono utilizzati per l&apos;evidenziazione del testo nell&apos;editor.&lt;/p&gt;</translation>
     </message>
@@ -56276,7 +56276,7 @@
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; esiste già.&lt;/p&gt;&lt;p&gt;Sovrascriverlo?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; esiste già. Sovrascriverlo ?&lt;/p&gt;</translation>
     </message>
@@ -56291,22 +56291,22 @@
         <translation>&lt;p&gt;La directory del progetto &lt;b&gt;{0}&lt;/b&gt; non può essere creata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;VCS selezionato &lt;b&gt;{0}&lt;/b&gt;non trovato.&lt;br&gt;Disabilito il controllo di versione.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;PKGLIST&lt;/b&gt; non può essere creato.&lt;br /&gt;Motivo: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; non può essere aggiunto all&apos;archivio.Lo ignoro.&lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file plugin &lt;b&gt;{0}&lt;/b&gt; non può essere salvato.&lt;br /&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
@@ -56326,32 +56326,32 @@
         <translation type="obsolete">Python Files (*.py2);;Python GUI Files (*.pyw2);;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation type="unfinished">Carico Diagramma</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished">Carico Diagramma</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56376,37 +56376,37 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation type="unfinished">Crea un file archivio per il plugin di eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Crea Archivio Plugin&lt;/b&gt;&lt;p&gt;Crea un archivio per il plugin eric6 usando la lista dei file fornita nel file PKGLIST. Il nome dell&apos;archivio è costruito dal nome dello script.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4221"/>
+        <location filename="../Project/Project.py" line="4225"/>
         <source>Create eric6 plugin archive files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4223"/>
+        <location filename="../Project/Project.py" line="4227"/>
         <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Il file archivio del plugin di eric6&lt;b&gt;{0}&lt;/b&gt; non può essere creato.&lt;br /&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
@@ -56416,118 +56416,118 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished">Termina</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56547,82 +56547,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56637,7 +56637,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -67406,231 +67406,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>Clear History</source>
+        <translation type="unfinished">Pulisci la history</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>Clear History</source>
-        <translation type="unfinished">Pulisci la history</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>About</source>
+        <translation type="unfinished">About</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>About</source>
-        <translation type="unfinished">About</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Mostra alcune informazioni su questo software.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About Qt</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation type="unfinished">&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Mostra alcune informazioni su questo software.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished">Cos&apos;è questo ?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished">C&amp;os&apos;è Questo ?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation type="unfinished">Shift+F1</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
+        <location filename="../QScintilla/ShellWindow.py" line="949"/>
         <source>Context sensitive help</source>
         <translation type="unfinished">Help sensibile al contesto</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished">&amp;File</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished">&amp;Edita</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished">&amp;Visualizza</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished">&amp;Avvia</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished">&amp;Avvia</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished">Modifica</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished">Trova</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished">Trova</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished">Visualizza</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished">Cronologia</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished">Cronologia</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished">Aiuto</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Copia&lt;/b&gt;&lt;p&gt;Copia il testo selezionato nella clipboard.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -80028,382 +80048,382 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>Generazione interfaccia utente principale...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Log-Viewer</source>
         <translation>Log-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>Impostazione connessioni...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>Inizializzazione Azioni...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>Inizializzazione Menù...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>Inizializzazione barre degli strumenti...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>Inizializzazione barra di stato...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>Inizializzazione strumenti...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Quit</source>
         <translation>Esci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>&amp;Quit</source>
         <translation>&amp;Esci</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
+        <location filename="../UI/UserInterface.py" line="1643"/>
         <source>Quit the IDE</source>
         <translation>Esci dall&apos;IDE</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1610"/>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Esci dall&apos;IDE&lt;/b&gt;&lt;p&gt;Esci dall&apos;IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>Cos&apos;è questo ?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>C&amp;os&apos;è Questo ?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>Help sensibile al contesto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostra helo sensibile al contesto&lt;/b&gt;&lt;p&gt;Nella modalità Cos&apos;è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell&apos;interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Visualizzatore Help</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visualizzatore &amp;Help...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Apri il visualizzatore di help</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Mostra versione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Mostra &amp;Versione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Mostra informazioni sulla versione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostra versioni&lt;/b&gt;&lt;p&gt;Mostra delle informazioni sulla versione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>Segnala Bug</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>Segnala &amp;Bug...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>Segnala un bug</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;&gt;Segnala Bug...&lt;/b&gt;&lt;p&gt;Apre un dialogo per segnalare un bug.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
+        <location filename="../UI/UserInterface.py" line="3313"/>
         <source>Unittest</source>
         <translation>Unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
+        <location filename="../UI/UserInterface.py" line="2257"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Unittest...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
+        <location filename="../UI/UserInterface.py" line="2262"/>
         <source>Start unittest dialog</source>
         <translation>Avvia dialogo unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>Preferences</source>
         <translation>Preferenze</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Preferenze...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2495"/>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>Imposta la configurazione preferita</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Preferenze&lt;/b&gt;&lt;p&gt;Imposta i valori di configurazione dell&apos;applicazione ai valori preferiti&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
+        <location filename="../UI/UserInterface.py" line="2629"/>
         <source>Keyboard Shortcuts</source>
         <translation>Scorciatoie da tastiera</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>&amp;Scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Imposta le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell&apos;applicazione con i valori personalizzati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Esporta scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Esporta scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Esporta le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Importa scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Importa scorciatoie da tastiera...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>&amp;Scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Imposta le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell&apos;applicazione con i valori personalizzati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Esporta scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Esporta scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Esporta le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Importa scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Importa scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Importa le scorciatoie da tastiera</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importa scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Importa le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation>E&amp;xtra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>&amp;Finestre</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>&amp;Help</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>Strumenti</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>Aiuto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Impostazioni</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Toolbar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>Problema</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>Inizializzazione Single Application Server...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
+        <location filename="../UI/UserInterface.py" line="2263"/>
         <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Unittes&lt;/b&gt;&lt;p&gt;Esegui unit test. Il dialogo offre la possibilità di selezionare ed eseguire uno unittest.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>Unittest Restart</source>
         <translation>Riavvia Unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="2271"/>
         <source>&amp;Restart Unittest...</source>
         <translation>&amp;Riavvia Unittest...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2242"/>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>Riavvia l&apos;ultima unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Riavvia Unittest&lt;/b&gt;&lt;p&gt;Riavvia l&apos;ultima unittest eseguita.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation>Script unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>&amp;Script Unittest...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>Esegui unittest con lo script corrente</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Script Unittest&lt;/b&gt;&lt;p&gt;Esegui unittest con lo script corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>Progetto Unittest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>&amp;Progetto Unittest...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>Esegui unittest con il progetto corrente</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Progetto Unittest&lt;/b&gt;&lt;p&gt;Esegui unittest con il progetto corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
+        <location filename="../UI/UserInterface.py" line="2411"/>
         <source>Compare Files</source>
         <translation>Confronta file</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
+        <location filename="../UI/UserInterface.py" line="2411"/>
         <source>&amp;Compare Files...</source>
         <translation>&amp;Confronta file...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
+        <location filename="../UI/UserInterface.py" line="2429"/>
         <source>Compare two files</source>
         <translation>Confronta due file</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
+        <location filename="../UI/UserInterface.py" line="2417"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Confronta file&lt;/b&gt;&lt;p&gt;Apre un dialogo per confrontare due file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare Files side by side</source>
         <translation>Confronta file affiancati</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
+        <location filename="../UI/UserInterface.py" line="2430"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Confronta file affiancati&lt;/b&gt;&lt;p&gt;Apri un dialogo per confrontare due file e mostrare i risultati affiancati.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>&amp;Unittest</translation>
     </message>
@@ -80413,222 +80433,222 @@
         <translation type="obsolete">Non c&apos;è uno script principale definito per il progetto. Esco</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation>Errore Drop</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
+        <location filename="../UI/UserInterface.py" line="1819"/>
         <source>File-Browser</source>
         <translation>File Browser</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
+        <location filename="../UI/UserInterface.py" line="1715"/>
         <source>Edit Profile</source>
         <translation>Modifica profilo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
+        <location filename="../UI/UserInterface.py" line="1721"/>
         <source>Activate the edit view profile</source>
         <translation>Attiva il profilo della vista di editing</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
+        <location filename="../UI/UserInterface.py" line="1723"/>
         <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profilo di edit&lt;/p&gt;&lt;p&gt;Attiva il &quot;Profilo di Edit&quot;. Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo &quot;Configura Profili.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
+        <location filename="../UI/UserInterface.py" line="1732"/>
         <source>Debug Profile</source>
         <translation>Profilo Debug</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
+        <location filename="../UI/UserInterface.py" line="1738"/>
         <source>Activate the debug view profile</source>
         <translation>Attiva profilo Debug</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
+        <location filename="../UI/UserInterface.py" line="1740"/>
         <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profilo di debug&lt;/p&gt;&lt;p&gt;Attiva il &quot;Profilo di Debug&quot;. Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo &quot;Configura Profili.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
+        <location filename="../UI/UserInterface.py" line="2597"/>
         <source>View Profiles</source>
         <translation>Vista Profili</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
+        <location filename="../UI/UserInterface.py" line="2597"/>
         <source>&amp;View Profiles...</source>
         <translation>&amp;Vista profili...</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="2602"/>
+        <source>Configure view profiles</source>
+        <translation>Configura i profili</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Vista Profili&lt;/b&gt;&lt;p&gt;Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>UI Previewer</source>
+        <translation>Anteprima UI</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>Antreprima &amp;UI...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2389"/>
+        <source>Start the UI Previewer</source>
+        <translation>Avvia UI Previewer</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2390"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Avvia UI Previewer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Anteprima traduzioni</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Anteprima &amp;Traduzioni...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Avvia l&apos;anteprima delle traduzioni</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2404"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Anteprima traduzioni&lt;/b&gt;&lt;p&gt;Avvia l&apos;anteprima delle traduzioni.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Configura i profili</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Vista Profili&lt;/b&gt;&lt;p&gt;Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
-        <source>UI Previewer</source>
-        <translation>Anteprima UI</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>Antreprima &amp;UI...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
-        <source>Start the UI Previewer</source>
-        <translation>Avvia UI Previewer</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Avvia UI Previewer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Anteprima traduzioni</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Anteprima &amp;Traduzioni...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Avvia l&apos;anteprima delle traduzioni</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Anteprima traduzioni&lt;/b&gt;&lt;p&gt;Avvia l&apos;anteprima delle traduzioni.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
         <source>Reload APIs</source>
         <translation>Ricarica APIs</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
+        <location filename="../UI/UserInterface.py" line="2568"/>
         <source>Reload &amp;APIs</source>
         <translation>Ricarica &amp;APIs</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
+        <location filename="../UI/UserInterface.py" line="2572"/>
         <source>Reload the API information</source>
         <translation>Ricarica le informazioni delle API</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2540"/>
+        <location filename="../UI/UserInterface.py" line="2574"/>
         <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ricarica APIs&lt;/b&gt;&lt;p&gt;Ricarica le informazioni delle API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Task-Viewer</source>
         <translation>Task-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Salva task</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Leggi task</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Documentazione mancante</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>L&apos;indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l&apos;Email nel dialogo delle preferenze.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Template-Viewer</source>
         <translation>Templates-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Alt+Shift+T</source>
-        <translation>Alt+Shift+T</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>Alt+Shift+M</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Activate current editor</source>
-        <translation>Attiva editor corrente</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
-        <source>Shift+Ctrl+Alt+Tab</source>
-        <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Alt+Shift+T</source>
+        <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>Alt+Shift+M</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Activate current editor</source>
+        <translation>Attiva editor corrente</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2723"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2733"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2742"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
@@ -80648,68 +80668,68 @@
         <translation type="obsolete">Apri documentazione su Qt4</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Documentazione API di Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Documentazione API di &amp;Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Apri documentazione API di Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5181"/>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare il visualizzatore di help.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>Registrazione Oggetti...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Project-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Debug-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>&amp;Project-Viewer</source>
         <translation>&amp;Project-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Controlla per aggiornamenti</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>Controlla per &amp;Aggiornamenti...</translation>
     </message>
@@ -80724,27 +80744,27 @@
         <translation type="obsolete">Apri documentazione su PyQt4</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Seleziona Tool Group</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>Impos&amp;tazioni</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Profili</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>Tool &amp;Builtin</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Documentazione</translation>
     </message>
@@ -80754,12 +80774,12 @@
         <translation type="obsolete">&lt;p&gt;L&apos;inizio della documentazione di PySide non è stato configurato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Errore nel controllo per gli update</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Aggiornamento disponibile</translation>
     </message>
@@ -80769,462 +80789,462 @@
         <translation type="obsolete">&lt;h3&gt;Numeri di versione&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Configura Tools Groups...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Configura Tools Groups correnti...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Mostra tool esterni</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Mostra toll &amp;esterni</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
-        <source>&amp;Cancel</source>
-        <translation>&amp;Cancella</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
-        <source>Could not perform updates check.</source>
-        <translation>Non posso controllare per gli update.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>First time usage</source>
-        <translation>Primo avvio</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
-        <source>Initializing Plugin Manager...</source>
-        <translation>Inizializzazione Gestore Plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
-        <source>P&amp;lugins</source>
-        <translation>P&amp;lugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
-        <source>Plugins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>Plugin Infos</source>
-        <translation>Informazioni su Plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
-        <source>Show Plugin Infos</source>
-        <translation>Mostra informazioni sui Plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Informazioni sui Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mostrare le informazioni sul plugin caricati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
-        <source>&amp;Plugin Infos...</source>
-        <translation>Informazioni su &amp;Plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
-        <source>&amp;Plugin Tools</source>
-        <translation>Informazioni sui &amp;Plugin Tools</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Disinstalla Plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>Disinstalla Pl&amp;ugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Disinstalla Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per disinstallare un plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
-        <source>Activating Plugins...</source>
-        <translation>Attivazione Plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
-        <source>Wi&amp;zards</source>
-        <translation>Wi&amp;zards</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
-        <source>&amp;Show all</source>
-        <translation>Mo&amp;stra tutti</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
-        <source>&amp;Hide all</source>
-        <translation>Nascondi &amp;tutti</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show downloadable versions</source>
-        <translation>Mostra versioni scaricabili</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>Mostra &amp;versioni scaricabili...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
-        <source>Show the versions available for download</source>
-        <translation>Mostra le versioni disponibili per il download</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
-        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Versioni disponibili&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin Repository</source>
-        <translation>Repository Plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
-        <source>Plugin &amp;Repository...</source>
-        <translation>&amp;Repository Plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
-        <source>Show Plugins available for download</source>
-        <translation>Mostra Plugin disponibili per il download</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
-        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Repository Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo che mostra i plugin disponibili.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>Installa Plugin</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>&amp;Installa Plugin...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Installa Plugin...&lt;b&gt;&lt;p&gt;Apre un dialogo per installare o aggiornare i plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation>Mini Editor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2417"/>
-        <source>Mini &amp;Editor...</source>
-        <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
-        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Apre un dialogo con un semplice editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>Toolbars</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>Tool&amp;bars...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>Configura toolbars</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
+        <source>Show external tools</source>
+        <translation>Mostra tool esterni</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Mostra toll &amp;esterni</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7023"/>
+        <source>&amp;Cancel</source>
+        <translation>&amp;Cancella</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7209"/>
+        <source>Could not perform updates check.</source>
+        <translation>Non posso controllare per gli update.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>First time usage</source>
+        <translation>Primo avvio</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="271"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation>Inizializzazione Gestore Plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3089"/>
+        <source>P&amp;lugins</source>
+        <translation>P&amp;lugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3317"/>
+        <source>Plugins</source>
+        <translation>Plugins</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>Plugin Infos</source>
+        <translation>Informazioni su Plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2764"/>
+        <source>Show Plugin Infos</source>
+        <translation>Mostra informazioni sui Plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Informazioni sui Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mostrare le informazioni sul plugin caricati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation>Informazioni su &amp;Plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4152"/>
+        <source>&amp;Plugin Tools</source>
+        <translation>Informazioni sui &amp;Plugin Tools</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Disinstalla Plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>Disinstalla Pl&amp;ugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Disinstalla Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per disinstallare un plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="671"/>
+        <source>Activating Plugins...</source>
+        <translation>Attivazione Plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3062"/>
+        <source>Wi&amp;zards</source>
+        <translation>Wi&amp;zards</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4301"/>
+        <source>&amp;Show all</source>
+        <translation>Mo&amp;stra tutti</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4303"/>
+        <source>&amp;Hide all</source>
+        <translation>Nascondi &amp;tutti</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show downloadable versions</source>
+        <translation>Mostra versioni scaricabili</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2189"/>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>Mostra &amp;versioni scaricabili...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2193"/>
+        <source>Show the versions available for download</source>
+        <translation>Mostra le versioni disponibili per il download</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7233"/>
+        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Versioni disponibili&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin Repository</source>
+        <translation>Repository Plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation>&amp;Repository Plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2804"/>
+        <source>Show Plugins available for download</source>
+        <translation>Mostra Plugin disponibili per il download</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2806"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Repository Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo che mostra i plugin disponibili.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>Installa Plugin</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>&amp;Installa Plugin...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Installa Plugin...&lt;b&gt;&lt;p&gt;Apre un dialogo per installare o aggiornare i plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation>Mini Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
+        <source>Mini &amp;Editor...</source>
+        <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2457"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Apre un dialogo con un semplice editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>Toolbars</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>Tool&amp;bars...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>Configura toolbars</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
         <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Ripristino toolbarmanager...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Multiproject-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>&amp;Multiproject-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Tool esterni</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
+        <location filename="../UI/UserInterface.py" line="6570"/>
         <source>Save session</source>
         <translation>Salva sessione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Leggi sessione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Questa zona della barra di stato mostra l&apos;encoding usato dall&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Questa zona della barra di stato mostra la possibilità di scrittura del file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>Richiedi funzionalità</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request &amp;Feature...</source>
         <translation>Richiedi &amp;funzionalità...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
+        <location filename="../UI/UserInterface.py" line="2246"/>
         <source>Send a feature request</source>
         <translation>Invia una richiesta di funzionalità</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
+        <location filename="../UI/UserInterface.py" line="2248"/>
         <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Richiedi funzionalità...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mandare una richiesta di funzionalità.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Questa zona della barra di stato mostra il linguaggio usato dall&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Questa parte della barra di stato mostra il numero di linea.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Questa parte della barra di stato mostra la posizione del cursore.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Barra dei comandi orizzontale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Toolbox &amp;Orizzontale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra della toolbox orizzontale&lt;/b&gt;&lt;p&gt;Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Riavvia applicazione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>L&apos;applicazione necessita di un riavvio. Farlo ora ?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Configura...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Questa zona della barra di stato mostra l&apos;eol usato dall&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Cicla tra le linguette</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Esporta preferenze</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>E&amp;xport Preferences...</source>
         <translation>E&amp;sporta preferenze...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
+        <location filename="../UI/UserInterface.py" line="2545"/>
         <source>Export the current configuration</source>
         <translation>Esporta la configurazione attuale</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
+        <location filename="../UI/UserInterface.py" line="2547"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Esporta preferenze&lt;/b&gt;&lt;p&gt;Esporta la configurazione attuale su un file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>Import Preferences</source>
         <translation>Importa preferenze</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
+        <location filename="../UI/UserInterface.py" line="2554"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mporta preferenze...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
+        <location filename="../UI/UserInterface.py" line="2559"/>
         <source>Import a previously exported configuration</source>
         <translation>Importa una configurazione precedentemente esportata</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
+        <location filename="../UI/UserInterface.py" line="2561"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importa preferenze&lt;/b&gt;&lt;p&gt;Importa una configurazione precedentemente esportata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Mostra successivo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Mostra precedente</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Barra laterale sinistra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barra &amp;laterale sinistra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra della barra laterale sinistra&lt;/b&gt;&lt;p&gt;Se la finestra della barra laterale sinistra è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Barra in basso</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>Barra in &amp;basso</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Abilita/Disabilita la finestra della barra in basso</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra della barra in basso&lt;/b&gt;&lt;p&gt;Se la finestra della barra in basso è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>&amp;Debug-Viewer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL Browser</source>
         <translation>SQL Browser</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL &amp;Browser...</source>
         <translation>SQL &amp;Browser...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
+        <location filename="../UI/UserInterface.py" line="2443"/>
         <source>Browse a SQL database</source>
         <translation>Naviga un database SQL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
+        <location filename="../UI/UserInterface.py" line="2444"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Naviga un database SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>Editor di icone</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>&amp;Icon Editor...</source>
         <translation>Editor di &amp;icone...</translation>
     </message>
@@ -81249,175 +81269,175 @@
         <translation type="obsolete">Apri documentazione PySide</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
+        <location filename="../UI/UserInterface.py" line="1603"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - Passive Debug Mode</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
+        <location filename="../UI/UserInterface.py" line="1610"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} -{1} Passive Debug Mode</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
+        <location filename="../UI/UserInterface.py" line="1614"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} -{1} - {2} - Passive Debug Mode</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Tool Esterni/{0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; non esiste o ha lunghezza zero.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare Qt-Designer.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare Qt-Linguist.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare Qt-Assistant.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
+        <location filename="../UI/UserInterface.py" line="5195"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare il visualizzatore personalizzato.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare UI Previewer.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare l&apos;anteprima delle traduzioni.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare SQL Browser.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>Nessun elemento per il tool esterno &apos;{0}&apos; trovato nel gruppo &apos;{1}&apos;.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>Nessun gruppo &apos;{0}&apos; trovato.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Avvio processo &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare l&apos;elemento degli strumenti &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Il processo &apos;{0}&apos; è terminato.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;p&gt;L&apos;inizio della documentazione &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; non viene trovato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file task &lt;b&gt;{0}&lt;/b&gt; non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Il file task &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Il file task &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file sessione &lt;b&gt;{0}&lt;/b&gt; non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file sessione &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; non è un file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation>Tento su host {0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>Cooperazione</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>Simboli</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation>Numeri</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation>Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>File scorciatoi tastiera (*.e4k)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation>Documentazione Python 3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation>Documentazione Python &amp;3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation>Apri documentazione Python 3</translation>
     </message>
@@ -81442,573 +81462,573 @@
         <translation type="obsolete">&lt;b&gt;Documentazione Python 2&lt;/b&gt;&lt;p&gt;Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell&apos;eseguibile Python 2 su Windows e &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation type="unfinished">Nuova finestra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation type="unfinished">Nuova &amp;Finestra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation type="unfinished">Seleziona cartella di lavoro</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation type="unfinished">Barra degli strumenti sinistra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation type="unfinished">Barra degli strumenti destra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
+        <source>Switch the input focus to the Task-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation type="unfinished">Barra laterale destra</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation type="unfinished">&amp;Finestre</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation type="unfinished">IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation type="unfinished">Documentazione Qt4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation type="unfinished">Documentazione Qt&amp;4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;L&apos;inizio della documentazione di PyQt4 non è stato configurato.&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
+        <location filename="../UI/UserInterface.py" line="1704"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
+        <location filename="../UI/UserInterface.py" line="2147"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Visualizza il browser web di eric6. Questa finestra mostra file di help HTML e della documentazione Qt. Ha la capacitaà di navigare nei link, impostare segnalibri, stampare l&apos;help visualizzato e alcune altre funzionalità. E&apos; possibile usarlo anche per internet&lt;/p&gt;&lt;p&gt;Se invocato con una parola selezionata, questa parola viene cercata nella documetazione Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Controlla per Update...&lt;/b&gt;&lt;p&gt;Controlla su internet per aggiornamenti di eric6.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Mostra versioni scaricabili...&lt;/b&gt;&lt;p&gt;Mostra le versioni di eric6 disponibili per il download.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation type="unfinished">Web Browser di eric6</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation type="unfinished">Avvia il Browser Web di eric6</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
+        <location filename="../UI/UserInterface.py" line="2500"/>
         <source>Start the eric6 Icon Editor</source>
         <translation type="unfinished">Avvia l&apos;editor di icone di eric6</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
+        <location filename="../UI/UserInterface.py" line="2502"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Editor di icone&lt;/b&gt;&lt;p&gt;Avvia l&apos;editor di icone di eric6 per modificare delle icone semplici.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
+        <location filename="../UI/UserInterface.py" line="2588"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Mostra tool esterni&lt;/b&gt;&lt;p&gt;Mostra un dialogo con percorso e versione di tutti i tool esterni usati da eric6.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
+        <location filename="../UI/UserInterface.py" line="2929"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Documentazione API Eric&lt;/b&gt;&lt;p&gt;Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric6.&lt;/p&gt;</translation>
     </message>
@@ -82018,393 +82038,393 @@
         <translation type="obsolete">Le Qt v.3 non sono supportate da eric6.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation type="unfinished">L&apos;update alla versione &lt;b&gt;{0}&lt;/b&gt; di eric6 è disponibile presso &lt;b&gt;{1}&lt;/b&gt;. Vuoi prenderlo?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
+        <location filename="../UI/UserInterface.py" line="7202"/>
         <source>Eric6 is up to date</source>
         <translation type="unfinished">Eric6 è aggiornato</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation type="unfinished">Stai usando l&apos;ultima versione di eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation type="unfinished">eric6 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished">Pulisci dati privati</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished">Carica sessione</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation type="unfinished">Stai usando l&apos;ultima versione di eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation type="unfinished">eric6 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation type="unfinished">Pulisci dati privati</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished">Carica sessione</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Restart</source>
         <translation type="unfinished">Riavvio</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
+        <location filename="../UI/UserInterface.py" line="1654"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished">&lt;h3&gt;Numeri di versione&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -82462,7 +82482,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Puoi usare i codici % come segnaposti nella stringa. I codici supportati sono: &lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;colonna del cursore nell&apos;editor attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory dell&apos;editor attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;nome file dell&apos;editor corrente&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;directory home dell&apos;utente attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;linea del cursore dell&apos;editor attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;percorso del progetto attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;testo selezionato dell&apos;editor attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username dell&apos;utente attuale&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;Segno percentuale&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -86860,6 +86880,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -87327,32 +87362,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -87487,7 +87522,7 @@
         <translation type="unfinished">File Testo(*.txt);;Tutti i file (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -91822,12 +91857,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -91877,58 +91912,58 @@
         <translation type="unfinished">Motore di help</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished">ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished">Windows</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
         <source>ISCII</source>
-        <translation type="unfinished">ISCII</translation>
+        <translation type="obsolete">ISCII</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Unicode</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
+        <source>Other</source>
+        <translation type="unfinished">Altro</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished">Unicode</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished">Altro</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished">IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -92040,27 +92075,27 @@
         <translation type="unfinished">Mostra tutta la cronologia...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished">Segnalibri</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished">Mo&amp;stra tutti</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished">Nascondi &amp;tutti</translation>
     </message>
@@ -92161,7 +92196,7 @@
         <translation type="unfinished">&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell&apos;applicazione con i valori personalizzati.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -92181,7 +92216,7 @@
         <translation type="unfinished">&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -92201,7 +92236,7 @@
         <translation type="unfinished">&lt;b&gt;Importa scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Importa le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished">File scorciatoi tastiera (*.e4k)</translation>
     </message>
@@ -92225,6 +92260,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished">Sistema</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebDatabasesDialog</name>
--- a/eric6/i18n/eric6_pt.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_pt.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4547,7 +4547,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>A codificação &apos;{0}&apos; é incorreta para o texto indicado.</translation>
     </message>
@@ -8067,47 +8067,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation type="unfinished">Iniciar o Depurador</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;A instalação de retaguarda do depurador não pode iniciar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished">Processo Pai</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished">Processo Filho</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished">Bifurcação do Cliente</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished">Selecionar o ramo da bifurcação a seguir.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -23190,57 +23190,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished">Control de Versão</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished">Cometer alterações no repositório...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished">Retirar do repositorio (e disco)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished">Retirar apenas do repositorio</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished">Copiar</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished">Copiar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished">Mover</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished">Mostrar navegador de registos</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished">Mostrar estado</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished">Mostrar diferenças</translation>
     </message>
@@ -23250,7 +23250,7 @@
         <translation type="unfinished">Mostrar diferenças lado-a-lado</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished">Mostrar diferenças (extendido)</translation>
     </message>
@@ -23265,37 +23265,37 @@
         <translation type="unfinished">Mostrar ficheiro anotado</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished">Desfazer alterações</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished">Selecionar todas as entradas de ficheiros locais</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation type="unfinished">Selecionar todas as entradas de ficheiros locais</translation>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished">Selecionar todas as entradas de ficheiros versionados</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation type="unfinished">Selecionar todas as entradas de ficheiros versionados</translation>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished">Selecionar todas as entradas de diretorios locais</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished">Selecionar todas as entradas de diretorios locais</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished">Selecionar todas as entradas de diretorios versionados</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished">Configurar...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished">Tem a certeza de que quer retirar estes ficheiros do repositorio?</translation>
     </message>
@@ -27011,27 +27011,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -40290,102 +40290,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Definir Pixel</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Apagar Pixel</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Desenhar Linha</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Apagar Pixel</translation>
+        <source>Draw Rectangle</source>
+        <translation>Desenhar Retângulo</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Desenhar Linha</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Desenhar Retângulo Preenchido</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Desenhar Retângulo</translation>
+        <source>Draw Circle</source>
+        <translation>Desenhar Circunferência</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Desenhar Retângulo Preenchido</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Desenhar Círculo</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Desenhar Circunferência</translation>
+        <source>Draw Ellipse</source>
+        <translation>Desenhar Elipse</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Desenhar Círculo</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Desenhar Elipse Preenchida</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Desenhar Elipse</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Desenhar Elipse Preenchida</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Preencher Região</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Cortar Seleção</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Colar</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;A imagem da área de transferência é maior que a imagem atual.&lt;br/&gt;Colar como nova imagem?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Colar Área de Transferência</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>A colar Imagem</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>Dados de imagem inválidos na área de transferência.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Colar Área de transferência como Nova Imagem</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Limpar Imagem</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Redimensionar imagem</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>Converter a Preto e Branco</translation>
     </message>
@@ -42330,52 +42330,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished">Sim</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished">Não</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -42385,17 +42385,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished">desconhecido</translation>
     </message>
@@ -42405,32 +42405,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -52156,12 +52156,12 @@
         <translation type="unfinished">Erros</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished">Erro na Criação de Processo</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -52878,7 +52878,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -52898,102 +52898,102 @@
         <translation type="unfinished">Erro: {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished">Configurar...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55064,7 +55064,7 @@
         <translation>Renomear Ficheiro</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; já existe. Sobreescrever?&lt;/p&gt;</translation>
     </message>
@@ -55094,92 +55094,92 @@
         <translation>&lt;p&gt;O diretorio do projeto &lt;b&gt;{0}&lt;/b&gt; não se pôde criar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Projeto Novo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Adicionar os ficheiros existentes ao projeto?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Selecionar o Sistema de Control de Versão</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Quer editar as opções de commandos VCS?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Projeto novo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Deve adicionar-se o ficheiro de projeto ao repositório?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>Nenhum</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Selecionar o sistema de control de versão para o projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Padrão de Tradução</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Introduzir o padrão para os ficheiros de tradução (usar &apos;%language%&apos; em lugar do código de idioma):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Abrir projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Ficheiros de Projeto (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Gravar projeto como</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Gravar Ficheiro</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Fechar Projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>O projeto atual tem alterações por gravar.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Detetados erros de sintaxe</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>O projeto tem um ficheiro com erros de síntaxe.</numerusform>
@@ -55187,607 +55187,607 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Novo...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Criar um projeto novo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Novo...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para introduzir a informação para um projeto novo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Abrir...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Abrir um projeto existente</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abrir...&lt;/b&gt;&lt;p&gt;Isto abre um projeto existente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Fechar projeto</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Fechar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Fechar projeto</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Fechar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Fechar o projeto atual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fechar&lt;/b&gt;&lt;p&gt;Fecha o projeto atual&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Gravar projeto</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation>&amp;Gravar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Gravar projeto</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation>&amp;Gravar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Gravar o projeto actual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gravar&lt;/b&gt;&lt;p&gt;Guarda o projeto atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>Gravar &amp;como...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>Gravar &amp;como...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Gravar o projeto atual para um ficheiro novo</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gravar como&lt;/b&gt;&lt;p&gt;Guarda o projeto atual para um ficheiro novo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Adicionar ficheiros ao projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>Adicionar &amp;ficheiros...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Adicionar ficheiros ao projeto atual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Adicionar ficheiros...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Adicionar diretório ao projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Adicionar diretório...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Adicionar um diretório ao projeto atual</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Adicionar diretório&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para adicionar um diretório ao projeto atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Adicionar &amp;tradução...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Search new files</source>
-        <translation>Procurar ficheiros novos</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>&amp;Procurar ficheiros novos...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Search new files</source>
+        <translation>Procurar ficheiros novos</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>&amp;Procurar ficheiros novos...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Procurar ficheiros novos no diretório do projeto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Propriedades do projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Propriedades...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Mostrar as propriedades do projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Propriedades de projecto do usuário</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>Propriedades de &amp;Usuário...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Mostrar as propriedades do projeto específicas do usuário</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations</source>
-        <translation>Associações de Tipos de Ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Associações de Tipos de Ficheiros...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations</source>
+        <translation>Associações de Tipos de Ficheiros</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Associações de Tipos de Ficheiros...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Mostrar as associações de tipos de ficheiros do projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
+        <location filename="../Project/Project.py" line="4000"/>
         <source>Lexer Associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Propriedades do Depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>&amp;Propriedades do Depurador...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>&amp;Propriedades do Depurador...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Mostrar as propriedades do depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Carregar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Carregar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Carregar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Carregar propriedades do depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Gravar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Gravar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Gravar propriedades do depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation>Apagar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Apagar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Apagar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Apagar as propriedades do depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>Reset</source>
-        <translation>Reinicializar</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Reinicializar</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>Reset</source>
+        <translation>Reinicializar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Reinicializar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Reinicializar as propriedades do depurador</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Carregar sessão</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Carregar sessão</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Carregar o ficheiro de sessão do projeto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Guargar sessão</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Guargar sessão</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Gravar ficheiro de sessão do projeto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation>Apagar sessão</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation>Apagar sessão</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Apagar o ficheiro de sessão do projeto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>Code Metrics</source>
-        <translation type="unfinished">Métricas de Código</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>Code Metrics</source>
+        <translation type="unfinished">Métricas de Código</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation type="unfinished">Dados de Perfil</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Diagrama da Aplicação</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>Diagrama da &amp;Aplicação...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>Diagrama da &amp;Aplicação...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Mostrar o diagrama do projeto.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diagrama da Aplicação...&lt;/b&gt;&lt;p&gt;Mostra um diagrama do projeto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Abrir Projetos &amp;Recentes</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation>Contro&amp;l de Versão</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>&amp;Verificar</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation>&amp;Mostrar</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation>&amp;Diagramas</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation>Sessão</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation>&amp;Documentação Fonte</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
-        <translation>Depurador</translation>
+        <source>&amp;Version Control</source>
+        <translation>Contro&amp;l de Versão</translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>&amp;Verificar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation>&amp;Mostrar</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation>&amp;Diagramas</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation>Sessão</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation>&amp;Documentação Fonte</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation>Depurador</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Projeto</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>&amp;Limpar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Procurar Ficheiros Novos</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>Não se encontraram ficheiros novos para adicionar.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Sistema de Control de Versão</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>O projeto atual não tem um script principal definido. A cancelar</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Escolha um ficheiro de perfil por favor</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Incluir nomes de módulos?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>O projeto atual não tem um script principal definido. A cancelar...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55797,32 +55797,32 @@
         <translation type="obsolete">Ficheiros Python2 (*.py2);;Ficheiros GUI Python2 (*.pyw2);;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation>Carregar Diagrama</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation>&amp;Carregar Diagrama...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation>Carregar Diagrama</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation>&amp;Carregar Diagrama...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation>Carregar um diagrama desde um ficheiro.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Carregar Diagrama...&lt;/b&gt;&lt;p&gt;Carga um diagrama desde um ficheiro.&lt;/p&gt;</translation>
     </message>
@@ -55852,12 +55852,12 @@
         <translation>Consola de PyQt5</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55877,148 +55877,148 @@
         <translation>Complemento de Eric6</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation>Criar um ficheiro PKGLIST inicial para complemento eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4220"/>
+        <source>Create Plugin &amp;Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4225"/>
+        <source>Create eric6 plugin archive files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4227"/>
+        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4216"/>
-        <source>Create Plugin &amp;Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4221"/>
-        <source>Create eric6 plugin archive files.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4223"/>
-        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; não se pôde ler. &lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56038,82 +56038,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56128,7 +56128,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -66154,231 +66154,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>Clear History</source>
+        <translation type="unfinished">Limpar Histórico</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>Clear History</source>
-        <translation type="unfinished">Limpar Histórico</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation type="unfinished">Acerca</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished">A&amp;cerca</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished">Mostra a informação acerca deste software</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished">A&amp;cerca</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation type="unfinished">Mostra a informação acerca deste software</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Acerca&lt;/b&gt;&lt;p&gt;Mostra alguma informação acerca deste software.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation type="unfinished">&lt;b&gt;Acerca&lt;/b&gt;&lt;p&gt;Mostra alguma informação acerca deste software.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
         <source>About Qt</source>
         <translation type="unfinished">Acerca de Qt</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished">Acerca de &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished">Mostra informação acerca das Ferramentas de Qt</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished">Acerca de &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished">Mostra informação acerca das Ferramentas de Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Acerca de Qt&lt;/b&gt;&lt;p&gt;Mostra alguma informação acerca das Ferramentas de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation type="unfinished">Shift+F1</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
+        <location filename="../QScintilla/ShellWindow.py" line="949"/>
         <source>Context sensitive help</source>
         <translation type="unfinished">Ajuda sensível ao contexto</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Mostrar ajuda sensível a contexto&lt;/b&gt;&lt;p&gt;No modo &apos;Que é Isto?&apos; o cursor do rato mostra uma flecha com um ponto de  interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished">&amp;Ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished">&amp;Editar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished">&amp;Vista</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished">&amp;Iniciar</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished">&amp;Iniciar</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished">&amp;Ajuda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished">Ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished">Editar</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished">Encontrar</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished">Encontrar</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished">Vista</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished">Ajuda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -78669,948 +78689,948 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
+        <location filename="../UI/UserInterface.py" line="271"/>
         <source>Initializing Plugin Manager...</source>
         <translation>A iniciar Gestor de Complementos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>A criar Interface Principal de Usuário...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>A definir coneções...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>A iniciar Ferramentas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>A registar Objetos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>A iniciar Ações...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>A iniciar Menús...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>A iniciar Barras de Ferramentas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>A iniciar Barra de Estado...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>A iniciar Servidor de Aplicação Única...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
+        <location filename="../UI/UserInterface.py" line="671"/>
         <source>Activating Plugins...</source>
         <translation>A ativar Complementos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>A restaurar Gestor da Barra de Ferramentas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Visor de Projeto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Visor de Multiprojeto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Visor de Depuração</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>Colaboração</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>Símbolos</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation>Visor de Registos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation>Visor de Tarefas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation>Visor de Modelos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1188"/>
+        <source>Numbers</source>
+        <translation>Números</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>File-Browser</source>
+        <translation>Navegador de Ficheiros</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation>Visor de Registos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation>Visor de Tarefas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation>Visor de Modelos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
-        <source>Numbers</source>
-        <translation>Números</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>File-Browser</source>
-        <translation>Navegador de Ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
         <source>Shell</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Caixa de Ferramentas Horizontal</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
-        <source>{0} - Passive Mode</source>
-        <translation>{0} - Modo Passivo</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
-        <source>{0} - {1} - Passive Mode</source>
-        <translation>{0} - {1} - Modo Passivo</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation>{0} - {1} - {2} - Modo Passivo</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Quit</source>
-        <translation>Sair</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>&amp;Quit</source>
-        <translation>Sai&amp;r</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Ctrl+Q</source>
-        <comment>File|Quit</comment>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
-        <source>Quit the IDE</source>
-        <translation>Sair do IDE</translation>
+        <source>{0} - Passive Mode</source>
+        <translation>{0} - Modo Passivo</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1610"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation>{0} - {1} - Modo Passivo</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1614"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation>{0} - {1} - {2} - Modo Passivo</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Quit</source>
+        <translation>Sair</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>&amp;Quit</source>
+        <translation>Sai&amp;r</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1643"/>
+        <source>Quit the IDE</source>
+        <translation>Sair do IDE</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sair do IDE&lt;/b&gt;&lt;p&gt;Isto sai do IDE. Pode gravar antes as alterações. Qualquer programa Python que esteja a ser depurado será parado e as preferências serão escritas no disco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation>Perfil de Edição</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation>Ativar o perfil de vista de edição</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfil de Edição&lt;/b&gt;&lt;p&gt;Activa o &quot;Perfil da Vista de Edição&quot;. As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo &quot;Configuração de Vista do Perfil&quot;&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation>Perfil de Depuração</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation>Ativar o perfile de vista de depuração</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfil de Depuração&lt;/b&gt;&lt;p&gt;Activa o &quot;Perfile da Vista de Depuração&quot;. As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo &quot;Configuração de Vista do Perfil&quot;&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>Visor de &amp;Projeto</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Alt+Shift+P</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>Visor de &amp;Multiprojeto</translation>
+        <source>Edit Profile</source>
+        <translation>Perfil de Edição</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation>Ativar o perfil de vista de edição</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfil de Edição&lt;/b&gt;&lt;p&gt;Activa o &quot;Perfil da Vista de Edição&quot;. As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo &quot;Configuração de Vista do Perfil&quot;&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation>Perfil de Depuração</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation>Ativar o perfile de vista de depuração</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfil de Depuração&lt;/b&gt;&lt;p&gt;Activa o &quot;Perfile da Vista de Depuração&quot;. As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo &quot;Configuração de Vista do Perfil&quot;&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>Visor de &amp;Projeto</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Alt+Shift+P</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>Visor de &amp;Multiprojeto</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Alt+Shift+M</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>Visor de &amp;Depuração</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
+        <location filename="../UI/UserInterface.py" line="1802"/>
         <source>&amp;Shell</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Alt+Shift+T</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Caixa de Ferramentas &amp;Horizontal</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Alternar a janela de Caixa de Ferramentas Horizontal</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Barra Esquerda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barra Lateral &amp;Esquerda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Alternar a janela da barra lateral esquerda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Barra Inferior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>Barra Lateral &amp;Inferior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Alternar janela da barra lateral inferior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alternar janela da barra lateral inferior&lt;/b&gt;&lt;p&gt;Mostra a janela da barra lateral inferior se está escondida. Esconde-a se está visível.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>O que é Isto?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>O &amp;que é Isto?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation type="unfinished">Ajuda sensível ao contexto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Mostrar ajuda sensível a contexto&lt;/b&gt;&lt;p&gt;No modo &apos;Que é Isto?&apos; o cursor do rato mostra uma flecha com um ponto de  interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Visor de Ajuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visor de &amp;Ajuda...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Abrir a janela do visor de ajuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Mostrar Versões</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Mostrar &amp;Versões</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Mostrar a informação da versão</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Procurar Atualizações</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>Procurar &amp;Atualizações...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show downloadable versions</source>
         <translation>Mostrar versões descarregáveis</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>Mostrar versões &amp;descarregáveis...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
+        <location filename="../UI/UserInterface.py" line="2193"/>
         <source>Show the versions available for download</source>
         <translation>Mostrar as versões disponíveis para descarregar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>Reportar Falho</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>Reportar &amp;Falho...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>Reportar um falho</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Reportar Falho...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para reportar um falho.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>Solicitar Característica</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
-        <source>Request &amp;Feature...</source>
-        <translation>Solicitar Ca&amp;racterística...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
-        <source>Send a feature request</source>
-        <translation>Enviar uma solicitude de característica</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Solicitar Característica...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para enviar uma solicitude de característica.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
-        <source>Unittest</source>
-        <translation>Teste Unitário</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
-        <source>&amp;Unittest...</source>
-        <translation>Teste &amp;Unitário...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
-        <source>Start unittest dialog</source>
-        <translation>Iniciar a caixa de diálogo de teste unitário</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>Unittest Restart</source>
-        <translation>Reiniciar Teste Unitário</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>&amp;Reiniciar Teste Unitário...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2242"/>
+        <source>Request &amp;Feature...</source>
+        <translation>Solicitar Ca&amp;racterística...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2246"/>
+        <source>Send a feature request</source>
+        <translation>Enviar uma solicitude de característica</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2248"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Solicitar Característica...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para enviar uma solicitude de característica.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3313"/>
+        <source>Unittest</source>
+        <translation>Teste Unitário</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2257"/>
+        <source>&amp;Unittest...</source>
+        <translation>Teste &amp;Unitário...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2262"/>
+        <source>Start unittest dialog</source>
+        <translation>Iniciar a caixa de diálogo de teste unitário</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2263"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>Unittest Restart</source>
+        <translation>Reiniciar Teste Unitário</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>&amp;Reiniciar Teste Unitário...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>Reiniciar o último teste unitário</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation>Teste Unitário ao Script</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>Teste Unitário ao &amp;Script...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>Executar teste unitário com o script atual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Teste Unitário ao Script&lt;/b&gt;&lt;p&gt;Executar teste unitário com o script atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>Teste Unitário ao Projeto</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>Teste Unitário ao &amp;Projeto...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>Executar teste unitário com o projeto atual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Teste Unitário ao Projeto&lt;/b&gt;&lt;p&gt;Executar teste unitário com o projeto atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation>Antevisor de UI</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation>Antevisor &amp;UI...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation>Iniciar Antevisor de UI</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Antevisor de UI&lt;/b&gt;&lt;p&gt;Inicia o Antevisor de UI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Antevisor de Traduções</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Antevisor de &amp;Traduções...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Iniciar Antevisor de Traduções</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation>Comparar Ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation>&amp;Comparar Ficheiros...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation>Comparar dois ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare Files side by side</source>
-        <translation>Comparar Ficheiros lado-a-lado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL Browser</source>
-        <translation>Navegador SQL</translation>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Antevisor de UI&lt;/b&gt;&lt;p&gt;Inicia o Antevisor de UI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Antevisor de Traduções</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Antevisor de &amp;Traduções...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Iniciar Antevisor de Traduções</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL &amp;Browser...</source>
-        <translation>Navegador S&amp;QL...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
-        <source>Browse a SQL database</source>
-        <translation>Navegar numa base de dados SQL</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
-        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar numa base de dados SQL.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation>Mini Editor</translation>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation>Comparar Ficheiros</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation>&amp;Comparar Ficheiros...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
+        <translation>Comparar dois ficheiros</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare Files side by side</source>
+        <translation>Comparar Ficheiros lado-a-lado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2430"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL Browser</source>
+        <translation>Navegador SQL</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL &amp;Browser...</source>
+        <translation>Navegador S&amp;QL...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2443"/>
+        <source>Browse a SQL database</source>
+        <translation>Navegar numa base de dados SQL</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2444"/>
+        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar numa base de dados SQL.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation>Mini Editor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
+        <location filename="../UI/UserInterface.py" line="2457"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo com um editor simplificado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>Editor de Ícones</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
-        <source>&amp;Icon Editor...</source>
-        <translation>Editor de &amp;Ícones...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>Preferences</source>
-        <translation>Preferências</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>&amp;Preferences...</source>
-        <translation>&amp;Preferências...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2495"/>
+        <source>&amp;Icon Editor...</source>
+        <translation>Editor de &amp;Ícones...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>Preferences</source>
+        <translation>Preferências</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>&amp;Preferences...</source>
+        <translation>&amp;Preferências...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>Definir a configuração desejada</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Preferências&lt;/b&gt;&lt;p&gt;Define os elementos de configuração da aplicação com os valores desejados.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Exportar Preferências</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>E&amp;xportar Preferências...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
-        <source>Export the current configuration</source>
-        <translation>Exportar a configuração atual</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Exportar Preferências&lt;/b&gt;&lt;p&gt;Exporta a configuração atual a um ficheiro.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>Import Preferences</source>
-        <translation>Importar Preferências</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation>&amp;Importar Preferências...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
-        <source>Import a previously exported configuration</source>
-        <translation>Importar uma configuração exportada antes</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Importar Preferências&lt;/b&gt;&lt;p&gt;Importa uma configuração anteriormente exportada.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation>Recarregar APIs</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation>Recarregar &amp;APIs</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation>Recarregar a informação de API</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Mostrar ferramentas externas</translation>
+        <source>E&amp;xport Preferences...</source>
+        <translation>E&amp;xportar Preferências...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2545"/>
+        <source>Export the current configuration</source>
+        <translation>Exportar a configuração atual</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Mostrar &amp;ferramentas externas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation>Perfiles de Vista</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
-        <translation>Perfiles de &amp;Vista...</translation>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Exportar Preferências&lt;/b&gt;&lt;p&gt;Exporta a configuração atual a um ficheiro.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>Import Preferences</source>
+        <translation>Importar Preferências</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>I&amp;mport Preferences...</source>
+        <translation>&amp;Importar Preferências...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2559"/>
+        <source>Import a previously exported configuration</source>
+        <translation>Importar uma configuração exportada antes</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2561"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Importar Preferências&lt;/b&gt;&lt;p&gt;Importa uma configuração anteriormente exportada.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Configurar perfiles de vista</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configurar os perfiles de vista. Com esta caixa de diálogo pode definir a visibilidade de várias janelas para os perfiles de vista predefinidos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>Barras de Ferramentas</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>&amp;Barras de Ferramentas...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>Configurar as barras de ferramentas</translation>
+        <source>Reload APIs</source>
+        <translation>Recarregar APIs</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload &amp;APIs</source>
+        <translation>Recarregar &amp;APIs</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation>Recarregar a informação de API</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Atalhos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Atalho&amp;s de Teclado...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Definir os atalhos de teclado</translation>
+        <source>Show external tools</source>
+        <translation>Mostrar ferramentas externas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Mostrar &amp;ferramentas externas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation>Perfiles de Vista</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
+        <translation>Perfiles de &amp;Vista...</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Exportar Atalhos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Exportar Atalhos de Teclado...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Exportar os Atalhos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Importar Atalhos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Importar Atalhos de Teclado...</translation>
+        <source>Configure view profiles</source>
+        <translation>Configurar perfiles de vista</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configurar os perfiles de vista. Com esta caixa de diálogo pode definir a visibilidade de várias janelas para os perfiles de vista predefinidos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>Barras de Ferramentas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>&amp;Barras de Ferramentas...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>Configurar as barras de ferramentas</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Atalhos de Teclado</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Atalho&amp;s de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Definir os atalhos de teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Exportar Atalhos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Exportar Atalhos de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Exportar os Atalhos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Importar Atalhos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Importar Atalhos de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Importar os atalhos de teclado</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Activate current editor</source>
         <translation>Ativar o editor atual</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Mostrar próximo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Mostrar anterior</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Mudar entre separadores</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>Plugin Infos</source>
         <translation>Informação dos Complementos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Informação dos &amp;Complementos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
+        <location filename="../UI/UserInterface.py" line="2764"/>
         <source>Show Plugin Infos</source>
         <translation>Mostrar Informação dos Complementos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Informação dos Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra alguma informação sobre os complementos carregados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>Instalar Complementos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>&amp;Instalar Complementos...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Instalar Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para instalar ou atualizar complementos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Desinstalar Complemento</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>&amp;Desinstalar Complemento...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Desinstalar Complemento...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para desinstalar um complemento.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Informação dos Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra alguma informação sobre os complementos carregados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>Instalar Complementos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>&amp;Instalar Complementos...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Instalar Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para instalar ou atualizar complementos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Desinstalar Complemento</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>&amp;Desinstalar Complemento...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Desinstalar Complemento...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para desinstalar um complemento.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin Repository</source>
         <translation>Repositório de Complementos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin &amp;Repository...</source>
         <translation>&amp;Repositório de Complementos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
+        <location filename="../UI/UserInterface.py" line="2804"/>
         <source>Show Plugins available for download</source>
         <translation>Mostrar Complementos disponíveis para descarregar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
+        <location filename="../UI/UserInterface.py" line="2806"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Repositório de Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra a lista de complementos disponíveis em Internet.&lt;/p&gt;</translation>
     </message>
@@ -79640,17 +79660,17 @@
         <translation type="obsolete">Abrir a Documentação de PyQt4</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Documentação de API do Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Documentação de API do &amp;Eric</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Abrir a Documentação de API do Eric</translation>
     </message>
@@ -79670,112 +79690,112 @@
         <translation type="obsolete">Abrir Documentação de PySide</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>Teste &amp;Unitário</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
+        <location filename="../UI/UserInterface.py" line="3062"/>
         <source>Wi&amp;zards</source>
         <translation>A&amp;ssistentes</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Selecionar Grupo de Ferramentas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>Definiçõe&amp;s</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>&amp;Janela</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>Barras de Ferramen&amp;tas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
+        <location filename="../UI/UserInterface.py" line="3089"/>
         <source>P&amp;lugins</source>
         <translation>Comp&amp;lementos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Configurar...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>&amp;Ajuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>Ferramentas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Definições</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>Ajuda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Perfiles</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
+        <location filename="../UI/UserInterface.py" line="3317"/>
         <source>Plugins</source>
         <translation>Complementos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Ferramentas Externas/{0}</translation>
     </message>
@@ -79785,52 +79805,52 @@
         <translation type="obsolete">&lt;h3&gt;Números de Versão&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>A direção do correio eletrónico ou a direção do servidor de correio está vazia. Por favor configure as Definiçães de Correio Eletrónico na Caixa de Diálogo de Preferências.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Reiniciar a aplicação</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>A aplicação necessita ser reiniciada. Reiniciar agora?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Configurar Grupos de Ferramentas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Configurar o atual Grupo de Ferramentas ...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>Ferramentas &amp;Internas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
+        <location filename="../UI/UserInterface.py" line="4152"/>
         <source>&amp;Plugin Tools</source>
         <translation>Ferramentas dos &amp;Complementos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
+        <location filename="../UI/UserInterface.py" line="4301"/>
         <source>&amp;Show all</source>
         <translation>&amp;Mostrar tudo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
+        <location filename="../UI/UserInterface.py" line="4303"/>
         <source>&amp;Hide all</source>
         <translation>&amp;Esconder tudo</translation>
     </message>
@@ -79845,215 +79865,215 @@
         <translation type="obsolete">Suporte Qt3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>Problema</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>Erro na Criação de Processo</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>Não há nenhum visor personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
-        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>Não há nenhum visor personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5195"/>
+        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Ferramentas Externas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>A iniciar processo &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Processo &apos;{0}&apos; saiu.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Falta a Documentação</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Documentação</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>Ficheiro de atalhos de teclado (*.e4k)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Gravar tarefas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Ler tarefas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
-        <source>Save session</source>
-        <translation>Guargar sessão</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6570"/>
+        <source>Save session</source>
+        <translation>Guargar sessão</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Sessão de leitura</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; não é um ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Cancelar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Atualização disponível</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Erro na verificação de atualizações</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Could not perform updates check.</source>
         <translation>Não procurar atualizações.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
+        <location filename="../UI/UserInterface.py" line="7233"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Versões Disponíveis&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
+        <location filename="../UI/UserInterface.py" line="7285"/>
         <source>First time usage</source>
         <translation>Usado a primeira vez</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation>Documentação de Python 3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation>Documentação de Python &amp;3</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation>Abrir a Documentação de Python 3</translation>
     </message>
@@ -80073,458 +80093,458 @@
         <translation type="obsolete">Abrir a Documentação de Python 2</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation>Erro na obtenção da informação de versões</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation>Abrir Navegador</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation>Não se pôde iniciar um navegador web</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation>A definir Perfil de Vista...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation>A Ler Tarefas...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation>A ler Modelos...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation>A iniciar Depurador...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation>Nova Janela</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation>Nova &amp;Janela</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+Shift+N</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation>Comparar &amp;Ficheiros lado-a-lado...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation>Selecionar o Diretório de Trabalho</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation>Caixa de Ferramentas Esquerda</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation>Caixa de Ferramentas Direita</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation>Navegador de &amp;Ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
-        <translation>Visor de Re&amp;gistos</translation>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation>Navegador de &amp;Ficheiros</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation>Visor de Re&amp;gistos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation>Visor de &amp;Tarefas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation>Muda o enfoque de entrada à janela do Visor de Tarefas.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation>Visor de Mod&amp;elos</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation>Muda o enfoque de entrada à janela do Visor de Modelos.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation>Caixa de Ferramentas &amp;Esquerda</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
-        <translation>Caixa de Ferramentas Di&amp;reita</translation>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation>Muda o enfoque de entrada à janela do Visor de Tarefas.</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation>Visor de Mod&amp;elos</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation>Muda o enfoque de entrada à janela do Visor de Modelos.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation>Caixa de Ferramentas &amp;Esquerda</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation>Caixa de Ferramentas Di&amp;reita</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation>Barra Direita</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation>Barra Lateral Di&amp;reita</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation>Visor de Colaboração</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation>Visor de C&amp;olaboração</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ativar Visor de Colaboração&lt;/b&gt;&lt;p&gt;Muda o enfoque de entrada para a janela do Visualizador de Colaboração.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation>Visor de Símbolos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation>V&amp;isor de Símbolos</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation>Visor de Números</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation>Visor de Nú&amp;meros</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation>&amp;Janelas</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation>Iniciar Qt-Designer</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation>Iniciar Qt-Linguist</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation>Documentação de Qt5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation>Documentação de Qt&amp;5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation>Abrir a Documentação de Qt5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation>Gestionar Certificados SSL</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation>Gestionar Certificados SSL...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation>Gestionar certificados SSL gravados</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation>Editar Filtros de Mensagens</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation>Editar Filtros de Mensagens...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80534,112 +80554,112 @@
         <translation type="obsolete">Documentação do PyQt&amp;4</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation>Documentação do PyQt5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation>Documentação do PyQt&amp;5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation>Abrir a Documentação de PyQt5</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation>Mostrar Registo de Erros</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation>Mostrar &amp;Registo de Erros...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
+        <location filename="../UI/UserInterface.py" line="1704"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
+        <location filename="../UI/UserInterface.py" line="2147"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation>Navegador Web de eric6</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation>Navegador &amp;Web de eric6...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation>Iniciar o Navegador Web de eric6</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Navegardor Web eric6&lt;/b&gt;&lt;p&gt;Navegar por internet com o Navegador Web eric6.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
+        <location filename="../UI/UserInterface.py" line="2500"/>
         <source>Start the eric6 Icon Editor</source>
         <translation>Iniciar o Editor de Icones de eric6</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
+        <location filename="../UI/UserInterface.py" line="2502"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
+        <location filename="../UI/UserInterface.py" line="2588"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
+        <location filename="../UI/UserInterface.py" line="2929"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80649,398 +80669,398 @@
         <translation type="obsolete">Qt v.3 não está suportado por eric6.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>Atualização a &lt;b&gt;{0}&lt;/b&gt; de eric6 já está disponível em &lt;b&gt;{1}&lt;/b&gt;. Quere-a descarregar?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
+        <location filename="../UI/UserInterface.py" line="7202"/>
         <source>Eric6 is up to date</source>
         <translation>Eric6 está atualizado</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation>Utiliza a última versão do eric6</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation>eric6 ainda não foi configurado. A caixa de diálogo de configuração vai iniciar-se.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation>Ferramentas de &amp;Utilizador</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished">Limpar dados privados</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished">Carregar sessão</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation>Utiliza a última versão do eric6</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation>eric6 ainda não foi configurado. A caixa de diálogo de configuração vai iniciar-se.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation>Ferramentas de &amp;Utilizador</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation type="unfinished">Limpar dados privados</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished">Carregar sessão</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished">Assistente para Virtualenv</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished">Assistente para Virtualenv</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Restart</source>
         <translation type="unfinished">Reiniciar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
+        <location filename="../UI/UserInterface.py" line="1654"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished">&lt;h3&gt;Números de Versão&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -81098,7 +81118,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Pode usar códigos % como espaços reservados dentro da string. Os códigos suportados são:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;coluna do cursor do editor atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directório do editor atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;nome do ficheiro do editor atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;diretório home do usuário atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;linha do cursor do editor atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;rota do projeto atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;texto selecionado do editor atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;nome de usuário do usuário atual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;sinal de percentagem&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -85450,6 +85470,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -85912,32 +85947,32 @@
         <translation type="unfinished">Atualizar</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -86077,7 +86112,7 @@
         <translation type="unfinished">Ficheiros de Texto (*.txt);;Ficheiros Todos (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -90402,12 +90437,12 @@
         <translation type="unfinished">Analizar sítio atual</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -90457,58 +90492,58 @@
         <translation type="unfinished">Motor de Ajuda</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished">Windows</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
         <source>ISCII</source>
-        <translation type="unfinished">ISCII</translation>
+        <translation type="obsolete">ISCII</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
+        <source>Other</source>
+        <translation type="unfinished">Outro</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished">Outro</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished">IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished">Análise de VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -90620,27 +90655,27 @@
         <translation type="unfinished">Mostrar Histórico Todo...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished">Marcadores</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished">&amp;Mostrar tudo</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished">&amp;Esconder tudo</translation>
     </message>
@@ -90741,7 +90776,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -90761,7 +90796,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished"></translation>
     </message>
@@ -90781,7 +90816,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished">Ficheiro de atalhos de teclado (*.e4k)</translation>
     </message>
@@ -90805,6 +90840,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished">Sistema</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebDatabasesDialog</name>
Binary file eric6/i18n/eric6_ru.qm has changed
--- a/eric6/i18n/eric6_ru.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_ru.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4363,7 +4363,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>Кодировка &apos;{0}&apos; не подходит для выбранного текста.</translation>
     </message>
@@ -7819,47 +7819,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation>Запуск отладчика</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить бэкэнд отладчика&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation>Родительский процесс</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation>Порожденный процесс</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation>Разветвление процесса</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation>Выберите fork-ветвь для отслеживания.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation>Протокол ошибок отладки</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно декодировать ответ, полученный от бэкэнда отладчика. Сообщите об этой проблеме, отправив полученные данные на электронную почту eric bugs.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: &lt;br/&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Не настроена подходящая среда окружения Python3.&lt;/p&gt;</translation>
     </message>
@@ -22252,57 +22252,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation>Контроль версий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation>Фиксировать изменения в репозитории...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation>Добавить/Индексировать в репозиторий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation>Отменить индексирование изменений</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation>Удалить из репозитория (и с диска)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation>Удалить только из репозитория</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation>Копировать</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation>Копировать</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation>Переместить</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation>Показать браузер журнала</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation>Показать статус</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation>Показать различия</translation>
     </message>
@@ -22312,7 +22312,7 @@
         <translation>Показать различия построчно</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation>Показать различия (подробно)</translation>
     </message>
@@ -22327,37 +22327,37 @@
         <translation>Показать аннотированный файл</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation>Вернуть изменения</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation>Выделить все локальные файлы</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation>Выделить все локальные файлы</translation>
+        <source>Select all versioned file entries</source>
+        <translation>Выделить все версированные записи файла</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation>Выделить все версированные записи файла</translation>
+        <source>Select all local directory entries</source>
+        <translation>Выделить все локальные записи директории</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation>Выделить все локальные записи директории</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation>Выделить все версированные записи директории</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation>Настроить...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation>Вы действительно хотите удалить эти файлы из репозитория?</translation>
     </message>
@@ -26081,27 +26081,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation>{0:4.2f} байтов</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation>{0:4.2f} KiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation>{0:4.2f} MiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation>{0:4.2f} GiB</translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation>{0:4.2f} TiB</translation>
     </message>
@@ -36196,102 +36196,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Установить пиксель</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Удалить пиксель</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Рисовать линию</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Удалить пиксель</translation>
+        <source>Draw Rectangle</source>
+        <translation>Рисовать прямоугольник</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Рисовать линию</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>Рисовать закрашенный прямоугольник</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Рисовать прямоугольник</translation>
+        <source>Draw Circle</source>
+        <translation>Рисовать окружность</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>Рисовать закрашенный прямоугольник</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Рисовать закрашенную окружность</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Рисовать окружность</translation>
+        <source>Draw Ellipse</source>
+        <translation>Рисовать эллипс</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Рисовать закрашенную окружность</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>Рисовать закрашенный эллипс</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Рисовать эллипс</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>Рисовать закрашенный эллипс</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Закрасить область</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Вырезать выделение</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Вставить</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Размер изображения в буфере обмена больше текущего.&lt;br/&gt;Вставить как новое изображение?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Вставить из буфера обмена</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>Вставка изображения</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>В буфере обмена испорченное изображение.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Вставить из буфера как новое изображение</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Очистить изображение</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Изменить размер изображения</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>Преобразовать в чёрно-белый</translation>
     </message>
@@ -47902,12 +47902,12 @@
         <translation>Ошибки</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation>Невозможно запустить процесс {0}.</translation>
     </message>
@@ -48587,7 +48587,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation>Поиск в PyPI</translation>
     </message>
@@ -48607,102 +48607,102 @@
         <translation>Ошибка: {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation>Подробная информация о пакете</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation>Выберите версию пакета:</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Недоступна подробная информация о пакете &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation>Инсталировать Pip</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation>Инсталировать Pip в User-Site</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation>Восстановить Pip</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation>Установить пакеты</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation>Установить локальный пакет</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation>Установить зависимости</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation>Деинсталировать зависимости</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation>Генерация зависимостей...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation>Правка конфигурации пользователя...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation>Правка конфигурации среды окружения...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation>Настроить...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation>Правка конфигурации</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation>Не определен допустимый путь конфигурации. Прерывание</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation>Показать информацию о кэше...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation>Показать кэшированные файлы...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation>Удалить кэшированные файлы...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation>Очистить кэш...</translation>
     </message>
@@ -50687,7 +50687,7 @@
         <translation>Переименовать файл</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
@@ -50717,92 +50717,92 @@
         <translation>&lt;p&gt;Невозможно создать директорию проекта &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Новый проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Добавить существующие файлы в проект?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Выберите систему контроля версий (VCS)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Вы хотите редактировать параметры команд VCS?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Новый проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Должен ли файл проекта быть добавлен в репозиторий?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>None</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>Выберите систему контроля версий для проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Шаблон перевода</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Введите шаблон пути для файлов переводов (используйте &apos;%language%&apos; вместо language code):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Открыть проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Файлы проектов (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>Сохранить проект как</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Сохранить файл</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Закрыть проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>Изменения в текущем проекте не сохранены.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Найдены синтаксические ошибки</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>Проект содержит %n файл с синтаксической ошибкой.</numerusform>
@@ -50811,351 +50811,351 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>&amp;Новый...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Создать новый проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Новый...&lt;/b&gt;&lt;p&gt;Открытие диалога ввода информации о новом проекте.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Открыть...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Открыть существующий проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Открыть...&lt;/b&gt;&lt;p&gt;Открытие существующего проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Закрыть проект</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Закрыть</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Закрыть проект</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Закрыть</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Закрыть текущий проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть&lt;/b&gt;&lt;p&gt;Закрытие текущего проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Сохранить проект</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation>&amp;Сохранить</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Сохранить проект</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation>&amp;Сохранить</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Сохранить текущий проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить&lt;/b&gt;&lt;p&gt;Сохранение текущего проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>Сохранить &amp;как...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>Сохранить &amp;как...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Сохранить текущий проект в новый файл</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить как&lt;/b&gt;&lt;p&gt; Сохранение текущего проекта в новый файл.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Добавить файлы в проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>Добавить &amp;файлы...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Добавить файлы в текущий проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Добавить файлы&lt;/b&gt;
 &lt;p&gt;Открытие диалога добавления файлов в текущий проект. Место добавления определяется расширением файла.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Добавить директорию в проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Добавить директорию...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Добавить директорию в текущий проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Добавить директорию...&lt;/b&gt;
 &lt;p&gt;Открытие диалога добавления директории к текущему проекту.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Добавить перевод в проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Добавить &amp;перевод...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Добавить перевод в текущий проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Добавить перевод...&lt;/b&gt;&lt;p&gt;Открытие диалога добавления перевода в текущий проект.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>Поиск новых файлов</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>Поис&amp;к новых файлов...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>Поис&amp;к новых файлов...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Поиск новых файлов в директории проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Свойства проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Свойства...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Показать свойства проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Свойства...&lt;/b&gt;&lt;p&gt;Отображение диалога для редактирования свойств проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Пользовательские настройки проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>&amp;Пользовательские свойства...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>Показать пользовательские свойства проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Пользовательские свойства...&lt;/b&gt;&lt;p&gt;Отображает диалог редактирования пользовательских свойств проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations</source>
-        <translation>Ассоциации типа файлов</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Ассоциации типа файлов...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations</source>
+        <translation>Ассоциации типа файлов</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Ассоциации типа файлов...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>Показать ассоциации типов файлов для проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations</source>
-        <translation>Ассоциации для лексеров</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation>Ассоциации для лексеров...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations</source>
+        <translation>Ассоциации для лексеров</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation>Ассоциации для лексеров...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation>Показать ассоциации для лексеров проекта (переопределяющие по умолчанию)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ассоциации для лексеров...&lt;/b&gt;&lt;p&gt;Показать ассоциации лексеров для проекта. Эти ассоциации переопределяют глобальные ассоциации лексеров. Лексеры используются для подсвечивания текста в редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>Свойства отладчика</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>&amp;Свойства отладчика...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>&amp;Свойства отладчика...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Показать свойства отладчика</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Свойства отладчика...&lt;/b&gt;
 &lt;p&gt;Отображение диалога редактирования свойств отладчика, специфичных для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Загрузить</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>&amp;Загрузить</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>&amp;Загрузить</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Загрузить свойства отладчика</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Загрузить свойства отладчика&lt;/b&gt;
 &lt;p&gt;Загрузить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Сохранить</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Сохранить</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Сохранить свойства отладчика</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить свойства отладчика&lt;/b&gt;&lt;p&gt;Сохранить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation>Удалить</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Удалить</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Удалить</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Удалить свойства отладчика</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Удалить свойства отладчика&lt;/b&gt;&lt;p&gt;Удалить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>Сбросить</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>&amp;Сбросить</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>&amp;Сбросить</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Сбросить свойства отладчика</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сбросить свойства отладчика&lt;/b&gt;&lt;p&gt;Сбросить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Загрузить сессию</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Загрузить сессию</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Загрузить файл с сессией проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Загрузить сессию&lt;/b&gt;
 &lt;p&gt;Загрузить файл с сессией проекта. Сессия содержит следующие данные:&lt;br&gt;
@@ -51167,17 +51167,17 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
+        <location filename="../Project/Project.py" line="4100"/>
         <source>Save session</source>
         <translation>Сохранить сессию</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4100"/>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Сохранить файл с сессией проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить сессию&lt;/b&gt;
 &lt;p&gt;Сохранить файл с сессией проекта. Сессия содержит следующие данные:&lt;br&gt;
@@ -51189,282 +51189,282 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
+        <location filename="../Project/Project.py" line="4118"/>
         <source>Delete session</source>
         <translation>Удалить сессию</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4118"/>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Удалить файл с сессией проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Удалить сессию&lt;/b&gt;&lt;p&gt;Удалить файл с сессией проекта&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>Code Metrics</source>
-        <translation>Метрики кода</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>&amp;Метрики кода...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>Code Metrics</source>
+        <translation>Метрики кода</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>&amp;Метрики кода...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Отображение некоторых метрик кода проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Метрики кода...&lt;/b&gt;&lt;p&gt;Отображение некоторых метрик кода для всех Python-файлов проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation>Покрытие кода Python</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>&amp;Покрытие кода...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>&amp;Покрытие кода...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>Показать информацию покрытия кода проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Покрытие кода...&lt;/b&gt;&lt;p&gt;Показать информацию покрытия кода всех Python-файлов проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Данные профайлера</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>&amp;Данные профайлера...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>&amp;Данные профайлера...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>Отображение результатов профилирования проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Данные профайлера...&lt;/b&gt;&lt;p&gt;Отображение результатов профилирования проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Диаграмма приложения</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>&amp;Диаграмма приложения...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>&amp;Диаграмма приложения...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Показать диаграмму проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Диаграмма приложения...&lt;/b&gt;&lt;p&gt;Отображает диаграмму проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Создать список пакета</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation>&amp;Создать список пакета</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Создать архив плагина</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation>Создать архивы &amp;плагина</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Открыть &amp;недавние проекты</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation>Контроль &amp;версий</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>&amp;Проверить</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation>По&amp;казать</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation>&amp;Диаграммы</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation>Сессия</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation>&amp;Документация исходников</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
-        <translation>Отладка</translation>
+        <source>&amp;Version Control</source>
+        <translation>Контроль &amp;версий</translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>&amp;Проверить</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation>По&amp;казать</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation>&amp;Диаграммы</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation>Сессия</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation>&amp;Документация исходников</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation>Отладка</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>У&amp;паковщики</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Проект</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>&amp;Очистить</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Поиск новых файлов</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>Не найдено новых файлов для добавления.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Система контроля версий</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Выбранная VCS &lt;b&gt;{0}&lt;/b&gt; не найдена.&lt;br/&gt;Контроль версий отключен.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Данные покрытия</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Для текущего проекта не определён главный сценарий. Отмена</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Покрытие кода</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Пожалуйста, выберите файл покрытия</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Пожалуйста, выберите файл профиля</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Включать имена модулей?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл &lt;b&gt;PKGLIST&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно создать файл &lt;b&gt;PKGLIST&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt; в архиве. Игнорируем его.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл плагина &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation>Создать главный сценарий</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно создать главный сценарий проекта&lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation>Загрузить диаграмму</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation>&amp;Загрузить диаграмму...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation>Загрузить диаграмму</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation>&amp;Загрузить диаграмму...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation>Загрузить диаграмму из файла.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Загрузить диаграмму...&lt;/b&gt;&lt;p&gt;Загрузить диаграмму из файла.&lt;/p&gt;</translation>
     </message>
@@ -51489,37 +51489,37 @@
         <translation>Консоль PyQt5</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Выбранная VCS &lt;b&gt;{0}&lt;/b&gt; не найдена.&lt;br/&gt;Возврат отвергнут.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл плагина &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation>Создать первичный файл PKGLIST для плагина eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Создать список пакета&lt;/b&gt;&lt;p&gt;Создаёт начальный список файлов для включения в архив плагина eric6. Список создаётся из файла проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4221"/>
+        <location filename="../Project/Project.py" line="4225"/>
         <source>Create eric6 plugin archive files.</source>
         <translation>Создание архивных файлов плагина eric6.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4223"/>
+        <location filename="../Project/Project.py" line="4227"/>
         <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Создать архивы плагина&lt;/b&gt;&lt;p&gt;Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно создать архив плагина &lt;b&gt;{0}&lt;/b&gt; eric6.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
@@ -51529,118 +51529,118 @@
         <translation>Плагин eric6</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation>Создать служебную директорию проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Директория проекта &lt;b&gt;{0}&lt;/b&gt; не доступна для записи.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation>Поиск файла в списке файлов проекта.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск файла проекта&lt;/b&gt;&lt;p&gt;Поиск файла в списке файлов проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation>Поиск файла проекта</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation>Поиск файла проекта...</translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation>Создать архивы плагина</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation>Создать архивы плагина (Snapshot)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation>Создать архивы плагина (&amp;Snapshot)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation>Создание архивных файлов плагина eric6 (snapshot releases).</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Создать архивы плагина (Snapshot)&lt;/b&gt;&lt;p&gt;Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation>Выбор списков пакета:</translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation>Создать архивы плагина</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation>Создать архивы плагина (Snapshot)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation>Создать архивы плагина (&amp;Snapshot)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation>Создание архивных файлов плагина eric6 (snapshot releases).</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Создать архивы плагина (Snapshot)&lt;/b&gt;&lt;p&gt;Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation>Выбор списков пакета:</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation>Создание архивов плагина...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation>Прервать</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation>%v из %m архивов</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файлы архива плагина eric6 были созданы с ошибками.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файлы архива плагина eric6 созданы успешно.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файлы со списком пакета (PKGLIST*) не доступны или не выбраны. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; пока не готов.&lt;/p&gt;&lt;p&gt;Пожалуйста переработайте его и удалите строки &apos;; initial_list&apos; из его заголовка.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск новых файлов...&lt;/b&gt;&lt;p&gt; Поиск новых файлов (источники, * .ui, * .idl, * .proto) в директории проекта и зарегистрированных поддиректориях..&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ассоциации типов файлов...&lt;/b&gt;&lt;p&gt;Отображается диалоговое окно для редактирования ассоциаций типов файлов проекта. Эти ассоциации определяют тип (источник, форму, интерфейс, протокол или другие) с шаблоном имени файла. Они используются при добавлении файла в проект и при поиске новых файлов.&lt;/p&gt;</translation>
     </message>
@@ -51660,82 +51660,82 @@
         <translation>&lt;p&gt;Невозможно удалить выбранную директорию &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation>Создать Makefile</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл makefile &lt;b&gt;{0}&lt;/b&gt; невозможно создать.&lt;br/&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation>Выполнить Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation>&amp;Выполнить Make</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation>&amp;Выполнить Make</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation>Выполнить прогон &apos;make&apos;.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выполнить Make&lt;/b&gt;&lt;p&gt;Выполнение прогона &apos;make&apos; для пересборки настроеной цели.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation>Проверить изменения</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation>&amp;Проверить изменения</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation>&amp;Проверить изменения</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation>Запрос &apos;make&apos;, если необходима пересборка.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Проверка изменений&lt;/b&gt;&lt;p&gt;Запрос &apos;make&apos;, если требуется пересборка настроенной цели.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation>Make</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation>Make-процесс не был запущен.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation>Make-процесс разрушен.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Существуют изменения, которые требуют конфигурации make-цели &lt;b&gt;{0}&lt;/b&gt; для ее пересборки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Существуют изменения, которые требуют make-цель по умолчанию для ее пересборки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation>Makefile содержит ошибки.</translation>
     </message>
@@ -51750,7 +51750,7 @@
         <translation>Консоль PySide2</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation>&amp;Инструменты-проекта</translation>
     </message>
@@ -61575,231 +61575,251 @@
         <translation>Перезапуск оболочки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Перезапуск&lt;/b&gt;&lt;p&gt;Перезапуск оболочки для текущего выбранного языка.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation>Перезапустить и очистить</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation>Очистить окно и перезапустить оболочку</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Перезапустить и очистить&lt;/b&gt;&lt;p&gt;Очистка окна оболочки и перезапуск оболочки для выбранного языка.&lt;/p&gt;</translation>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation>Показать историю</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
+        <translation>&amp;Показать историю...</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation>Показать историю</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation>&amp;Показать историю...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation>Отображение истории оболочки в диалоговом окне</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
         <source>Clear History</source>
         <translation>Очистить историю</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation>&amp;Очистить историю...</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation>&amp;Очистить историю...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation>Очистить историю оболочки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation>Выбрать запись в истории</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation>Выбрать &amp;запись в истории</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation>Выбор записи в истории оболочки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation>О программе</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation>&amp;О программе</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation>Информация об этой программе</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation>&amp;О программе</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation>Информация об этой программе</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;О программе&lt;/b&gt;&lt;p&gt;Информация об этом программном продукте.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;О программе&lt;/b&gt;&lt;p&gt;Информация об этом программном продукте.&lt;/p&gt;</translation>
+        <source>About Qt</source>
+        <translation>О Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation>О &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation>Информация о наборе инструментов Qt</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About Qt</source>
-        <translation>О Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation>О &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation>Информация о наборе инструментов Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation>&lt;b&gt;О Qt&lt;/b&gt;&lt;p&gt;Отображение информация об инструментарии Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation>Что это?</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation>&amp;Что это?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation>Shift+F1</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation>&amp;Что это?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
-        <source>Shift+F1</source>
-        <comment>Help|What&apos;s This?&apos;</comment>
-        <translation>Shift+F1</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
         <source>Context sensitive help</source>
         <translation>Контекстнозависимая справка</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показ контекстнозависимой справки&lt;/b&gt;&lt;p&gt;В режиме &quot;What&apos;s This?&quot;(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation>Об окне оболочки eric6</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation>Оболочка eric6 - автономное окно оболочки. Оно использует тот же бэкэнд что и отладчик полной IDE, но только исполняется независимо.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation>&amp;Файл</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation>&amp;Правка</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation>&amp;Вид</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation>Истори&amp;я</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation>&amp;Запуск</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation>&amp;Запуск</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation>&amp;Справка</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation>Файл</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation>Редактировать</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation>Найти</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation>Найти</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation>Вид</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation>История</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation>История</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation>Справка</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation>&lt;p&gt;В этой части строки состояния разрешено масштабирование оболочки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation>Переместить запись в истории вперед</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation>Переместить запись в истории назад</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation>Оболочка eric6</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation>Оболочка eric6 [{0}]</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Перезапуск&lt;/b&gt;&lt;p&gt;Перезапуск оболочки для текущей выбранной среды.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Перезапустить и очистить&lt;/b&gt;&lt;p&gt;Очистка окна оболочки и перезапуск оболочки для текущей выбранной среды.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Вырезать&lt;/b&gt;&lt;p&gt;Вырезать выделенный текст в буфер обмена.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Копировать&lt;/b&gt;&lt;p&gt;Копировать выбранный текст в буфер обмена.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Вставить&lt;/b&gt;&lt;p&gt;Вставить последний вырезанный/копированный текст из буфера обмена.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Очистить&lt;/b&gt;&lt;p&gt;Удалить весь текст.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -76386,7 +76406,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Вы можете использовать %-коды как заполнители в строке:
 &lt;table&gt;
@@ -80743,6 +80763,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Просмотрщик Python Disassembly&lt;/b&gt;&lt;p&gt;Получение синтаксического древовидного представления дизассемблирования текущего файла с кодом Python.&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Поиск&lt;/b&gt;&lt;p&gt;Поиск текста в окне оболочки. Отображается диалог для ввода текста поиска и параметров поиска.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Поиск следующего&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текста в окне оболочки. Используются ранее введенный искомый текст и параметры поиска.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Поиск предыдущего&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текста в окне оболочки. Используются ранее введенный искомый текст и параметры поиска.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -81211,32 +81246,32 @@
         <translation>Обновлять</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation>&lt;virtualenv не завершился в течение 5 сек.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation>&lt;Не найден подходящий virtualenv.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation>Версия virtualenv: {0}</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation>&lt;pyvenv не завершился в течение 5 сек.&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation>&lt;Не найден подходящий pyvenv .&gt;</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation>Версия pyvenv: {0}</translation>
     </message>
@@ -81371,7 +81406,7 @@
         <translation>Текстовые файлы (*.txt);;Все файлы (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation>Версия conda: {0}</translation>
     </message>
@@ -85705,12 +85740,12 @@
         <translation>Проверить текущий сервер</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation>Отчет IP-адреса</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation>Отчет домена</translation>
     </message>
@@ -85760,59 +85795,54 @@
         <translation>Движок для системы справки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation>ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation>Юникод</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
-        <translation>ISCII</translation>
+        <source>Other</source>
+        <translation>Другое</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation>Юникод</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation>Другое</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation>IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation>Проверка VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запланировать проверку VirusTotal.&lt;p&gt;
 &lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation>Введите действительный адрес IPv4 в четырехкомпонентой нотации с точками:</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation>Данный IP-адрес приведен не в четырехкомпонентой нотации с точками.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation>Введите действительное имя домена:</translation>
     </message>
@@ -85924,27 +85954,27 @@
         <translation>Показать всю историю...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation>Строка меню</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation>Закладки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation>Строка состояния</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation>Показать &amp;всё</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation>Ск&amp;рыть всё</translation>
     </message>
@@ -86046,7 +86076,7 @@
         <translation>&lt;b&gt;Горячие клавиши&lt;/b&gt;&lt;p&gt;Определите горячие клавиши приложения согласно вашим предпочтениям.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation>Экспорт горячих клавиш</translation>
     </message>
@@ -86067,7 +86097,7 @@
 &lt;p&gt;Экспортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation>Импорт горячиx клавиш</translation>
     </message>
@@ -86088,7 +86118,7 @@
 &lt;p&gt;Импортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>Файл горячих клавиш (*.e4k)</translation>
     </message>
@@ -86112,6 +86142,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Менеджер обработчиков протокола&lt;/b&gt;&lt;p&gt;Отображение окна менеджера обработчиков протокола.&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation>Система</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation>Apple</translation>
+    </message>
 </context>
 <context>
     <name>WebIconDialog</name>
--- a/eric6/i18n/eric6_tr.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_tr.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4425,7 +4425,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>Verilen metin için &apos;{0}&apos;nun kodlaması hatalı.</translation>
     </message>
@@ -7941,47 +7941,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation type="unfinished">Hata Ayıklayıcıyı Başlat</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Hata ayıklayıcıbaşlatılamadı.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation type="unfinished">Ana İşlem</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation type="unfinished">Alt işlem</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished">İstemci çatallaşması</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished">Takip eden çatallaşmadaki branşı seç.</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22788,57 +22788,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished">Sürüm Kontrol</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished">Yapılan değişiklekleri kaynak havuzuna teslim et...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished">Kaynak havuzundan kaldır (ve diskten)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished">Yalnızca kaynak havuzundan kaldır</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished">Kopyala</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished">Kopyala</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished">Kayıt gözatıcısını gösted</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished">Durumu Göster</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22848,7 +22848,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22863,37 +22863,37 @@
         <translation type="unfinished">Açıklama dosyalarını göster</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished">Değişiklikleri başa döndür</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished">tüm yerel dosyalırın girişini seç</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation type="unfinished">tüm yerel dosyalırın girişini seç</translation>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished">Giriş yapılan tüm dosyaları seç</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation type="unfinished">Giriş yapılan tüm dosyaları seç</translation>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished">Tüm yerel dizin kalemlerini seç</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished">Tüm yerel dizin kalemlerini seç</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished">Giriş yapılan tüm dizinleri seç</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished">Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished">Bu dosyaları gerçekten kaynak havuzundan kaldırmak istiyor musunuz?</translation>
     </message>
@@ -26608,27 +26608,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -39346,102 +39346,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation>Pikseli Ayarla</translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation>Pikseli Sil</translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation>Çizgi Çizimi</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
-        <translation>Pikseli Sil</translation>
+        <source>Draw Rectangle</source>
+        <translation>Dikdörtgen çiz</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation>Çizgi Çizimi</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation>İçidolu Dikdörtgen Çiz</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
-        <translation>Dikdörtgen çiz</translation>
+        <source>Draw Circle</source>
+        <translation>Çember Çiz</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
-        <translation>İçidolu Dikdörtgen Çiz</translation>
+        <source>Draw Filled Circle</source>
+        <translation>Daire Çİz</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
-        <translation>Çember Çiz</translation>
+        <source>Draw Ellipse</source>
+        <translation>Elips Çiz</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
-        <translation>Daire Çİz</translation>
+        <source>Draw Filled Ellipse</source>
+        <translation>İçi Dolu Elips Çiz</translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation>Elips Çiz</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation>İçi Dolu Elips Çiz</translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation>Alanı Doldur</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation>Seçimi Kes</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>Yapıştır</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Panodaki görüntü geçerli görüntüden daha büyük.&lt;br/&gt;Yeni bir resim olarak yapıştırılsın mı?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation>Panoyu Yapıştır</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation>Görüntüyü Yapıştır</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation>Panoyu Yeni Bir Resim Olarak Yapıştır.</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation>Panoya Yeni görüntü olarak yapıştır</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>Görüntüyü Temizle</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation>Görüntüyü Yeniden Boyutlandır</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation>Gri renge çevir</translation>
     </message>
@@ -41388,52 +41388,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished">Evet</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished">Hayır</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -41443,17 +41443,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished">bilinmeyen</translation>
     </message>
@@ -41463,32 +41463,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -51234,12 +51234,12 @@
         <translation type="unfinished">Hatalar</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished">İşlem Üretecinde Hata</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51946,7 +51946,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -51966,102 +51966,102 @@
         <translation type="unfinished">Hata: {0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished">Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54103,7 +54103,7 @@
         <translation>Dosya adını Değiştir</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; dosyası halen mevcut. Üzerine yazılsın mı?&lt;/p&gt;</translation>
     </message>
@@ -54133,92 +54133,92 @@
         <translation>&lt;p&gt;Proje dizini &lt;b&gt;{0}&lt;/b&gt; oluşturulamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>Yeni Proje</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>Var olan dosyalar projeye eklensin mi?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>Sürüm Kontrol Sistemini Seç</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>VCS komut seçeneklerini düzenlemek istiyor musunuz?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>Yeni Proje</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Proje dosyaları kaynak havuzuna aktarılacak mı?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>Yok</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>proje için sürüm kontrol sistemini seçin</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>Çeviri Kalıbı</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan &apos;% dil %&apos;dil kodu):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>Projeyi aç</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>Proje Dosyaları (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>projeyi farklı adda kaydet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>Dosyayı Kaydet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>Projeyi Kapat</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>Sözdizimi Hataları tespit edildi</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation type="unfinished">
             <numerusform></numerusform>
@@ -54226,642 +54226,642 @@
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>Ye&amp;ni...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>Yeni bir proje üret</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yeni...&lt;/b&gt;&lt;p&gt;Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>&amp;Aç...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>Var olan bir projeyi aç</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aç...&lt;/b&gt;&lt;p&gt;Bu varolan bir projeyi açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>Projeyi kapat</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>&amp;Kapat</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>Projeyi kapat</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>&amp;Kapat</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>Geçerli projeyi kapat</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kapat&lt;/b&gt;&lt;p&gt;Bu geçerli projeyi kapatır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>Projeyi kaydet</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation>&amp;Kaydet</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>Projeyi kaydet</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation>&amp;Kaydet</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>Geçerli projeyi kapat</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kaydet&lt;/b&gt;&lt;p&gt;Bu geçerli projeyi kaydeder.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>Farklı k&amp;aydet...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>Farklı k&amp;aydet...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Farklı kaydet&lt;/b&gt;&lt;p&gt;Bu geçerli projeyi yeni bir dosya olarak kaydeder.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>Projeye dosyalar ekle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>Dosyaları &amp;ekle...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>Geçerli projeye dosyalar ekle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosya ekle...&lt;/b&gt;&lt;p&gt;Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>Projeye dizin ekle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>Dizin ekle...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>Geçerli projeye bir dizin ekleyiniz</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dizin Ekle...&lt;/b&gt;&lt;p&gt;Bu geçerli projeye bir dizin eklemek için bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>Projeye çeviri ekle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>Çeviri &amp;ekle...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>Geçerli projeye çeviri ekle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Çeviri ekle...&lt;/b&gt;&lt;p&gt;Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Search new files</source>
-        <translation>Yeni dosyaları ara</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>Yeni dosyaları a&amp;ra...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Search new files</source>
+        <translation>Yeni dosyaları ara</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>Yeni dosyaları a&amp;ra...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>Proje dizininde yeni dosyaları ara.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>Proje özellikleri</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>&amp;Özellikler...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>Proje özelliklerini göster</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>Kullanıcı projesi özellikleri</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>K&amp;ullanıcı Özellikleri...</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations</source>
-        <translation>Dosyatipi Birleştirme</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>Dosyatipi Birleştirme...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations</source>
+        <translation>Dosyatipi Birleştirme</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>Dosyatipi Birleştirme...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
+        <location filename="../Project/Project.py" line="4000"/>
         <source>Lexer Associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger Properties</source>
-        <translation>Hata Ayıklayıcı Özellikleri</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>Hata Ayıklayıcı &amp;Özellikleri...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger Properties</source>
+        <translation>Hata Ayıklayıcı Özellikleri</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>Hata Ayıklayıcı &amp;Özellikleri...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>Hata ayıklayıcı özelliklerini göster</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>Yükle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>Yük&amp;le</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>Yük&amp;le</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>Hata ayıklayıcı özelliklerini yükle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>Kaydet</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>Kaydet</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>Hata ayıklayıcı özelliklerini kaydet</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>Delete</source>
-        <translation>Sil</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>&amp;Sil</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>Delete</source>
+        <translation>Sil</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>&amp;Sil</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>Hata ayıklayıcı özelliklerini sil</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>Başadön</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>Başad&amp;ön</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>Başad&amp;ön</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>Hata ayıklayıcı özelliklerini başa döndür</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>Oturum yükleniyor</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>Oturum yükleniyor</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>Projelerin oturm dosyasını yükle.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>Oturumu kaydet</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>Oturumu kaydet</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>Proje oturum dosyasını kaydet.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation>Oturumu sil</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation>Oturumu sil</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>Proje oturum dosyasını sil.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;Oturumu Sil&lt;/b&gt;&lt;p&gt;Bu proje dosya oturumunu siler&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
+        <location filename="../Project/Project.py" line="4132"/>
         <source>Code Metrics</source>
         <translation>Metrik Kod</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>Me&amp;trik Kod...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>Me&amp;trik Kod...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>Proje için bazı metrik kodları göster.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Metrik Kodlar...&lt;/b&gt;&lt;p&gt;Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Python Code Coverage</source>
-        <translation>Python Kod Koruyucu</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>Kod Koru&amp;yucu...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Python Code Coverage</source>
+        <translation>Python Kod Koruyucu</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>Kod Koru&amp;yucu...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>Veri Kesiti</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>&amp;Veri kesiti...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>&amp;Veri kesiti...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>Uygulama Şeması</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>Uygulama Şem&amp;ası...</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>Uygulama Şem&amp;ası...</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>Projenin bir şemasını göster.</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uygulama Şeması...&lt;/b&gt;&lt;p&gt;Bu projenin bir şemasını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>Paket Listesini Oluştur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished">Eklenti &amp;Arşivi Oluştur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>Eklenti Arşivi Oluştur</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>&amp;Proje</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>Geçmiş P&amp;rojeleri Aç</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation>S&amp;ürüm Kontrol</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>&amp;Kontrol</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation>G&amp;öster</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation>Şemalar &amp;D</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation>Oturum</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation>Kaynak Belgeleme &amp;D</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
-        <translation>Hata Ayıklayıcı</translation>
+        <source>&amp;Version Control</source>
+        <translation>S&amp;ürüm Kontrol</translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>&amp;Kontrol</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation>G&amp;öster</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation>Şemalar &amp;D</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation>Oturum</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation>Kaynak Belgeleme &amp;D</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation>Hata Ayıklayıcı</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>Pa&amp;ketleyici</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>Proje</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>T&amp;emizle</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>Yeni Dosyaları Ara</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>Sürüm Kontrol Sistemi</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>Veri Kapsamı</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>Kod Koruyucu</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>Lütfen bir koruyucu dosya seçiniz</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>Lütfen kesit dosyasını seçiniz</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>Modül isimleri dahil edilsin mi?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54886,27 +54886,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation type="unfinished">Eric5 eklenti arşiv dosyası oluştur. {6 ?}</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54916,128 +54916,128 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4225"/>
+        <source>Create eric6 plugin archive files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4227"/>
+        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4221"/>
-        <source>Create eric6 plugin archive files.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4223"/>
-        <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished">Vazgeç</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55057,82 +55057,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55147,7 +55147,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65263,231 +65263,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>Clear History</source>
+        <translation type="unfinished">Geçmişi Sil</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>Clear History</source>
-        <translation type="unfinished">Geçmişi Sil</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation type="unfinished">Hakkında</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished">H&amp;akkında</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished">Bu yazılım hakkında bilgi göster</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished">H&amp;akkında</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation type="unfinished">Bu yazılım hakkında bilgi göster</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Hakkında&lt;/b&gt;&lt;p&gt;Bu yazılım hakkındaki çeşitli bilgileri gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation type="unfinished">&lt;b&gt;Hakkında&lt;/b&gt;&lt;p&gt;Bu yazılım hakkındaki çeşitli bilgileri gösterir.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
         <source>About Qt</source>
         <translation type="unfinished">Qt Hakkında</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished">&amp;Qt Hakkında</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished">&amp;Qt Hakkında</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Qt Hakkında&lt;/b&gt;&lt;p&gt;Qt Araçkiti hakkında bazı bilgiler gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished">Bu nedir?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished">Bu &amp;Nedir?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation type="unfinished">Shift+F1</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
+        <location filename="../QScintilla/ShellWindow.py" line="949"/>
         <source>Context sensitive help</source>
         <translation type="unfinished">Duyarlı yardım</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Duyarlı yardım içeriğini görüntüle&lt;/b&gt;&lt;p&gt;Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished">&amp;Dosya</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished">Düz&amp;en</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished">&amp;Görünüm</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished">Ba&amp;şlat</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished">Ba&amp;şlat</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished">&amp;Yardım</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished">Dosya</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished">Düzen</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished">Bul</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished">Bul</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished">Görünüm</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished">Geçmiş</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished">Geçmiş</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished">Yardım</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;Kopya&lt;/b&gt;&lt;p&gt;Seçilen metni clipboard kopyala.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -77774,928 +77794,928 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
+        <location filename="../UI/UserInterface.py" line="271"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Eklenti Yöneticisi Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>Ana Kullanıcı Arayüzü Üretiliyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>Bağlantılar ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>Araçlar Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>Nesneler Kaydediliyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>İşlemler Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>Menüler Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>Araççubuğu Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>Durumçubuğu Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>Tekli Uygulama Senveri Hazırlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
+        <location filename="../UI/UserInterface.py" line="671"/>
         <source>Activating Plugins...</source>
         <translation>Eklentiler Aktif oluyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Araççubuğu Yöneticisi Yeniden yapılandırılıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>Proje-Görüntüleyici</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>Çokluproje-Görüntüleyici</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>Hata Ayıklama Göstericisi</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>İşbirliği</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation>Kayıt-Gösterici</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation>Görev-Gösterici</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation>Şablon-Gösterici</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>File-Browser</source>
+        <translation>Dosya-Gözatıcısı</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation>Kayıt-Gösterici</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation>Görev-Gösterici</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation>Şablon-Gösterici</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>File-Browser</source>
-        <translation>Dosya-Gözatıcısı</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
         <source>Shell</source>
         <translation>Kabuk</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>Yatay Araçkutusu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
-        <source>{0} - Passive Mode</source>
-        <translation>{0} - Pasif Mod</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
-        <source>{0} - {1} - Passive Mode</source>
-        <translation>{0} - {1} -Pasif Mod</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation>{0} - {1} - {2} - Pasif Mod</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Quit</source>
-        <translation>Çık</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>&amp;Quit</source>
-        <translation>&amp;Çıkış</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
-        <source>Ctrl+Q</source>
-        <comment>File|Quit</comment>
-        <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
-        <source>Quit the IDE</source>
-        <translation>IDE den Çık</translation>
+        <source>{0} - Passive Mode</source>
+        <translation>{0} - Pasif Mod</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1610"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation>{0} - {1} -Pasif Mod</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1614"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation>{0} - {1} - {2} - Pasif Mod</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Quit</source>
+        <translation>Çık</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>&amp;Quit</source>
+        <translation>&amp;Çıkış</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1637"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1643"/>
+        <source>Quit the IDE</source>
+        <translation>IDE den Çık</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation>Düzenleme Kesiti</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation>Düzenleyici görüntü kesitini aktif yap</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation>Hata Ayıklama Kesiti</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation>Debug görüntü kesitini aktif et</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>&amp;proje-Görüntüleyici</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Alt+Shift+P</source>
-        <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>Çokluproje-Görü&amp;ntüleyici</translation>
+        <source>Edit Profile</source>
+        <translation>Düzenleme Kesiti</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation>Düzenleyici görüntü kesitini aktif yap</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation>Hata Ayıklama Kesiti</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation>Debug görüntü kesitini aktif et</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>&amp;proje-Görüntüleyici</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Alt+Shift+P</source>
+        <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>Çokluproje-Görü&amp;ntüleyici</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>Ha&amp;ta Ayıklama-Göstericisi</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
+        <location filename="../UI/UserInterface.py" line="1802"/>
         <source>&amp;Shell</source>
         <translation>&amp;Kabuk</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Ya&amp;tay Araçkutusu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Yatay Araçkutusu penceresini açkapa</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>Sol Durumçubuğu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>So&amp;l Durumçubuğu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>Sol Durum çubuğu penceresini açkapa</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sol durum çubuğu penceresini açkapa&lt;/b&gt;&lt;p&gt;Eğer sol durum çubuğu penceresi gizli ise onu görünür yap. Eğer görünüyor ise kapat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>Alt Durumçubuğu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>Alt Durumçu&amp;buğu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Alt Durum çubuğu penceresini açkapa</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>Bu nedir?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>Bu &amp;Nedir?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>Duyarlı yardım</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Duyarlı yardım içeriğini görüntüle&lt;/b&gt;&lt;p&gt;Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>Yardımgösterici</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>&amp;Yardım Gösterici...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>Yardımgösterici penceresini aç</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>Sürümü Göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>Sürümü G&amp;öster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>Sürüm bilgisini görüntüle</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sürümleri Göster&lt;/b&gt;&lt;p&gt;Sürüm bilgisini göster.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>Güncellemeleri kontrol et</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>G&amp;üncellemeleri kontrol et...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show downloadable versions</source>
         <translation>Yüklenebilir sürümleri göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>Yüklenebilir sürümler&amp;i göster...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
+        <location filename="../UI/UserInterface.py" line="2193"/>
         <source>Show the versions available for download</source>
         <translation>İndirmek için mümkün olan sürümü göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>Hata Raporu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>Hata &amp;Raporu...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>Bir hata rapor et</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>İhtiyaç Duyulan Özellikler</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
-        <source>Request &amp;Feature...</source>
-        <translation>İhtiyaç Duyulan Özellikler &amp;F...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
-        <source>Send a feature request</source>
-        <translation>ihtiyaç duyuulan bir özelliği gönder</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
-        <source>Unittest</source>
-        <translation>Birimtest</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
-        <source>&amp;Unittest...</source>
-        <translation>B&amp;irimtest...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
-        <source>Start unittest dialog</source>
-        <translation>Birimtest diyaloğunu başlat</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>Unittest Restart</source>
-        <translation>Birimtestini yeniden başlat</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>Bi&amp;rimtestini Yeniden Başlat...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2242"/>
+        <source>Request &amp;Feature...</source>
+        <translation>İhtiyaç Duyulan Özellikler &amp;F...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2246"/>
+        <source>Send a feature request</source>
+        <translation>ihtiyaç duyuulan bir özelliği gönder</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2248"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3313"/>
+        <source>Unittest</source>
+        <translation>Birimtest</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2257"/>
+        <source>&amp;Unittest...</source>
+        <translation>B&amp;irimtest...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2262"/>
+        <source>Start unittest dialog</source>
+        <translation>Birimtest diyaloğunu başlat</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2263"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>Unittest Restart</source>
+        <translation>Birimtestini yeniden başlat</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>Bi&amp;rimtestini Yeniden Başlat...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>En son birimtesti yeniden başlat</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation>Betik Birimtesti</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>Betik Birimte&amp;sti...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>Geçerli betikle test arabirimini çalıştır</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>Proje Birimtesti</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>Birimtest &amp;Proje...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>Geçerli proje ile test arabirimini çalıştır</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation>UI Öngörünümü</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation>&amp;UI Öngörünümü...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation>UI Öngörünümünü Başlat</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Öngörünümü&lt;/b&gt;&lt;p&gt;UI Öngörünümünü Başlat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>Çevirilerin Öngörünümleri</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Çevirilerin &amp;Öngörünümleri...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Çevirilerin Öngörünümlerini Başlat</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Çeviri Öngörünümü&lt;/b&gt;&lt;p&gt;Çeviri Öngörünümünü Başlat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation>Dosyaları Karşılaştır</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation>D&amp;osyaları Karşılaştır...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation>İki dosyayı karşılaştır</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dosyaları Karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için diyalog aç.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare Files side by side</source>
-        <translation>Dosyaları yan yana karşılaştır</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dosyaları biribir karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL Browser</source>
-        <translation>SQL Gözatıcısı</translation>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Öngörünümü&lt;/b&gt;&lt;p&gt;UI Öngörünümünü Başlat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>Çevirilerin Öngörünümleri</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Çevirilerin &amp;Öngörünümleri...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Çevirilerin Öngörünümlerini Başlat</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2404"/>
-        <source>SQL &amp;Browser...</source>
-        <translation>SQL &amp;Gözatıcısı...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
-        <source>Browse a SQL database</source>
-        <translation>Bir SQL veritabanına gözat</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
-        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;SQL Gözatıcısı&lt;/b&gt;&lt;p&gt;Bir SQL veritabanına gözat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation>Mini Düzenleyici</translation>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Çeviri Öngörünümü&lt;/b&gt;&lt;p&gt;Çeviri Öngörünümünü Başlat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation>Dosyaları Karşılaştır</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation>D&amp;osyaları Karşılaştır...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
+        <translation>İki dosyayı karşılaştır</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dosyaları Karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için diyalog aç.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare Files side by side</source>
+        <translation>Dosyaları yan yana karşılaştır</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2430"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dosyaları biribir karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL Browser</source>
+        <translation>SQL Gözatıcısı</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2438"/>
+        <source>SQL &amp;Browser...</source>
+        <translation>SQL &amp;Gözatıcısı...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2443"/>
+        <source>Browse a SQL database</source>
+        <translation>Bir SQL veritabanına gözat</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2444"/>
+        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;SQL Gözatıcısı&lt;/b&gt;&lt;p&gt;Bir SQL veritabanına gözat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation>Mini Düzenleyici</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Düzenleyici...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
+        <location filename="../UI/UserInterface.py" line="2457"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Düzenleyici&lt;/b&gt;&lt;p&gt;Basit bir düzenleyci ile bir diyalog açılır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>İkon Düzenleyici</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
-        <source>&amp;Icon Editor...</source>
-        <translation>&amp;İkon Düzenleyici...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>Preferences</source>
-        <translation>Seçenekler</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
-        <source>&amp;Preferences...</source>
-        <translation>&amp;Seçenekler...</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2495"/>
+        <source>&amp;Icon Editor...</source>
+        <translation>&amp;İkon Düzenleyici...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>Preferences</source>
+        <translation>Seçenekler</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2524"/>
+        <source>&amp;Preferences...</source>
+        <translation>&amp;Seçenekler...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>tercih edilen ayarları yapınız</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tercihler&lt;/b&gt;&lt;p&gt;Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>Seçenekleri Dışa Aktar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>Tercihleri Dı&amp;şa Aktar...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
-        <source>Export the current configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>Import Preferences</source>
-        <translation>Seçenekleri İçe Aktar</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation>Tercihleri İ&amp;çeri Aktar...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
-        <source>Import a previously exported configuration</source>
-        <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation>API&apos;leri yeniden yükle</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation>&amp;API&apos;leri yeniden yükle</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation>API bilgisini yeniden yükle</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>Harici araçları göster</translation>
+        <source>E&amp;xport Preferences...</source>
+        <translation>Tercihleri Dı&amp;şa Aktar...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2545"/>
+        <source>Export the current configuration</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>Karak&amp;ter tablosunu göster</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation>Görünüm Kesiti</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
-        <translation>&amp;Görünüm Kesiti...</translation>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>Import Preferences</source>
+        <translation>Seçenekleri İçe Aktar</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>I&amp;mport Preferences...</source>
+        <translation>Tercihleri İ&amp;çeri Aktar...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2559"/>
+        <source>Import a previously exported configuration</source>
+        <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2561"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>Görünüm kesitlerini ayarla</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>Araççubuğu</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>Araççu&amp;buğu...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>Araççubuğunu ayarla</translation>
+        <source>Reload APIs</source>
+        <translation>API&apos;leri yeniden yükle</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload &amp;APIs</source>
+        <translation>&amp;API&apos;leri yeniden yükle</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation>API bilgisini yeniden yükle</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Klavye Kısayolları</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Klavye Kı&amp;sayolları...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Klavye kısayollarını ayarla</translation>
+        <source>Show external tools</source>
+        <translation>Harici araçları göster</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>Karak&amp;ter tablosunu göster</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation>Görünüm Kesiti</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
+        <translation>&amp;Görünüm Kesiti...</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>Kılavye Kısa Yo&amp;llarını Dışa Aktar...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Kılavye kısa yollarını dışa aktar</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Klavye kısayollarını İçe Aktar</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>Klavye K&amp;ısayollarını İçe Aktar...</translation>
+        <source>Configure view profiles</source>
+        <translation>Görünüm kesitlerini ayarla</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>Araççubuğu</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>Araççu&amp;buğu...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>Araççubuğunu ayarla</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Klavye Kısayolları</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Klavye Kı&amp;sayolları...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Klavye kısayollarını ayarla</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>Kılavye Kısa Yo&amp;llarını Dışa Aktar...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Kılavye kısa yollarını dışa aktar</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Klavye kısayollarını İçe Aktar</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>Klavye K&amp;ısayollarını İçe Aktar...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Klavye kısayolları içeri aktarılıyor</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Activate current editor</source>
         <translation>Geçerli düzenleyiciyi aktif yap</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation>Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>Sonrakini göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>Öncekini göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>Sekmeler arasında değiştir</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>Plugin Infos</source>
         <translation>Eklenti Bilgisi</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Eklenti Bil&amp;gisi...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
+        <location filename="../UI/UserInterface.py" line="2764"/>
         <source>Show Plugin Infos</source>
         <translation>Eklenti Bilgisini Göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Eklenti Bilgileri...&lt;/b&gt;&lt;p&gt;Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>Eklenti Kur</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>Ekle&amp;nti Kur...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Eklenti Kur...&lt;/b&gt;&lt;p&gt;Bu eklenti kurmak yada güncellemek için bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>Eklenti Kaldır</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>Ekle&amp;nti Kaldır...</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Eklenti Kaldır...&lt;/b&gt;&lt;p&gt;Bu bir eklentiyi kaldırmak için bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Eklenti Bilgileri...&lt;/b&gt;&lt;p&gt;Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>Eklenti Kur</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>Ekle&amp;nti Kur...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Eklenti Kur...&lt;/b&gt;&lt;p&gt;Bu eklenti kurmak yada güncellemek için bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>Eklenti Kaldır</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>Ekle&amp;nti Kaldır...</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Eklenti Kaldır...&lt;/b&gt;&lt;p&gt;Bu bir eklentiyi kaldırmak için bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin Repository</source>
         <translation>Eklenti Havuzu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin &amp;Repository...</source>
         <translation>Eklenti Hav&amp;uzu...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
+        <location filename="../UI/UserInterface.py" line="2804"/>
         <source>Show Plugins available for download</source>
         <translation>İndirme için uygun olan eklentileri göster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
+        <location filename="../UI/UserInterface.py" line="2806"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eklenti Kaynak Havuzu...&lt;/b&gt;&lt;p&gt;Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.&lt;/p&gt;</translation>
     </message>
@@ -78725,17 +78745,17 @@
         <translation type="obsolete">PyQt4 Begelerini aç</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Eric API Belgeleri</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric API Dökümanı</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>Eric API Belgelerini Aç</translation>
     </message>
@@ -78755,112 +78775,112 @@
         <translation type="obsolete">PySide belgelerini açın</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>Bir&amp;imtest</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation>İla&amp;veler</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
+        <location filename="../UI/UserInterface.py" line="3062"/>
         <source>Wi&amp;zards</source>
         <translation>Sihirba&amp;z</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>Araç Grubunu Seç</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>Ayar&amp;lar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>&amp;Pencere</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Araççubuğu</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
+        <location filename="../UI/UserInterface.py" line="3089"/>
         <source>P&amp;lugins</source>
         <translation>Ek&amp;lentiler</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>&amp;Yardım</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>Araçlar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>Ayarlar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>Yardım</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>Kesitler</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
+        <location filename="../UI/UserInterface.py" line="3317"/>
         <source>Plugins</source>
         <translation>Eklentiler</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>Harici Araçlar/{0}</translation>
     </message>
@@ -78870,52 +78890,52 @@
         <translation type="obsolete">&lt;h3&gt;Sürüm Numaraları&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>E-posta adresi veya posta  sunucu adresi  boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>Uygulmayı yeniden başlat</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>Alet Grupları Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>Geçerli alet grubunu ayarla...</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>Ya&amp;pılandırma Araçları</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
+        <location filename="../UI/UserInterface.py" line="4152"/>
         <source>&amp;Plugin Tools</source>
         <translation>Eklen&amp;ti Araçları</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
+        <location filename="../UI/UserInterface.py" line="4301"/>
         <source>&amp;Show all</source>
         <translation>Hepsini Gö&amp;ster</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
+        <location filename="../UI/UserInterface.py" line="4303"/>
         <source>&amp;Hide all</source>
         <translation>&amp;Hepsini gizle</translation>
     </message>
@@ -78930,109 +78950,109 @@
         <translation type="obsolete">Qt3 Desteği</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>Problem</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>İşlem Üretecinde Hata</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
-        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5195"/>
+        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>Harici Araçlar</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>Eksik Belgeleme</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>Belgeleme</translation>
     </message>
@@ -79042,698 +79062,698 @@
         <translation type="obsolete">&lt;p&gt;PyQt4 Belgelerinin başlama noktası ayarlanmamış.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>Görevleri kaydet</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>Görevler Okunuyor</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
-        <source>Save session</source>
-        <translation>Oturumu kaydet</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6570"/>
+        <source>Save session</source>
+        <translation>Oturumu kaydet</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>Oturumu oku</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation>Düşme hatası</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; bir dosya değil.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Vazgeç</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>Güncelleme mümkün değil</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>Güncellemeleri kontrol esnasında hata</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Could not perform updates check.</source>
         <translation>Güncellemelere ulaşamıyorum.</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
+        <location filename="../UI/UserInterface.py" line="7233"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Mümkün sürümler&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
+        <location filename="../UI/UserInterface.py" line="7285"/>
         <source>First time usage</source>
         <translation>İlk kullanım</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>Semboller</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation type="unfinished">Yeni Pencere</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation type="unfinished">Yeni &amp;Pencere</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
+        <source>Switch the input focus to the Shell window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
+        <source>Switch the input focus to the Task-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation type="unfinished">&amp;Pencereler</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation type="unfinished">Qt&amp;4 Belgeleri {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;PyQt4 Belgelerinin başlama noktası ayarlanmamış.&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
+        <location filename="../UI/UserInterface.py" line="1704"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
+        <location filename="../UI/UserInterface.py" line="2147"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Güncellemeleri kontrol et...&lt;/b&gt;&lt;p&gt;İnternetten eric5 güncellemesi olup olmadını kontrol et.&lt;/p&gt; {6.?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation type="unfinished">Eric5 Web Gözatıcısınıi başlat {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
+        <location filename="../UI/UserInterface.py" line="2500"/>
         <source>Start the eric6 Icon Editor</source>
         <translation type="unfinished">Eric5 İkon düzenleyiciyi başlat {6 ?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
+        <location filename="../UI/UserInterface.py" line="2502"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
+        <location filename="../UI/UserInterface.py" line="2588"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
+        <location filename="../UI/UserInterface.py" line="2929"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -79743,393 +79763,393 @@
         <translation type="obsolete">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
+        <location filename="../UI/UserInterface.py" line="7202"/>
         <source>Eric6 is up to date</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished">Özel verileri temizle</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished">Oturum yükleniyor</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation type="unfinished">Özel verileri temizle</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished">Oturum yükleniyor</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2839"/>
+        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
-        <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Restart</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
+        <location filename="../UI/UserInterface.py" line="1654"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished">&lt;h3&gt;Sürüm Numaraları&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -80187,7 +80207,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;%-alanlarda çeşitli kodları kullanabilirsiniz. Tanımlanan kodlar:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;geçerli düzenleyicinin imlecinin sütunu&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;geçerli düzenleyicinin dizini&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;geçerli düzenleyicinin dosya adı&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;geçerli kullancının ana dizini&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;geçerli düzenleyicinin imlecinin satırı&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;geçerli projenin yolu&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;Geçici kullanıcının kullanıcı adı&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;oran işareti&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -84562,6 +84582,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -85029,32 +85064,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -85189,7 +85224,7 @@
         <translation type="unfinished">Metin Dosyaları (*.txt);;Tüm Dosyalar (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89511,12 +89546,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89566,58 +89601,53 @@
         <translation type="unfinished">Yardım Motoru</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished">Windows</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Evrensel kod</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
-        <translation type="unfinished"></translation>
+        <source>Other</source>
+        <translation type="unfinished">Diğer</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished">Evrensel kod</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished">Diğer</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89729,27 +89759,27 @@
         <translation type="unfinished">Tüm Geçmişi Göster...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished">Yerimleri</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished">Hepsini Gö&amp;ster</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished">&amp;Hepsini gizle</translation>
     </message>
@@ -89850,7 +89880,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished">Kılavye Kısa Yollarını Dışa Aktar</translation>
     </message>
@@ -89870,7 +89900,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished">Klavye kısayollarını İçe Aktar</translation>
     </message>
@@ -89890,7 +89920,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -89914,6 +89944,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished">Sistem</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebDatabasesDialog</name>
--- a/eric6/i18n/eric6_zh_CN.ts	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/i18n/eric6_zh_CN.ts	Sat Dec 05 12:29:26 2020 +0100
@@ -4473,7 +4473,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="110"/>
+        <location filename="../Utilities/__init__.py" line="129"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>跟据所给文本,编码 “{0}” 是错误的。</translation>
     </message>
@@ -7976,47 +7976,47 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>Start Debugger</source>
         <translation>启动调试器</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="459"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;调试器后端无法启动。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1018"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/>
         <source>Parent Process</source>
         <translation>父进程</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/>
         <source>Child process</source>
         <translation>子进程</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Client forking</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/>
         <source>Select the fork branch to follow.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>Debug Protocol Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1066"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="354"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -22923,57 +22923,57 @@
 <context>
     <name>GitProjectBrowserHelper</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="486"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="484"/>
         <source>Version Control</source>
         <translation type="unfinished">版本控制</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="497"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="495"/>
         <source>Commit changes to repository...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="503"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
         <source>Add/Stage to repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="504"/>
         <source>Unstage changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="510"/>
         <source>Remove from repository (and disk)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Remove from repository only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <source>Copy</source>
+        <translation type="unfinished">复制</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="428"/>
-        <source>Copy</source>
-        <translation type="unfinished">复制</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="430"/>
         <source>Move</source>
         <translation type="unfinished">移动</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="431"/>
         <source>Show log browser</source>
         <translation type="unfinished">显示日志浏览器</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="516"/>
         <source>Show status</source>
         <translation type="unfinished">显示状态</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="521"/>
         <source>Show differences</source>
         <translation type="unfinished">显示差异</translation>
     </message>
@@ -22983,7 +22983,7 @@
         <translation type="unfinished">并排显示差异</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="525"/>
         <source>Show differences (extended)</source>
         <translation type="unfinished">显示差异(扩展)</translation>
     </message>
@@ -22998,37 +22998,37 @@
         <translation type="unfinished">显示有注释的文件</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="533"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="531"/>
         <source>Revert changes</source>
         <translation type="unfinished">还原改变</translation>
     </message>
     <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="538"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished">选择所有本地文件条目</translation>
+    </message>
+    <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
-        <source>Select all local file entries</source>
-        <translation type="unfinished">选择所有本地文件条目</translation>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished">选择所有版本化的文件条目</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="542"/>
-        <source>Select all versioned file entries</source>
-        <translation type="unfinished">选择所有版本化的文件条目</translation>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished">选择所有本地文件夹条目</translation>
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="544"/>
-        <source>Select all local directory entries</source>
-        <translation type="unfinished">选择所有本地文件夹条目</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="546"/>
         <source>Select all versioned directory entries</source>
         <translation type="unfinished">选择所有版本化的文件夹条目</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="549"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
         <source>Configure...</source>
         <translation type="unfinished">配置…</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="584"/>
         <source>Do you really want to remove these files from the repository?</source>
         <translation type="unfinished"></translation>
     </message>
@@ -26739,27 +26739,27 @@
 <context>
     <name>Globals</name>
     <message>
-        <location filename="../Globals/__init__.py" line="440"/>
+        <location filename="../Globals/__init__.py" line="446"/>
         <source>{0:4.2f} Bytes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="444"/>
+        <location filename="../Globals/__init__.py" line="450"/>
         <source>{0:4.2f} KiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="448"/>
+        <location filename="../Globals/__init__.py" line="454"/>
         <source>{0:4.2f} MiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="452"/>
+        <location filename="../Globals/__init__.py" line="458"/>
         <source>{0:4.2f} GiB</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Globals/__init__.py" line="456"/>
+        <location filename="../Globals/__init__.py" line="462"/>
         <source>{0:4.2f} TiB</source>
         <translation type="unfinished"></translation>
     </message>
@@ -39901,102 +39901,102 @@
 <context>
     <name>IconEditorGrid</name>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="208"/>
         <source>Set Pixel</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="209"/>
+        <source>Erase Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="210"/>
+        <source>Draw Line</source>
+        <translation type="unfinished">显示边界线</translation>
+    </message>
+    <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="211"/>
-        <source>Erase Pixel</source>
+        <source>Draw Rectangle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="212"/>
-        <source>Draw Line</source>
-        <translation type="unfinished">显示边界线</translation>
+        <source>Draw Filled Rectangle</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="213"/>
-        <source>Draw Rectangle</source>
+        <source>Draw Circle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="214"/>
-        <source>Draw Filled Rectangle</source>
+        <source>Draw Filled Circle</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="215"/>
-        <source>Draw Circle</source>
+        <source>Draw Ellipse</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="216"/>
-        <source>Draw Filled Circle</source>
+        <source>Draw Filled Ellipse</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../IconEditor/IconEditorGrid.py" line="217"/>
-        <source>Draw Ellipse</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="218"/>
-        <source>Draw Filled Ellipse</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="219"/>
         <source>Fill Region</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="848"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="846"/>
         <source>Cut Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>Paste</source>
         <translation>粘贴</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="907"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="905"/>
         <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="920"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
         <source>Paste Clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Pasting Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="938"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="936"/>
         <source>Invalid image data in clipboard.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="949"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="947"/>
         <source>Paste Clipboard as New Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="978"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="976"/>
         <source>Clear Image</source>
         <translation>清除图像</translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="998"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="996"/>
         <source>Resize Image</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../IconEditor/IconEditorGrid.py" line="1025"/>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
         <source>Convert to Grayscale</source>
         <translation type="unfinished"></translation>
     </message>
@@ -41942,52 +41942,52 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>Yes</source>
         <translation type="unfinished">是</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="71"/>
+        <location filename="../UI/InstallInfoDialog.py" line="70"/>
         <source>No</source>
         <translation type="unfinished">否</translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="75"/>
+        <location filename="../UI/InstallInfoDialog.py" line="74"/>
         <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <location filename="../UI/InstallInfoDialog.py" line="80"/>
         <source>The information shown in this dialog was guessed at the first start of eric.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>Load Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="99"/>
+        <location filename="../UI/InstallInfoDialog.py" line="98"/>
         <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="151"/>
+        <location filename="../UI/InstallInfoDialog.py" line="150"/>
         <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>Save Install Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="188"/>
+        <location filename="../UI/InstallInfoDialog.py" line="187"/>
         <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -41997,17 +41997,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="61"/>
+        <location filename="../UI/InstallInfoDialog.py" line="60"/>
         <source>Installed as Administrator:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="63"/>
+        <location filename="../UI/InstallInfoDialog.py" line="62"/>
         <source>Installed with sudo:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="93"/>
+        <location filename="../UI/InstallInfoDialog.py" line="92"/>
         <source>unknown</source>
         <translation type="unfinished">未知</translation>
     </message>
@@ -42017,32 +42017,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <location filename="../UI/InstallInfoDialog.py" line="86"/>
         <source>The installation information was provided by the user.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="39"/>
+        <location filename="../UI/InstallInfoDialog.py" line="38"/>
         <source>Delete Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="255"/>
+        <location filename="../UI/InstallInfoDialog.py" line="254"/>
         <source>Upgrade Instructions</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Delete Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="201"/>
+        <location filename="../UI/InstallInfoDialog.py" line="200"/>
         <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/InstallInfoDialog.py" line="228"/>
+        <location filename="../UI/InstallInfoDialog.py" line="227"/>
         <source>Perform the following step(s) with Administrator privileges.
 </source>
         <translation type="unfinished"></translation>
@@ -51926,12 +51926,12 @@
         <translation type="unfinished">错误</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>Process Generation Error</source>
         <translation type="unfinished">进程生成错误</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipDialog.py" line="143"/>
+        <location filename="../PipInterface/PipDialog.py" line="146"/>
         <source>The process {0} could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -52642,7 +52642,7 @@
         </translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>Search PyPI</source>
         <translation type="unfinished"></translation>
     </message>
@@ -52662,102 +52662,102 @@
         <translation type="unfinished">错误:{0}</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Show Package Details</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="872"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="873"/>
         <source>Select the package version:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="910"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="911"/>
         <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="926"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="927"/>
         <source>Install Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="929"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="930"/>
         <source>Install Pip to User-Site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="932"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="933"/>
         <source>Repair Pip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1046"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1050"/>
         <source>Install Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="939"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="940"/>
         <source>Install Local Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="943"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="944"/>
         <source>Install Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="946"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="947"/>
         <source>Uninstall Requirements</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="949"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="950"/>
         <source>Generate Requirements...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="967"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="968"/>
         <source>Edit User Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="970"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="971"/>
         <source>Edit Environment Configuration...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="975"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="976"/>
         <source>Configure...</source>
         <translation type="unfinished">配置…</translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>Edit Configuration</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="1158"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1166"/>
         <source>No valid configuration path determined. Aborting</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="953"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="954"/>
         <source>Show Cache Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="956"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="957"/>
         <source>Show Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="959"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="960"/>
         <source>Remove Cached Files...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="963"/>
         <source>Purge Cache...</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54750,684 +54750,684 @@
         <translation>创建项目文件夹</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>New Project</source>
         <translation>新建项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2454"/>
+        <location filename="../Project/Project.py" line="2458"/>
         <source>Add existing files to the project?</source>
         <translation>是否将已有文件添加到项目中?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2939"/>
+        <location filename="../Project/Project.py" line="2943"/>
         <source>Select Version Control System</source>
         <translation>选择版本控制系统</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2581"/>
+        <location filename="../Project/Project.py" line="2585"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>是否编辑版本控制系统命令选项?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>New project</source>
         <translation>新建项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2524"/>
+        <location filename="../Project/Project.py" line="2528"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>是否将项目文件添加到仓库?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2560"/>
+        <location filename="../Project/Project.py" line="2564"/>
         <source>None</source>
         <translation>无</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2553"/>
+        <location filename="../Project/Project.py" line="2557"/>
         <source>Select version control system for the project</source>
         <translation>为项目选择版本控制系统</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Translation Pattern</source>
         <translation>翻译样式</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2662"/>
+        <location filename="../Project/Project.py" line="2666"/>
         <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
         <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“&apos;%language%”):</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>Open project</source>
         <translation>打开项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3083"/>
+        <location filename="../Project/Project.py" line="3087"/>
         <source>Project Files (*.e4p)</source>
         <translation>项目文件 (*.e4p)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
+        <location filename="../Project/Project.py" line="3863"/>
         <source>Save project as</source>
         <translation>项目另存为</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>Save File</source>
         <translation>保存文件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>Close Project</source>
         <translation>关闭项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3134"/>
+        <location filename="../Project/Project.py" line="3138"/>
         <source>The current project has unsaved changes.</source>
         <translation>当前项目的更改未保存。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>Syntax errors detected</source>
         <translation>检测到语法错误</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Project/Project.py" line="3311"/>
+        <location filename="../Project/Project.py" line="3315"/>
         <source>The project contains %n file(s) with syntax errors.</source>
         <translation>
             <numerusform>项目包含 %n 文件有语法错误。</numerusform>
         </translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3808"/>
+        <location filename="../Project/Project.py" line="3812"/>
         <source>&amp;New...</source>
         <translation>新建(&amp;N)…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3813"/>
+        <location filename="../Project/Project.py" line="3817"/>
         <source>Generate a new project</source>
         <translation>生成新项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3814"/>
+        <location filename="../Project/Project.py" line="3818"/>
         <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;新建…&lt;/b&gt;&lt;p&gt;打开一个对话框为新项目输入信息。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3822"/>
+        <location filename="../Project/Project.py" line="3826"/>
         <source>&amp;Open...</source>
         <translation>打开(&amp;O)…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3827"/>
+        <location filename="../Project/Project.py" line="3831"/>
         <source>Open an existing project</source>
         <translation>打开一个已有项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3828"/>
+        <location filename="../Project/Project.py" line="3832"/>
         <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;打开…&lt;/b&gt;&lt;p&gt;打开一个已有项目。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>Close project</source>
-        <translation>关闭项目</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="3835"/>
-        <source>&amp;Close</source>
-        <translation>关闭(&amp;C)</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3839"/>
+        <source>Close project</source>
+        <translation>关闭项目</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3839"/>
+        <source>&amp;Close</source>
+        <translation>关闭(&amp;C)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3843"/>
         <source>Close the current project</source>
         <translation>关闭当前项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3840"/>
+        <location filename="../Project/Project.py" line="3844"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;关闭&lt;/b&gt;&lt;p&gt;关闭当前项目。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3847"/>
-        <source>Save project</source>
-        <translation>保存项目</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>&amp;Save</source>
-        <translation>保存(&amp;S)</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3851"/>
+        <source>Save project</source>
+        <translation>保存项目</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4043"/>
+        <source>&amp;Save</source>
+        <translation>保存(&amp;S)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3855"/>
         <source>Save the current project</source>
         <translation>保存当前项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3852"/>
+        <location filename="../Project/Project.py" line="3856"/>
         <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存&lt;/b&gt;&lt;p&gt;保存当前项目&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3859"/>
-        <source>Save &amp;as...</source>
-        <translation>另存为(&amp;A)…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3863"/>
+        <source>Save &amp;as...</source>
+        <translation>另存为(&amp;A)…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3867"/>
         <source>Save the current project to a new file</source>
         <translation>将当前项目另存为一个新文件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3865"/>
+        <location filename="../Project/Project.py" line="3869"/>
         <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;另存为&lt;/b&gt;&lt;p&gt;将当前项目另存为一个新文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add files to project</source>
         <translation>将文件添加到项目中</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3874"/>
+        <location filename="../Project/Project.py" line="3878"/>
         <source>Add &amp;files...</source>
         <translation>添加文件(&amp;F)…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3879"/>
+        <location filename="../Project/Project.py" line="3883"/>
         <source>Add files to the current project</source>
         <translation>将文件添加到当前项目中</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3881"/>
+        <location filename="../Project/Project.py" line="3885"/>
         <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
         <translation>&lt;b&gt;添加文件…&lt;/b&gt;&lt;p&gt;打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory to project</source>
         <translation>将文件夹添加到项目中</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3890"/>
+        <location filename="../Project/Project.py" line="3894"/>
         <source>Add directory...</source>
         <translation>添加文件夹…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3895"/>
+        <location filename="../Project/Project.py" line="3899"/>
         <source>Add a directory to the current project</source>
         <translation>为当前工程添加文件夹</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3897"/>
+        <location filename="../Project/Project.py" line="3901"/>
         <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;添加文件夹…&lt;/b&gt;&lt;p&gt;打开一个对话框将文件夹添加到当前项目中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add translation to project</source>
         <translation>将翻译添加到项目中</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3905"/>
+        <location filename="../Project/Project.py" line="3909"/>
         <source>Add &amp;translation...</source>
         <translation>添加翻译(&amp;T)…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3910"/>
+        <location filename="../Project/Project.py" line="3914"/>
         <source>Add a translation to the current project</source>
         <translation>将翻译添加到当前项目中</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3912"/>
+        <location filename="../Project/Project.py" line="3916"/>
         <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;添加翻译…&lt;/b&gt;&lt;p&gt;打开一个对话框将翻译添加到当前项目中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
+        <location filename="../Project/Project.py" line="3924"/>
         <source>Search new files</source>
         <translation>搜索新文件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3920"/>
-        <source>Searc&amp;h new files...</source>
-        <translation>搜索新文件(&amp;H)…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3924"/>
+        <source>Searc&amp;h new files...</source>
+        <translation>搜索新文件(&amp;H)…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3928"/>
         <source>Search new files in the project directory.</source>
         <translation>在项目文件夹中搜索新文件。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>Project properties</source>
         <translation>项目属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3950"/>
+        <location filename="../Project/Project.py" line="3954"/>
         <source>&amp;Properties...</source>
         <translation>属性(&amp;P)…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3955"/>
+        <location filename="../Project/Project.py" line="3959"/>
         <source>Show the project properties</source>
         <translation>显示项目属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3956"/>
+        <location filename="../Project/Project.py" line="3960"/>
         <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;属性…&lt;/b&gt;&lt;p&gt;显示一个对话框可编辑项目属性。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>User project properties</source>
         <translation>用户项目属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3963"/>
+        <location filename="../Project/Project.py" line="3967"/>
         <source>&amp;User Properties...</source>
         <translation>用户属性(&amp;U)…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3968"/>
+        <location filename="../Project/Project.py" line="3972"/>
         <source>Show the user specific project properties</source>
         <translation>显示用户指定的项目属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3970"/>
+        <location filename="../Project/Project.py" line="3974"/>
         <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
         <translation>&lt;b&gt;用户属性…&lt;/b&gt;&lt;p&gt;显示一个对话框可编辑用户指定的项目属性。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
+        <location filename="../Project/Project.py" line="3982"/>
         <source>Filetype Associations</source>
         <translation>文件类型关联</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3978"/>
-        <source>Filetype Associations...</source>
-        <translation>文件类型关联…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="3982"/>
+        <source>Filetype Associations...</source>
+        <translation>文件类型关联…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3986"/>
         <source>Show the project filetype associations</source>
         <translation>显示项目文件类型关联</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
+        <location filename="../Project/Project.py" line="4018"/>
         <source>Debugger Properties</source>
         <translation>调试器属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4014"/>
-        <source>Debugger &amp;Properties...</source>
-        <translation>调试器属性(&amp;P)…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4018"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation>调试器属性(&amp;P)…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4022"/>
         <source>Show the debugger properties</source>
         <translation>显示调试器属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4019"/>
+        <location filename="../Project/Project.py" line="4023"/>
         <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;调试器属性…&lt;/b&gt;&lt;p&gt;显示一个对话框以编辑项目指定的调试器设定。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
+        <location filename="../Project/Project.py" line="4031"/>
         <source>Load</source>
         <translation>载入</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4027"/>
-        <source>&amp;Load</source>
-        <translation>载入(&amp;L)</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4031"/>
+        <source>&amp;Load</source>
+        <translation>载入(&amp;L)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4035"/>
         <source>Load the debugger properties</source>
         <translation>载入调试器属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4032"/>
+        <location filename="../Project/Project.py" line="4036"/>
         <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;载入调试器属性&lt;/b&gt;&lt;p&gt;载入项目指定的调试器设定。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4039"/>
-        <source>Save</source>
-        <translation>保存</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4043"/>
+        <source>Save</source>
+        <translation>保存</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4047"/>
         <source>Save the debugger properties</source>
         <translation>保存调试器属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4044"/>
+        <location filename="../Project/Project.py" line="4048"/>
         <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存调试器属性&lt;/b&gt;&lt;p&gt;保存项目指定的调试器设置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
+        <location filename="../Project/Project.py" line="4055"/>
         <source>Delete</source>
         <translation>删除</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4051"/>
-        <source>&amp;Delete</source>
-        <translation>删除(&amp;D)</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4055"/>
+        <source>&amp;Delete</source>
+        <translation>删除(&amp;D)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4059"/>
         <source>Delete the debugger properties</source>
         <translation>删除调试器属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4056"/>
+        <location filename="../Project/Project.py" line="4060"/>
         <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;删除调试器属性&lt;/b&gt;&lt;p&gt;删除包含项目指定调试器设置的文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
+        <location filename="../Project/Project.py" line="4068"/>
         <source>Reset</source>
         <translation>重置</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4064"/>
-        <source>&amp;Reset</source>
-        <translation>重置(&amp;R)</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4068"/>
+        <source>&amp;Reset</source>
+        <translation>重置(&amp;R)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4072"/>
         <source>Reset the debugger properties</source>
         <translation>重围调试器属性</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4069"/>
+        <location filename="../Project/Project.py" line="4073"/>
         <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
         <translation>&lt;b&gt;重置调试器属性&lt;/b&gt;&lt;p&gt;重置项目指定的调试器设置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4078"/>
-        <source>Load session</source>
-        <translation>载入会话</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4082"/>
+        <source>Load session</source>
+        <translation>载入会话</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4086"/>
         <source>Load the projects session file.</source>
         <translation>载入项目会话文件。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4083"/>
+        <location filename="../Project/Project.py" line="4087"/>
         <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;载入会话&lt;/b&gt;&lt;p&gt;载入项目会话文件。会话包括如下数据。&lt;br&gt;- 所有打开的源文件&lt;br&gt;- 所有断点&lt;br&gt;- 命令行参数&lt;br&gt;- 工作文件夹&lt;br&gt;- 异常报告标志&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4096"/>
-        <source>Save session</source>
-        <translation>保存会话</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4100"/>
+        <source>Save session</source>
+        <translation>保存会话</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4104"/>
         <source>Save the projects session file.</source>
         <translation>保存项目会话文件。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4101"/>
+        <location filename="../Project/Project.py" line="4105"/>
         <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存会话&lt;/b&gt;&lt;p&gt;保存项目会话文件。会话包括如下数据。&lt;br&gt;- 所有打开的源文件&lt;br&gt;- 所有断点&lt;br&gt;- 命令行参数&lt;br&gt;- 工作文件夹&lt;br&gt;- 异常报告标志&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4114"/>
-        <source>Delete session</source>
-        <translation>删除会话</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4118"/>
+        <source>Delete session</source>
+        <translation>删除会话</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4122"/>
         <source>Delete the projects session file.</source>
         <translation>删除项目会话文件。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4119"/>
+        <location filename="../Project/Project.py" line="4123"/>
         <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
         <translation>&lt;b&gt;删除会话&lt;/b&gt;&lt;p&gt;删除项目会话文件&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
+        <location filename="../Project/Project.py" line="4132"/>
         <source>Code Metrics</source>
         <translation>代码度量</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4128"/>
-        <source>&amp;Code Metrics...</source>
-        <translation>代码度量(&amp;C)…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;Code Metrics...</source>
+        <translation>代码度量(&amp;C)…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4136"/>
         <source>Show some code metrics for the project.</source>
         <translation>显示项目的部分代码度量。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4134"/>
+        <location filename="../Project/Project.py" line="4138"/>
         <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;代码度量…&lt;/b&gt;&lt;p&gt;显示项目中所有 Python 文件的部分代码度量。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
+        <location filename="../Project/Project.py" line="4146"/>
         <source>Python Code Coverage</source>
         <translation>Python 代码覆盖率</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4142"/>
-        <source>Code Co&amp;verage...</source>
-        <translation>代码覆盖率(&amp;v)…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4146"/>
+        <source>Code Co&amp;verage...</source>
+        <translation>代码覆盖率(&amp;v)…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
         <source>Show code coverage information for the project.</source>
         <translation>显示项目的代码覆盖率信息。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4148"/>
+        <location filename="../Project/Project.py" line="4152"/>
         <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;代码覆盖率…&lt;/b&gt;&lt;p&gt;显示项目中所有 Python 文件的代码覆盖率。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Profile Data</source>
         <translation>剖析数据</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4156"/>
-        <source>&amp;Profile Data...</source>
-        <translation>剖析数据(&amp;P)…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4160"/>
+        <source>&amp;Profile Data...</source>
+        <translation>剖析数据(&amp;P)…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4164"/>
         <source>Show profiling data for the project.</source>
         <translation>显示项目的剖析数据。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4162"/>
+        <location filename="../Project/Project.py" line="4166"/>
         <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;剖析数据…&lt;/b&gt;&lt;p&gt;显示项目的剖析数据。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Application Diagram</source>
         <translation>应用程序图</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4171"/>
-        <source>&amp;Application Diagram...</source>
-        <translation>应用程序(&amp;A)图…</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4175"/>
+        <source>&amp;Application Diagram...</source>
+        <translation>应用程序(&amp;A)图…</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4179"/>
         <source>Show a diagram of the project.</source>
         <translation>显示项目图表。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4177"/>
+        <location filename="../Project/Project.py" line="4181"/>
         <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;应用程序图…&lt;/b&gt;&lt;p&gt;显示项目的图表。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>Create Package List</source>
         <translation>创建程序包列表</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4200"/>
+        <location filename="../Project/Project.py" line="4204"/>
         <source>Create &amp;Package List</source>
         <translation type="unfinished">创建插件存档(&amp;A)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>Create Plugin Archive</source>
         <translation>创建插件存档</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4216"/>
+        <location filename="../Project/Project.py" line="4220"/>
         <source>Create Plugin &amp;Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4302"/>
+        <location filename="../Project/Project.py" line="4306"/>
         <source>&amp;Project</source>
         <translation>项目(&amp;P)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4303"/>
+        <location filename="../Project/Project.py" line="4307"/>
         <source>Open &amp;Recent Projects</source>
         <translation>打开最近的项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4308"/>
-        <source>&amp;Version Control</source>
-        <translation>版本控制(&amp;V)</translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4312"/>
-        <source>Chec&amp;k</source>
-        <translation>检查(&amp;K)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4314"/>
-        <source>Sho&amp;w</source>
-        <translation>显示(&amp;W)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4315"/>
-        <source>&amp;Diagrams</source>
-        <translation>图表(&amp;D)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4304"/>
-        <source>Session</source>
-        <translation>会话</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4317"/>
-        <source>Source &amp;Documentation</source>
-        <translation>源文档(&amp;D)</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4305"/>
-        <source>Debugger</source>
-        <translation>调试器</translation>
+        <source>&amp;Version Control</source>
+        <translation>版本控制(&amp;V)</translation>
     </message>
     <message>
         <location filename="../Project/Project.py" line="4316"/>
+        <source>Chec&amp;k</source>
+        <translation>检查(&amp;K)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4318"/>
+        <source>Sho&amp;w</source>
+        <translation>显示(&amp;W)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4319"/>
+        <source>&amp;Diagrams</source>
+        <translation>图表(&amp;D)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4308"/>
+        <source>Session</source>
+        <translation>会话</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4321"/>
+        <source>Source &amp;Documentation</source>
+        <translation>源文档(&amp;D)</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4309"/>
+        <source>Debugger</source>
+        <translation>调试器</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4320"/>
         <source>Pac&amp;kagers</source>
         <translation>打包程序(&amp;K)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4442"/>
+        <location filename="../Project/Project.py" line="4446"/>
         <source>Project</source>
         <translation>项目</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4508"/>
+        <location filename="../Project/Project.py" line="4512"/>
         <source>&amp;Clear</source>
         <translation>清除(&amp;C)</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>Search New Files</source>
         <translation>搜索新文件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4681"/>
+        <location filename="../Project/Project.py" line="4685"/>
         <source>There were no new files found to be added.</source>
         <translation>没有要添加的新文件。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>Version Control System</source>
         <translation>版本控制系统</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4959"/>
+        <location filename="../Project/Project.py" line="4963"/>
         <source>Coverage Data</source>
         <translation>覆盖率数据</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5009"/>
+        <location filename="../Project/Project.py" line="5013"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>当前项目未定义主脚本。终止</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Code Coverage</source>
         <translation>代码覆盖率</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4982"/>
+        <location filename="../Project/Project.py" line="4986"/>
         <source>Please select a coverage file</source>
         <translation>请选择一个覆盖率文件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5032"/>
+        <location filename="../Project/Project.py" line="5036"/>
         <source>Please select a profile file</source>
         <translation>请选择一个剖析文件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5086"/>
+        <location filename="../Project/Project.py" line="5090"/>
         <source>Include module names?</source>
         <translation>包含模块名?</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5230"/>
+        <location filename="../Project/Project.py" line="5234"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;文件 &lt;b&gt;PKGLIST&lt;/b&gt; 已存在。&lt;/p&gt;&lt;p&gt;是否覆盖?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5300"/>
+        <location filename="../Project/Project.py" line="5304"/>
         <source>The project does not have a main script defined. Aborting...</source>
         <translation>项目未定义主脚本。终止…</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
+        <location filename="../Project/Project.py" line="4000"/>
         <source>Lexer Associations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3996"/>
-        <source>Lexer Associations...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4000"/>
+        <source>Lexer Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4004"/>
         <source>Show the project lexer associations (overriding defaults)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4002"/>
+        <location filename="../Project/Project.py" line="4006"/>
         <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55502,7 +55502,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3098"/>
+        <location filename="../Project/Project.py" line="3102"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;文件 &lt;b&gt;{0}&lt;/b&gt; 已经存在。是否覆盖?&lt;/p&gt;</translation>
     </message>
@@ -55517,22 +55517,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4829"/>
+        <location filename="../Project/Project.py" line="4833"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5281"/>
+        <location filename="../Project/Project.py" line="5285"/>
         <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5440"/>
+        <location filename="../Project/Project.py" line="5444"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5513"/>
+        <location filename="../Project/Project.py" line="5517"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55552,32 +55552,32 @@
         <translation type="obsolete">Python2 文件 (*.py2);;Python2 GUI 文件 (*.pyw2);;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>Create main script</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2421"/>
+        <location filename="../Project/Project.py" line="2424"/>
         <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>Load Diagram</source>
-        <translation type="unfinished">加载图表</translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4185"/>
-        <source>&amp;Load Diagram...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4189"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished">加载图表</translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4189"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4193"/>
         <source>Load a diagram from file.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4191"/>
+        <location filename="../Project/Project.py" line="4195"/>
         <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55602,37 +55602,37 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4817"/>
+        <location filename="../Project/Project.py" line="4821"/>
         <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5554"/>
+        <location filename="../Project/Project.py" line="5558"/>
         <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4205"/>
+        <location filename="../Project/Project.py" line="4209"/>
         <source>Create an initial PKGLIST file for an eric6 plugin.</source>
         <translation type="unfinished">创建一个 eric6 插件存档文件。</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4207"/>
+        <location filename="../Project/Project.py" line="4211"/>
         <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;创建插件存档&lt;/b&gt;&lt;p&gt;通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。&lt;/p&gt; {5 ?} {6 ?}</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4221"/>
+        <location filename="../Project/Project.py" line="4225"/>
         <source>Create eric6 plugin archive files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4223"/>
+        <location filename="../Project/Project.py" line="4227"/>
         <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5404"/>
+        <location filename="../Project/Project.py" line="5408"/>
         <source>&lt;p&gt;The eric6 plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55642,118 +55642,118 @@
         <translation>Eric6 插件</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>Create project management directory</source>
         <translation>创建项目管理目录</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2909"/>
+        <location filename="../Project/Project.py" line="2913"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
         <translation>&lt;p&gt;项目目录 &lt;b&gt;{0}&lt;/b&gt; 不可写。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Alt+Ctrl+P</source>
         <comment>Project|Search Project File</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3941"/>
+        <location filename="../Project/Project.py" line="3945"/>
         <source>Search for a file in the project list of files.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3943"/>
+        <location filename="../Project/Project.py" line="3947"/>
         <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3935"/>
+        <location filename="../Project/Project.py" line="3939"/>
         <source>Search Project File...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Project/Project.py" line="5340"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4237"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4242"/>
+        <source>Create eric6 plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4244"/>
+        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5318"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Project/Project.py" line="5336"/>
-        <source>Create Plugin Archives</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4233"/>
-        <source>Create Plugin Archives (&amp;Snapshot)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4238"/>
-        <source>Create eric6 plugin archive files (snapshot releases).</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="4240"/>
-        <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5314"/>
-        <source>Select package lists:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Project/Project.py" line="5332"/>
         <source>Creating plugin archives...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>Abort</source>
         <translation type="unfinished">终止</translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5332"/>
+        <location filename="../Project/Project.py" line="5336"/>
         <source>%v/%m Archives</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5348"/>
+        <location filename="../Project/Project.py" line="5352"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5459"/>
+        <location filename="../Project/Project.py" line="5463"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created with some errors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5462"/>
+        <location filename="../Project/Project.py" line="5466"/>
         <source>&lt;p&gt;The eric6 plugin archive files were created successfully.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5325"/>
+        <location filename="../Project/Project.py" line="5329"/>
         <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5376"/>
+        <location filename="../Project/Project.py" line="5380"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3926"/>
+        <location filename="../Project/Project.py" line="3930"/>
         <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="3984"/>
+        <location filename="../Project/Project.py" line="3988"/>
         <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55773,82 +55773,82 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>Create Makefile</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="2735"/>
+        <location filename="../Project/Project.py" line="2739"/>
         <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>Execute Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4254"/>
-        <source>&amp;Execute Make</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4258"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
         <source>Perform a &apos;make&apos; run.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4260"/>
+        <location filename="../Project/Project.py" line="4264"/>
         <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5720"/>
+        <location filename="../Project/Project.py" line="5724"/>
         <source>Test for Changes</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4268"/>
-        <source>&amp;Test for Changes</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Project/Project.py" line="4272"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4276"/>
         <source>Question &apos;make&apos;, if a rebuild is needed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4274"/>
+        <location filename="../Project/Project.py" line="4278"/>
         <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4319"/>
+        <location filename="../Project/Project.py" line="4323"/>
         <source>Make</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5668"/>
+        <location filename="../Project/Project.py" line="5672"/>
         <source>The make process did not start.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5713"/>
+        <location filename="../Project/Project.py" line="5717"/>
         <source>The make process crashed.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5723"/>
+        <location filename="../Project/Project.py" line="5727"/>
         <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5728"/>
+        <location filename="../Project/Project.py" line="5732"/>
         <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="5740"/>
+        <location filename="../Project/Project.py" line="5744"/>
         <source>The makefile contains errors.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -55863,7 +55863,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Project/Project.py" line="4307"/>
+        <location filename="../Project/Project.py" line="4311"/>
         <source>Project-T&amp;ools</source>
         <translation type="unfinished"></translation>
     </message>
@@ -66663,231 +66663,251 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="242"/>
-        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected language.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="249"/>
+        <location filename="../QScintilla/ShellWindow.py" line="250"/>
         <source>Restart and Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="254"/>
+        <location filename="../QScintilla/ShellWindow.py" line="255"/>
         <source>Clear the window and restart the shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="256"/>
-        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected language.&lt;/p&gt;</source>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="885"/>
+        <source>&amp;Show History...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>Show History</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="891"/>
-        <source>&amp;Show History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="897"/>
         <source>Show the shell history in a dialog</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>Clear History</source>
+        <translation type="unfinished">清除历史记录</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="895"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>Clear History</source>
-        <translation type="unfinished">清除历史记录</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="901"/>
-        <source>&amp;Clear History...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="907"/>
         <source>Clear the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="905"/>
         <source>Select History &amp;Entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="916"/>
+        <location filename="../QScintilla/ShellWindow.py" line="910"/>
         <source>Select an entry of the shell history</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="924"/>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
         <source>About</source>
         <translation type="unfinished">关于</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="918"/>
+        <source>&amp;About</source>
+        <translation type="unfinished">关于(&amp;A)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="922"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished">显示软件信息</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="924"/>
-        <source>&amp;About</source>
-        <translation type="unfinished">关于(&amp;A)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="928"/>
-        <source>Display information about this software</source>
-        <translation type="unfinished">显示软件信息</translation>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;关于&lt;/b&gt;&lt;p&gt;显示与本软件有关的部分信息。&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../QScintilla/ShellWindow.py" line="930"/>
-        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-        <translation type="unfinished">&lt;b&gt;关于&lt;/b&gt;&lt;p&gt;显示与本软件有关的部分信息。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="936"/>
         <source>About Qt</source>
         <translation type="unfinished">关于 Qt</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="930"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished">关于 &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="934"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="936"/>
-        <source>About &amp;Qt</source>
-        <translation type="unfinished">关于 &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="940"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="942"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>What&apos;s This?</source>
         <translation type="unfinished">这是什么?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>&amp;What&apos;s This?</source>
         <translation type="unfinished">这是什么(&amp;W)?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="949"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation type="unfinished">Shift+F1</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="955"/>
+        <location filename="../QScintilla/ShellWindow.py" line="949"/>
         <source>Context sensitive help</source>
         <translation type="unfinished">背景帮助</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="956"/>
+        <location filename="../QScintilla/ShellWindow.py" line="950"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;显示背景帮助&lt;/b&gt;&lt;p&gt;在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>About eric6 Shell Window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1100"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1094"/>
         <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1128"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1122"/>
         <source>&amp;File</source>
         <translation type="unfinished">文件(&amp;F)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1137"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1131"/>
         <source>&amp;Edit</source>
         <translation type="unfinished">编辑(&amp;E)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1148"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1142"/>
         <source>&amp;View</source>
         <translation type="unfinished">视图(&amp;V)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1155"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1149"/>
         <source>Histor&amp;y</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished">开始(&amp;S)</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1162"/>
-        <source>&amp;Start</source>
-        <translation type="unfinished">开始(&amp;S)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1168"/>
         <source>&amp;Help</source>
         <translation type="unfinished">帮助(&amp;H)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1201"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1195"/>
         <source>File</source>
         <translation type="unfinished">文件</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1210"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1204"/>
         <source>Edit</source>
         <translation type="unfinished">编辑</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1211"/>
+        <source>Find</source>
+        <translation type="unfinished">查找</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1217"/>
-        <source>Find</source>
-        <translation type="unfinished">查找</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1223"/>
         <source>View</source>
         <translation type="unfinished">视图</translation>
     </message>
     <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1224"/>
+        <source>History</source>
+        <translation type="unfinished">历史</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/ShellWindow.py" line="1230"/>
-        <source>History</source>
-        <translation type="unfinished">历史</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1236"/>
         <source>Help</source>
         <translation type="unfinished">帮助</translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1251"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="579"/>
         <source>Move forward one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="595"/>
+        <location filename="../QScintilla/ShellWindow.py" line="589"/>
         <source>Move back one history entry</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1030"/>
         <source>eric6 Shell</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/ShellWindow.py" line="1034"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1028"/>
         <source>eric6 Shell [{0}]</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="242"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="257"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="284"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished">&lt;b&gt;复制&lt;/b&gt;&lt;p&gt;将已选文件复制到剪贴板中。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="320"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="337"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>Shelve</name>
@@ -79298,828 +79318,828 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="../UI/UserInterface.py" line="270"/>
+        <location filename="../UI/UserInterface.py" line="271"/>
         <source>Initializing Plugin Manager...</source>
         <translation>初始化插件管理器…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="277"/>
+        <location filename="../UI/UserInterface.py" line="278"/>
         <source>Generating Main User Interface...</source>
         <translation>生成主用户界面…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="327"/>
+        <location filename="../UI/UserInterface.py" line="328"/>
         <source>Setting up connections...</source>
         <translation>建立连接…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="584"/>
+        <location filename="../UI/UserInterface.py" line="585"/>
         <source>Initializing Tools...</source>
         <translation>初始化工具…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="594"/>
+        <location filename="../UI/UserInterface.py" line="595"/>
         <source>Registering Objects...</source>
         <translation>注册对象…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="627"/>
+        <location filename="../UI/UserInterface.py" line="628"/>
         <source>Initializing Actions...</source>
         <translation>初始化动作…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="629"/>
+        <location filename="../UI/UserInterface.py" line="630"/>
         <source>Initializing Menus...</source>
         <translation>初始化菜单…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="631"/>
+        <location filename="../UI/UserInterface.py" line="632"/>
         <source>Initializing Toolbars...</source>
         <translation>初始化工具栏…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="633"/>
+        <location filename="../UI/UserInterface.py" line="634"/>
         <source>Initializing Statusbar...</source>
         <translation>初始化状态栏…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="660"/>
+        <location filename="../UI/UserInterface.py" line="661"/>
         <source>Initializing Single Application Server...</source>
         <translation>初始化单应用程序服务器…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="670"/>
+        <location filename="../UI/UserInterface.py" line="671"/>
         <source>Activating Plugins...</source>
         <translation>激活插件…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="686"/>
+        <location filename="../UI/UserInterface.py" line="687"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>恢复工具拦管理器…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
+        <location filename="../UI/UserInterface.py" line="1749"/>
         <source>Project-Viewer</source>
         <translation>项目浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Multiproject-Viewer</source>
         <translation>多重项目浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Debug-Viewer</source>
         <translation>调试浏览器</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Log-Viewer</source>
+        <translation>日志浏览器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1854"/>
+        <source>Task-Viewer</source>
+        <translation>任务浏览器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Template-Viewer</source>
+        <translation>模板浏览器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>File-Browser</source>
+        <translation>文件浏览器</translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Log-Viewer</source>
-        <translation>日志浏览器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
-        <source>Task-Viewer</source>
-        <translation>任务浏览器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Template-Viewer</source>
-        <translation>模板浏览器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>File-Browser</source>
-        <translation>文件浏览器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
         <source>Shell</source>
         <translation>命令行</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>Horizontal Toolbox</source>
         <translation>横向工具箱</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Quit</source>
         <translation>退出</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>&amp;Quit</source>
         <translation>退出(&amp;Q)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1603"/>
+        <location filename="../UI/UserInterface.py" line="1637"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1609"/>
+        <location filename="../UI/UserInterface.py" line="1643"/>
         <source>Quit the IDE</source>
         <translation>退出程序</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1610"/>
+        <location filename="../UI/UserInterface.py" line="1644"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;退出程序&lt;/b&gt;&lt;p&gt;退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1681"/>
-        <source>Edit Profile</source>
-        <translation>编辑模式</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1687"/>
-        <source>Activate the edit view profile</source>
-        <translation>激活编辑视图模式</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1689"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;编辑模式&lt;/b&gt;&lt;p&gt;激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1698"/>
-        <source>Debug Profile</source>
-        <translation>调试模式</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1704"/>
-        <source>Activate the debug view profile</source>
-        <translation>激活调试模式</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;调试模式&lt;/b&gt;&lt;p&gt;激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>项目浏览器(&amp;P)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1715"/>
-        <source>Alt+Shift+P</source>
-        <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1732"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>多重项目浏览器(&amp;M)</translation>
+        <source>Edit Profile</source>
+        <translation>编辑模式</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1721"/>
+        <source>Activate the edit view profile</source>
+        <translation>激活编辑视图模式</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1723"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;编辑模式&lt;/b&gt;&lt;p&gt;激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1732"/>
+        <source>Debug Profile</source>
+        <translation>调试模式</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1738"/>
+        <source>Activate the debug view profile</source>
+        <translation>激活调试模式</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1740"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;调试模式&lt;/b&gt;&lt;p&gt;激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>项目浏览器(&amp;P)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1749"/>
+        <source>Alt+Shift+P</source>
+        <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>多重项目浏览器(&amp;M)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1766"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
+        <location filename="../UI/UserInterface.py" line="1802"/>
         <source>&amp;Shell</source>
         <translation>命令行(&amp;S)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1768"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1802"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
+        <location filename="../UI/UserInterface.py" line="1873"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1882"/>
+        <location filename="../UI/UserInterface.py" line="1916"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>横向工具箱(&amp;H)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1886"/>
+        <location filename="../UI/UserInterface.py" line="1920"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>切换横向工具箱窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1922"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换横向工具箱窗口&lt;/b&gt;&lt;p&gt;在横向工具箱窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>What&apos;s This?</source>
         <translation>这是什么?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>&amp;What&apos;s This?</source>
         <translation>这是什么(&amp;W)?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2087"/>
+        <location filename="../UI/UserInterface.py" line="2121"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2093"/>
+        <location filename="../UI/UserInterface.py" line="2127"/>
         <source>Context sensitive help</source>
         <translation>背景帮助</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2094"/>
+        <location filename="../UI/UserInterface.py" line="2128"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示背景帮助&lt;/b&gt;&lt;p&gt;在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>Helpviewer</source>
         <translation>帮助浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>&amp;Helpviewer...</source>
         <translation>帮助浏览器(&amp;H)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2105"/>
+        <location filename="../UI/UserInterface.py" line="2139"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2111"/>
+        <location filename="../UI/UserInterface.py" line="2145"/>
         <source>Open the helpviewer window</source>
         <translation>打开帮助浏览器窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show Versions</source>
         <translation>显示版本</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2131"/>
+        <location filename="../UI/UserInterface.py" line="2165"/>
         <source>Show &amp;Versions</source>
         <translation>显示版本(&amp;V)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2135"/>
+        <location filename="../UI/UserInterface.py" line="2169"/>
         <source>Display version information</source>
         <translation>显示版本信息</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2137"/>
+        <location filename="../UI/UserInterface.py" line="2171"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示版本&lt;/b&gt;&lt;p&gt;显示版本信息。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2147"/>
+        <location filename="../UI/UserInterface.py" line="2181"/>
         <source>Check for Updates</source>
         <translation>检查更新</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2144"/>
+        <location filename="../UI/UserInterface.py" line="2178"/>
         <source>Check for &amp;Updates...</source>
         <translation>检查更新(&amp;U)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show downloadable versions</source>
         <translation>显示可下载的版本</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2155"/>
+        <location filename="../UI/UserInterface.py" line="2189"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>显示可下载的版本(&amp;D)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2159"/>
+        <location filename="../UI/UserInterface.py" line="2193"/>
         <source>Show the versions available for download</source>
         <translation>显示可以下载的版本</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Report Bug</source>
         <translation>报告错误</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2196"/>
+        <location filename="../UI/UserInterface.py" line="2230"/>
         <source>Report &amp;Bug...</source>
         <translation>报告错误(&amp;B)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2200"/>
+        <location filename="../UI/UserInterface.py" line="2234"/>
         <source>Report a bug</source>
         <translation>报告一个错误</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2201"/>
+        <location filename="../UI/UserInterface.py" line="2235"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;报告错误…&lt;/b&gt;&lt;p&gt;打开一个对话框并报告一个错误。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
+        <location filename="../UI/UserInterface.py" line="2242"/>
         <source>Request Feature</source>
         <translation>请求功能</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2208"/>
-        <source>Request &amp;Feature...</source>
-        <translation>请求功能(&amp;F)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2212"/>
-        <source>Send a feature request</source>
-        <translation>发送一个功能请求</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2214"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;请求功能…&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3279"/>
-        <source>Unittest</source>
-        <translation>单元测试</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2223"/>
-        <source>&amp;Unittest...</source>
-        <translation>单元测试(&amp;U)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2228"/>
-        <source>Start unittest dialog</source>
-        <translation>打开单元测试对话框</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2229"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;单元测试&lt;/b&gt;&lt;p&gt;执行单元测试。通过对话框可以选择和运行一个单元测试组件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>Unittest Restart</source>
-        <translation>单元测试重启</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2237"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>重启单元测试(&amp;R)…</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2242"/>
+        <source>Request &amp;Feature...</source>
+        <translation>请求功能(&amp;F)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2246"/>
+        <source>Send a feature request</source>
+        <translation>发送一个功能请求</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2248"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;请求功能…&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3313"/>
+        <source>Unittest</source>
+        <translation>单元测试</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2257"/>
+        <source>&amp;Unittest...</source>
+        <translation>单元测试(&amp;U)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2262"/>
+        <source>Start unittest dialog</source>
+        <translation>打开单元测试对话框</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2263"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;单元测试&lt;/b&gt;&lt;p&gt;执行单元测试。通过对话框可以选择和运行一个单元测试组件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>Unittest Restart</source>
+        <translation>单元测试重启</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2271"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>重启单元测试(&amp;R)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2276"/>
         <source>Restart last unittest</source>
         <translation>重启最后的单元测试</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2243"/>
+        <location filename="../UI/UserInterface.py" line="2277"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;重启单元测试&lt;/b&gt;&lt;p&gt;重新启动最后执行的单元测试。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest Script</source>
         <translation>脚本单元测试</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2267"/>
+        <location filename="../UI/UserInterface.py" line="2301"/>
         <source>Unittest &amp;Script...</source>
         <translation>脚本单元测试(&amp;S)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2272"/>
+        <location filename="../UI/UserInterface.py" line="2306"/>
         <source>Run unittest with current script</source>
         <translation>对当前脚本运行单元测试</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2274"/>
+        <location filename="../UI/UserInterface.py" line="2308"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;脚本单元测试&lt;/b&gt;&lt;p&gt;对当前脚本运动单元测试。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest Project</source>
         <translation>项目单元测试</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2282"/>
+        <location filename="../UI/UserInterface.py" line="2316"/>
         <source>Unittest &amp;Project...</source>
         <translation>项目单元测试(&amp;P)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2287"/>
+        <location filename="../UI/UserInterface.py" line="2321"/>
         <source>Run unittest with current project</source>
         <translation>对当前项目运行单元测试</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2289"/>
+        <location filename="../UI/UserInterface.py" line="2323"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;项目单元测试&lt;/b&gt;&lt;p&gt;对当前项目运行单元测试。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>UI Previewer</source>
         <translation>用户界面预览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2350"/>
+        <location filename="../UI/UserInterface.py" line="2384"/>
         <source>&amp;UI Previewer...</source>
         <translation>用户界面预览器(&amp;U)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2355"/>
+        <location filename="../UI/UserInterface.py" line="2389"/>
         <source>Start the UI Previewer</source>
         <translation>开启用户界面预览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2356"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;助词界面预览器&lt;/b&gt;&lt;p&gt;开启用户界面预览器。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>Translations Previewer</source>
-        <translation>翻译预览器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2363"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>翻译预览器(&amp;T)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2368"/>
-        <source>Start the Translations Previewer</source>
-        <translation>开启翻译预览器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2370"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;翻译预览器&lt;/b&gt;&lt;p&gt;开启翻译预览器。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>Compare Files</source>
-        <translation>比较文件</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2377"/>
-        <source>&amp;Compare Files...</source>
-        <translation>比较文件(&amp;C)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2395"/>
-        <source>Compare two files</source>
-        <translation>比较两个文件</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2383"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件。&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2390"/>
-        <source>Compare Files side by side</source>
-        <translation>并排比较文件</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2396"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;并排比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件,并排显示结果。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2422"/>
-        <source>Mini Editor</source>
-        <translation>小型编辑器</translation>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;助词界面预览器&lt;/b&gt;&lt;p&gt;开启用户界面预览器。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>Translations Previewer</source>
+        <translation>翻译预览器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2397"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>翻译预览器(&amp;T)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Start the Translations Previewer</source>
+        <translation>开启翻译预览器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2404"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;翻译预览器&lt;/b&gt;&lt;p&gt;开启翻译预览器。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>Compare Files</source>
+        <translation>比较文件</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2411"/>
+        <source>&amp;Compare Files...</source>
+        <translation>比较文件(&amp;C)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2429"/>
+        <source>Compare two files</source>
+        <translation>比较两个文件</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2417"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2424"/>
+        <source>Compare Files side by side</source>
+        <translation>并排比较文件</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2430"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;并排比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件,并排显示结果。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2456"/>
+        <source>Mini Editor</source>
+        <translation>小型编辑器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2451"/>
         <source>Mini &amp;Editor...</source>
         <translation>小型编辑器(&amp;E)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2423"/>
+        <location filename="../UI/UserInterface.py" line="2457"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;小型编辑器&lt;/b&gt;&lt;p&gt;打开一个具有简化功能编辑器的对话框。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>Preferences</source>
         <translation>首选项</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2490"/>
+        <location filename="../UI/UserInterface.py" line="2524"/>
         <source>&amp;Preferences...</source>
         <translation>首选项(&amp;P)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2495"/>
+        <location filename="../UI/UserInterface.py" line="2529"/>
         <source>Set the prefered configuration</source>
         <translation>设定偏好配置</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="2531"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;首选项&lt;/b&gt;&lt;p&gt;将应用程序的配置项设定为你喜欢的值。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
+        <location filename="../UI/UserInterface.py" line="2540"/>
         <source>Export Preferences</source>
         <translation>导出首选项</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2506"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>导出首选项(&amp;X)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2511"/>
-        <source>Export the current configuration</source>
-        <translation>导出当前配置</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2513"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;导出首选项&lt;/b&gt;&lt;p&gt;将当前配置导出到一个文件中。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>Import Preferences</source>
-        <translation>导入首选项</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2520"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation>导入首选项(&amp;M)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2525"/>
-        <source>Import a previously exported configuration</source>
-        <translation>导入以前导出的配置</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2527"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;导入首选项&lt;/b&gt;&lt;p&gt;导入以前导出的配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload APIs</source>
-        <translation>重新载入 API</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2534"/>
-        <source>Reload &amp;APIs</source>
-        <translation>重新载入 &amp;API</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2538"/>
-        <source>Reload the API information</source>
-        <translation>重新载入 API 信息</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2540"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;重新载入 API&lt;/b&gt;&lt;p&gt;重新载入 API 信息。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2552"/>
-        <source>Show external tools</source>
-        <translation>显示外部工具</translation>
+        <source>E&amp;xport Preferences...</source>
+        <translation>导出首选项(&amp;X)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2545"/>
+        <source>Export the current configuration</source>
+        <translation>导出当前配置</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2547"/>
-        <source>Show external &amp;tools</source>
-        <translation>显示外部工具(&amp;T)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>View Profiles</source>
-        <translation>视图模式</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2563"/>
-        <source>&amp;View Profiles...</source>
-        <translation>视图模式(&amp;V)…</translation>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;导出首选项&lt;/b&gt;&lt;p&gt;将当前配置导出到一个文件中。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>Import Preferences</source>
+        <translation>导入首选项</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2554"/>
+        <source>I&amp;mport Preferences...</source>
+        <translation>导入首选项(&amp;M)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2559"/>
+        <source>Import a previously exported configuration</source>
+        <translation>导入以前导出的配置</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2561"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;导入首选项&lt;/b&gt;&lt;p&gt;导入以前导出的配置。&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2568"/>
-        <source>Configure view profiles</source>
-        <translation>配置视图模式</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2570"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;视图模式&lt;/b&gt;&lt;p&gt;配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Toolbars</source>
-        <translation>工具栏</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2580"/>
-        <source>Tool&amp;bars...</source>
-        <translation>工具栏(&amp;B)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2585"/>
-        <source>Configure toolbars</source>
-        <translation>配置工具栏</translation>
+        <source>Reload APIs</source>
+        <translation>重新载入 API</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2568"/>
+        <source>Reload &amp;APIs</source>
+        <translation>重新载入 &amp;API</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <source>Reload the API information</source>
+        <translation>重新载入 API 信息</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;重新载入 API&lt;/b&gt;&lt;p&gt;重新载入 API 信息。&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2586"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;工具栏&lt;/b&gt;&lt;p&gt;配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2595"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>键盘快捷键(&amp;S)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2600"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>设置键盘快捷键</translation>
+        <source>Show external tools</source>
+        <translation>显示外部工具</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2581"/>
+        <source>Show external &amp;tools</source>
+        <translation>显示外部工具(&amp;T)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>View Profiles</source>
+        <translation>视图模式</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>&amp;View Profiles...</source>
+        <translation>视图模式(&amp;V)…</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2602"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6217"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>导出键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2610"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>导出键盘快捷键(&amp;E)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2615"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>导出键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2617"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>导入键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2624"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>导入键盘快捷键(&amp;I)…</translation>
+        <source>Configure view profiles</source>
+        <translation>配置视图模式</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2604"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;视图模式&lt;/b&gt;&lt;p&gt;配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Toolbars</source>
+        <translation>工具栏</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2614"/>
+        <source>Tool&amp;bars...</source>
+        <translation>工具栏(&amp;B)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>Configure toolbars</source>
+        <translation>配置工具栏</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;工具栏&lt;/b&gt;&lt;p&gt;配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>键盘快捷键</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="2629"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>键盘快捷键(&amp;S)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2634"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>设置键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2636"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6251"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>导出键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2644"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>导出键盘快捷键(&amp;E)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>导出键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2651"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6275"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>导入键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2658"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>导入键盘快捷键(&amp;I)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2663"/>
         <source>Import the keyboard shortcuts</source>
         <translation>导入键盘快捷键</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2631"/>
+        <location filename="../UI/UserInterface.py" line="2665"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;导入键盘快捷键&lt;/b&gt;&lt;p&gt;导入程序的键盘快捷键。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Activate current editor</source>
         <translation>激活当前编辑器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2689"/>
+        <location filename="../UI/UserInterface.py" line="2723"/>
         <source>Alt+Shift+E</source>
         <translation>Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Show next</source>
         <translation>显示下一个</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2699"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
         <source>Ctrl+Alt+Tab</source>
         <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Show previous</source>
         <translation>显示上一个</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2708"/>
+        <location filename="../UI/UserInterface.py" line="2742"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Switch between tabs</source>
         <translation>在选项卡间切换</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2717"/>
+        <location filename="../UI/UserInterface.py" line="2751"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>Plugin Infos</source>
         <translation>插件信息</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2726"/>
+        <location filename="../UI/UserInterface.py" line="2760"/>
         <source>&amp;Plugin Infos...</source>
         <translation>插件信息(&amp;P)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2730"/>
+        <location filename="../UI/UserInterface.py" line="2764"/>
         <source>Show Plugin Infos</source>
         <translation>显示插件信息</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2731"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;插件信息…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示与已载入插件有关的一些信息。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2744"/>
-        <source>Install Plugins</source>
-        <translation>安装插件</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2739"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>安装插件(&amp;I)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2745"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;安装插件…&lt;/b&gt;&lt;p&gt;打开一个对话框安装或更新插件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2757"/>
-        <source>Uninstall Plugin</source>
-        <translation>卸载插件</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2752"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>卸载插件(&amp;U)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2758"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;卸载插件…&lt;/b&gt;&lt;p&gt;打开一个对话框卸载插件。&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2765"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;插件信息…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示与已载入插件有关的一些信息。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2778"/>
+        <source>Install Plugins</source>
+        <translation>安装插件</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2773"/>
+        <source>&amp;Install Plugins...</source>
+        <translation>安装插件(&amp;I)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2779"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;安装插件…&lt;/b&gt;&lt;p&gt;打开一个对话框安装或更新插件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2791"/>
+        <source>Uninstall Plugin</source>
+        <translation>卸载插件</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2786"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>卸载插件(&amp;U)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2792"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;卸载插件…&lt;/b&gt;&lt;p&gt;打开一个对话框卸载插件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin Repository</source>
         <translation>插件储存库</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2765"/>
+        <location filename="../UI/UserInterface.py" line="2799"/>
         <source>Plugin &amp;Repository...</source>
         <translation>插件储存库(&amp;R)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2770"/>
+        <location filename="../UI/UserInterface.py" line="2804"/>
         <source>Show Plugins available for download</source>
         <translation>显示可以下载的插件</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2772"/>
+        <location filename="../UI/UserInterface.py" line="2806"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;插件储存库…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示互联网上可用的插件列表。&lt;/p&gt;</translation>
     </message>
@@ -80149,122 +80169,122 @@
         <translation type="obsolete">打开 PyQt4 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>Eric API Documentation</source>
         <translation>Eric API 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2889"/>
+        <location filename="../UI/UserInterface.py" line="2923"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric API 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2893"/>
+        <location filename="../UI/UserInterface.py" line="2927"/>
         <source>Open Eric API Documentation</source>
         <translation>打开 Eric API 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3074"/>
+        <location filename="../UI/UserInterface.py" line="3108"/>
         <source>&amp;Unittest</source>
         <translation>单元测试(&amp;U)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3018"/>
+        <location filename="../UI/UserInterface.py" line="3052"/>
         <source>E&amp;xtras</source>
         <translation>附加程序(&amp;X)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3028"/>
+        <location filename="../UI/UserInterface.py" line="3062"/>
         <source>Wi&amp;zards</source>
         <translation>向导(&amp;Z)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3091"/>
+        <location filename="../UI/UserInterface.py" line="3125"/>
         <source>Select Tool Group</source>
         <translation>选择工具组</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3102"/>
+        <location filename="../UI/UserInterface.py" line="3136"/>
         <source>Se&amp;ttings</source>
         <translation>设置(&amp;T)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3132"/>
+        <location filename="../UI/UserInterface.py" line="3166"/>
         <source>&amp;Window</source>
         <translation>窗口(&amp;W)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3193"/>
+        <location filename="../UI/UserInterface.py" line="3227"/>
         <source>&amp;Toolbars</source>
         <translation>工具栏(&amp;T)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3055"/>
+        <location filename="../UI/UserInterface.py" line="3089"/>
         <source>P&amp;lugins</source>
         <translation>插件(&amp;L)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3064"/>
+        <location filename="../UI/UserInterface.py" line="3098"/>
         <source>Configure...</source>
         <translation>配置…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3207"/>
+        <location filename="../UI/UserInterface.py" line="3241"/>
         <source>&amp;Help</source>
         <translation>帮助(&amp;H)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3278"/>
+        <location filename="../UI/UserInterface.py" line="3312"/>
         <source>Tools</source>
         <translation>工具</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3280"/>
+        <location filename="../UI/UserInterface.py" line="3314"/>
         <source>Settings</source>
         <translation>设置</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
+        <location filename="../UI/UserInterface.py" line="5181"/>
         <source>Help</source>
         <translation>帮助</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3282"/>
+        <location filename="../UI/UserInterface.py" line="3316"/>
         <source>Profiles</source>
         <translation>模式</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3283"/>
+        <location filename="../UI/UserInterface.py" line="3317"/>
         <source>Plugins</source>
         <translation>插件</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3452"/>
+        <location filename="../UI/UserInterface.py" line="3486"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器语言。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3459"/>
+        <location filename="../UI/UserInterface.py" line="3493"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器编码。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3466"/>
+        <location filename="../UI/UserInterface.py" line="3500"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器行尾设置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3473"/>
+        <location filename="../UI/UserInterface.py" line="3507"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器文件是否可写。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3480"/>
+        <location filename="../UI/UserInterface.py" line="3514"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑的行号。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3487"/>
+        <location filename="../UI/UserInterface.py" line="3521"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器的光标位置。&lt;/p&gt;</translation>
     </message>
@@ -80274,52 +80294,52 @@
         <translation type="obsolete">&lt;h3&gt;版本号&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7214"/>
+        <location filename="../UI/UserInterface.py" line="7248"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3745"/>
+        <location filename="../UI/UserInterface.py" line="3779"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>电子邮件地址或邮件服务器地址为空。请在首选项对话框中配置你的电子邮件设置。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>Restart application</source>
         <translation>重启程序</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4065"/>
+        <location filename="../UI/UserInterface.py" line="4099"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>程序需要重启。现在重启?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4146"/>
+        <location filename="../UI/UserInterface.py" line="4180"/>
         <source>Configure Tool Groups ...</source>
         <translation>配置工具组…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4150"/>
+        <location filename="../UI/UserInterface.py" line="4184"/>
         <source>Configure current Tool Group ...</source>
         <translation>配置当前工具组…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4101"/>
+        <location filename="../UI/UserInterface.py" line="4135"/>
         <source>&amp;Builtin Tools</source>
         <translation>内建工具(&amp;B)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4118"/>
+        <location filename="../UI/UserInterface.py" line="4152"/>
         <source>&amp;Plugin Tools</source>
         <translation>插件工具(&amp;P)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4267"/>
+        <location filename="../UI/UserInterface.py" line="4301"/>
         <source>&amp;Show all</source>
         <translation>全部显示(&amp;S)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="4269"/>
+        <location filename="../UI/UserInterface.py" line="4303"/>
         <source>&amp;Hide all</source>
         <translation>全部隐藏(&amp;H)</translation>
     </message>
@@ -80329,47 +80349,47 @@
         <translation type="obsolete">当前项目未定义主脚本。终止</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>Problem</source>
         <translation>问题</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>Process Generation Error</source>
         <translation>进程生成错误</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Open Browser</source>
         <translation>打开浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6009"/>
+        <location filename="../UI/UserInterface.py" line="6043"/>
         <source>Could not start a web browser</source>
         <translation>无法启动网络浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5147"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>目前没有选择自定义浏览器。请使用首选项对话框指定一个。</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="5181"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>目前没有选择自定义浏览器。请使用首选项对话框指定一个。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5215"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法开启帮助浏览器。&lt;br&gt;确保其有效如 &lt;b&gt;hh&lt;/b&gt;。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>External Tools</source>
         <translation>外部工具</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>Documentation Missing</source>
         <translation>文档缺失</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
+        <location filename="../UI/UserInterface.py" line="5826"/>
         <source>Documentation</source>
         <translation>文档</translation>
     </message>
@@ -80379,132 +80399,132 @@
         <translation type="obsolete">&lt;p&gt;未配置 PyQt4 文档起点。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>Save tasks</source>
         <translation>保存任务</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
+        <location filename="../UI/UserInterface.py" line="6474"/>
         <source>Read tasks</source>
         <translation>读取任务</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6536"/>
+        <location filename="../UI/UserInterface.py" line="6570"/>
         <source>Save session</source>
         <translation>保存会话</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>Read session</source>
         <translation>读取会话</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>Drop Error</source>
         <translation>降落误差</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Error during updates check</source>
         <translation>检查更新时出错</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>&amp;Cancel</source>
         <translation>取消(&amp;C)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>Update available</source>
         <translation>可用更新</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7175"/>
+        <location filename="../UI/UserInterface.py" line="7209"/>
         <source>Could not perform updates check.</source>
         <translation>无法完成更新检查。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7199"/>
+        <location filename="../UI/UserInterface.py" line="7233"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;可用版本&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
+        <location filename="../UI/UserInterface.py" line="7285"/>
         <source>First time usage</source>
         <translation>第一次使用</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>Left Sidebar</source>
         <translation>左侧边栏</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1896"/>
+        <location filename="../UI/UserInterface.py" line="1930"/>
         <source>&amp;Left Sidebar</source>
         <translation>左侧边栏(&amp;L)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1900"/>
+        <location filename="../UI/UserInterface.py" line="1934"/>
         <source>Toggle the left sidebar window</source>
         <translation>切换左侧边栏窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1901"/>
+        <location filename="../UI/UserInterface.py" line="1935"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换左侧边栏窗口&lt;/b&gt;&lt;p&gt;如果左侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>Bottom Sidebar</source>
         <translation>底栏</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1923"/>
+        <location filename="../UI/UserInterface.py" line="1957"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>底栏(&amp;B)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1927"/>
+        <location filename="../UI/UserInterface.py" line="1961"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>切换底栏窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1929"/>
+        <location filename="../UI/UserInterface.py" line="1963"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换底栏窗口&lt;/b&gt;&lt;p&gt;如果底栏窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1750"/>
+        <location filename="../UI/UserInterface.py" line="1784"/>
         <source>&amp;Debug-Viewer</source>
         <translation>调试浏览器(&amp;D)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL Browser</source>
         <translation>SQL 浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2404"/>
+        <location filename="../UI/UserInterface.py" line="2438"/>
         <source>SQL &amp;Browser...</source>
         <translation>SQL 浏览器(&amp;B)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2409"/>
+        <location filename="../UI/UserInterface.py" line="2443"/>
         <source>Browse a SQL database</source>
         <translation>浏览 SQL 数据库</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2410"/>
+        <location filename="../UI/UserInterface.py" line="2444"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SQL 浏览器&lt;/b&gt;&lt;p&gt;浏览 SQL 数据库。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>Icon Editor</source>
         <translation>图标编辑器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2461"/>
+        <location filename="../UI/UserInterface.py" line="2495"/>
         <source>&amp;Icon Editor...</source>
         <translation>图标编辑器(&amp;I)…</translation>
     </message>
@@ -80529,176 +80549,176 @@
         <translation type="obsolete">打开 PySide 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1569"/>
+        <location filename="../UI/UserInterface.py" line="1603"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - 被动模式</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1576"/>
+        <location filename="../UI/UserInterface.py" line="1610"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} - {1} - 被动模式</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1580"/>
+        <location filename="../UI/UserInterface.py" line="1614"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} - {1} - {2} - 被动模式</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3563"/>
+        <location filename="../UI/UserInterface.py" line="3597"/>
         <source>External Tools/{0}</source>
         <translation>外部工具/{0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5275"/>
+        <location filename="../UI/UserInterface.py" line="5309"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;文件 &lt;b&gt;{0}&lt;/b&gt; 不存在或者长度为零。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5000"/>
+        <location filename="../UI/UserInterface.py" line="5034"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动 Qt 设计师。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5070"/>
+        <location filename="../UI/UserInterface.py" line="5104"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动 Qt 语言家。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5114"/>
+        <location filename="../UI/UserInterface.py" line="5148"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动 Qt 助手。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5161"/>
+        <location filename="../UI/UserInterface.py" line="5195"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动自定义的查看器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5231"/>
+        <location filename="../UI/UserInterface.py" line="5265"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动 UI 预览器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5288"/>
+        <location filename="../UI/UserInterface.py" line="5322"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动翻译预览器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5311"/>
+        <location filename="../UI/UserInterface.py" line="5345"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动 SQL 浏览器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5406"/>
+        <location filename="../UI/UserInterface.py" line="5440"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5415"/>
+        <location filename="../UI/UserInterface.py" line="5449"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5454"/>
+        <location filename="../UI/UserInterface.py" line="5488"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>正在启动进程“{0} {1}”。
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5470"/>
+        <location filename="../UI/UserInterface.py" line="5504"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5548"/>
+        <location filename="../UI/UserInterface.py" line="5582"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>进程“{0}”已退出。
 </translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5809"/>
+        <location filename="../UI/UserInterface.py" line="5843"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6411"/>
+        <location filename="../UI/UserInterface.py" line="6445"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;任务文件 &lt;b&gt;{0}&lt;/b&gt; 无法写入。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6440"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;任务文件 &lt;b&gt;{0}&lt;/b&gt; 无法读取。&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="6474"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;任务文件 &lt;b&gt;{0}&lt;/b&gt; 无法读取。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6508"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;会话文件 &lt;b&gt;{0}&lt;/b&gt; 无法写入。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6520"/>
+        <location filename="../UI/UserInterface.py" line="6554"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;会话文件 &lt;b&gt;{0}&lt;/b&gt; 无法读取。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6804"/>
+        <location filename="../UI/UserInterface.py" line="6838"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; 不是一个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6998"/>
+        <location filename="../UI/UserInterface.py" line="7032"/>
         <source>Trying host {0}</source>
         <translation>正在尝试主机 {0}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1122"/>
+        <location filename="../UI/UserInterface.py" line="1123"/>
         <source>Cooperation</source>
         <translation>协作</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1178"/>
+        <location filename="../UI/UserInterface.py" line="1179"/>
         <source>Symbols</source>
         <translation>符号</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Alt+Shift+Y</source>
         <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1187"/>
+        <location filename="../UI/UserInterface.py" line="1188"/>
         <source>Numbers</source>
         <translation>数字</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Alt+Shift+B</source>
         <translation>Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6275"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation>键盘快捷键文件 (*.e4k)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python 3 Documentation</source>
         <translation>Python 3 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2867"/>
+        <location filename="../UI/UserInterface.py" line="2901"/>
         <source>Python &amp;3 Documentation</source>
         <translation>Python &amp;3 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2871"/>
+        <location filename="../UI/UserInterface.py" line="2905"/>
         <source>Open Python 3 Documentation</source>
         <translation>打开 Python 3 文档</translation>
     </message>
@@ -80718,343 +80738,343 @@
         <translation type="obsolete">打开 Python 2 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>Error getting versions information</source>
         <translation>获取版本信息出错</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7057"/>
+        <location filename="../UI/UserInterface.py" line="7091"/>
         <source>The versions information could not be downloaded. Please go online and try again.</source>
         <translation>无法获取版本信息。请连线并再试一次。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7064"/>
+        <location filename="../UI/UserInterface.py" line="7098"/>
         <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source>
         <translation>过去7天均无法获取版本信息。请连线并再试一次。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="695"/>
+        <location filename="../UI/UserInterface.py" line="696"/>
         <source>Setting View Profile...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="708"/>
+        <location filename="../UI/UserInterface.py" line="709"/>
         <source>Reading Tasks...</source>
         <translation>读取任务…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="713"/>
+        <location filename="../UI/UserInterface.py" line="714"/>
         <source>Reading Templates...</source>
         <translation>读取模板…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="718"/>
+        <location filename="../UI/UserInterface.py" line="719"/>
         <source>Starting Debugger...</source>
         <translation>启动调试器…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New Window</source>
         <translation>新建窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>New &amp;Window</source>
         <translation>新建窗口(&amp;W)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1662"/>
+        <location filename="../UI/UserInterface.py" line="1696"/>
         <source>Ctrl+Shift+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+Shift+N</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Unittest Rerun Failed</source>
         <translation>单元测试再次运行失败</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2251"/>
+        <location filename="../UI/UserInterface.py" line="2285"/>
         <source>Rerun Failed Tests...</source>
         <translation>重新运行失败的测试…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2256"/>
+        <location filename="../UI/UserInterface.py" line="2290"/>
         <source>Rerun failed tests of the last run</source>
         <translation>重新运行上一次运行中失败的测试</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2258"/>
+        <location filename="../UI/UserInterface.py" line="2292"/>
         <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
         <translation>&lt;b&gt;重新运行失败的测试&lt;/b&gt;&lt;p&gt;重新运行上一次单元测试中失败的所有测试。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2390"/>
+        <location filename="../UI/UserInterface.py" line="2424"/>
         <source>Compare &amp;Files side by side...</source>
         <translation>并排比较文件(&amp;F)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>Snapshot</source>
         <translation>快照</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="2509"/>
         <source>&amp;Snapshot...</source>
         <translation>快照(&amp;S)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2480"/>
+        <location filename="../UI/UserInterface.py" line="2514"/>
         <source>Take snapshots of a screen region</source>
         <translation>截取屏幕区域的快照</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2482"/>
+        <location filename="../UI/UserInterface.py" line="2516"/>
         <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
         <translation>&lt;b&gt;快照&lt;/b&gt;&lt;p&gt;打开一个对话框来截取屏幕一个区域的快照。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5383"/>
+        <location filename="../UI/UserInterface.py" line="5417"/>
         <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法启动快照工具。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7270"/>
+        <location filename="../UI/UserInterface.py" line="7304"/>
         <source>Select Workspace Directory</source>
         <translation>选择工作区目录</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
+        <location filename="../UI/UserInterface.py" line="1891"/>
         <source>Left Toolbox</source>
         <translation>左工具箱</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
+        <location filename="../UI/UserInterface.py" line="1903"/>
         <source>Right Toolbox</source>
         <translation>右工具箱</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1721"/>
+        <location filename="../UI/UserInterface.py" line="1755"/>
         <source>Switch the input focus to the Project-Viewer window.</source>
         <translation>将输入焦点切换至项目查看器窗口。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1723"/>
+        <location filename="../UI/UserInterface.py" line="1757"/>
         <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1738"/>
+        <location filename="../UI/UserInterface.py" line="1772"/>
         <source>Switch the input focus to the Multiproject-Viewer window.</source>
         <translation>将输入焦点切换至多项目查看器窗口。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1740"/>
-        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1756"/>
-        <source>Switch the input focus to the Debug-Viewer window.</source>
-        <translation>将输入焦点切换至调试查看器窗口。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1758"/>
-        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1774"/>
-        <source>Switch the input focus to the Shell window.</source>
-        <translation>将输入焦点切换至 Shell 窗口。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1785"/>
-        <source>&amp;File-Browser</source>
-        <translation>文件浏览器(&amp;F)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1791"/>
-        <source>Switch the input focus to the File-Browser window.</source>
-        <translation>将输入焦点切换至文件浏览器窗口。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;激活文件浏览器&lt;/b&gt;&lt;p&gt;将输入焦点切换至文件浏览器窗口。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1802"/>
-        <source>Lo&amp;g-Viewer</source>
-        <translation>日志浏览器(&amp;G)</translation>
+        <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1790"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation>将输入焦点切换至调试查看器窗口。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1792"/>
+        <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1808"/>
-        <source>Switch the input focus to the Log-Viewer window.</source>
-        <translation>将输入焦点切换至日志查看器窗口。</translation>
+        <source>Switch the input focus to the Shell window.</source>
+        <translation>将输入焦点切换至 Shell 窗口。</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1810"/>
+        <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1819"/>
+        <source>&amp;File-Browser</source>
+        <translation>文件浏览器(&amp;F)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1825"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation>将输入焦点切换至文件浏览器窗口。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1827"/>
+        <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;激活文件浏览器&lt;/b&gt;&lt;p&gt;将输入焦点切换至文件浏览器窗口。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation>日志浏览器(&amp;G)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1842"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation>将输入焦点切换至日志查看器窗口。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1844"/>
         <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;激活日志查看器&lt;/b&gt;&lt;p&gt;将输入焦点切换至日志查看器。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1820"/>
+        <location filename="../UI/UserInterface.py" line="1854"/>
         <source>&amp;Task-Viewer</source>
         <translation>任务浏览器(&amp;T)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1826"/>
-        <source>Switch the input focus to the Task-Viewer window.</source>
-        <translation>将输入焦点切换至任务浏览器窗口。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1839"/>
-        <source>Templ&amp;ate-Viewer</source>
-        <translation>模板浏览器(&amp;A)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1845"/>
-        <source>Switch the input focus to the Template-Viewer window.</source>
-        <translation>将输入焦点切换至模板浏览器窗口。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1847"/>
-        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1857"/>
-        <source>&amp;Left Toolbox</source>
-        <translation>左工具箱(&amp;L)</translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="1860"/>
-        <source>Toggle the Left Toolbox window</source>
-        <translation>切换左工具箱窗口</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1861"/>
-        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;切换左工具箱窗口&lt;/b&gt;&lt;p&gt;如果左工具箱窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1869"/>
-        <source>&amp;Right Toolbox</source>
-        <translation>右工具箱(&amp;R)</translation>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation>将输入焦点切换至任务浏览器窗口。</translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1873"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation>模板浏览器(&amp;A)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1879"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation>将输入焦点切换至模板浏览器窗口。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1891"/>
+        <source>&amp;Left Toolbox</source>
+        <translation>左工具箱(&amp;L)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation>切换左工具箱窗口</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1895"/>
+        <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;切换左工具箱窗口&lt;/b&gt;&lt;p&gt;如果左工具箱窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1903"/>
+        <source>&amp;Right Toolbox</source>
+        <translation>右工具箱(&amp;R)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1907"/>
         <source>Toggle the Right Toolbox window</source>
         <translation>切换右工具箱窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1874"/>
+        <location filename="../UI/UserInterface.py" line="1908"/>
         <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换右工具箱窗口&lt;/b&gt;&lt;p&gt;如果右工具箱窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>Right Sidebar</source>
         <translation>右侧边栏</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1909"/>
+        <location filename="../UI/UserInterface.py" line="1943"/>
         <source>&amp;Right Sidebar</source>
         <translation>右侧边栏(&amp;R)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1913"/>
+        <location filename="../UI/UserInterface.py" line="1947"/>
         <source>Toggle the right sidebar window</source>
         <translation>切换右侧边栏窗口</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1915"/>
+        <location filename="../UI/UserInterface.py" line="1949"/>
         <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换右侧边栏窗口&lt;/b&gt;&lt;p&gt;如果右侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Cooperation-Viewer</source>
         <translation>协作浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1938"/>
+        <location filename="../UI/UserInterface.py" line="1972"/>
         <source>Co&amp;operation-Viewer</source>
         <translation>协作浏览器(&amp;O)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1944"/>
+        <location filename="../UI/UserInterface.py" line="1978"/>
         <source>Switch the input focus to the Cooperation-Viewer window.</source>
         <translation>将输入焦点切换至协作浏览器窗口。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1946"/>
+        <location filename="../UI/UserInterface.py" line="1980"/>
         <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;激活协作浏览器&lt;/b&gt;&lt;p&gt;将输入焦点切换至协作浏览器窗口。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>Symbols-Viewer</source>
         <translation>符号查看器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1975"/>
+        <location filename="../UI/UserInterface.py" line="2009"/>
         <source>S&amp;ymbols-Viewer</source>
         <translation>符号查看器(&amp;Y)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1981"/>
+        <location filename="../UI/UserInterface.py" line="2015"/>
         <source>Switch the input focus to the Symbols-Viewer window.</source>
         <translation>将输入焦点切换至符号查看器窗口。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1983"/>
+        <location filename="../UI/UserInterface.py" line="2017"/>
         <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Numbers-Viewer</source>
         <translation>数字查看器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1994"/>
+        <location filename="../UI/UserInterface.py" line="2028"/>
         <source>Num&amp;bers-Viewer</source>
         <translation>数字查看器(&amp;B)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2000"/>
+        <location filename="../UI/UserInterface.py" line="2034"/>
         <source>Switch the input focus to the Numbers-Viewer window.</source>
         <translation>将输入焦点切换至数字查看器窗口。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2002"/>
+        <location filename="../UI/UserInterface.py" line="2036"/>
         <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3141"/>
+        <location filename="../UI/UserInterface.py" line="3175"/>
         <source>&amp;Windows</source>
         <translation>窗口(&amp;W)</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1828"/>
+        <location filename="../UI/UserInterface.py" line="1862"/>
         <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>IRC</source>
         <translation>IRC</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>&amp;IRC</source>
         <translation>&amp;IRC</translation>
     </message>
@@ -81064,67 +81084,67 @@
         <translation type="obsolete">Meta+Shift+I</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1963"/>
+        <location filename="../UI/UserInterface.py" line="1997"/>
         <source>Switch the input focus to the IRC window.</source>
         <translation>将输入焦点切换至 IRC 窗口。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1965"/>
+        <location filename="../UI/UserInterface.py" line="1999"/>
         <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;激活 IRC&lt;/b&gt;&lt;p&gt;将输入焦点切换至 IRC 窗口。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-Designer</source>
         <translation>Qt 设计师</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2309"/>
+        <location filename="../UI/UserInterface.py" line="2343"/>
         <source>Qt-&amp;Designer...</source>
         <translation>Qt 设计师(&amp;D)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2314"/>
+        <location filename="../UI/UserInterface.py" line="2348"/>
         <source>Start Qt-Designer</source>
         <translation>启动 Qt 设计师</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2315"/>
+        <location filename="../UI/UserInterface.py" line="2349"/>
         <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt 设计师&lt;/b&gt;&lt;p&gt;启动 Qt 设计师。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-Linguist</source>
         <translation>Qt 语言家</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2335"/>
+        <location filename="../UI/UserInterface.py" line="2369"/>
         <source>Qt-&amp;Linguist...</source>
         <translation>Qt 语言家(&amp;L)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2340"/>
+        <location filename="../UI/UserInterface.py" line="2374"/>
         <source>Start Qt-Linguist</source>
         <translation>启动 Qt 语言家</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2341"/>
+        <location filename="../UI/UserInterface.py" line="2375"/>
         <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt 语言家&lt;/b&gt;&lt;p&gt;启动 Qt 语言家。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt5 Documentation</source>
         <translation>Qt5 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2831"/>
+        <location filename="../UI/UserInterface.py" line="2865"/>
         <source>Qt&amp;5 Documentation</source>
         <translation>Qt&amp;5 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2835"/>
+        <location filename="../UI/UserInterface.py" line="2869"/>
         <source>Open Qt5 Documentation</source>
         <translation>打开 Qt5 文档</translation>
     </message>
@@ -81134,42 +81154,42 @@
         <translation type="obsolete">&lt;p&gt;状态栏的这一部分允许对当前编辑器、shell 或终端进行缩放。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates</source>
         <translation>管理 SSL 证书</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2639"/>
+        <location filename="../UI/UserInterface.py" line="2673"/>
         <source>Manage SSL Certificates...</source>
         <translation>管理 SSL 证书…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2644"/>
+        <location filename="../UI/UserInterface.py" line="2678"/>
         <source>Manage the saved SSL certificates</source>
         <translation>管理保存的 SSL 证书</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2646"/>
+        <location filename="../UI/UserInterface.py" line="2680"/>
         <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
         <translation>&lt;b&gt;管理 SSL 证书…&lt;/b&gt;&lt;p&gt;打开一个对话框来管理保存的 SSL 证书。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters</source>
         <translation>编辑消息过滤器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2655"/>
+        <location filename="../UI/UserInterface.py" line="2689"/>
         <source>Edit Message Filters...</source>
         <translation>编辑消息过滤器…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2660"/>
+        <location filename="../UI/UserInterface.py" line="2694"/>
         <source>Edit the message filters used to suppress unwanted messages</source>
         <translation>编辑消息过滤器使得不期望的消息不显示</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2662"/>
+        <location filename="../UI/UserInterface.py" line="2696"/>
         <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;编辑消息过滤器&lt;/b&gt;&lt;p&gt;打开对话框来编辑消息过滤器,使得不期望的错误信息不再在错误窗口中显示。&lt;/p&gt;</translation>
     </message>
@@ -81179,122 +81199,122 @@
         <translation type="obsolete">PyQt&amp;4 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt5 Documentation</source>
         <translation>PyQt5 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2846"/>
+        <location filename="../UI/UserInterface.py" line="2880"/>
         <source>PyQt&amp;5 Documentation</source>
         <translation>PyQt&amp;5 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2850"/>
+        <location filename="../UI/UserInterface.py" line="2884"/>
         <source>Open PyQt5 Documentation</source>
         <translation>打开 PyQt5 文档</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5687"/>
+        <location filename="../UI/UserInterface.py" line="5721"/>
         <source>&lt;p&gt;The PyQt5 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;未配置 PyQt5 文档起始位置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2805"/>
+        <location filename="../UI/UserInterface.py" line="2839"/>
         <source>&lt;b&gt;Virtualenv Configurator&lt;/b&gt;&lt;p&gt;This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Qt5 文档&lt;/b&gt;&lt;p&gt;显示 Qt5 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2873"/>
+        <location filename="../UI/UserInterface.py" line="2907"/>
         <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Python 3 文档&lt;/b&gt;&lt;p&gt;显示 Python 3 文档。如果尚未配置文档目录,则在 Windows 系统上,文档位置将默认为 Python 3 可执行文件所在目录下的 doc 目录;在类 Unix 系统上,则默认为 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;。请在环境中设置 PYTHON3DOCDIR 以覆盖默认行为。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6989"/>
+        <location filename="../UI/UserInterface.py" line="7023"/>
         <source>%v/%m</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2174"/>
+        <location filename="../UI/UserInterface.py" line="2208"/>
         <source>Show Error Log</source>
         <translation>显示错误日志</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2170"/>
+        <location filename="../UI/UserInterface.py" line="2204"/>
         <source>Show Error &amp;Log...</source>
         <translation>显示错误日志(&amp;L)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2175"/>
+        <location filename="../UI/UserInterface.py" line="2209"/>
         <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示错误日志…&lt;/b&gt;&lt;p&gt;打开一个对话框显示最近的错误日志。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="6993"/>
+        <location filename="../UI/UserInterface.py" line="7027"/>
         <source>Version Check</source>
         <translation>版本检查</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1668"/>
+        <location filename="../UI/UserInterface.py" line="1702"/>
         <source>Open a new eric6 instance</source>
         <translation>打开新的 eric6 实例</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1670"/>
+        <location filename="../UI/UserInterface.py" line="1704"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric6 IDE.&lt;/p&gt;</source>
         <translation>&lt;b&gt;新建窗口&lt;/b&gt;&lt;p&gt;打开新的 eric6 IDE 实例。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2113"/>
+        <location filename="../UI/UserInterface.py" line="2147"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2148"/>
+        <location filename="../UI/UserInterface.py" line="2182"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric6.&lt;/p&gt;</source>
         <translation>&lt;b&gt;检查更新…&lt;/b&gt;&lt;p&gt;从互联网检查 eric6 的更新。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2161"/>
+        <location filename="../UI/UserInterface.py" line="2195"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric6 versions available for download from the internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示可下载版本…&lt;/b&gt;&lt;p&gt;显示可以从互联网下载的 eric6 版本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 Web Browser</source>
         <translation>eric6 网页浏览器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2445"/>
+        <location filename="../UI/UserInterface.py" line="2479"/>
         <source>eric6 &amp;Web Browser...</source>
         <translation>eric6 网页浏览器(&amp;W)…</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2450"/>
+        <location filename="../UI/UserInterface.py" line="2484"/>
         <source>Start the eric6 Web Browser</source>
         <translation>启动 eric6 网页浏览器器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2452"/>
+        <location filename="../UI/UserInterface.py" line="2486"/>
         <source>&lt;b&gt;eric6 Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric6 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;eric6 网页浏览器&lt;/b&gt;&lt;p&gt;使用 eric6 网页浏览器浏览互联网。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2466"/>
+        <location filename="../UI/UserInterface.py" line="2500"/>
         <source>Start the eric6 Icon Editor</source>
         <translation>启动 eric6 图标编辑器</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2468"/>
+        <location filename="../UI/UserInterface.py" line="2502"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;图标编辑器&lt;/b&gt;&lt;p&gt;启动 eric6 图标编辑器来编辑简单的图标。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2554"/>
+        <location filename="../UI/UserInterface.py" line="2588"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric6.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示外部工具&lt;/b&gt;&lt;p&gt;打开一个对话框显示 eric6 使用的所有外部工具的路径和版本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2895"/>
+        <location filename="../UI/UserInterface.py" line="2929"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eric API 文档&lt;/b&gt;&lt;p&gt;显示 Eric API 文档。文档位置为 Eric6 安装文件夹下的文档或源代码子文件夹。&lt;/p&gt;</translation>
     </message>
@@ -81304,388 +81324,388 @@
         <translation type="obsolete">Qt 版本3 不被 eric6 支持。</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7156"/>
+        <location filename="../UI/UserInterface.py" line="7190"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric6 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>eric6 的 &lt;b&gt;{0}&lt;/b&gt; 更新已经可用,位于 &lt;b&gt;{1}&lt;/b&gt;。您是否希望下载它?</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="7168"/>
+        <location filename="../UI/UserInterface.py" line="7202"/>
         <source>Eric6 is up to date</source>
         <translation>Eric6 已是最新版本</translation>
     </message>
     <message>
+        <location filename="../UI/UserInterface.py" line="7202"/>
+        <source>You are using the latest version of eric6</source>
+        <translation>您正在使用 eric6 的最新版本</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7285"/>
+        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
+        <translation>尚未配置 eric6。将打开配置对话框。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation>生成插件工具栏…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4155"/>
+        <source>&amp;User Tools</source>
+        <translation>用户工具(&amp;U)</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4227"/>
+        <source>No User Tools Configured</source>
+        <translation>没有配置的用户工具</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7043"/>
+        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
+        <translation>因为当前处在 &lt;b&gt;离线&lt;/b&gt; 状态,无法获取版本信息。请连线并再试一次。</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>Hex Editor</source>
+        <translation>十六进制编辑器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <source>&amp;Hex Editor...</source>
+        <translation>十六进制编辑器(&amp;H)…</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2469"/>
+        <source>Start the eric6 Hex Editor</source>
+        <translation>启动 eric6 十六进制编辑器</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2471"/>
+        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;十六进制编辑器&lt;/b&gt;&lt;p&gt;启动 eric6 十六进制编辑器来查看、修改二进制文件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2712"/>
+        <source>Clear private data</source>
+        <translation type="unfinished">清空隐私数据</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2714"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1670"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1675"/>
+        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>Load session</source>
+        <translation type="unfinished">载入会话</translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1683"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1688"/>
+        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6592"/>
+        <source>eric6 Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6643"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="676"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>Update Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7178"/>
+        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../UI/UserInterface.py" line="7168"/>
-        <source>You are using the latest version of eric6</source>
-        <translation>您正在使用 eric6 的最新版本</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7251"/>
-        <source>eric6 has not been configured yet. The configuration dialog will be started.</source>
-        <translation>尚未配置 eric6。将打开配置对话框。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="672"/>
-        <source>Generating Plugins Toolbars...</source>
-        <translation>生成插件工具栏…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4121"/>
-        <source>&amp;User Tools</source>
-        <translation>用户工具(&amp;U)</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="4193"/>
-        <source>No User Tools Configured</source>
-        <translation>没有配置的用户工具</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7009"/>
-        <source>The versions information cannot not be downloaded because you are &lt;b&gt;offline&lt;/b&gt;. Please go online and try again.</source>
-        <translation>因为当前处在 &lt;b&gt;离线&lt;/b&gt; 状态,无法获取版本信息。请连线并再试一次。</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>Hex Editor</source>
-        <translation>十六进制编辑器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2430"/>
-        <source>&amp;Hex Editor...</source>
-        <translation>十六进制编辑器(&amp;H)…</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2435"/>
-        <source>Start the eric6 Hex Editor</source>
-        <translation>启动 eric6 十六进制编辑器</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2437"/>
-        <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric6 Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;十六进制编辑器&lt;/b&gt;&lt;p&gt;启动 eric6 十六进制编辑器来查看、修改二进制文件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2678"/>
-        <source>Clear private data</source>
-        <translation type="unfinished">清空隐私数据</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2680"/>
-        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1636"/>
-        <source>Save session...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1641"/>
-        <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>Load session</source>
-        <translation type="unfinished">载入会话</translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1649"/>
-        <source>Load session...</source>
+        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2047"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2870"/>
+        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2886"/>
+        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>PySide&amp;2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2948"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5826"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2820"/>
+        <source>Virtualenv Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2814"/>
+        <source>&amp;Virtualenv Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2822"/>
+        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2837"/>
+        <source>Virtualenv Configurator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <source>Virtualenv &amp;Configurator...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3182"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3194"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3201"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3221"/>
+        <source>Plug-ins</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../UI/UserInterface.py" line="1654"/>
-        <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6558"/>
-        <source>eric6 Session Files (*.e5s)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>Crash Session found!</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="6609"/>
-        <source>A session file of a crashed session was found. Shall this session be restored?</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="675"/>
-        <source>Cleaning Plugins Download Area...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="667"/>
-        <source>Initializing Plugins...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>Update Check</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7144"/>
-        <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="7134"/>
-        <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
-        <source>Code Documentation Viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2836"/>
-        <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2852"/>
-        <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2910"/>
-        <source>PySide&amp;2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2914"/>
-        <source>Open PySide2 Documentation</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2916"/>
-        <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="5792"/>
-        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2786"/>
-        <source>Virtualenv Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2780"/>
-        <source>&amp;Virtualenv Manager...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2788"/>
-        <source>&lt;b&gt;Virtualenv Manager&lt;/b&gt;&lt;p&gt;This opens a dialog to manage the defined Python virtual environments.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2803"/>
-        <source>Virtualenv Configurator</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2797"/>
-        <source>Virtualenv &amp;Configurator...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3148"/>
-        <source>Left Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3160"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3167"/>
-        <source>Right Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="3187"/>
-        <source>Plug-ins</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
         <source>Restart</source>
         <translation type="unfinished">重启</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1620"/>
+        <location filename="../UI/UserInterface.py" line="1654"/>
         <source>Ctrl+Shift+Q</source>
         <comment>File|Quit</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1626"/>
+        <location filename="../UI/UserInterface.py" line="1660"/>
         <source>Restart the IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1627"/>
+        <location filename="../UI/UserInterface.py" line="1661"/>
         <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>Start Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5905"/>
+        <location filename="../UI/UserInterface.py" line="5939"/>
         <source>The eric6 web browser could not be started.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5966"/>
+        <location filename="../UI/UserInterface.py" line="6000"/>
         <source>&lt;p&gt;The eric6 web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
+        <location filename="../UI/UserInterface.py" line="2085"/>
         <source>Conda</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>PyPI</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3532"/>
         <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
+        <location filename="../UI/UserInterface.py" line="2103"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="1957"/>
+        <location filename="../UI/UserInterface.py" line="1991"/>
         <source>Ctrl+Alt+Shift+I</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2013"/>
+        <location filename="../UI/UserInterface.py" line="2047"/>
         <source>Ctrl+Alt+Shift+D</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2019"/>
+        <location filename="../UI/UserInterface.py" line="2053"/>
         <source>Switch the input focus to the Code Documentation Viewer window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2022"/>
+        <location filename="../UI/UserInterface.py" line="2056"/>
         <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="2067"/>
         <source>Ctrl+Alt+Shift+P</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2039"/>
+        <location filename="../UI/UserInterface.py" line="2073"/>
         <source>Switch the input focus to the PyPI window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2041"/>
-        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2051"/>
-        <source>Ctrl+Alt+Shift+C</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2057"/>
-        <source>Switch the input focus to the Conda window.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2059"/>
-        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../UI/UserInterface.py" line="2069"/>
-        <source>Ctrl+Alt+Shift+M</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../UI/UserInterface.py" line="2075"/>
+        <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2091"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2093"/>
+        <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2103"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2109"/>
         <source>Switch the input focus to the MicroPython window.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="2111"/>
         <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3145"/>
+        <location filename="../UI/UserInterface.py" line="3179"/>
         <source>Central Park</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="3672"/>
+        <location filename="../UI/UserInterface.py" line="3706"/>
         <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
         <translation type="unfinished">&lt;h3&gt;版本号&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5009"/>
+        <location filename="../UI/UserInterface.py" line="5043"/>
         <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5079"/>
+        <location filename="../UI/UserInterface.py" line="5113"/>
         <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="5123"/>
+        <location filename="../UI/UserInterface.py" line="5157"/>
         <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2182"/>
+        <location filename="../UI/UserInterface.py" line="2216"/>
         <source>Show Install &amp;Info...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2186"/>
+        <location filename="../UI/UserInterface.py" line="2220"/>
         <source>Show Installation Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/UserInterface.py" line="2188"/>
+        <location filename="../UI/UserInterface.py" line="2222"/>
         <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -81743,7 +81763,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1499"/>
+        <location filename="../Utilities/__init__.py" line="1519"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;可以在字符串中使用“%-代码”作为占位符。支持的代码有:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;当前编辑器的光标所在列&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;当前编辑器的文件夹&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;当前编辑器的文件名&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;当前用户的根目录&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;当前编辑器的光标所在行&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;当前项目的路径&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;当前编辑器中选择的文本&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;当前用户的用户名&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;百分比符号&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>
@@ -86141,6 +86161,21 @@
         <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="765"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="786"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
@@ -86608,32 +86643,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="323"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/>
         <source>&lt;virtualenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="341"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/>
         <source>&lt;No suitable virtualenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="343"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/>
         <source>virtualenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="377"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/>
         <source>&lt;pyvenv did not finish within 5s.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="397"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/>
         <source>&lt;No suitable pyvenv found.&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="399"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/>
         <source>pyvenv Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -86768,7 +86803,7 @@
         <translation type="unfinished">文本文件 (*.txt);;所有文件 (*)</translation>
     </message>
     <message>
-        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="411"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/>
         <source>conda Version: {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -91080,12 +91115,12 @@
         <translation type="unfinished">扫描当前站点</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>IP Address Report</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Domain Report</source>
         <translation type="unfinished"></translation>
     </message>
@@ -91135,58 +91170,53 @@
         <translation type="unfinished">帮助引擎</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISO</source>
         <translation type="unfinished">ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Windows</source>
         <translation type="unfinished">Windows</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Unicode</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/>
-        <source>ISCII</source>
-        <translation type="unfinished"></translation>
+        <source>Other</source>
+        <translation type="unfinished">其它</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
-        <source>Unicode</source>
-        <translation type="unfinished">Unicode</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4245"/>
-        <source>Other</source>
-        <translation type="unfinished">其它</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4243"/>
         <source>IBM</source>
         <translation type="unfinished">IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>VirusTotal Scan</source>
         <translation type="unfinished">VirusTotal 扫描</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4714"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/>
         <source>Enter a valid domain name:</source>
         <translation type="unfinished"></translation>
     </message>
@@ -91298,27 +91328,27 @@
         <translation type="unfinished">显示所有历史记录…</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/>
         <source>Menu Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4275"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/>
         <source>Bookmarks</source>
         <translation type="unfinished">书签</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4280"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/>
         <source>Status Bar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/>
         <source>&amp;Show all</source>
         <translation type="unfinished">全部显示(&amp;S)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4296"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/>
         <source>&amp;Hide all</source>
         <translation type="unfinished">全部隐藏(&amp;H)</translation>
     </message>
@@ -91419,7 +91449,7 @@
         <translation type="unfinished">&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/>
         <source>Export Keyboard Shortcuts</source>
         <translation type="unfinished">导出键盘快捷键</translation>
     </message>
@@ -91439,7 +91469,7 @@
         <translation type="unfinished">&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Import Keyboard Shortcuts</source>
         <translation type="unfinished">导入键盘快捷键</translation>
     </message>
@@ -91459,7 +91489,7 @@
         <translation type="unfinished">&lt;b&gt;导入键盘快捷键&lt;/b&gt;&lt;p&gt;导入程序的键盘快捷键。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="5098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/>
         <source>Keyboard shortcut file (*.e4k)</source>
         <translation type="unfinished">键盘快捷键文件 (*.e4k)</translation>
     </message>
@@ -91483,6 +91513,16 @@
         <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>WebDatabasesDialog</name>
--- a/eric6/icons/breeze-dark/1downarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/1downarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1.8838 5.5-0.88379 0.89323 10 10.107 10-10.107-0.88379-0.89323-9.1162 9.2135-9.1162-9.2135" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1.8838 5.5-0.88379 0.89323 10 10.107 10-10.107-0.88379-0.89323-9.1162 9.2135-9.1162-9.2135" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/1leftarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/1leftarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.607 1-10.107 10 10.107 10 0.89322-0.88379-9.2135-9.1162 9.2135-9.1162-0.89322-0.88379" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.607 1-10.107 10 10.107 10 0.89322-0.88379-9.2135-9.1162 9.2135-9.1162-0.89322-0.88379" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/1rightarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/1rightarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6.3932 1-0.89323 0.88379 9.2135 9.1162-9.2135 9.1162 0.89323 0.88379 10.107-10-10.107-10" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6.3932 1-0.89323 0.88379 9.2135 9.1162-9.2135 9.1162 0.89323 0.88379 10.107-10-10.107-10" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/1uparrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/1uparrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1.8838 16.5-0.88375-0.89319 10-10.107 10 10.107-0.88375 0.89319-9.1162-9.2136-9.1162 9.2136" color="#eff0f1" fill="currentColor" stroke-width="1.2567"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1.8838 16.5-0.88375-0.89319 10-10.107 10 10.107-0.88375 0.89319-9.1162-9.2136-9.1162 9.2136" color="#eff0f1" fill="currentColor" stroke-width="1.2567"/></svg>
--- a/eric6/icons/breeze-dark/2downarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/2downarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1.8838 2.5-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451zm0 6.2012-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1.8838 2.5-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451zm0 6.2012-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-dark/2leftarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/2leftarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m19.5 1.8838-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162zm-6.2012 0-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m19.5 1.8838-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162zm-6.2012 0-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-dark/2rightarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/2rightarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m2.5 1.8838 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162zm6.2012 0 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m2.5 1.8838 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162zm6.2012 0 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-dark/2uparrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/2uparrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1.8838 19.5-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451zm0-6.2012-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1.8838 19.5-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451zm0-6.2012-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-dark/actionsToolButton.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/actionsToolButton.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/adBlockAction.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockAction.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/adBlockPlus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.5)">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/>
-  </g>
- </g>
-</svg>
+<svg version="1.0" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.08572 0 0 .085259 -6.9101 -13.5)"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/></g></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlus16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlus16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,76 +1,2 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   version="1.0"
-   id="svg12"
-   sodipodi:docname="adBlockPlus.svg"
-   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
-  <metadata
-     id="metadata18">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <defs
-     id="defs16" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1107"
-     inkscape:window-height="724"
-     id="namedview14"
-     showgrid="false"
-     inkscape:zoom="10.727273"
-     inkscape:cx="11"
-     inkscape:cy="11"
-     inkscape:window-x="621"
-     inkscape:window-y="362"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg12" />
-  <g
-     transform="matrix(0.06249685,0,0,0.06249678,-5.0621416,-10.084582)"
-     id="g10">
-    <g
-       transform="matrix(8.259,0,0,8.259,-1246.1,-3046.4)"
-       id="g8">
-      <path
-         transform="matrix(1.2678,1.7357,-1.7357,1.2678,187.63,395.98)"
-         d="m 3.8498,13 -5.7925,0.92859 -4.7525,-3.4393 -0.92859,-5.7925 3.4393,-4.7525 5.7925,-0.92859 4.7525,3.4393 0.92859,5.7925 z"
-         id="path2"
-         inkscape:connector-curvature="0"
-         style="fill:#ffffff;stroke:#000000;stroke-width:0.23263;stroke-linecap:square" />
-      <path
-         transform="matrix(1.1488,1.5728,-1.5728,1.1488,186.64,396.59)"
-         d="m 3.8498,13 -5.7925,0.92859 -4.7525,-3.4393 -0.92859,-5.7925 3.4393,-4.7525 5.7925,-0.92859 4.7525,3.4393 0.92859,5.7925 z"
-         id="path4"
-         inkscape:connector-curvature="0"
-         style="fill:#ff0000" />
-      <path
-         transform="matrix(0.96443,0,0,1.2232,150.79,384.56)"
-         d="m 19.535,18.613 h -3.5273 l -0.55664,1.5938 h -2.2676 l 3.2402,-8.748 h 2.6895 l 3.2402,8.748 h -2.2676 z M 16.5702,16.99 h 2.3965 l -1.1953,-3.4805 z m 10.441,-2.1445 c 0.35546,5e-6 0.625,-0.07812 0.80859,-0.23438 0.18359,-0.15624 0.27538,-0.38671 0.27539,-0.69141 -6e-6,-0.30078 -0.0918,-0.53027 -0.27539,-0.68848 -0.1836,-0.1582 -0.45313,-0.2373 -0.80859,-0.2373 h -1.248 v 1.8516 z m 0.07617,3.8262 c 0.45312,10e-7 0.79394,-0.0957 1.0225,-0.28711 0.22851,-0.1914 0.34277,-0.48047 0.34277,-0.86719 -6e-6,-0.3789 -0.11329,-0.66308 -0.33984,-0.85254 -0.22657,-0.18945 -0.56836,-0.28418 -1.0254,-0.28418 h -1.3242 v 2.291 z m 2.0977,-3.1465 c 0.48437,0.14063 0.85937,0.4004 1.125,0.7793 0.26562,0.37891 0.39843,0.84375 0.39844,1.3945 -8e-6,0.84375 -0.28516,1.4727 -0.85547,1.8867 -0.57032,0.41406 -1.4375,0.62109 -2.6016,0.62109 h -3.7441 v -8.748 h 3.3867 c 1.2148,9e-6 2.0947,0.1836 2.6396,0.55078 0.54491,0.3672 0.81738,0.95509 0.81738,1.7637 -8e-6,0.42579 -0.09962,0.78809 -0.29883,1.0869 -0.19923,0.29883 -0.48829,0.52051 -0.86719,0.66504 z m 3.4629,-4.0664 h 3.7441 c 1.1133,9e-6 1.9678,0.24708 2.5635,0.74121 0.5957,0.49415 0.89355,1.1982 0.89355,2.1123 -8e-6,0.91797 -0.29786,1.624 -0.89355,2.1182 -0.59571,0.49414 -1.4502,0.74121 -2.5635,0.74121 h -1.4883 v 3.0352 h -2.2559 z m 2.2559,1.6348 v 2.4434 h 1.248 c 0.4375,5e-6 0.77538,-0.10644 1.0137,-0.31934 0.23828,-0.21288 0.35742,-0.51464 0.35742,-0.90527 -6e-6,-0.39062 -0.11915,-0.6914 -0.35742,-0.90234 -0.23829,-0.21093 -0.57618,-0.3164 -1.0137,-0.31641 z"
-         id="path6"
-         inkscape:connector-curvature="0"
-         style="fill:#ffffff" />
-    </g>
-  </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="a" version="1.0" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="b" transform="matrix(.062497 0 0 .062497 -5.0621 -10.085)"><g id="c" transform="matrix(8.259,0,0,8.259,-1246.1,-3046.4)"><path id="d" transform="matrix(1.2678,1.7357,-1.7357,1.2678,187.63,395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path id="e" transform="matrix(1.1488,1.5728,-1.5728,1.1488,186.64,396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/><path id="f" transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/></g></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlus48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlus48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/>
-  </g>
- </g>
-</svg>
+<svg version="1.0" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/></g></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlusDisabled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlusDisabled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m4.2005 17.894-2.8542-2.7979v-8.0811l5.6507-5.6218h8.1055l5.6507 5.6218v8.0551l-5.6507 5.6218h-8.0479zm-0.39955-3.6184 0.17601-0.64661h2.357l0.15715 0.53757c0.086434 0.29566 0.15715 0.58664 0.15715 0.64661 0 0.07044 0.29849 0.10904 0.84324 0.10904h0.84324l-0.17904-0.62174c-0.098472-0.34196-0.59761-2.043-1.1092-3.7802l-0.93016-3.1584-1.919 0.0019898-1.0797 3.7046c-0.59385 2.0375-1.0778 3.7381-1.0754 3.7792 0.00238 0.04104 0.35946 0.07461 0.79351 0.07461h0.78918zm9.1037 0.45962c0.81098-0.36632 1.2127-1.164 1.1175-2.2188-0.05776-0.63964-0.38075-1.2925-0.73191-1.4794l-0.23503-0.12508 0.24881-0.2293c0.34084-0.31412 0.44722-0.64011 0.44464-1.3625-0.003016-0.85642-0.25934-1.3837-0.81558-1.6781-0.39424-0.20866-0.58596-0.232-2.1583-0.26275l-1.7256-0.033746v7.5767l1.7256-0.0022c1.4575-0.0019 1.7884-0.03056 2.1299-0.1848zm4.0473-1.1062v-1.2932l0.72526-5.91e-4c1.0177-8.18e-4 1.4528-0.14407 1.9284-0.63507 0.47448-0.48976 0.6475-0.98944 0.6475-1.87 0-0.86515-0.22727-1.4844-0.70103-1.91-0.53308-0.47892-0.91498-0.55707-2.7252-0.55771l-1.5756-5.427e-4v7.5603h1.7006z" fill="#808080" stroke-width=".099756"/>
- <path d="m4.4474 12.039c0-0.11181 0.57492-2.2623 0.66531-2.4886 0.068163-0.17065 0.061191-0.19057 0.51335 1.4673l0.30523 1.1191h-0.74194c-0.41955 0-0.74194-0.04251-0.74194-0.09782z" fill="#808080" stroke-width=".099756"/>
- <path d="m10.65 9.5003v-0.74608h0.5502c0.41682 0 0.5987 0.048232 0.75027 0.19896 0.2415 0.24016 0.26307 0.76159 0.04435 1.0721-0.13122 0.1863-0.24929 0.22109-0.75027 0.22109h-0.59454z" fill="#808080" stroke-width=".099756"/>
- <path d="m10.65 12.572v-0.95663l0.64457 0.04081c0.73824 0.04675 1.0036 0.22008 1.0973 0.71689 0.07476 0.39625-0.09835 0.92675-0.34529 1.0582-0.10064 0.05356-0.45603 0.09738-0.78976 0.09738h-0.60679z" fill="#808080" stroke-width=".099756"/>
- <path d="m16.952 9.8484v-0.99478h0.52794c0.3119 0 0.61733 0.062262 0.74638 0.15215 0.47022 0.32752 0.47022 1.3577 0 1.6853-0.12905 0.08989-0.43448 0.15215-0.74638 0.15215h-0.52794z" fill="#808080" stroke-width=".099756"/>
-</svg>
+<svg version="1.0" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#808080" stroke-width=".099756"><path d="m4.2005 17.894-2.8542-2.7979v-8.0811l5.6507-5.6218h8.1055l5.6507 5.6218v8.0551l-5.6507 5.6218h-8.0479zm-0.39955-3.6184 0.17601-0.64661h2.357l0.15715 0.53757c0.086434 0.29566 0.15715 0.58664 0.15715 0.64661 0 0.07044 0.29849 0.10904 0.84324 0.10904h0.84324l-0.17904-0.62174c-0.098472-0.34196-0.59761-2.043-1.1092-3.7802l-0.93016-3.1584-1.919 0.0019898-1.0797 3.7046c-0.59385 2.0375-1.0778 3.7381-1.0754 3.7792 0.00238 0.04104 0.35946 0.07461 0.79351 0.07461h0.78918zm9.1037 0.45962c0.81098-0.36632 1.2127-1.164 1.1175-2.2188-0.05776-0.63964-0.38075-1.2925-0.73191-1.4794l-0.23503-0.12508 0.24881-0.2293c0.34084-0.31412 0.44722-0.64011 0.44464-1.3625-0.003016-0.85642-0.25934-1.3837-0.81558-1.6781-0.39424-0.20866-0.58596-0.232-2.1583-0.26275l-1.7256-0.033746v7.5767l1.7256-0.0022c1.4575-0.0019 1.7884-0.03056 2.1299-0.1848zm4.0473-1.1062v-1.2932l0.72526-5.91e-4c1.0177-8.18e-4 1.4528-0.14407 1.9284-0.63507 0.47448-0.48976 0.6475-0.98944 0.6475-1.87 0-0.86515-0.22727-1.4844-0.70103-1.91-0.53308-0.47892-0.91498-0.55707-2.7252-0.55771l-1.5756-5.427e-4v7.5603h1.7006z"/><path d="m4.4474 12.039c0-0.11181 0.57492-2.2623 0.66531-2.4886 0.068163-0.17065 0.061191-0.19057 0.51335 1.4673l0.30523 1.1191h-0.74194c-0.41955 0-0.74194-0.04251-0.74194-0.09782z"/><path d="m10.65 9.5003v-0.74608h0.5502c0.41682 0 0.5987 0.048232 0.75027 0.19896 0.2415 0.24016 0.26307 0.76159 0.04435 1.0721-0.13122 0.1863-0.24929 0.22109-0.75027 0.22109h-0.59454z"/><path d="m10.65 12.572v-0.95663l0.64457 0.04081c0.73824 0.04675 1.0036 0.22008 1.0973 0.71689 0.07476 0.39625-0.09835 0.92675-0.34529 1.0582-0.10064 0.05356-0.45603 0.09738-0.78976 0.09738h-0.60679z"/><path d="m16.952 9.8484v-0.99478h0.52794c0.3119 0 0.61733 0.062262 0.74638 0.15215 0.47022 0.32752 0.47022 1.3577 0 1.6853-0.12905 0.08989-0.43448 0.15215-0.74638 0.15215h-0.52794z"/></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlusDisabled16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlusDisabled16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m3.0738 13.015-2.0801-2.0453v-5.9074l4.1181-4.1096h5.9071l4.1181 4.1096v5.8884l-4.1181 4.1096h-5.8652zm-0.29118-2.6451 0.12827-0.47267h1.7177l0.11453 0.39297c0.062992 0.21613 0.11453 0.42884 0.11453 0.47267 0 0.05149 0.21753 0.07971 0.61454 0.07971h0.61454l-0.13048-0.4545c-0.071764-0.24997-0.43553-1.4935-0.80836-2.7633l-0.67788-2.3088-1.3985 0.0014546-0.78688 2.7081c-0.43278 1.4894-0.78546 2.7326-0.78372 2.7626 0.00173 0.03 0.26197 0.05454 0.57829 0.05454h0.57514zm6.6346 0.33599c0.59102-0.26778 0.8838-0.8509 0.81438-1.622-0.042094-0.46758-0.27748-0.94481-0.5334-1.0814l-0.17128-0.091436 0.18132-0.16762c0.2484-0.22962 0.32593-0.46793 0.32405-0.99601-0.002198-0.62605-0.189-1.0115-0.59438-1.2267-0.28731-0.15253-0.42703-0.16959-1.5729-0.19207l-1.2576-0.024669v5.5387l1.2576-0.0016c1.0622-0.0014 1.3034-0.02234 1.5522-0.13509zm2.9496-0.80866v-0.94535l0.52856-4.321e-4c0.74165-5.979e-4 1.0588-0.10532 1.4054-0.46424 0.34579-0.35802 0.47188-0.72329 0.47188-1.367 0-0.63243-0.16563-1.0851-0.5109-1.3962-0.3885-0.35009-0.66682-0.40722-1.9861-0.40769l-1.1482-3.967e-4v5.5266h1.2394z" fill="#808080" stroke-width=".072811"/>
- <path d="m3.2538 8.7348c0-0.081733 0.41899-1.6538 0.48486-1.8192 0.049676-0.12474 0.044595-0.13931 0.37412 1.0726l0.22244 0.81809h-0.54071c-0.30576 0-0.54071-0.031075-0.54071-0.071506z" fill="#808080" stroke-width=".072811"/>
- <path d="m7.7738 6.8793v-0.54539h0.40097c0.30377 0 0.43632 0.035258 0.54678 0.14544 0.176 0.17556 0.19172 0.55673 0.032322 0.78373-0.095631 0.13618-0.18168 0.16162-0.54678 0.16162h-0.43329z" fill="#808080" stroke-width=".072811"/>
- <path d="m7.7738 9.1251v-0.6993l0.46975 0.029832c0.53801 0.034174 0.73137 0.16088 0.79967 0.52405 0.054483 0.28966-0.071675 0.67746-0.25164 0.77353-0.07334 0.039153-0.33234 0.071185-0.57556 0.071185h-0.44222z" fill="#808080" stroke-width=".072811"/>
- <path d="m12.367 7.1338v-0.72719h0.38475c0.2273 0 0.4499 0.045514 0.54395 0.11122 0.34269 0.23942 0.34269 0.99252 0 1.2319-0.09405 0.06571-0.31664 0.11122-0.54395 0.11122h-0.38475z" fill="#808080" stroke-width=".072811"/>
-</svg>
+<svg version="1.0" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#808080" stroke-width=".072811"><path d="m3.0738 13.015-2.0801-2.0453v-5.9074l4.1181-4.1096h5.9071l4.1181 4.1096v5.8884l-4.1181 4.1096h-5.8652zm-0.29118-2.6451 0.12827-0.47267h1.7177l0.11453 0.39297c0.062992 0.21613 0.11453 0.42884 0.11453 0.47267 0 0.05149 0.21753 0.07971 0.61454 0.07971h0.61454l-0.13048-0.4545c-0.071764-0.24997-0.43553-1.4935-0.80836-2.7633l-0.67788-2.3088-1.3985 0.0014546-0.78688 2.7081c-0.43278 1.4894-0.78546 2.7326-0.78372 2.7626 0.00173 0.03 0.26197 0.05454 0.57829 0.05454h0.57514zm6.6346 0.33599c0.59102-0.26778 0.8838-0.8509 0.81438-1.622-0.042094-0.46758-0.27748-0.94481-0.5334-1.0814l-0.17128-0.091436 0.18132-0.16762c0.2484-0.22962 0.32593-0.46793 0.32405-0.99601-0.002198-0.62605-0.189-1.0115-0.59438-1.2267-0.28731-0.15253-0.42703-0.16959-1.5729-0.19207l-1.2576-0.024669v5.5387l1.2576-0.0016c1.0622-0.0014 1.3034-0.02234 1.5522-0.13509zm2.9496-0.80866v-0.94535l0.52856-4.321e-4c0.74165-5.979e-4 1.0588-0.10532 1.4054-0.46424 0.34579-0.35802 0.47188-0.72329 0.47188-1.367 0-0.63243-0.16563-1.0851-0.5109-1.3962-0.3885-0.35009-0.66682-0.40722-1.9861-0.40769l-1.1482-3.967e-4v5.5266h1.2394z"/><path d="m3.2538 8.7348c0-0.081733 0.41899-1.6538 0.48486-1.8192 0.049676-0.12474 0.044595-0.13931 0.37412 1.0726l0.22244 0.81809h-0.54071c-0.30576 0-0.54071-0.031075-0.54071-0.071506z"/><path d="m7.7738 6.8793v-0.54539h0.40097c0.30377 0 0.43632 0.035258 0.54678 0.14544 0.176 0.17556 0.19172 0.55673 0.032322 0.78373-0.095631 0.13618-0.18168 0.16162-0.54678 0.16162h-0.43329z"/><path d="m7.7738 9.1251v-0.6993l0.46975 0.029832c0.53801 0.034174 0.73137 0.16088 0.79967 0.52405 0.054483 0.28966-0.071675 0.67746-0.25164 0.77353-0.07334 0.039153-0.33234 0.071185-0.57556 0.071185h-0.44222z"/><path d="m12.367 7.1338v-0.72719h0.38475c0.2273 0 0.4499 0.045514 0.54395 0.11122 0.34269 0.23942 0.34269 0.99252 0 1.2319-0.09405 0.06571-0.31664 0.11122-0.54395 0.11122h-0.38475z"/></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlusGreen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlusGreen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m4.2432 17.918-2.8802-2.8068 0.0093-4.0289 0.0093-4.0288 5.5819-5.67 8.0627-0.06316 5.7521 5.726-0.0088 7.9654-5.6783 5.72-7.9678-7e-3zm-0.43501-3.6523 0.18039-0.69634h2.363l0.34322 1.3927h1.6553l-0.64984-2.2134c-0.35741-1.2174-0.85998-2.9296-1.1168-3.805l-0.46696-1.5916-0.92247-0.028606c-0.87925-0.02727-0.927-0.01795-1.0192 0.19896-0.053196 0.12516-0.55085 1.7864-1.1059 3.6916-0.55504 1.9052-1.0338 3.528-1.064 3.6061-0.044782 0.11605 0.098473 0.142 0.78406 0.142h0.83885zm9.266 0.39666c0.64873-0.3612 0.93374-0.9188 0.93543-1.83 0.0015-0.81294-0.20249-1.3909-0.60736-1.7209l-0.26954-0.21965 0.21479-0.228c0.30819-0.32714 0.42819-0.70756 0.42819-1.3574 0-0.81655-0.3085-1.3801-0.92626-1.6921-0.43012-0.21721-0.63543-0.24524-2.1258-0.29019l-1.6497-0.04976v7.707l1.7756-0.03453c1.6773-0.03262 1.8005-0.04838 2.2245-0.28448zm3.8026-0.97973v-1.2794l0.87532-0.05063c1.0128-0.05859 1.4463-0.21349 1.9032-0.68007 0.82507-0.84255 0.82518-2.862 2e-4 -3.6406-0.64146-0.60545-0.87003-0.66556-2.7037-0.71104l-1.6756-0.04156v7.6827h1.6006z" fill="#008000" stroke-width=".099756"/>
- <path d="m4.4724 11.969c0-0.19269 0.64429-2.4782 0.69861-2.4782 0.043648 0 0.20355 0.56703 0.68026 2.4123 0.039703 0.15368-0.038487 0.17408-0.66695 0.17408-0.44613 0-0.71192-0.04039-0.71192-0.10819z" fill="#008000" stroke-width=".099756"/>
- <path d="m10.675 9.5401v-0.74608h0.59454c0.50098 0 0.61905 0.0348 0.75027 0.22109 0.23003 0.32658 0.19341 0.74526-0.08982 1.0269-0.19581 0.19472-0.34777 0.24417-0.75027 0.24417h-0.50472z" fill="#008000" stroke-width=".099756"/>
- <path d="m10.675 12.635v-0.95663h0.58672c0.82198 0 1.1139 0.23363 1.1139 0.8915 0 0.7259-0.21348 0.92759-1.037 0.97974l-0.6636 0.04202z" fill="#008000" stroke-width=".099756"/>
- <path d="m16.877 9.8247v-1.0583l0.62409 0.05627c0.79142 0.07136 1.0765 0.3439 1.0765 1.0291 0 0.36446-0.05546 0.5049-0.29241 0.74054-0.25328 0.25187-0.36707 0.29078-0.85031 0.29078h-0.55789z" fill="#008000" stroke-width=".099756"/>
-</svg>
+<svg version="1.0" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#008000" stroke-width=".099756"><path d="m4.2432 17.918-2.8802-2.8068 0.0093-4.0289 0.0093-4.0288 5.5819-5.67 8.0627-0.06316 5.7521 5.726-0.0088 7.9654-5.6783 5.72-7.9678-7e-3zm-0.43501-3.6523 0.18039-0.69634h2.363l0.34322 1.3927h1.6553l-0.64984-2.2134c-0.35741-1.2174-0.85998-2.9296-1.1168-3.805l-0.46696-1.5916-0.92247-0.028606c-0.87925-0.02727-0.927-0.01795-1.0192 0.19896-0.053196 0.12516-0.55085 1.7864-1.1059 3.6916-0.55504 1.9052-1.0338 3.528-1.064 3.6061-0.044782 0.11605 0.098473 0.142 0.78406 0.142h0.83885zm9.266 0.39666c0.64873-0.3612 0.93374-0.9188 0.93543-1.83 0.0015-0.81294-0.20249-1.3909-0.60736-1.7209l-0.26954-0.21965 0.21479-0.228c0.30819-0.32714 0.42819-0.70756 0.42819-1.3574 0-0.81655-0.3085-1.3801-0.92626-1.6921-0.43012-0.21721-0.63543-0.24524-2.1258-0.29019l-1.6497-0.04976v7.707l1.7756-0.03453c1.6773-0.03262 1.8005-0.04838 2.2245-0.28448zm3.8026-0.97973v-1.2794l0.87532-0.05063c1.0128-0.05859 1.4463-0.21349 1.9032-0.68007 0.82507-0.84255 0.82518-2.862 2e-4 -3.6406-0.64146-0.60545-0.87003-0.66556-2.7037-0.71104l-1.6756-0.04156v7.6827h1.6006z"/><path d="m4.4724 11.969c0-0.19269 0.64429-2.4782 0.69861-2.4782 0.043648 0 0.20355 0.56703 0.68026 2.4123 0.039703 0.15368-0.038487 0.17408-0.66695 0.17408-0.44613 0-0.71192-0.04039-0.71192-0.10819z"/><path d="m10.675 9.5401v-0.74608h0.59454c0.50098 0 0.61905 0.0348 0.75027 0.22109 0.23003 0.32658 0.19341 0.74526-0.08982 1.0269-0.19581 0.19472-0.34777 0.24417-0.75027 0.24417h-0.50472z"/><path d="m10.675 12.635v-0.95663h0.58672c0.82198 0 1.1139 0.23363 1.1139 0.8915 0 0.7259-0.21348 0.92759-1.037 0.97974l-0.6636 0.04202z"/><path d="m16.877 9.8247v-1.0583l0.62409 0.05627c0.79142 0.07136 1.0765 0.3439 1.0765 1.0291 0 0.36446-0.05546 0.5049-0.29241 0.74054-0.25328 0.25187-0.36707 0.29078-0.85031 0.29078h-0.55789z"/></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlusGreen16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlusGreen16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m3.1049 13.032-2.099-2.0518 0.01356-5.8902 4.0679-4.1448 5.8759-0.046171 4.192 4.1857-0.0064 5.8228-4.1382 4.1813-5.8068-0.0052zm-0.31702-2.6699 0.13146-0.50903h1.7221l0.25013 1.0181h1.2063l-0.47359-1.618c-0.26048-0.8899-0.62673-2.1416-0.8139-2.7815l-0.34031-1.1635-0.67227-0.020911c-0.64078-0.019934-0.67558-0.013122-0.74276 0.14544-0.038768 0.091493-0.40145 1.3059-0.80595 2.6986s-0.75343 2.579-0.7754 2.6361c-0.032636 0.08483 0.071765 0.1038 0.5714 0.1038h0.61134zm6.7529 0.28996c0.47278-0.26404 0.68049-0.67165 0.68172-1.3378 0.001094-0.59426-0.14757-1.0168-0.44263-1.258l-0.19644-0.16056 0.15654-0.16667c0.2246-0.23914 0.31206-0.51723 0.31206-0.99226 0-0.5969-0.22483-1.0089-0.67504-1.2369-0.31346-0.15878-0.46309-0.17927-1.5492-0.21213l-1.2022-0.036375v5.6339l1.294-0.02524c1.2224-0.02385 1.3122-0.03537 1.6212-0.20795zm2.7713-0.71619v-0.93526l0.63791-0.037011c0.73812-0.04283 1.054-0.15606 1.387-0.49713 0.60129-0.61591 0.60137-2.0921 1.45e-4 -2.6613-0.46748-0.44259-0.63406-0.48653-1.9704-0.51977l-1.2211-0.030381v5.6161h1.1665z" fill="#008000" stroke-width=".072811"/>
- <path d="m3.272 8.6836c0-0.14085 0.46954-1.8116 0.50913-1.8116 0.03181 0 0.14834 0.4145 0.49576 1.7634 0.028935 0.11234-0.028049 0.12726-0.48606 0.12726-0.32513 0-0.51883-0.029525-0.51883-0.079085z" fill="#008000" stroke-width=".072811"/>
- <path d="m7.792 6.9084v-0.54539h0.43329c0.3651 0 0.45115 0.025439 0.54678 0.16162 0.16764 0.23873 0.14095 0.54479-0.065459 0.75067-0.1427 0.14234-0.25345 0.17849-0.54678 0.17849h-0.36783z" fill="#008000" stroke-width=".072811"/>
- <path d="m7.792 9.1711v-0.6993h0.42759c0.59904 0 0.81178 0.17079 0.81178 0.65169 0 0.53064-0.15558 0.67808-0.75575 0.71619l-0.48362 0.030717z" fill="#008000" stroke-width=".072811"/>
- <path d="m12.312 7.1164v-0.77365l0.45482 0.041134c0.57677 0.052164 0.78454 0.25139 0.78454 0.75226 0 0.26642-0.04042 0.36909-0.2131 0.54134-0.18459 0.18412-0.26751 0.21256-0.61969 0.21256h-0.40658z" fill="#008000" stroke-width=".072811"/>
-</svg>
+<svg version="1.0" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#008000" stroke-width=".072811"><path d="m3.1049 13.032-2.099-2.0518 0.01356-5.8902 4.0679-4.1448 5.8759-0.046171 4.192 4.1857-0.0064 5.8228-4.1382 4.1813-5.8068-0.0052zm-0.31702-2.6699 0.13146-0.50903h1.7221l0.25013 1.0181h1.2063l-0.47359-1.618c-0.26048-0.8899-0.62673-2.1416-0.8139-2.7815l-0.34031-1.1635-0.67227-0.020911c-0.64078-0.019934-0.67558-0.013122-0.74276 0.14544-0.038768 0.091493-0.40145 1.3059-0.80595 2.6986s-0.75343 2.579-0.7754 2.6361c-0.032636 0.08483 0.071765 0.1038 0.5714 0.1038h0.61134zm6.7529 0.28996c0.47278-0.26404 0.68049-0.67165 0.68172-1.3378 0.001094-0.59426-0.14757-1.0168-0.44263-1.258l-0.19644-0.16056 0.15654-0.16667c0.2246-0.23914 0.31206-0.51723 0.31206-0.99226 0-0.5969-0.22483-1.0089-0.67504-1.2369-0.31346-0.15878-0.46309-0.17927-1.5492-0.21213l-1.2022-0.036375v5.6339l1.294-0.02524c1.2224-0.02385 1.3122-0.03537 1.6212-0.20795zm2.7713-0.71619v-0.93526l0.63791-0.037011c0.73812-0.04283 1.054-0.15606 1.387-0.49713 0.60129-0.61591 0.60137-2.0921 1.45e-4 -2.6613-0.46748-0.44259-0.63406-0.48653-1.9704-0.51977l-1.2211-0.030381v5.6161h1.1665z"/><path d="m3.272 8.6836c0-0.14085 0.46954-1.8116 0.50913-1.8116 0.03181 0 0.14834 0.4145 0.49576 1.7634 0.028935 0.11234-0.028049 0.12726-0.48606 0.12726-0.32513 0-0.51883-0.029525-0.51883-0.079085z"/><path d="m7.792 6.9084v-0.54539h0.43329c0.3651 0 0.45115 0.025439 0.54678 0.16162 0.16764 0.23873 0.14095 0.54479-0.065459 0.75067-0.1427 0.14234-0.25345 0.17849-0.54678 0.17849h-0.36783z"/><path d="m7.792 9.1711v-0.6993h0.42759c0.59904 0 0.81178 0.17079 0.81178 0.65169 0 0.53064-0.15558 0.67808-0.75575 0.71619l-0.48362 0.030717z"/><path d="m12.312 7.1164v-0.77365l0.45482 0.041134c0.57677 0.052164 0.78454 0.25139 0.78454 0.75226 0 0.26642-0.04042 0.36909-0.2131 0.54134-0.18459 0.18412-0.26751 0.21256-0.61969 0.21256h-0.40658z"/></g></svg>
--- a/eric6/icons/breeze-dark/adBlockPlusGreen48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/adBlockPlusGreen48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m9.2135 38.923-6.2996-6.1735 0.040702-17.723 12.209-12.471 17.635-0.13893 12.581 12.594-0.0192 17.52-12.42 12.581-17.428-0.0154zm-0.95147-8.0334 0.39456-1.5316h5.1684l0.75069 3.0632h3.6205l-1.4214-4.8684c-0.78175-2.6776-1.881-6.4438-2.4427-8.3692l-1.0214-3.5009-2.0177-0.06292c-1.9231-0.05998-2.0276-0.03948-2.2292 0.43761-0.11635 0.27529-1.2048 3.9292-2.4189 8.1198-1.214 4.1906-2.2612 7.7598-2.3272 7.9316-0.097951 0.25526 0.21538 0.31232 1.7149 0.31232h1.8348zm20.267 0.87246c1.4189-0.79448 2.0423-2.0209 2.046-4.0252 0.0033-1.7881-0.4429-3.0594-1.3285-3.7851l-0.58955-0.48312 0.4698-0.5015c0.67408-0.71956 0.93656-1.5563 0.93656-2.9856 0-1.796-0.67477-3.0356-2.026-3.7218-0.94078-0.47775-1.3898-0.5394-4.6496-0.63827l-3.6082-0.10945v16.952l3.8838-0.07596c3.6686-0.07175 3.9382-0.10641 4.8656-0.62571zm8.3173-2.1549v-2.8141l1.9145-0.11137c2.2153-0.12887 3.1635-0.46958 4.1628-1.4958 1.8046-1.8532 1.8049-6.2949 4.37e-4 -8.0076-1.403-1.3317-1.903-1.4639-5.9137-1.5639l-3.6649-0.09141v16.898h3.5009z" fill="#008000" stroke-width=".2188"/>
- <path d="m9.7149 25.838c0-0.42382 1.4092-5.4509 1.528-5.4509 0.09547 0 0.4452 1.2472 1.4879 5.306 0.08684 0.33802-0.08418 0.38291-1.4588 0.38291-0.97581 0-1.5571-0.08884-1.5571-0.23796z" fill="#008000" stroke-width=".2188"/>
- <path d="m23.281 20.496v-1.641h1.3004c1.0958 0 1.354 0.07653 1.641 0.48629 0.50313 0.71831 0.42303 1.6392-0.19645 2.2587-0.42829 0.42829-0.76066 0.53706-1.641 0.53706h-1.104z" fill="#008000" stroke-width=".2188"/>
- <path d="m23.281 27.305v-2.1041h1.2833c1.7979 0 2.4363 0.51388 2.4363 1.9609 0 1.5966-0.46693 2.0403-2.2682 2.155l-1.4515 0.09242z" fill="#008000" stroke-width=".2188"/>
- <path d="m36.846 21.122v-2.3278l1.365 0.12378c1.731 0.15696 2.3546 0.75641 2.3546 2.2635 0 0.80164-0.12129 1.1105-0.63958 1.6288-0.55399 0.55399-0.80287 0.63958-1.8598 0.63958h-1.2202z" fill="#008000" stroke-width=".2188"/>
-</svg>
+<svg version="1.0" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#008000" stroke-width=".2188"><path d="m9.2135 38.923-6.2996-6.1735 0.040702-17.723 12.209-12.471 17.635-0.13893 12.581 12.594-0.0192 17.52-12.42 12.581-17.428-0.0154zm-0.95147-8.0334 0.39456-1.5316h5.1684l0.75069 3.0632h3.6205l-1.4214-4.8684c-0.78175-2.6776-1.881-6.4438-2.4427-8.3692l-1.0214-3.5009-2.0177-0.06292c-1.9231-0.05998-2.0276-0.03948-2.2292 0.43761-0.11635 0.27529-1.2048 3.9292-2.4189 8.1198-1.214 4.1906-2.2612 7.7598-2.3272 7.9316-0.097951 0.25526 0.21538 0.31232 1.7149 0.31232h1.8348zm20.267 0.87246c1.4189-0.79448 2.0423-2.0209 2.046-4.0252 0.0033-1.7881-0.4429-3.0594-1.3285-3.7851l-0.58955-0.48312 0.4698-0.5015c0.67408-0.71956 0.93656-1.5563 0.93656-2.9856 0-1.796-0.67477-3.0356-2.026-3.7218-0.94078-0.47775-1.3898-0.5394-4.6496-0.63827l-3.6082-0.10945v16.952l3.8838-0.07596c3.6686-0.07175 3.9382-0.10641 4.8656-0.62571zm8.3173-2.1549v-2.8141l1.9145-0.11137c2.2153-0.12887 3.1635-0.46958 4.1628-1.4958 1.8046-1.8532 1.8049-6.2949 4.37e-4 -8.0076-1.403-1.3317-1.903-1.4639-5.9137-1.5639l-3.6649-0.09141v16.898h3.5009z"/><path d="m9.7149 25.838c0-0.42382 1.4092-5.4509 1.528-5.4509 0.09547 0 0.4452 1.2472 1.4879 5.306 0.08684 0.33802-0.08418 0.38291-1.4588 0.38291-0.97581 0-1.5571-0.08884-1.5571-0.23796z"/><path d="m23.281 20.496v-1.641h1.3004c1.0958 0 1.354 0.07653 1.641 0.48629 0.50313 0.71831 0.42303 1.6392-0.19645 2.2587-0.42829 0.42829-0.76066 0.53706-1.641 0.53706h-1.104z"/><path d="m23.281 27.305v-2.1041h1.2833c1.7979 0 2.4363 0.51388 2.4363 1.9609 0 1.5966-0.46693 2.0403-2.2682 2.155l-1.4515 0.09242z"/><path d="m36.846 21.122v-2.3278l1.365 0.12378c1.731 0.15696 2.3546 0.75641 2.3546 2.2635 0 0.80164-0.12129 1.1105-0.63958 1.6288-0.55399 0.55399-0.80287 0.63958-1.8598 0.63958h-1.2202z"/></g></svg>
--- a/eric6/icons/breeze-dark/addBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/addBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/>
- </g>
- <path d="m288 256v32h-32v16h32v32h16v-32h32v-16h-32v-32z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#eff0f1"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/></g><path d="m288 256v32h-32v16h32v32h16v-32h32v-16h-32v-32z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/addUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/addUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.1538 1c-2.0455 0-3.6923 1.6725-3.6923 3.75s1.6468 3.75 3.6923 3.75 3.6923-1.6725 3.6923-3.75-1.6468-3.75-3.6923-3.75zm0 10c-3.4092 0-6.1538 1.115-6.1538 2.5v7.5h8.6154v-1.25h-7.3846v-5.7153c0-0.98929 2.1957-1.7847 4.9231-1.7847 2.2094 0 4.0485 0.52585 4.6755 1.25h1.4784c0-1.385-2.7446-2.5-6.1538-2.5zm6.1538 3.75v2.5h-2.4615v1.25h2.4615v2.5h1.2308v-2.5h2.4615v-1.25h-2.4615v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.1538 1c-2.0455 0-3.6923 1.6725-3.6923 3.75s1.6468 3.75 3.6923 3.75 3.6923-1.6725 3.6923-3.75-1.6468-3.75-3.6923-3.75zm0 10c-3.4092 0-6.1538 1.115-6.1538 2.5v7.5h8.6154v-1.25h-7.3846v-5.7153c0-0.98929 2.1957-1.7847 4.9231-1.7847 2.2094 0 4.0485 0.52585 4.6755 1.25h1.4784c0-1.385-2.7446-2.5-6.1538-2.5zm6.1538 3.75v2.5h-2.4615v1.25h2.4615v2.5h1.2308v-2.5h2.4615v-1.25h-2.4615v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/altn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/altn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#eff0f1"/>
- <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#eff0f1"/><path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/anychar.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/anychar.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.3131 2.3333-4.2614 12.792-0.1582 0.54167-1.8934 5.3333h2.132l2.0893-5.9167h6.986l2.0893 5.9167h2.132l-1.8934-5.3333-0.1582-0.54167-4.2614-12.792h-2.5262zm1.4213 2.5833 2.8025 8.4583h-5.6451z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m18.714 1c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.3131 2.3333-4.2614 12.792-0.1582 0.54167-1.8934 5.3333h2.132l2.0893-5.9167h6.986l2.0893 5.9167h2.132l-1.8934-5.3333-0.1582-0.54167-4.2614-12.792h-2.5262zm1.4213 2.5833 2.8025 8.4583h-5.6451z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m18.714 1c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/astTree.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/astTree.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5zm1.25 1.25v11.25h5v-2.5h5v2.3755h5v-5h-5v1.3745h-5v-5h5v2.5h5v-5h-5v1.25h-5v-1.25zm11.25 1.25h2.5v2.5h-2.5zm0 6.1255h2.5v2.5h-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5zm1.25 1.25v11.25h5v-2.5h5v2.3755h5v-5h-5v1.3745h-5v-5h5v2.5h5v-5h-5v1.25h-5v-1.25zm11.25 1.25h2.5v2.5h-2.5zm0 6.1255h2.5v2.5h-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/atomicgroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/atomicgroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m102.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/>
- <path d="m55.292 52.05c-58.951 123.29-12.941 248.77-12.941 248.77" fill="none" stroke="#eff0f1" stroke-width="18.475px"/>
- <path d="m296.33 52.05c58.951 123.29 12.941 248.77 12.941 248.77" fill="none" stroke="#eff0f1" stroke-width="18.475px"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m102.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/><path d="m55.292 52.05c-58.951 123.29-12.941 248.77-12.941 248.77" fill="none" stroke="#eff0f1" stroke-width="18.475px"/><path d="m296.33 52.05c58.951 123.29 12.941 248.77 12.941 248.77" fill="none" stroke="#eff0f1" stroke-width="18.475px"/></svg>
--- a/eric6/icons/breeze-dark/attribute.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/attribute.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/attribute_class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/attribute_class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#9de3f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#9de3f1"/></svg>
--- a/eric6/icons/breeze-dark/attribute_private.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/attribute_private.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 13.222v5.5556h2.25v-5.5556h-2.25" fill="#eff0f1"/>
- <path d="m6.5 13.222v7.7778h2.25v-7.7778h-2.25" fill="#eff0f1"/>
- <path d="m11 13.222v3.3333h2.25v-3.3333h-2.25" fill="#eff0f1"/>
- <path d="m15.5 13.222v3.3333h4.5v-3.3333h-4.5" fill="#eff0f1"/>
- <g transform="matrix(.9 0 0 .92593 3.8 -960.45)">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m2 13.222v5.5556h2.25v-5.5556h-2.25"/><path d="m6.5 13.222v7.7778h2.25v-7.7778h-2.25"/><path d="m11 13.222v3.3333h2.25v-3.3333h-2.25"/><path d="m15.5 13.222v3.3333h4.5v-3.3333h-4.5"/></g><g transform="matrix(.9 0 0 .92593 3.8 -960.45)"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/attribute_protected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/attribute_protected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 13.015v5.7032h2.25v-5.7032h-2.25" fill="#eff0f1"/>
- <path d="m6.5 13.015v7.9845h2.25v-7.9845h-2.25" fill="#eff0f1"/>
- <path d="m11 13.015v3.4219h2.25v-3.4219h-2.25" fill="#eff0f1"/>
- <path d="m15.5 13.015v3.4219h4.5v-3.4219h-4.5" fill="#eff0f1"/>
- <path class="ColorScheme-Text" d="m2 1v10.266h5.625v-4.5626h7.875v2.2813h1.125v-2.2813h1.125v2.2813h1.125v-2.2813h1.125v-1.1406h-12.375v-4.5626zm1.125 1.1406h3.375v7.9845h-3.375z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m2 13.015v5.7032h2.25v-5.7032h-2.25"/><path d="m6.5 13.015v7.9845h2.25v-7.9845h-2.25"/><path d="m11 13.015v3.4219h2.25v-3.4219h-2.25"/><path d="m15.5 13.015v3.4219h4.5v-3.4219h-4.5"/></g><path class="ColorScheme-Text" d="m2 1v10.266h5.625v-4.5626h7.875v2.2813h1.125v-2.2813h1.125v2.2813h1.125v-2.2813h1.125v-1.1406h-12.375v-4.5626zm1.125 1.1406h3.375v7.9845h-3.375z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/attributes.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/attributes.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/attributes_class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/attributes_class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#9de3f1"/>
-</svg>
+      }</style></defs><path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#9de3f1"/></svg>
--- a/eric6/icons/breeze-dark/audio-video.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/audio-video.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9 13.8v7.2h8.4v-1.8l3.6 1.8v-7.2l-3.6 1.8v-1.8zm0.6 0.6h7.2v6h-7.2zm10.8 0.37031v5.2594l-3-1.5v-2.2594zm-6 0.22969v0.6h1.8v-0.6z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m5.125 1c-1.0388 0-1.875 0.83625-1.875 1.875v4.5c0 1.0388 0.83625 1.875 1.875 1.875s1.875-0.83625 1.875-1.875v-4.5c0-1.0388-0.83625-1.875-1.875-1.875zm-4.125 5.25v0.75c6.87e-4 1.6767 1.2256 3.1492 3 3.6064v1.6436h-1.5v0.75h5.25v-0.75h-1.5v-1.645c1.7738-0.45712 2.9986-1.9289 3-3.605v-0.75h-0.75v0.75c0 1.6569-1.511 3-3.375 3s-3.375-1.3431-3.375-3v-0.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9 13.8v7.2h8.4v-1.8l3.6 1.8v-7.2l-3.6 1.8v-1.8zm0.6 0.6h7.2v6h-7.2zm10.8 0.37031v5.2594l-3-1.5v-2.2594zm-6 0.22969v0.6h1.8v-0.6z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m5.125 1c-1.0388 0-1.875 0.83625-1.875 1.875v4.5c0 1.0388 0.83625 1.875 1.875 1.875s1.875-0.83625 1.875-1.875v-4.5c0-1.0388-0.83625-1.875-1.875-1.875zm-4.125 5.25v0.75c6.87e-4 1.6767 1.2256 3.1492 3 3.6064v1.6436h-1.5v0.75h5.25v-0.75h-1.5v-1.645c1.7738-0.45712 2.9986-1.9289 3-3.605v-0.75h-0.75v0.75c0 1.6569-1.511 3-3.375 3s-3.375-1.3431-3.375-3v-0.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/audioMuted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/audioMuted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text{color:#eff0f1;}.ColorScheme-NegativeText{color:#da4453;}</style>
- <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/>
-</svg>
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text{color:#eff0f1;}.ColorScheme-NegativeText{color:#da4453;}</style><path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/audioPlaying.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/audioPlaying.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/audioVolumeHigh.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/audioVolumeHigh.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/audioVolumeMuted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/audioVolumeMuted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text{color:#eff0f1;}.ColorScheme-NegativeText{color:#da4453;}</style>
- <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/>
-</svg>
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text{color:#eff0f1;}.ColorScheme-NegativeText{color:#da4453;}</style><path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/audiocapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/audiocapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3c-1.385 0-2.5 1.115-2.5 2.5v6c0 1.385 1.115 2.5 2.5 2.5s2.5-1.115 2.5-2.5v-6c0-1.385-1.115-2.5-2.5-2.5zm-5.5 7v1c9.163e-4 2.2356 1.6341 4.1989 4 4.8086v2.1914h-2v1h7v-1h-2v-2.1934c2.3651-0.6095 3.9981-2.5718 4-4.8066v-1h-1v1c0 2.2091-2.0147 4-4.5 4s-4.5-1.7909-4.5-4v-1h-1z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3c-1.385 0-2.5 1.115-2.5 2.5v6c0 1.385 1.115 2.5 2.5 2.5s2.5-1.115 2.5-2.5v-6c0-1.385-1.115-2.5-2.5-2.5zm-5.5 7v1c9.163e-4 2.2356 1.6341 4.1989 4 4.8086v2.1914h-2v1h7v-1h-2v-2.1934c2.3651-0.6095 3.9981-2.5718 4-4.8066v-1h-1v1c0 2.2091-2.0147 4-4.5 4s-4.5-1.7909-4.5-4v-1h-1z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/autoHideOff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/autoHideOff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="M 16,1 7.0675,9.9325 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 12.0675,14.9325 21,6 Z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="M 16,1 7.0675,9.9325 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 12.0675,14.9325 21,6 Z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/autoHideOn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/autoHideOn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
         }
         .ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- <path class="ColorScheme-Text" d="m 16,1 -6.175,6.175 5,5 L 21,6 Z M 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 Z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-NegativeText" d="M 1.88375,1 1,1.88375 20.11625,21 21,20.11625 Z" color="#da4453" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m 16,1 -6.175,6.175 5,5 L 21,6 Z M 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 Z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-NegativeText" d="M 1.88375,1 1,1.88375 20.11625,21 21,20.11625 Z" color="#da4453" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/autospellchecking.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/autospellchecking.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.146 3-5.2168 14h1.6875l1.6699-4.4297h5.5605l1.5352 4.4297h1.6875l-4.9297-14h-1.9941zm1.0156 1.6113 2.1289 6.6738h-4.4863l2.3574-6.6738z" fill="currentColor"/>
- <path d="m3 18v1h16v-1h-16z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.146 3-5.2168 14h1.6875l1.6699-4.4297h5.5605l1.5352 4.4297h1.6875l-4.9297-14h-1.9941zm1.0156 1.6113 2.1289 6.6738h-4.4863l2.3574-6.6738z" fill="currentColor"/><path d="m3 18v1h16v-1h-16z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/back.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/back.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.293 3-8 8 8 8 0.70703-0.70703-7.293-7.293 7.293-7.293-0.70703-0.70703" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.293 3-8 8 8 8 0.70703-0.70703-7.293-7.293 7.293-7.293-0.70703-0.70703" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/begline.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/begline.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3 8v0.375h1.2v5.25h-1.2v0.375h3v-0.375h-1.2v-5.25h1.2v-0.375zm-0.75-0.57143h17.5v7.1429h-17.5v-7.1429m-1.25-1.4286v10h20v-10h-20" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m3 8v0.375h1.2v5.25h-1.2v0.375h3v-0.375h-1.2v-5.25h1.2v-0.375zm-0.75-0.57143h17.5v7.1429h-17.5v-7.1429m-1.25-1.4286v10h20v-10h-20" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/bookmark16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/bookmark16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="16" height="16" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(18.667 0 0 18.667 -21.333 -19367)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(18.667 0 0 18.667 -21.333 -19367)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/bookmark22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/bookmark22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(26.667 0 0 26.667 -37.333 -27674)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(26.667 0 0 26.667 -37.333 -27674)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/bookmark32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/bookmark32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="32" height="32" version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(40 0 0 40 -64 -41518)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(40 0 0 40 -64 -41518)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/bookmarkNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/bookmarkNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
- <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 -26.667 -22104)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g><path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/bookmarkPrevious.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/bookmarkPrevious.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(-21.333 0 0 21.333 378.67 -22104)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
- <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g transform="matrix(-21.333 0 0 21.333 378.67 -22104)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g><path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/bookmarkToggle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/bookmarkToggle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/>
- </g>
- <path d="m352 250.67h-42.667v-42.667h-42.667v42.667h-42.667l64 85.333 64-85.333" fill="#49cff1"/>
-</svg>
+      }</style></defs><g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/></g><path d="m352 250.67h-42.667v-42.667h-42.667v42.667h-42.667l64 85.333 64-85.333" fill="#49cff1"/></svg>
--- a/eric6/icons/breeze-dark/break.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/break.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/breakDisabled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/breakDisabled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#b3b3b3"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#b3b3b3"/></svg>
--- a/eric6/icons/breeze-dark/breakpointNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/breakpointNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m144 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m144 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/breakpointPrevious.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/breakpointPrevious.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m208 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m208 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/breakpointToggle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/breakpointToggle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="currentColor"/>
- <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#49cff1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="currentColor"/><path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#49cff1"/></svg>
--- a/eric6/icons/breeze-dark/breakpoints.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/breakpoints.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/browser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/browser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3 3v7h6v6h3v3h7v-7h-7v3h-2v-8h2v3h7v-7h-7v3h-2v-3h-7zm1 1h5v5h-5v-5zm9 0h5v5h-5v-5z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3 3v7h6v6h3v3h7v-7h-7v3h-2v-8h2v3h7v-7h-7v3h-2v-3h-7zm1 1h5v5h-5v-5zm9 0h5v5h-5v-5z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/cBreak.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/cBreak.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-dark/cBreakpointToggle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/cBreakpointToggle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="#ff7f2a"/>
- <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#49cff1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="#ff7f2a"/><path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#49cff1"/></svg>
--- a/eric6/icons/breeze-dark/callReturn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/callReturn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#eff0f1"/>
- <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#eff0f1"/><path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/callStack.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/callStack.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-5v5h3.3333v13.333h-16.667v-13.333h3.3333v-5h-3.3333zm8.3333 6.6667c-1.7767 0-2.5228 0.58651-2.5228 2.0898 0 0-0.040416 0.97849-0.052084 1.2435-0.076666 0.615-0.29187 1.1296-0.96354 1.1296h-0.50781v1.0742h0.50781c0.98167 0 1.0156 1.0736 1.0156 2.002-0.00834 0.29 0.02263 0.61586 0.029296 0.79753 0.13833 1.1867 0.89682 1.6667 2.4935 1.6667v-0.98958c-0.75 0-1.0099-0.19376-1.1165-0.67708-0.056666-0.19334-0.061302-0.8568-0.084636-1.1751 0-0.69167-0.20609-1.725-1.2044-2.1517 0.78833-0.33833 1.0738-1.0467 1.1621-1.6667 0.04-0.17334 0.029062-0.37281 0.039064-0.50781 0-1.4433 0.01616-1.8392 1.2012-1.8392zm3.3333 0 0.0033 0.99609c1.185 0 1.2012 0.39586 1.2012 1.8392 0.01 0.135-9.38e-4 0.33448 0.03906 0.50781 0.08833 0.62 0.37378 1.3283 1.1621 1.6667-0.99833 0.42667-1.2044 1.46-1.2044 2.1517-0.02333 0.31833-0.02797 0.9818-0.08464 1.1751-0.10666 0.48333-0.36653 0.67708-1.1165 0.67708v0.98958c1.5967 0 2.3552-0.48 2.4935-1.6667 0.0067-0.18166 0.03763-0.50753 0.0293-0.79752 0-0.92833 0.03395-2.002 1.0156-2.002h0.5078v-1.0742h-0.50782c-0.67167 0-0.88688-0.51456-0.96354-1.1296-0.01166-0.265-0.05208-1.2435-0.05208-1.2435 0-1.5033-0.74612-2.0898-2.5228-2.0898z" color="#eff0f1" fill="#eff0f1"/>
- <path class="ColorScheme-NeutralText" d="m15 1-4 6-4-6z" color="#f67400" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-5v5h3.3333v13.333h-16.667v-13.333h3.3333v-5h-3.3333zm8.3333 6.6667c-1.7767 0-2.5228 0.58651-2.5228 2.0898 0 0-0.040416 0.97849-0.052084 1.2435-0.076666 0.615-0.29187 1.1296-0.96354 1.1296h-0.50781v1.0742h0.50781c0.98167 0 1.0156 1.0736 1.0156 2.002-0.00834 0.29 0.02263 0.61586 0.029296 0.79753 0.13833 1.1867 0.89682 1.6667 2.4935 1.6667v-0.98958c-0.75 0-1.0099-0.19376-1.1165-0.67708-0.056666-0.19334-0.061302-0.8568-0.084636-1.1751 0-0.69167-0.20609-1.725-1.2044-2.1517 0.78833-0.33833 1.0738-1.0467 1.1621-1.6667 0.04-0.17334 0.029062-0.37281 0.039064-0.50781 0-1.4433 0.01616-1.8392 1.2012-1.8392zm3.3333 0 0.0033 0.99609c1.185 0 1.2012 0.39586 1.2012 1.8392 0.01 0.135-9.38e-4 0.33448 0.03906 0.50781 0.08833 0.62 0.37378 1.3283 1.1621 1.6667-0.99833 0.42667-1.2044 1.46-1.2044 2.1517-0.02333 0.31833-0.02797 0.9818-0.08464 1.1751-0.10666 0.48333-0.36653 0.67708-1.1165 0.67708v0.98958c1.5967 0 2.3552-0.48 2.4935-1.6667 0.0067-0.18166 0.03763-0.50753 0.0293-0.79752 0-0.92833 0.03395-2.002 1.0156-2.002h0.5078v-1.0742h-0.50782c-0.67167 0-0.88688-0.51456-0.96354-1.1296-0.01166-0.265-0.05208-1.2435-0.05208-1.2435 0-1.5033-0.74612-2.0898-2.5228-2.0898z" color="#eff0f1" fill="#eff0f1"/><path class="ColorScheme-NeutralText" d="m15 1-4 6-4-6z" color="#f67400" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/callTrace.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/callTrace.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.020208 0.48924-0.026042 0.62174-0.038333 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.00417 0.145 0.011315 0.30793 0.014648 0.39876 0.069167 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50493-0.096875-0.55827-0.33854-0.028333-0.096667-0.030651-0.4284-0.042318-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58105-0.83333 0.02-0.086667 0.014531-0.18641 0.019532-0.25391 0-0.72167 0.00808-0.9196 0.60059-0.9196zm1.6667 0 0.00163 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.687e-4 0.16724 0.019532 0.25391 0.044167 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.011667 0.15917-0.013984 0.4909-0.042318 0.58756-0.053331 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.00333-0.090833 0.018817-0.25376 0.01465-0.39876 0-0.46417 0.016975-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058333-0.1325-0.026042-0.62174-0.026042-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NeutralText" d="m8 1-2 3-2-3z" color="#f67400" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 11v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.02021 0.48924-0.02604 0.62174-0.03833 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.0042 0.145 0.01132 0.30793 0.01465 0.39876 0.06917 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50494-0.09688-0.55827-0.33854-0.02833-0.09667-0.03065-0.4284-0.04232-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58106-0.83333 0.02-0.08667 0.01453-0.1864 0.01953-0.2539 0-0.72167 0.0081-0.9196 0.60059-0.9196zm1.6667 0 0.0016 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.68e-4 0.16724 0.01953 0.2539 0.04417 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.01167 0.15917-0.01398 0.4909-0.04232 0.58756-0.05333 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.0033-0.09083 0.01882-0.25376 0.01465-0.39876 0-0.46417 0.01697-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058-0.1325-0.02604-0.62174-0.02604-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NeutralText" d="m18 11-2 3-2-3z" color="#f67400" fill="currentColor"/>
-</svg>
+      }</style></defs><g fill="currentColor"><path class="ColorScheme-Text" d="m1 1v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.020208 0.48924-0.026042 0.62174-0.038333 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.00417 0.145 0.011315 0.30793 0.014648 0.39876 0.069167 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50493-0.096875-0.55827-0.33854-0.028333-0.096667-0.030651-0.4284-0.042318-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58105-0.83333 0.02-0.086667 0.014531-0.18641 0.019532-0.25391 0-0.72167 0.00808-0.9196 0.60059-0.9196zm1.6667 0 0.00163 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.687e-4 0.16724 0.019532 0.25391 0.044167 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.011667 0.15917-0.013984 0.4909-0.042318 0.58756-0.053331 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.00333-0.090833 0.018817-0.25376 0.01465-0.39876 0-0.46417 0.016975-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058333-0.1325-0.026042-0.62174-0.026042-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1"/><path class="ColorScheme-NeutralText" d="m8 1-2 3-2-3z" color="#f67400"/><path class="ColorScheme-Text" d="m11 11v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.02021 0.48924-0.02604 0.62174-0.03833 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.0042 0.145 0.01132 0.30793 0.01465 0.39876 0.06917 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50494-0.09688-0.55827-0.33854-0.02833-0.09667-0.03065-0.4284-0.04232-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58106-0.83333 0.02-0.08667 0.01453-0.1864 0.01953-0.2539 0-0.72167 0.0081-0.9196 0.60059-0.9196zm1.6667 0 0.0016 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.68e-4 0.16724 0.01953 0.2539 0.04417 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.01167 0.15917-0.01398 0.4909-0.04232 0.58756-0.05333 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.0033-0.09083 0.01882-0.25376 0.01465-0.39876 0-0.46417 0.01697-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058-0.1325-0.02604-0.62174-0.02604-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1"/><path class="ColorScheme-NeutralText" d="m18 11-2 3-2-3z" color="#f67400"/></g></svg>
--- a/eric6/icons/breeze-dark/callTraceStart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/callTraceStart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m19 11a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#da4453"/>
-</svg>
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m19 11a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/callTraceStop.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/callTraceStop.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m3 3h16v16h-16z" fill="currentColor"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m3 3h16v16h-16z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/calliope_mini.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/calliope_mini.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,50 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg id="svg8" width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g id="layer1" transform="translate(0,-284.3)">
-  <g id="calliopemini" transform="matrix(.33591 0 0 .33591 -12.382 267.63)">
-   <g id="g915">
-    <path id="platine" d="m38.798 67.76c0.16655-0.36884 0.13639-0.31744 0.78203-0.85588s2.13-0.94191 3.2923-2.0634 2.6412-3.4107 3.1557-5.1168c0.51449-1.706 0.22218-3.5224 0.15452-4.6788-0.06765-1.1564 0.82562-1.4991 0.82562-1.4991s0.39807-0.27578 1.137-0.14823c0.73894 0.12756 0.96948 0.28462 1.8446 0.86531 0.8751 0.58068 2.1854 1.188 3.3079 1.4782 1.1225 0.29019 2.5572 0.35641 3.7706 0.21371 1.2134-0.1427 2.2616-0.78078 3.1435-1.2187 0.88195-0.4379 1.8228-1.2698 2.5131-1.4337 0.69031-0.16388 1.1315 0.0049 1.5602 0.21547 0.4287 0.21055 0.58639 0.381 0.82155 1.0126 0.23516 0.63165-0.02661 2.021 0.08822 3.1872 0.11483 1.1662 0.37648 2.5832 0.90806 3.7466 0.53158 1.1634 1.4626 2.1655 2.2986 2.9814s1.8155 1.4402 2.8207 1.929c1.0052 0.4888 1.1517 0.5548 1.4891 1.0236 0.33739 0.46884 0.41624 1.0274 0.186 1.6327-0.23025 0.60535-1.9239 1.3796-2.7725 1.8917-0.84866 0.51214-2.4034 1.8925-3.3778 3.3637-0.97437 1.4712-1.2709 3.701-1.4377 5.1008-0.16684 1.3998 0.41985 2.3275 0.02475 3.0778-0.39509 0.75026-1.032 1.0483-1.7873 1.1132s-1.6942-0.72885-2.2072-1.0413c-0.51304-0.31241-1.3535-0.79254-2.0928-0.96544-0.73928-0.1729-1.7546-0.25-2.1638-0.55844-0.4092-0.30843-0.26974-0.53758-0.42563-0.72475-0.15589-0.18717-0.27842-0.33191-0.46973-0.40616-0.19131-0.07425-0.37465-0.08732-0.55733-0.02498-0.18268 0.06234-0.35439 0.16138-0.4765 0.35499-0.12211 0.1936 0.0109 0.38462-0.29873 0.67729s-0.85168 0.16943-1.5996 0.44295c-0.74792 0.27352-2.0844 0.88026-2.833 1.3029-0.74857 0.42264-1.083 1-1.687 1.1465s-1.1856-0.0329-1.6588-0.37621c-0.47319-0.3433-0.69523-1.5039-0.69454-1.8484 6.87e-4 -0.34444 0.15832-2.1253-0.13233-3.4795-0.29066-1.3542-0.77801-2.7839-1.4721-3.8512-0.69412-1.0673-1.6371-1.8297-2.4927-2.4801-0.85555-0.65035-1.9588-0.95914-2.5482-1.4493-0.5894-0.49021-0.93222-0.80777-1.0752-1.2759s-0.03019-0.8929 0.13636-1.2617z" fill="#eff0f1" stroke-width=".051193px"></path>
-    <ellipse id="ecke_minus" cx="47.8" cy="54.944" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6" cx="47.774" cy="54.905" rx=".77659" ry=".76448" fill="#232629"/>
-    <ellipse id="ecke_plus" cx="63.398" cy="54.857" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-9" cx="63.371" cy="54.819" rx=".77659" ry=".76448" fill="#232629"/>
-    <ellipse id="ecke_p3" cx="71.374" cy="68.31" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-2" cx="71.348" cy="68.272" rx=".77659" ry=".76448" fill="#232629"/>
-    <ellipse id="ecke_p2" cx="63.748" cy="81.92" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-0" cx="63.722" cy="81.882" rx=".77659" ry=".76448" fill="#232629"/>
-    <ellipse id="ecke_p1" cx="48.2" cy="82.192" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-3" cx="48.173" cy="82.154" rx=".77659" ry=".76448" fill="#232629"/>
-    <ellipse id="ecke_p0" cx="40.155" cy="68.515" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-6" cx="40.128" cy="68.477" rx=".77659" ry=".76448" fill="#232629"/>
-    <rect id="usb" x="54.657" y="55.959" width="2.4755" height="2.5545" fill="#232629" stroke-width=".051193"></rect>
-    <g id="ledmatrix" transform="matrix(.19368 0 0 .19329 34.504 31.838)" fill="#232629">
-     <rect id="rect4410" x="110.41" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2" x="110.41" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6" x="110.41" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1" x="110.41" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8" x="110.41" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7" x="119.02" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9" x="119.02" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2" x="119.02" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0" x="119.02" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2" x="119.02" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7-3" x="101.41" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9-7" x="101.41" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2-5" x="101.41" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0-9" x="101.41" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2-2" x="101.41" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7-2" x="127.83" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9-8" x="127.83" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2-9" x="127.83" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0-7" x="127.83" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2-3" x="127.83" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7-2-6" x="92.604" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9-8-1" x="92.604" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2-9-2" x="92.604" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0-7-9" x="92.604" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2-3-3" x="92.604" y="187.33" width="1.0636" height="4.4517"/>
-    </g>
-   </g>
-  </g>
- </g>
-</svg>
+<svg id="a" width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g id="b" transform="translate(0,-284.3)"><g id="c" transform="matrix(.33591 0 0 .33591 -12.382 267.63)"><g id="d"><path id="e" d="m38.798 67.76c0.16655-0.36884 0.13639-0.31744 0.78203-0.85588s2.13-0.94191 3.2923-2.0634 2.6412-3.4107 3.1557-5.1168c0.51449-1.706 0.22218-3.5224 0.15452-4.6788-0.06765-1.1564 0.82562-1.4991 0.82562-1.4991s0.39807-0.27578 1.137-0.14823c0.73894 0.12756 0.96948 0.28462 1.8446 0.86531 0.8751 0.58068 2.1854 1.188 3.3079 1.4782 1.1225 0.29019 2.5572 0.35641 3.7706 0.21371s2.2616-0.78078 3.1435-1.2187c0.88195-0.4379 1.8228-1.2698 2.5131-1.4337 0.69031-0.16388 1.1315 0.0049 1.5602 0.21547 0.4287 0.21055 0.58639 0.381 0.82155 1.0126 0.23516 0.63165-0.02661 2.021 0.08822 3.1872s0.37648 2.5832 0.90806 3.7466 1.4626 2.1655 2.2986 2.9814 1.8155 1.4402 2.8207 1.929 1.1517 0.5548 1.4891 1.0236c0.33739 0.46884 0.41624 1.0274 0.186 1.6327-0.23025 0.60535-1.9239 1.3796-2.7725 1.8917-0.84866 0.51214-2.4034 1.8925-3.3778 3.3637-0.97437 1.4712-1.2709 3.701-1.4377 5.1008-0.16684 1.3998 0.41985 2.3275 0.02475 3.0778-0.39509 0.75026-1.032 1.0483-1.7873 1.1132s-1.6942-0.72885-2.2072-1.0413c-0.51304-0.31241-1.3535-0.79254-2.0928-0.96544-0.73928-0.1729-1.7546-0.25-2.1638-0.55844-0.4092-0.30843-0.26974-0.53758-0.42563-0.72475s-0.27842-0.33191-0.46973-0.40616-0.37465-0.08732-0.55733-0.02498-0.35439 0.16138-0.4765 0.35499c-0.12211 0.1936 0.0109 0.38462-0.29873 0.67729s-0.85168 0.16943-1.5996 0.44295-2.0844 0.88026-2.833 1.3029c-0.74857 0.42264-1.083 1-1.687 1.1465s-1.1856-0.0329-1.6588-0.37621c-0.47319-0.3433-0.69523-1.5039-0.69454-1.8484 6.87e-4 -0.34444 0.15832-2.1253-0.13233-3.4795-0.29066-1.3542-0.77801-2.7839-1.4721-3.8512-0.69412-1.0673-1.6371-1.8297-2.4927-2.4801-0.85555-0.65035-1.9588-0.95914-2.5482-1.4493-0.5894-0.49021-0.93222-0.80777-1.0752-1.2759s-0.03019-0.8929 0.13636-1.2617z" fill="#eff0f1" stroke-width=".051193px"/><ellipse id="f" cx="47.8" cy="54.944" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="g" cx="47.774" cy="54.905" rx=".77659" ry=".76448" fill="#232629"/><ellipse id="h" cx="63.398" cy="54.857" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="i" cx="63.371" cy="54.819" rx=".77659" ry=".76448" fill="#232629"/><ellipse id="j" cx="71.374" cy="68.31" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="k" cx="71.348" cy="68.272" rx=".77659" ry=".76448" fill="#232629"/><ellipse id="l" cx="63.748" cy="81.92" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="m" cx="63.722" cy="81.882" rx=".77659" ry=".76448" fill="#232629"/><ellipse id="n" cx="48.2" cy="82.192" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="o" cx="48.173" cy="82.154" rx=".77659" ry=".76448" fill="#232629"/><ellipse id="p" cx="40.155" cy="68.515" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><g fill="#232629"><ellipse id="q" cx="40.128" cy="68.477" rx=".77659" ry=".76448"/><rect id="r" x="54.657" y="55.959" width="2.4755" height="2.5545" stroke-width=".051193"/><g id="s" transform="matrix(.19368 0 0 .19329 34.504 31.838)"><rect id="t" x="110.41" y="152.09" width="1.0636" height="4.4517"/><rect id="u" x="110.41" y="160.82" width="1.0636" height="4.4517"/><rect id="v" x="110.41" y="169.8" width="1.0636" height="4.4517"/><rect id="w" x="110.41" y="178.53" width="1.0636" height="4.4517"/><rect id="x" x="110.41" y="187.33" width="1.0636" height="4.4517"/><rect id="y" x="119.02" y="152.09" width="1.0636" height="4.4517"/><rect id="z" x="119.02" y="160.82" width="1.0636" height="4.4517"/><rect id="aa" x="119.02" y="169.8" width="1.0636" height="4.4517"/><rect id="ab" x="119.02" y="178.53" width="1.0636" height="4.4517"/><rect id="ac" x="119.02" y="187.33" width="1.0636" height="4.4517"/><rect id="ad" x="101.41" y="152.09" width="1.0636" height="4.4517"/><rect id="ae" x="101.41" y="160.82" width="1.0636" height="4.4517"/><rect id="af" x="101.41" y="169.8" width="1.0636" height="4.4517"/><rect id="ag" x="101.41" y="178.53" width="1.0636" height="4.4517"/><rect id="ah" x="101.41" y="187.33" width="1.0636" height="4.4517"/><rect id="ai" x="127.83" y="152.09" width="1.0636" height="4.4517"/><rect id="aj" x="127.83" y="160.82" width="1.0636" height="4.4517"/><rect id="ak" x="127.83" y="169.8" width="1.0636" height="4.4517"/><rect id="al" x="127.83" y="178.53" width="1.0636" height="4.4517"/><rect id="am" x="127.83" y="187.33" width="1.0636" height="4.4517"/><rect id="an" x="92.604" y="152.09" width="1.0636" height="4.4517"/><rect id="ao" x="92.604" y="160.82" width="1.0636" height="4.4517"/><rect id="ap" x="92.604" y="169.8" width="1.0636" height="4.4517"/><rect id="aq" x="92.604" y="178.53" width="1.0636" height="4.4517"/><rect id="ar" x="92.604" y="187.33" width="1.0636" height="4.4517"/></g></g></g></g></g></svg>
--- a/eric6/icons/breeze-dark/camera.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/camera.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 5v12h14v-3l6 3v-12l-6 3v-3h-14zm1 1h12v10h-12v-10zm18 0.61719v8.7656l-5-2.5v-3.7656l5-2.5zm-10 0.38281v1h3v-1h-3z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 5v12h14v-3l6 3v-12l-6 3v-3h-14zm1 1h12v10h-12v-10zm18 0.61719v8.7656l-5-2.5v-3.7656l5-2.5zm-10 0.38281v1h3v-1h-3z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/cameraPhoto.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/cameraPhoto.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 4v1h-14v13h18v-13h-1v-1h-3zm-13 2h16v11h-16v-11zm5.5 1a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 4v1h-14v13h18v-13h-1v-1h-3zm-13 2h16v11h-16v-11zm5.5 1a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/certificateDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/certificateDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11 11v1.2857h5v-1.2857zm0-2.5714v1.2857h6.25v-1.2857zm0-2.5714v1.2857h7.5v-1.2857zm-4.375 0c0.34625 0 0.625 0.28671 0.625 0.64286v1.9286h-1.25v-1.9286c0-0.35614 0.27875-0.64286 0.625-0.64286zm0-1.2857c-1.0388 0-1.875 0.86014-1.875 1.9286v1.9286h-1.25v3.8571h6.25v-3.8571h-1.25v-1.9286c0-1.0684-0.83625-1.9286-1.875-1.9286zm-5.625-2.5714v15.429h12.5v-1.2857h-11.25v-12.857h17.5v10.286h1.25v-11.571z" color="#eff0f1" fill="currentColor"/>
- <path d="M 14.25,13.33333 15.91667,15 14.25,16.66667 15.08333,17.5 16.75,15.83333 18.41667,17.5 19.25,16.66667 17.58334,15 19.25,13.33333 18.41667,12.5 16.75,14.16667 15.08333,12.5 14.25,13.33333" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m11 11v1.2857h5v-1.2857zm0-2.5714v1.2857h6.25v-1.2857zm0-2.5714v1.2857h7.5v-1.2857zm-4.375 0c0.34625 0 0.625 0.28671 0.625 0.64286v1.9286h-1.25v-1.9286c0-0.35614 0.27875-0.64286 0.625-0.64286zm0-1.2857c-1.0388 0-1.875 0.86014-1.875 1.9286v1.9286h-1.25v3.8571h6.25v-3.8571h-1.25v-1.9286c0-1.0684-0.83625-1.9286-1.875-1.9286zm-5.625-2.5714v15.429h12.5v-1.2857h-11.25v-12.857h17.5v10.286h1.25v-11.571z" color="#eff0f1" fill="currentColor"/><path d="M 14.25,13.33333 15.91667,15 14.25,16.66667 15.08333,17.5 16.75,15.83333 18.41667,17.5 19.25,16.66667 17.58334,15 19.25,13.33333 18.41667,12.5 16.75,14.16667 15.08333,12.5 14.25,13.33333" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/certificateExport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/certificateExport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-0.78559 0.80804 2.5477 2.6205h-5.651v1.1429h5.651l-2.5477 2.6205 0.78559 0.80804 3.8889-4-0.78559-0.80804z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-0.78559 0.80804 2.5477 2.6205h-5.651v1.1429h5.651l-2.5477 2.6205 0.78559 0.80804 3.8889-4-0.78559-0.80804z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/certificateImport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/certificateImport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-3.8889 4 3.8889 4 0.78559-0.80804-2.5477-2.6205h5.651v-1.1429h-5.651l2.5477-2.6205z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-3.8889 4 3.8889 4 0.78559-0.80804-2.5477-2.6205h5.651v-1.1429h-5.651l2.5477-2.6205z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/certificates.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/certificates.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3v16h20v-16zm1.25 1.3333h17.5v13.333h-17.5zm4.375 1.3333c-1.0388 0-1.875 0.892-1.875 2v2h-1.25v4h6.25v-4h-1.25v-2c0-1.108-0.83625-2-1.875-2zm0 1.3333c0.34625 0 0.625 0.29733 0.625 0.66667v2h-1.25v-2c0-0.36933 0.27875-0.66667 0.625-0.66667zm4.375 0v1.3333h7.5v-1.3333zm0 2.6667v1.3333h6.25v-1.3333zm0 2.6667v1.3333h5v-1.3333z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3v16h20v-16zm1.25 1.3333h17.5v13.333h-17.5zm4.375 1.3333c-1.0388 0-1.875 0.892-1.875 2v2h-1.25v4h6.25v-4h-1.25v-2c0-1.108-0.83625-2-1.875-2zm0 1.3333c0.34625 0 0.625 0.29733 0.625 0.66667v2h-1.25v-2c0-0.36933 0.27875-0.66667 0.625-0.66667zm4.375 0v1.3333h7.5v-1.3333zm0 2.6667v1.3333h6.25v-1.3333zm0 2.6667v1.3333h5v-1.3333z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/changeNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/changeNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,73 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bdc3c7" offset="0"/>
-   <stop stop-color="#eff0f1" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#95a5a6" offset="0"/>
-   <stop stop-color="#8b9e9a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eff0f1" offset="0"/>
-   <stop stop-color="#bdc3c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
-  <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#06a370" offset="0"/>
-   <stop stop-color="#22d1b0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
- </defs>
- <g transform="matrix(.35 0 0 .35897 -135 -177.21)">
-  <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/>
-  <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/>
-  <g fill="#aeaeae">
-   <rect x="394.57" y="513.8" width="2" height="1"/>
-   <rect x="397.57" y="513.8" width="3" height="1"/>
-   <rect x="401.57" y="513.8" width="5" height="1"/>
-   <rect x="394.57" y="515.8" width="4" height="1"/>
-   <rect x="399.57" y="515.8" width="2" height="1"/>
-   <rect x="394.57" y="519.8" width="2" height="1"/>
-   <rect x="397.57" y="519.8" width="3" height="1"/>
-   <rect x="394.57" y="521.8" width="2" height="1"/>
-   <rect x="397.57" y="521.8" width="5" height="1"/>
-   <rect x="403.57" y="521.8" width="3" height="1"/>
-   <rect x="394.57" y="525.8" width="6" height="1"/>
-   <rect x="401.57" y="525.8" width="3" height="1"/>
-   <rect x="394.57" y="527.8" width="5" height="1"/>
-   <rect x="400.57" y="527.8" width="5" height="1"/>
-   <rect x="409.57" y="513.8" width="2" height="1"/>
-   <rect x="412.57" y="513.8" width="3" height="1"/>
-   <rect x="416.57" y="513.8" width="5" height="1"/>
-   <rect x="409.57" y="515.8" width="4" height="1"/>
-   <rect x="414.57" y="515.8" width="2" height="1"/>
-   <rect x="409.57" y="519.8" width="2" height="1"/>
-   <rect x="409.57" y="521.8" width="2" height="1"/>
-   <rect x="412.57" y="521.8" width="5" height="1"/>
-   <rect x="418.57" y="521.8" width="3" height="1"/>
-   <rect x="409.57" y="525.8" width="6" height="1"/>
-   <rect x="409.57" y="527.8" width="5" height="1"/>
-   <rect x="415.57" y="527.8" width="5" height="1"/>
-  </g>
-  <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/>
-  <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/>
-  <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/>
-  <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/>
-  <g stroke-linejoin="bevel" stroke-width="2">
-   <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/>
-   <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/>
-  </g>
- </g>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="currentColor"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="o" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#bdc3c7" offset="0"/><stop stop-color="#eff0f1" offset="1"/></linearGradient><linearGradient id="n" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#95a5a6" offset="0"/><stop stop-color="#8b9e9a" offset="1"/></linearGradient><linearGradient id="m" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#eff0f1" offset="0"/><stop stop-color="#bdc3c7" offset="1"/></linearGradient><linearGradient id="h" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="l" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#h"/><linearGradient id="k" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="j" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#06a370" offset="0"/><stop stop-color="#22d1b0" offset="1"/></linearGradient><linearGradient id="i" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#h"/></defs><g transform="matrix(.35 0 0 .35897 -135 -177.21)"><path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#n)" opacity=".5"/><path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#o)"/><g fill="#aeaeae"><rect x="394.57" y="513.8" width="2" height="1"/><rect x="397.57" y="513.8" width="3" height="1"/><rect x="401.57" y="513.8" width="5" height="1"/><rect x="394.57" y="515.8" width="4" height="1"/><rect x="399.57" y="515.8" width="2" height="1"/><rect x="394.57" y="519.8" width="2" height="1"/><rect x="397.57" y="519.8" width="3" height="1"/><rect x="394.57" y="521.8" width="2" height="1"/><rect x="397.57" y="521.8" width="5" height="1"/><rect x="403.57" y="521.8" width="3" height="1"/><rect x="394.57" y="525.8" width="6" height="1"/><rect x="401.57" y="525.8" width="3" height="1"/><rect x="394.57" y="527.8" width="5" height="1"/><rect x="400.57" y="527.8" width="5" height="1"/><rect x="409.57" y="513.8" width="2" height="1"/><rect x="412.57" y="513.8" width="3" height="1"/><rect x="416.57" y="513.8" width="5" height="1"/><rect x="409.57" y="515.8" width="4" height="1"/><rect x="414.57" y="515.8" width="2" height="1"/><rect x="409.57" y="519.8" width="2" height="1"/><rect x="409.57" y="521.8" width="2" height="1"/><rect x="412.57" y="521.8" width="5" height="1"/><rect x="418.57" y="521.8" width="3" height="1"/><rect x="409.57" y="525.8" width="6" height="1"/><rect x="409.57" y="527.8" width="5" height="1"/><rect x="415.57" y="527.8" width="5" height="1"/></g><path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#i)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#l)" opacity=".2"/><path d="m388.57 529.8v14h40v-14z" fill="url(#m)"/><rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/><rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/><g stroke-linejoin="bevel" stroke-width="2"><path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#k)"/><path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#j)"/></g></g><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/changePrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/changePrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,73 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bdc3c7" offset="0"/>
-   <stop stop-color="#eff0f1" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#95a5a6" offset="0"/>
-   <stop stop-color="#8b9e9a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eff0f1" offset="0"/>
-   <stop stop-color="#bdc3c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
-  <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#06a370" offset="0"/>
-   <stop stop-color="#22d1b0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
- </defs>
- <g transform="matrix(.35 0 0 .35897 -129 -177.21)">
-  <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/>
-  <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/>
-  <g fill="#aeaeae">
-   <rect x="394.57" y="513.8" width="2" height="1"/>
-   <rect x="397.57" y="513.8" width="3" height="1"/>
-   <rect x="401.57" y="513.8" width="5" height="1"/>
-   <rect x="394.57" y="515.8" width="4" height="1"/>
-   <rect x="399.57" y="515.8" width="2" height="1"/>
-   <rect x="394.57" y="519.8" width="2" height="1"/>
-   <rect x="397.57" y="519.8" width="3" height="1"/>
-   <rect x="394.57" y="521.8" width="2" height="1"/>
-   <rect x="397.57" y="521.8" width="5" height="1"/>
-   <rect x="403.57" y="521.8" width="3" height="1"/>
-   <rect x="394.57" y="525.8" width="6" height="1"/>
-   <rect x="401.57" y="525.8" width="3" height="1"/>
-   <rect x="394.57" y="527.8" width="5" height="1"/>
-   <rect x="400.57" y="527.8" width="5" height="1"/>
-   <rect x="409.57" y="513.8" width="2" height="1"/>
-   <rect x="412.57" y="513.8" width="3" height="1"/>
-   <rect x="416.57" y="513.8" width="5" height="1"/>
-   <rect x="409.57" y="515.8" width="4" height="1"/>
-   <rect x="414.57" y="515.8" width="2" height="1"/>
-   <rect x="409.57" y="519.8" width="2" height="1"/>
-   <rect x="409.57" y="521.8" width="2" height="1"/>
-   <rect x="412.57" y="521.8" width="5" height="1"/>
-   <rect x="418.57" y="521.8" width="3" height="1"/>
-   <rect x="409.57" y="525.8" width="6" height="1"/>
-   <rect x="409.57" y="527.8" width="5" height="1"/>
-   <rect x="415.57" y="527.8" width="5" height="1"/>
-  </g>
-  <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/>
-  <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/>
-  <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/>
-  <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/>
-  <g stroke-linejoin="bevel" stroke-width="2">
-   <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/>
-   <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/>
-  </g>
- </g>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="currentColor"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="o" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#bdc3c7" offset="0"/><stop stop-color="#eff0f1" offset="1"/></linearGradient><linearGradient id="n" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#95a5a6" offset="0"/><stop stop-color="#8b9e9a" offset="1"/></linearGradient><linearGradient id="m" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#eff0f1" offset="0"/><stop stop-color="#bdc3c7" offset="1"/></linearGradient><linearGradient id="h" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="l" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#h"/><linearGradient id="k" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="j" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#06a370" offset="0"/><stop stop-color="#22d1b0" offset="1"/></linearGradient><linearGradient id="i" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#h"/></defs><g transform="matrix(.35 0 0 .35897 -129 -177.21)"><path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#n)" opacity=".5"/><path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#o)"/><g fill="#aeaeae"><rect x="394.57" y="513.8" width="2" height="1"/><rect x="397.57" y="513.8" width="3" height="1"/><rect x="401.57" y="513.8" width="5" height="1"/><rect x="394.57" y="515.8" width="4" height="1"/><rect x="399.57" y="515.8" width="2" height="1"/><rect x="394.57" y="519.8" width="2" height="1"/><rect x="397.57" y="519.8" width="3" height="1"/><rect x="394.57" y="521.8" width="2" height="1"/><rect x="397.57" y="521.8" width="5" height="1"/><rect x="403.57" y="521.8" width="3" height="1"/><rect x="394.57" y="525.8" width="6" height="1"/><rect x="401.57" y="525.8" width="3" height="1"/><rect x="394.57" y="527.8" width="5" height="1"/><rect x="400.57" y="527.8" width="5" height="1"/><rect x="409.57" y="513.8" width="2" height="1"/><rect x="412.57" y="513.8" width="3" height="1"/><rect x="416.57" y="513.8" width="5" height="1"/><rect x="409.57" y="515.8" width="4" height="1"/><rect x="414.57" y="515.8" width="2" height="1"/><rect x="409.57" y="519.8" width="2" height="1"/><rect x="409.57" y="521.8" width="2" height="1"/><rect x="412.57" y="521.8" width="5" height="1"/><rect x="418.57" y="521.8" width="3" height="1"/><rect x="409.57" y="525.8" width="6" height="1"/><rect x="409.57" y="527.8" width="5" height="1"/><rect x="415.57" y="527.8" width="5" height="1"/></g><path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#i)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#l)" opacity=".2"/><path d="m388.57 529.8v14h40v-14z" fill="url(#m)"/><rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/><rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/><g stroke-linejoin="bevel" stroke-width="2"><path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#k)"/><path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#j)"/></g></g><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/changesetSign.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/changesetSign.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/changesetSignList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/changesetSignList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m17.497 7-10.493 10.493h-0.0034177v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.001706 0.00175-0.001706-3.5-3.5-0.0018 0.0017062-0.001618-0.0017167m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.35889 0.35889h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m1 1v1h12v-1zm0 2v1h7v-1zm0 3v1h12v-1zm0 2v1h5v-1zm0 3v1h8v-1zm10 1v1h2v-1z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m17.497 7-10.493 10.493h-0.0034177v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.001706 0.00175-0.001706-3.5-3.5-0.0018 0.0017062-0.001618-0.0017167m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.35889 0.35889h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m1 1v1h12v-1zm0 2v1h7v-1zm0 3v1h12v-1zm0 2v1h5v-1zm0 3v1h8v-1zm10 1v1h2v-1z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/changesetSignVerify.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/changesetSignVerify.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m20.308 15-4.494 4.5918-1.1221-1.1465-0.69197 0.70703 1.8064 1.8477 0.0058-0.0078 0.0076 0.0078 5.1802-5.293z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/><path d="m20.308 15-4.494 4.5918-1.1221-1.1465-0.69197 0.70703 1.8064 1.8477 0.0058-0.0078 0.0076 0.0078 5.1802-5.293z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/characters.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/characters.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22mm" height="22mm" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0,-275)">
-  <text transform="scale(1.0187 .98163)" x="0.98162496" y="294.30392" fill="#eff0f1" font-family="sans-serif" font-size="10.584px" letter-spacing="0px" stroke-width=".2646" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.98162496" y="294.30392" fill="#eff0f1" stroke-width=".2646">AbC</tspan></text>
- </g>
-</svg>
+<svg width="22mm" height="22mm" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0,-275)"><text transform="scale(1.0187 .98163)" x="0.98162496" y="294.30392" fill="#eff0f1" font-family="sans-serif" font-size="10.584px" letter-spacing="0px" stroke-width=".2646" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.98162496" y="294.30392" fill="#eff0f1" stroke-width=".2646">AbC</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/chart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4 3v14h-1v1h1v1h1v-1h14v-1h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-3.875v-1.4238h3.875l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-2.9922h-1zm1 3h6.4609l-3 3h-3.4609v-3zm0 6.4238h3.4609l3 3h-6.4609v-3zm10.127 2.4102 2.166 2.166h-12.293v-1.5684h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4 3v14h-1v1h1v1h1v-1h14v-1h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-3.875v-1.4238h3.875l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-2.9922h-1zm1 3h6.4609l-3 3h-3.4609v-3zm0 6.4238h3.4609l3 3h-6.4609v-3zm10.127 2.4102 2.166 2.166h-12.293v-1.5684h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/chatBanKickUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatBanKickUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" fill="currentColor">
-  <path d="m7.8379 7.1309a5 5 0 0 0-0.70703 0.70703l3.1621 3.1621-3.1621 3.1621a5 5 0 0 0 0.70703 0.70703l3.1621-3.1621 3.1621 3.1621a5 5 0 0 0 0.70703-0.70703l-3.1621-3.1621 3.1621-3.1621a5 5 0 0 0-0.70703-0.70703l-3.1621 3.1621-3.1621-3.1621"/>
-  <path d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" fill="currentColor"><path d="m7.8379 7.1309a5 5 0 0 0-0.70703 0.70703l3.1621 3.1621-3.1621 3.1621a5 5 0 0 0 0.70703 0.70703l3.1621-3.1621 3.1621 3.1621a5 5 0 0 0 0.70703-0.70703l-3.1621-3.1621 3.1621-3.1621a5 5 0 0 0-0.70703-0.70703l-3.1621 3.1621-3.1621-3.1621"/><path d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7"/></g></svg>
--- a/eric6/icons/breeze-dark/chatBanUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatBanUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/chatKickUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatKickUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="translate(-421.71 -525.79)" fill="currentColor">
-  <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8a8 8 0 0 0-7.927 7h1.007a7 7 0 0 1 6.92-6 7 7 0 0 1 1 0.08v-1.009a8 8 0 0 0-1-0.07"/>
-  <circle cx="437.21" cy="541.29" r="3.5"/>
- </g>
- <path d="m13 15h5v1h-5z" fill="#fff"/>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="translate(-421.71 -525.79)" fill="currentColor"><path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8a8 8 0 0 0-7.927 7h1.007a7 7 0 0 1 6.92-6 7 7 0 0 1 1 0.08v-1.009a8 8 0 0 0-1-0.07"/><circle cx="437.21" cy="541.29" r="3.5"/></g><path d="m13 15h5v1h-5z" fill="#fff"/></svg>
--- a/eric6/icons/breeze-dark/chatUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/chatUser1.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser1.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#adfff1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#adfff1"/></svg>
--- a/eric6/icons/breeze-dark/chatUser2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00a0ff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00a0ff"/></svg>
--- a/eric6/icons/breeze-dark/chatUser3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#ef5df1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#ef5df1"/></svg>
--- a/eric6/icons/breeze-dark/chatUser4.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser4.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#f55"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#f55"/></svg>
--- a/eric6/icons/breeze-dark/chatUser5.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser5.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#feff58"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#feff58"/></svg>
--- a/eric6/icons/breeze-dark/chatUser6.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chatUser6.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00fa00"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00fa00"/></svg>
--- a/eric6/icons/breeze-dark/chrome.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chrome.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="M 43.624,14.1 H 24 V 28.4 L 20.7,27.3 5.476,12.186 H 5.454 C 9.348,6.059 16.201,2 24,2 32.58,2 40.005,6.928 43.624,14.1 Z" fill="#f44336" stroke-width="1.1"/><path d="m5.4738 12.19 9.7273 16.348 5.4989-1.2386z" fill="#dd2c00" stroke-width="1.1"/><path d="m23.073 46 9.8274-17.665-4.5001-3.2351z" fill="#558b2f" stroke-width="1.1"/><path d="m43.652 14.1h-19.652l-1.7369 5.038z" fill="#f9a825" stroke-width="1.1"/><path d="m33.9 24c0 5.4659-4.4341 9.9-9.9 9.9s-9.9-4.4341-9.9-9.9 4.4341-9.9 9.9-9.9 9.9 4.4341 9.9 9.9z" fill="#fff" stroke-width="1.1"/><path d="m31.7 24c0 4.2537-3.4463 7.7-7.7 7.7s-7.7-3.4463-7.7-7.7 3.4463-7.7 7.7-7.7 7.7 3.4463 7.7 7.7z" fill="#2196f3" stroke-width="1.1"/></svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1.1"><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107"/><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107"/><path d="M 43.624,14.1 H 24 V 28.4 L 20.7,27.3 5.476,12.186 H 5.454 C 9.348,6.059 16.201,2 24,2 32.58,2 40.005,6.928 43.624,14.1 Z" fill="#f44336"/><path d="m5.4738 12.19 9.7273 16.348 5.4989-1.2386z" fill="#dd2c00"/><path d="m23.073 46 9.8274-17.665-4.5001-3.2351z" fill="#558b2f"/><path d="m43.652 14.1h-19.652l-1.7369 5.038z" fill="#f9a825"/><path d="m33.9 24c0 5.4659-4.4341 9.9-9.9 9.9s-9.9-4.4341-9.9-9.9 4.4341-9.9 9.9-9.9 9.9 4.4341 9.9 9.9z" fill="#fff"/><path d="m31.7 24c0 4.2537-3.4463 7.7-7.7 7.7s-7.7-3.4463-7.7-7.7 3.4463-7.7 7.7-7.7 7.7 3.4463 7.7 7.7z" fill="#2196f3"/></g></svg>
--- a/eric6/icons/breeze-dark/chromium.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/chromium.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,41 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4249">
-   <stop stop-color="#79a8ca" offset="0"/>
-   <stop stop-color="#9ecbda" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4236" x1="44" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#548eb5" offset="0"/>
-   <stop stop-color="#68a0c4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4255" x1="4" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/>
-  <linearGradient id="linearGradient4263" x1="44" x2="24" y1="4" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#41759c" offset="0"/>
-   <stop stop-color="#7faac8" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4381" x1="403.57" x2="420.57" y1="520.8" y2="537.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
-  <linearGradient id="linearGradient4393" x1="402.57" x2="423.57" y1="517.8" y2="538.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
-  <linearGradient id="linearGradient4407" x2="0" y1="530.8" y2="516.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#8bb3d0" offset="0"/>
-   <stop stop-color="#a9cfe4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4161" x2="0" y1="543.8" y2="502.8" gradientTransform="matrix(1.045 0 0 1.045 -18.386 -23.571)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/>
-  <linearGradient id="linearGradient4227">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -499.8)" stroke-width="1.1">
-  <rect x="387.67" y="502.9" width="41.8" height="41.8" rx="20.9" fill="url(#linearGradient4161)"/>
-  <path d="m409.09 513.57c-0.28778 0-0.51992 0.23215-0.51992 0.51992 0 0.28778 0.23214 0.51992 0.51992 0.51992h18.76c0.0378 0 0.0719-0.0139 0.10747-0.0215l0.2552-0.6875-0.9427-0.33085z" fill="#649cc1" opacity=".8"/>
-  <path d="m390.98 510.6c-2.7549 3.6741-4.4043 8.3028-4.4043 13.269 0 12.188 9.812 21.931 22 21.931l7.7-15.771-14.3-2.9288z" fill="url(#linearGradient4255)" fill-rule="evenodd"/>
-  <path d="m409.67 513.9 6.6 16.06-7.7 15.84c12.188 0 22-9.812 22-22 0-3.5698-0.86019-6.9247-2.3568-9.9z" fill="url(#linearGradient4236)" fill-rule="evenodd"/>
-  <path d="m415.94 517.2-14.74 13.2 14.041 14.371c6.528-2.0621 11.7-7.0793 14.008-13.492z" fill="url(#linearGradient4393)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m408.57 501.8c-7.222 0-13.589 3.4611-17.596 8.8043l10.996 16.496 14.3 2.86-6.6-16.06h18.543c-3.6132-7.1829-11.025-12.1-19.643-12.1z" fill="url(#linearGradient4263)" fill-rule="evenodd"/>
-  <rect x="398.67" y="513.9" width="19.8" height="19.8" rx="9.9" fill="#ecf0f1"/>
-  <path d="m415.5 520.5-12.32 8.8 14.441 14.551c4.3811-1.9722 7.9991-5.3204 10.282-9.5176z" fill="url(#linearGradient4381)" fill-rule="evenodd" opacity=".2"/>
-  <rect x="400.87" y="516.1" width="15.4" height="15.4" rx="7.7" fill="url(#linearGradient4407)"/>
-  <path d="m386.58 523.25c-4e-3 0.18321-0.0129 0.36568-0.0129 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.18432-9e-3 -0.36679-0.0129-0.55-0.29114 11.931-9.9838 21.45-21.987 21.45-12.003 0-21.696-9.5193-21.987-21.45z" fill="#005677" fill-opacity=".23711"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="a"><stop stop-color="#79a8ca" offset="0"/><stop stop-color="#9ecbda" offset="1"/></linearGradient><linearGradient id="h" x1="44" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#548eb5" offset="0"/><stop stop-color="#68a0c4" offset="1"/></linearGradient><linearGradient id="g" x1="4" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.47)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="f" x1="44" x2="24" y1="4" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#41759c" offset="0"/><stop stop-color="#7faac8" offset="1"/></linearGradient><linearGradient id="e" x1="403.57" x2="420.57" y1="520.8" y2="537.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="d" x1="402.57" x2="423.57" y1="517.8" y2="538.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="c" x2="0" y1="530.8" y2="516.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse"><stop stop-color="#8bb3d0" offset="0"/><stop stop-color="#a9cfe4" offset="1"/></linearGradient><linearGradient id="i" x2="0" y1="543.8" y2="502.8" gradientTransform="matrix(1.045 0 0 1.045 -18.386 -23.571)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="b"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -499.8)" stroke-width="1.1"><rect x="387.67" y="502.9" width="41.8" height="41.8" rx="20.9" fill="url(#i)"/><path d="m409.09 513.57c-0.28778 0-0.51992 0.23215-0.51992 0.51992 0 0.28778 0.23214 0.51992 0.51992 0.51992h18.76c0.0378 0 0.0719-0.0139 0.10747-0.0215l0.2552-0.6875-0.9427-0.33085z" fill="#649cc1" opacity=".8"/><g fill-rule="evenodd"><path d="m390.98 510.6c-2.7549 3.6741-4.4043 8.3028-4.4043 13.269 0 12.188 9.812 21.931 22 21.931l7.7-15.771-14.3-2.9288z" fill="url(#g)"/><path d="m409.67 513.9 6.6 16.06-7.7 15.84c12.188 0 22-9.812 22-22 0-3.5698-0.86019-6.9247-2.3568-9.9z" fill="url(#h)"/><path d="m415.94 517.2-14.74 13.2 14.041 14.371c6.528-2.0621 11.7-7.0793 14.008-13.492z" fill="url(#d)" opacity=".2"/><path d="m408.57 501.8c-7.222 0-13.589 3.4611-17.596 8.8043l10.996 16.496 14.3 2.86-6.6-16.06h18.543c-3.6132-7.1829-11.025-12.1-19.643-12.1z" fill="url(#f)"/></g><rect x="398.67" y="513.9" width="19.8" height="19.8" rx="9.9" fill="#ecf0f1"/><path d="m415.5 520.5-12.32 8.8 14.441 14.551c4.3811-1.9722 7.9991-5.3204 10.282-9.5176z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><rect x="400.87" y="516.1" width="15.4" height="15.4" rx="7.7" fill="url(#c)"/><path d="m386.58 523.25c-4e-3 0.18321-0.0129 0.36568-0.0129 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.18432-9e-3 -0.36679-0.0129-0.55-0.29114 11.931-9.9838 21.45-21.987 21.45-12.003 0-21.696-9.5193-21.987-21.45z" fill="#005677" fill-opacity=".23711"/></g></svg>
--- a/eric6/icons/breeze-dark/circuitPythonDevice.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/circuitPythonDevice.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath3830"><path d="m0 612h792v-612h-792z"/></clipPath></defs><g transform="matrix(.2942 0 0 -.27257 -92.379 107.52)" fill="#eff0f1"><g fill="#eff0f1"><g clip-path="url(#clipPath3830)" fill="#eff0f1"><g transform="translate(391.04 375.59)"><path d="m0 0c5e-3 0.071 5e-3 0.141 0.013 0.208 0.395 3.404 3.474 5.845 6.875 5.45 1.539-0.179 2.861-0.925 3.835-1.984 0.127 0.037 0.256 0.083 0.394 0.156 0.457 0.236 0.883 0.653 1.163 0.997 0.281 0.349 0.431 0.622 0.431 0.622s3e-3 -0.307-0.072-0.779c-0.083-0.468-0.252-1.107-0.634-1.72-0.114-0.172-0.244-0.341-0.39-0.502 0.59-1.085 0.875-2.349 0.723-3.667-0.208-1.788-1.161-3.301-2.509-4.286 0.737 0.69 1.254 1.619 1.382 2.702 0.189 1.653-0.571 3.182-1.839 4.084-3e-3 0-0.013-1e-3 -0.013-1e-3l3e-3 0.011c-0.587 0.414-1.267 0.707-2.031 0.795-0.397 0.046-0.784 0.019-1.16-0.037 0.592-0.265 0.978-0.868 0.9-1.546-0.098-0.838-0.853-1.438-1.688-1.34-0.839 0.097-1.436 0.853-1.34 1.691 0.016 0.127 0.072 0.237 0.117 0.355-0.922-0.702-1.574-1.757-1.717-2.998-0.033-0.303-0.036-0.603-0.012-0.896l-5.744 2.301-0.018 0.016zm12.057-11.872c4.697-1.267 11.897-4.312 19.261-9.43 4.645-3.227 9.35-7.286 13.541-12.245l1.075 1.076c-0.198 0.6-0.065 1.281 0.408 1.754 0.67 0.673 1.762 0.671 2.432 1e-3 0.67-0.671 0.67-1.763-3e-3 -2.435-0.474-0.471-1.155-0.604-1.75-0.407l-1.178-1.178c1.978-2.461 3.827-5.136 5.476-8.032l2.106 1.408c-0.078 0.626 0.184 1.267 0.74 1.638 0.789 0.531 1.861 0.318 2.389-0.472 0.524-0.788 0.311-1.859-0.478-2.388-0.558-0.369-1.252-0.365-1.797-0.056l-2.217-1.482c1.457-2.723 2.742-5.632 3.798-8.736l3.176 1.315c0.047 0.629 0.431 1.206 1.049 1.462 0.878 0.366 1.885-0.052 2.249-0.93 0.36-0.875-0.058-1.884-0.933-2.248-0.623-0.254-1.3-0.114-1.776 0.296l-3.281-1.361c0.895-2.876 1.596-5.916 2.066-9.122l4.147 0.824c0.166 0.607 0.654 1.099 1.311 1.229 0.932 0.189 1.838-0.42 2.023-1.35 0.187-0.931-0.423-1.837-1.353-2.024-0.659-0.128-1.299 0.14-1.683 0.636l-4.248-0.845c0.356-2.93 0.52-5.997 0.462-9.201h4.776c0.283 0.564 0.856 0.95 1.526 0.95 0.951 3e-3 1.722-0.768 1.722-1.718 0-0.948-0.774-1.719-1.722-1.722-0.672 6e-3 -1.246 0.393-1.526 0.953h-4.809c-0.034-0.884-0.083-1.78-0.153-2.684-0.063-1.01-0.146-2.026-0.263-3.043-0.132-1.139-0.308-2.26-0.506-3.373l4.741-0.943c0.387 0.493 1.026 0.763 1.683 0.631 0.932-0.182 1.537-1.091 1.353-2.021-0.185-0.929-1.093-1.534-2.023-1.352-0.659 0.135-1.147 0.628-1.313 1.23l-4.735 0.943c-0.631-3.033-1.503-5.965-2.603-8.773l4.408-1.826c0.476 0.41 1.156 0.548 1.776 0.291 0.878-0.361 1.293-1.368 0.93-2.246-0.361-0.875-1.371-1.293-2.249-0.93-0.617 0.26-0.999 0.839-1.046 1.462l-4.409 1.826c-1.205-2.837-2.638-5.545-4.279-8.097l3.931-2.627c0.548 0.308 1.239 0.311 1.799-0.063 0.79-0.524 1.003-1.593 0.473-2.383-0.525-0.789-1.594-0.999-2.386-0.475-0.556 0.376-0.818 1.018-0.74 1.641l-3.931 2.627c-1.735-2.539-3.675-4.915-5.793-7.11l3.319-3.32c0.596 0.198 1.277 0.065 1.751-0.41 0.673-0.67 0.673-1.76 0-2.43-0.669-0.673-1.759-0.67-2.432 0-0.473 0.475-0.605 1.158-0.407 1.752l-3.317 3.316c-2.188-2.144-4.559-4.096-7.075-5.843l2.591-3.875c0.624 0.075 1.265-0.185 1.637-0.746 0.529-0.787 0.316-1.856-0.473-2.383-0.79-0.528-1.857-0.315-2.387 0.474-0.371 0.559-0.368 1.255-0.056 1.8l-2.581 3.862c-2.561-1.673-5.269-3.125-8.089-4.353l1.768-4.269c0.626-0.047 1.205-0.427 1.462-1.048 0.363-0.875-0.055-1.883-0.932-2.247-0.875-0.363-1.882 0.055-2.246 0.933-0.255 0.62-0.117 1.301 0.293 1.773l-1.76 4.25c-2.828-1.136-5.769-2.027-8.791-2.679l0.895-4.499c0.605-0.169 1.099-0.655 1.229-1.315 0.186-0.931-0.421-1.836-1.351-2.022-0.933-0.185-1.836 0.421-2.022 1.352-0.13 0.658 0.139 1.299 0.632 1.683l-0.89 4.484c-2.983-0.554-6.044-0.85-9.152-0.894v-4.579c0.56-0.283 0.95-0.857 0.95-1.53 0-0.947-0.77-1.718-1.72-1.718-0.948 0-1.719 0.771-1.719 1.718 0 0.673 0.389 1.247 0.95 1.53v4.562c-1.843 0.026-3.703 0.144-5.572 0.361-1.21 0.14-2.399 0.333-3.578 0.547l-0.891-4.478c0.492-0.387 0.761-1.028 0.628-1.688-0.181-0.932-1.087-1.532-2.022-1.347-0.925 0.183-1.532 1.088-1.348 2.017 0.13 0.66 0.624 1.15 1.231 1.317l0.888 4.473c-3.046 0.646-5.986 1.542-8.804 2.663l-1.741-4.206c0.408-0.474 0.548-1.157 0.289-1.778-0.362-0.878-1.367-1.29-2.247-0.927-0.872 0.361-1.292 1.369-0.929 2.242 0.256 0.623 0.836 1.009 1.464 1.053l1.741 4.204c-2.845 1.226-5.553 2.684-8.108 4.346l-2.534-3.793c0.308-0.545 0.312-1.241-0.062-1.8-0.527-0.792-1.593-1.002-2.385-0.472-0.785 0.525-1.001 1.594-0.475 2.381 0.374 0.558 1.016 0.823 1.642 0.746l2.535 3.793c-2.535 1.753-4.901 3.715-7.09 5.855l-3.246-3.246c0.196-0.594 0.064-1.279-0.412-1.752-0.671-0.673-1.757-0.673-2.431 2e-3 -0.668 0.668-0.67 1.758-2e-3 2.426 0.477 0.477 1.159 0.612 1.756 0.412l3.241 3.242c-2.132 2.206-4.067 4.595-5.801 7.125l-3.841-2.566c0.076-0.621-0.189-1.265-0.745-1.639-0.792-0.527-1.857-0.314-2.386 0.477-0.524 0.788-0.314 1.854 0.473 2.381 0.56 0.374 1.254 0.374 1.801 0.063l3.833 2.56c-1.657 2.57-3.09 5.288-4.3 8.116l-4.289-1.778c-0.048-0.623-0.433-1.205-1.051-1.462-0.879-0.363-1.881 0.052-2.246 0.933-0.362 0.875 0.053 1.879 0.928 2.243 0.621 0.257 1.303 0.122 1.779-0.291l4.286 1.775c-1.118 2.832-1.996 5.773-2.628 8.794l-4.587-0.913c-0.168-0.602-0.659-1.095-1.315-1.227-0.934-0.188-1.835 0.418-2.021 1.352-0.186 0.927 0.419 1.833 1.349 2.02 0.658 0.13 1.299-0.138 1.686-0.633l4.587 0.912c-0.535 2.978-0.818 6.03-0.846 9.131h-4.73c-0.283-0.559-0.859-0.947-1.529-0.95-0.951 0-1.72 0.771-1.72 1.722 0 0.947 0.772 1.715 1.72 1.718 0.67-3e-3 1.246-0.389 1.529-0.95h4.728c0.035 1.744 0.145 3.502 0.351 5.271 0.15 1.298 0.35 2.578 0.588 3.842l-4.678 0.93c-0.387-0.493-1.03-0.761-1.685-0.634-0.933 0.188-1.536 1.091-1.35 2.025 0.183 0.927 1.09 1.534 2.02 1.348 0.658-0.131 1.148-0.623 1.315-1.227l4.71-0.938c0.657 3.027 1.557 5.946 2.682 8.745l-4.462 1.847c-0.476-0.407-1.158-0.545-1.776-0.29-0.879 0.364-1.294 1.369-0.929 2.247 0.36 0.875 1.368 1.293 2.244 0.93 0.619-0.258 1.004-0.835 1.051-1.462l4.447-1.843c1.23 2.821 2.707 5.494 4.368 8.029l-4.059 2.712c-0.546-0.306-1.241-0.309-1.797 0.062-0.791 0.527-1.003 1.595-0.475 2.384 0.526 0.79 1.595 1.003 2.384 0.475 0.557-0.374 0.821-1.015 0.744-1.638l4.053-2.708c1.749 2.51 3.705 4.854 5.835 7.022l-3.486 3.485c-0.597-0.194-1.278-0.062-1.753 0.411-0.673 0.672-0.673 1.759 0 2.43 0.67 0.673 1.761 0.673 2.43 1e-3 0.473-0.473 0.608-1.155 0.411-1.754l3.493-3.493c2.194 2.113 4.548 4.055 7.061 5.774l-2.755 4.123c-0.621-0.076-1.264 0.186-1.638 0.744-0.527 0.79-0.314 1.856 0.475 2.385 0.788 0.527 1.857 0.314 2.385-0.476 0.372-0.557 0.369-1.251 0.06-1.799l2.769-4.144c2.552 1.642 5.232 3.091 8.039 4.294l-1.908 4.608c-0.626 0.047-1.206 0.43-1.462 1.051-0.364 0.877 0.053 1.882 0.93 2.244 0.877 0.365 1.883-0.053 2.248-0.93 0.254-0.619 0.117-1.299-0.294-1.777l1.915-4.624c0.829 0.327 1.654 0.661 2.499 0.947 7.183 2.439 16.515 3.455 23.007 2.585 6.492-0.869 10.104-1.057 11.145 1.146 0.673 1.423-1.229 2.255-4.061 3.355-0.22 0.083-0.425 0.164-0.638 0.244-4.763 1.825-7.562 3.189-9.12 4.051-0.372 0.208-0.672 0.385-0.914 0.533-0.609 0.376-0.839 0.57-0.839 0.57s0.277 0.256 0.883 0.538c0.301 0.135 0.678 0.286 1.122 0.408 0.442 0.147 0.951 0.228 1.508 0.35 0.559 0.094 1.166 0.148 1.813 0.232 0.644 0.025 1.324 0.053 2.03 0.083 1.393 0.025 2.867-0.031 4.311-3e-3 1.986 0.039 4.515 0.099 6.976 0.758 1.371 0.365 2.725 0.91 3.947 1.754 1.358 0.939 2.14 2.49 2.287 3.785l-3.213 0.371c-0.25-0.523-0.795-0.865-1.4-0.795-0.759 0.089-1.306 0.779-1.218 1.537 0.088 0.764 0.779 1.312 1.538 1.224 0.604-0.071 1.061-0.531 1.18-1.096l3.29-0.382c0.712 6.169-10.941 3.484-14.597 7.678 0.01 0.013 0.018 0.025 0.026 0.036 0.382 0.613 0.55 1.254 0.633 1.721 0.078 0.47 0.073 0.778 0.073 0.778s-0.148-0.272-0.431-0.619c-0.273-0.335-0.683-0.73-1.125-0.969-2.64 3.104-6.519 4.98-10.662 5.181l0.016 0.02c-0.172 0-0.349-0.012-0.52-0.015-0.464 7e-3 -0.932-5e-3 -1.399-0.041-30.502-1.205-72.86-30.931-72.86-86.589 0-41.301 33.48-74.781 74.779-74.781s74.781 33.48 74.781 74.781c0 34.896-29.613 64.808-67.271 63.242" fill="#eff0f1"/></g><g transform="translate(371.34 345.18)"><path d="m0 0c-2.196-1.196-4.293-2.555-6.278-4.053v-47.198h6.278z" fill="#eff0f1"/></g><g transform="translate(381.61 342.65)"><path d="m0 0v-25.986c0-0.252-0.196-0.451-0.443-0.47h-1.472v28.328c0.429 0.157 0.865 0.302 1.3 0.444 0.303 0.08 0.615 0.063 0.615-0.55zm6.029-32.046c0 2.716-1.656 3.596-1.656 3.596s1.656 0.88 1.656 3.596v29.098c-3e-3 2.038-1.599 3.539-3.614 3.11-0.896-0.209-1.784-0.441-2.664-0.698-0.473-0.137-0.947-0.28-1.416-0.43-2.158-0.7-4.258-1.533-6.278-2.501v-52.449h6.028v18.28h1.915v-3e-3h-0.478c0.263 0 0.478-0.213 0.478-0.478v-17.799h6.029z" fill="#eff0f1"/></g><g transform="translate(428.87 333.35)"><path d="m0 0v5.506c-1.966 1.714-4.063 3.279-6.278 4.677v-49.606h6.278z" fill="#eff0f1"/></g><g transform="translate(412.31 348.49)"><path d="m0 0c-1.961 0.686-3.97 1.263-6.029 1.705v-52.443c0-2.114 1.714-3.827 3.827-3.827h6.317c2.112 0 3.825 1.708 3.827 3.822v47.175c-1.934 1.08-3.949 2.026-6.028 2.849v-49.381c0-0.263-0.215-0.477-0.478-0.477h-0.958c-0.264 0-0.478 0.214-0.478 0.477v5.753z" fill="#eff0f1"/></g><g transform="translate(352.58 293.93)"><path d="m0 0h6.316c2.115 0 3.829 1.714 3.829 3.827v14.452h-6.03v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.478 0.214-0.478 0.478v-0.478 24.833l2e-3 -3e-3c0 0.318 0.1 0.593 0.239 0.875 0.36 0.632 0.745 1.247 1.134 1.86 0.193 0.267 0.539 0.249 0.539-0.174v-9.111h6.03v17.617c0 3.376-2.368 3.147-3.786 1.854-0.86-0.901-1.699-1.823-2.493-2.786v-8e-3c-0.489-0.594-0.954-1.207-1.416-1.825v0.031c-1.341-1.784-2.56-3.667-3.66-5.622-2.126-3.905-2.619-5.431-2.619-8.978v-18.724c0-2.033 1.592-3.68 3.594-3.804v-0.023z" fill="#eff0f1"/></g><g transform="translate(402.87 250.49)"><path d="m0 0c1.541 0.224 3.063 0.509 4.557 0.868v39.071h-4.557v-15.532h-1.914v15.532h-4.558v-40.458c1.538 0.026 3.057 0.119 4.558 0.278v20.66h1.914v-3.988z" fill="#eff0f1"/></g><g transform="translate(421.84 257.29)"><path d="m0 0c1.586 0.962 3.104 2.025 4.568 3.153v10.475l1.913-8.95 3e-3 0.014c1.611 1.366 3.14 2.819 4.567 4.373v24.083h-4.57v-16.864l-1.913 16.864h-4.568z" fill="#eff0f1"/></g><g transform="translate(378.84 252.8)"><path d="m0 0v18.112l3.117 15.537v3.989h-4.57v-3.989l-0.923-11.544-0.992 11.544v3.989h-4.568v-3.989l3.117-15.537v-16.146c1.565-0.736 3.173-1.39 4.819-1.966" fill="#eff0f1"/></g><g transform="translate(362.8 286.45)"><path d="m0 0h1.436c0.264 0 0.478-0.214 0.478-0.478v-10.588c0-0.265-0.214-0.478-0.478-0.478h-1.436zm0.249-24.673v9.136h3.855c1.315 8e-3 2.379 1.072 2.379 2.391v14.743c0 1.322-1.071 2.391-2.392 2.391h-8.661v-24.061c1.504-1.636 3.114-3.172 4.819-4.6" fill="#eff0f1"/></g><g transform="translate(415.6 280.67)"><path d="m0 0v-21.356c-3e-3 -0.644-0.129-0.844-0.423-1.01-0.282-0.134-0.569-0.263-0.854-0.39-0.247-0.104-0.637-0.181-0.637 0.382v27.671c0 0.264 0.215 0.477 0.478 0.477h0.958c0.264 0 0.478-0.213 0.478-0.477zm2.09 9.763h-6.181c-1.321 0-2.391-1.07-2.391-2.392v-33.556c0-1.84 1.08-2.293 2.225-1.999 0.191 0.062 4.246 1.476 6.764 2.768 1.69 0.867 2.061 1.202 2.061 3.232v29.555c0 1.322-1.069 2.392-2.391 2.392z" fill="#eff0f1"/></g><g transform="translate(391.66 250.12)"><path d="m0 0v36.326h3.066v3.988h-11.053v-3.988h3.168v-35.726c1.584-0.276 3.188-0.476 4.819-0.6" fill="#eff0f1"/></g><g transform="translate(397.67 293.93)"><path d="m0 0h2.461c2.072 0 3.75 1.648 3.817 3.705v14.574h-6.024v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.477 0.214-0.477 0.478v48.426c0 0.264 0.214 0.478 0.477 0.478 0.336-7e-3 0.674-0.016 1.009-0.03 0.239-0.023 0.427-0.202 0.427-0.448v-30.624h6.024v31.221c-0.067 2.06-1.745 3.708-3.817 3.708h0.034c-1.514 0.135-3.045 0.216-4.592 0.216-0.646 0-1.288-0.023-1.926-0.047-2.034-0.101-3.659-1.942-3.659-3.999v-49.54c0-2.043 1.606-3.698 3.622-3.806v-0.021h2.643z" fill="#eff0f1"/></g><g transform="translate(432.27 335.6)"><path d="m0 0v-2e-3c-0.52 0.548-1.049 1.082-1.595 1.605-0.085 0.082-0.172 0.163-0.258 0.245v-5.788c0.634-0.711 1.263-1.427 1.853-2.177v-35.557h6.278v24.966c0.379-0.889 0.738-1.784 1.062-2.698h4.22c-0.584 1.809-1.27 3.573-2.044 5.289-0.068 0.148-0.132 0.299-0.203 0.444-0.223 0.483-0.454 0.961-0.693 1.436-0.08 0.158-0.161 0.317-0.244 0.475-0.246 0.481-0.498 0.961-0.761 1.431-0.039 0.07-0.08 0.138-0.119 0.207-0.39 0.691-0.797 1.369-1.218 2.041v8e-3c-1.82 2.903-3.925 5.606-6.278 8.075" fill="#eff0f1"/></g></g></g></g></svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="a"><path d="m0 612h792v-612h-792z"/></clipPath></defs><g transform="matrix(.2942 0 0 -.27257 -92.379 107.52)" fill="#eff0f1"><g fill="#eff0f1"><g clip-path="url(#a)" fill="#eff0f1"><g transform="translate(391.04 375.59)"><path d="m0 0c5e-3 0.071 5e-3 0.141 0.013 0.208 0.395 3.404 3.474 5.845 6.875 5.45 1.539-0.179 2.861-0.925 3.835-1.984 0.127 0.037 0.256 0.083 0.394 0.156 0.457 0.236 0.883 0.653 1.163 0.997 0.281 0.349 0.431 0.622 0.431 0.622s3e-3 -0.307-0.072-0.779c-0.083-0.468-0.252-1.107-0.634-1.72-0.114-0.172-0.244-0.341-0.39-0.502 0.59-1.085 0.875-2.349 0.723-3.667-0.208-1.788-1.161-3.301-2.509-4.286 0.737 0.69 1.254 1.619 1.382 2.702 0.189 1.653-0.571 3.182-1.839 4.084-3e-3 0-0.013-1e-3 -0.013-1e-3l3e-3 0.011c-0.587 0.414-1.267 0.707-2.031 0.795-0.397 0.046-0.784 0.019-1.16-0.037 0.592-0.265 0.978-0.868 0.9-1.546-0.098-0.838-0.853-1.438-1.688-1.34-0.839 0.097-1.436 0.853-1.34 1.691 0.016 0.127 0.072 0.237 0.117 0.355-0.922-0.702-1.574-1.757-1.717-2.998-0.033-0.303-0.036-0.603-0.012-0.896l-5.744 2.301-0.018 0.016zm12.057-11.872c4.697-1.267 11.897-4.312 19.261-9.43 4.645-3.227 9.35-7.286 13.541-12.245l1.075 1.076c-0.198 0.6-0.065 1.281 0.408 1.754 0.67 0.673 1.762 0.671 2.432 1e-3 0.67-0.671 0.67-1.763-3e-3 -2.435-0.474-0.471-1.155-0.604-1.75-0.407l-1.178-1.178c1.978-2.461 3.827-5.136 5.476-8.032l2.106 1.408c-0.078 0.626 0.184 1.267 0.74 1.638 0.789 0.531 1.861 0.318 2.389-0.472 0.524-0.788 0.311-1.859-0.478-2.388-0.558-0.369-1.252-0.365-1.797-0.056l-2.217-1.482c1.457-2.723 2.742-5.632 3.798-8.736l3.176 1.315c0.047 0.629 0.431 1.206 1.049 1.462 0.878 0.366 1.885-0.052 2.249-0.93 0.36-0.875-0.058-1.884-0.933-2.248-0.623-0.254-1.3-0.114-1.776 0.296l-3.281-1.361c0.895-2.876 1.596-5.916 2.066-9.122l4.147 0.824c0.166 0.607 0.654 1.099 1.311 1.229 0.932 0.189 1.838-0.42 2.023-1.35 0.187-0.931-0.423-1.837-1.353-2.024-0.659-0.128-1.299 0.14-1.683 0.636l-4.248-0.845c0.356-2.93 0.52-5.997 0.462-9.201h4.776c0.283 0.564 0.856 0.95 1.526 0.95 0.951 3e-3 1.722-0.768 1.722-1.718 0-0.948-0.774-1.719-1.722-1.722-0.672 6e-3 -1.246 0.393-1.526 0.953h-4.809c-0.034-0.884-0.083-1.78-0.153-2.684-0.063-1.01-0.146-2.026-0.263-3.043-0.132-1.139-0.308-2.26-0.506-3.373l4.741-0.943c0.387 0.493 1.026 0.763 1.683 0.631 0.932-0.182 1.537-1.091 1.353-2.021-0.185-0.929-1.093-1.534-2.023-1.352-0.659 0.135-1.147 0.628-1.313 1.23l-4.735 0.943c-0.631-3.033-1.503-5.965-2.603-8.773l4.408-1.826c0.476 0.41 1.156 0.548 1.776 0.291 0.878-0.361 1.293-1.368 0.93-2.246-0.361-0.875-1.371-1.293-2.249-0.93-0.617 0.26-0.999 0.839-1.046 1.462l-4.409 1.826c-1.205-2.837-2.638-5.545-4.279-8.097l3.931-2.627c0.548 0.308 1.239 0.311 1.799-0.063 0.79-0.524 1.003-1.593 0.473-2.383-0.525-0.789-1.594-0.999-2.386-0.475-0.556 0.376-0.818 1.018-0.74 1.641l-3.931 2.627c-1.735-2.539-3.675-4.915-5.793-7.11l3.319-3.32c0.596 0.198 1.277 0.065 1.751-0.41 0.673-0.67 0.673-1.76 0-2.43-0.669-0.673-1.759-0.67-2.432 0-0.473 0.475-0.605 1.158-0.407 1.752l-3.317 3.316c-2.188-2.144-4.559-4.096-7.075-5.843l2.591-3.875c0.624 0.075 1.265-0.185 1.637-0.746 0.529-0.787 0.316-1.856-0.473-2.383-0.79-0.528-1.857-0.315-2.387 0.474-0.371 0.559-0.368 1.255-0.056 1.8l-2.581 3.862c-2.561-1.673-5.269-3.125-8.089-4.353l1.768-4.269c0.626-0.047 1.205-0.427 1.462-1.048 0.363-0.875-0.055-1.883-0.932-2.247-0.875-0.363-1.882 0.055-2.246 0.933-0.255 0.62-0.117 1.301 0.293 1.773l-1.76 4.25c-2.828-1.136-5.769-2.027-8.791-2.679l0.895-4.499c0.605-0.169 1.099-0.655 1.229-1.315 0.186-0.931-0.421-1.836-1.351-2.022-0.933-0.185-1.836 0.421-2.022 1.352-0.13 0.658 0.139 1.299 0.632 1.683l-0.89 4.484c-2.983-0.554-6.044-0.85-9.152-0.894v-4.579c0.56-0.283 0.95-0.857 0.95-1.53 0-0.947-0.77-1.718-1.72-1.718-0.948 0-1.719 0.771-1.719 1.718 0 0.673 0.389 1.247 0.95 1.53v4.562c-1.843 0.026-3.703 0.144-5.572 0.361-1.21 0.14-2.399 0.333-3.578 0.547l-0.891-4.478c0.492-0.387 0.761-1.028 0.628-1.688-0.181-0.932-1.087-1.532-2.022-1.347-0.925 0.183-1.532 1.088-1.348 2.017 0.13 0.66 0.624 1.15 1.231 1.317l0.888 4.473c-3.046 0.646-5.986 1.542-8.804 2.663l-1.741-4.206c0.408-0.474 0.548-1.157 0.289-1.778-0.362-0.878-1.367-1.29-2.247-0.927-0.872 0.361-1.292 1.369-0.929 2.242 0.256 0.623 0.836 1.009 1.464 1.053l1.741 4.204c-2.845 1.226-5.553 2.684-8.108 4.346l-2.534-3.793c0.308-0.545 0.312-1.241-0.062-1.8-0.527-0.792-1.593-1.002-2.385-0.472-0.785 0.525-1.001 1.594-0.475 2.381 0.374 0.558 1.016 0.823 1.642 0.746l2.535 3.793c-2.535 1.753-4.901 3.715-7.09 5.855l-3.246-3.246c0.196-0.594 0.064-1.279-0.412-1.752-0.671-0.673-1.757-0.673-2.431 2e-3 -0.668 0.668-0.67 1.758-2e-3 2.426 0.477 0.477 1.159 0.612 1.756 0.412l3.241 3.242c-2.132 2.206-4.067 4.595-5.801 7.125l-3.841-2.566c0.076-0.621-0.189-1.265-0.745-1.639-0.792-0.527-1.857-0.314-2.386 0.477-0.524 0.788-0.314 1.854 0.473 2.381 0.56 0.374 1.254 0.374 1.801 0.063l3.833 2.56c-1.657 2.57-3.09 5.288-4.3 8.116l-4.289-1.778c-0.048-0.623-0.433-1.205-1.051-1.462-0.879-0.363-1.881 0.052-2.246 0.933-0.362 0.875 0.053 1.879 0.928 2.243 0.621 0.257 1.303 0.122 1.779-0.291l4.286 1.775c-1.118 2.832-1.996 5.773-2.628 8.794l-4.587-0.913c-0.168-0.602-0.659-1.095-1.315-1.227-0.934-0.188-1.835 0.418-2.021 1.352-0.186 0.927 0.419 1.833 1.349 2.02 0.658 0.13 1.299-0.138 1.686-0.633l4.587 0.912c-0.535 2.978-0.818 6.03-0.846 9.131h-4.73c-0.283-0.559-0.859-0.947-1.529-0.95-0.951 0-1.72 0.771-1.72 1.722 0 0.947 0.772 1.715 1.72 1.718 0.67-3e-3 1.246-0.389 1.529-0.95h4.728c0.035 1.744 0.145 3.502 0.351 5.271 0.15 1.298 0.35 2.578 0.588 3.842l-4.678 0.93c-0.387-0.493-1.03-0.761-1.685-0.634-0.933 0.188-1.536 1.091-1.35 2.025 0.183 0.927 1.09 1.534 2.02 1.348 0.658-0.131 1.148-0.623 1.315-1.227l4.71-0.938c0.657 3.027 1.557 5.946 2.682 8.745l-4.462 1.847c-0.476-0.407-1.158-0.545-1.776-0.29-0.879 0.364-1.294 1.369-0.929 2.247 0.36 0.875 1.368 1.293 2.244 0.93 0.619-0.258 1.004-0.835 1.051-1.462l4.447-1.843c1.23 2.821 2.707 5.494 4.368 8.029l-4.059 2.712c-0.546-0.306-1.241-0.309-1.797 0.062-0.791 0.527-1.003 1.595-0.475 2.384 0.526 0.79 1.595 1.003 2.384 0.475 0.557-0.374 0.821-1.015 0.744-1.638l4.053-2.708c1.749 2.51 3.705 4.854 5.835 7.022l-3.486 3.485c-0.597-0.194-1.278-0.062-1.753 0.411-0.673 0.672-0.673 1.759 0 2.43 0.67 0.673 1.761 0.673 2.43 1e-3 0.473-0.473 0.608-1.155 0.411-1.754l3.493-3.493c2.194 2.113 4.548 4.055 7.061 5.774l-2.755 4.123c-0.621-0.076-1.264 0.186-1.638 0.744-0.527 0.79-0.314 1.856 0.475 2.385 0.788 0.527 1.857 0.314 2.385-0.476 0.372-0.557 0.369-1.251 0.06-1.799l2.769-4.144c2.552 1.642 5.232 3.091 8.039 4.294l-1.908 4.608c-0.626 0.047-1.206 0.43-1.462 1.051-0.364 0.877 0.053 1.882 0.93 2.244 0.877 0.365 1.883-0.053 2.248-0.93 0.254-0.619 0.117-1.299-0.294-1.777l1.915-4.624c0.829 0.327 1.654 0.661 2.499 0.947 7.183 2.439 16.515 3.455 23.007 2.585 6.492-0.869 10.104-1.057 11.145 1.146 0.673 1.423-1.229 2.255-4.061 3.355-0.22 0.083-0.425 0.164-0.638 0.244-4.763 1.825-7.562 3.189-9.12 4.051-0.372 0.208-0.672 0.385-0.914 0.533-0.609 0.376-0.839 0.57-0.839 0.57s0.277 0.256 0.883 0.538c0.301 0.135 0.678 0.286 1.122 0.408 0.442 0.147 0.951 0.228 1.508 0.35 0.559 0.094 1.166 0.148 1.813 0.232 0.644 0.025 1.324 0.053 2.03 0.083 1.393 0.025 2.867-0.031 4.311-3e-3 1.986 0.039 4.515 0.099 6.976 0.758 1.371 0.365 2.725 0.91 3.947 1.754 1.358 0.939 2.14 2.49 2.287 3.785l-3.213 0.371c-0.25-0.523-0.795-0.865-1.4-0.795-0.759 0.089-1.306 0.779-1.218 1.537 0.088 0.764 0.779 1.312 1.538 1.224 0.604-0.071 1.061-0.531 1.18-1.096l3.29-0.382c0.712 6.169-10.941 3.484-14.597 7.678 0.01 0.013 0.018 0.025 0.026 0.036 0.382 0.613 0.55 1.254 0.633 1.721 0.078 0.47 0.073 0.778 0.073 0.778s-0.148-0.272-0.431-0.619c-0.273-0.335-0.683-0.73-1.125-0.969-2.64 3.104-6.519 4.98-10.662 5.181l0.016 0.02c-0.172 0-0.349-0.012-0.52-0.015-0.464 7e-3 -0.932-5e-3 -1.399-0.041-30.502-1.205-72.86-30.931-72.86-86.589 0-41.301 33.48-74.781 74.779-74.781s74.781 33.48 74.781 74.781c0 34.896-29.613 64.808-67.271 63.242" fill="#eff0f1"/></g><g transform="translate(371.34 345.18)"><path d="m0 0c-2.196-1.196-4.293-2.555-6.278-4.053v-47.198h6.278z" fill="#eff0f1"/></g><g transform="translate(381.61 342.65)"><path d="m0 0v-25.986c0-0.252-0.196-0.451-0.443-0.47h-1.472v28.328c0.429 0.157 0.865 0.302 1.3 0.444 0.303 0.08 0.615 0.063 0.615-0.55zm6.029-32.046c0 2.716-1.656 3.596-1.656 3.596s1.656 0.88 1.656 3.596v29.098c-3e-3 2.038-1.599 3.539-3.614 3.11-0.896-0.209-1.784-0.441-2.664-0.698-0.473-0.137-0.947-0.28-1.416-0.43-2.158-0.7-4.258-1.533-6.278-2.501v-52.449h6.028v18.28h1.915v-3e-3h-0.478c0.263 0 0.478-0.213 0.478-0.478v-17.799h6.029z" fill="#eff0f1"/></g><g transform="translate(428.87 333.35)"><path d="m0 0v5.506c-1.966 1.714-4.063 3.279-6.278 4.677v-49.606h6.278z" fill="#eff0f1"/></g><g transform="translate(412.31 348.49)"><path d="m0 0c-1.961 0.686-3.97 1.263-6.029 1.705v-52.443c0-2.114 1.714-3.827 3.827-3.827h6.317c2.112 0 3.825 1.708 3.827 3.822v47.175c-1.934 1.08-3.949 2.026-6.028 2.849v-49.381c0-0.263-0.215-0.477-0.478-0.477h-0.958c-0.264 0-0.478 0.214-0.478 0.477v5.753z" fill="#eff0f1"/></g><g transform="translate(352.58 293.93)"><path d="m0 0h6.316c2.115 0 3.829 1.714 3.829 3.827v14.452h-6.03v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.478 0.214-0.478 0.478v-0.478 24.833l2e-3 -3e-3c0 0.318 0.1 0.593 0.239 0.875 0.36 0.632 0.745 1.247 1.134 1.86 0.193 0.267 0.539 0.249 0.539-0.174v-9.111h6.03v17.617c0 3.376-2.368 3.147-3.786 1.854-0.86-0.901-1.699-1.823-2.493-2.786v-8e-3c-0.489-0.594-0.954-1.207-1.416-1.825v0.031c-1.341-1.784-2.56-3.667-3.66-5.622-2.126-3.905-2.619-5.431-2.619-8.978v-18.724c0-2.033 1.592-3.68 3.594-3.804v-0.023z" fill="#eff0f1"/></g><g transform="translate(402.87 250.49)"><path d="m0 0c1.541 0.224 3.063 0.509 4.557 0.868v39.071h-4.557v-15.532h-1.914v15.532h-4.558v-40.458c1.538 0.026 3.057 0.119 4.558 0.278v20.66h1.914v-3.988z" fill="#eff0f1"/></g><g transform="translate(421.84 257.29)"><path d="m0 0c1.586 0.962 3.104 2.025 4.568 3.153v10.475l1.913-8.95 3e-3 0.014c1.611 1.366 3.14 2.819 4.567 4.373v24.083h-4.57v-16.864l-1.913 16.864h-4.568z" fill="#eff0f1"/></g><g transform="translate(378.84 252.8)"><path d="m0 0v18.112l3.117 15.537v3.989h-4.57v-3.989l-0.923-11.544-0.992 11.544v3.989h-4.568v-3.989l3.117-15.537v-16.146c1.565-0.736 3.173-1.39 4.819-1.966" fill="#eff0f1"/></g><g transform="translate(362.8 286.45)"><path d="m0 0h1.436c0.264 0 0.478-0.214 0.478-0.478v-10.588c0-0.265-0.214-0.478-0.478-0.478h-1.436zm0.249-24.673v9.136h3.855c1.315 8e-3 2.379 1.072 2.379 2.391v14.743c0 1.322-1.071 2.391-2.392 2.391h-8.661v-24.061c1.504-1.636 3.114-3.172 4.819-4.6" fill="#eff0f1"/></g><g transform="translate(415.6 280.67)"><path d="m0 0v-21.356c-3e-3 -0.644-0.129-0.844-0.423-1.01-0.282-0.134-0.569-0.263-0.854-0.39-0.247-0.104-0.637-0.181-0.637 0.382v27.671c0 0.264 0.215 0.477 0.478 0.477h0.958c0.264 0 0.478-0.213 0.478-0.477zm2.09 9.763h-6.181c-1.321 0-2.391-1.07-2.391-2.392v-33.556c0-1.84 1.08-2.293 2.225-1.999 0.191 0.062 4.246 1.476 6.764 2.768 1.69 0.867 2.061 1.202 2.061 3.232v29.555c0 1.322-1.069 2.392-2.391 2.392z" fill="#eff0f1"/></g><g transform="translate(391.66 250.12)"><path d="m0 0v36.326h3.066v3.988h-11.053v-3.988h3.168v-35.726c1.584-0.276 3.188-0.476 4.819-0.6" fill="#eff0f1"/></g><g transform="translate(397.67 293.93)"><path d="m0 0h2.461c2.072 0 3.75 1.648 3.817 3.705v14.574h-6.024v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.477 0.214-0.477 0.478v48.426c0 0.264 0.214 0.478 0.477 0.478 0.336-7e-3 0.674-0.016 1.009-0.03 0.239-0.023 0.427-0.202 0.427-0.448v-30.624h6.024v31.221c-0.067 2.06-1.745 3.708-3.817 3.708h0.034c-1.514 0.135-3.045 0.216-4.592 0.216-0.646 0-1.288-0.023-1.926-0.047-2.034-0.101-3.659-1.942-3.659-3.999v-49.54c0-2.043 1.606-3.698 3.622-3.806v-0.021h2.643z" fill="#eff0f1"/></g><g transform="translate(432.27 335.6)"><path d="m0 0v-2e-3c-0.52 0.548-1.049 1.082-1.595 1.605-0.085 0.082-0.172 0.163-0.258 0.245v-5.788c0.634-0.711 1.263-1.427 1.853-2.177v-35.557h6.278v24.966c0.379-0.889 0.738-1.784 1.062-2.698h4.22c-0.584 1.809-1.27 3.573-2.044 5.289-0.068 0.148-0.132 0.299-0.203 0.444-0.223 0.483-0.454 0.961-0.693 1.436-0.08 0.158-0.161 0.317-0.244 0.475-0.246 0.481-0.498 0.961-0.761 1.431-0.039 0.07-0.08 0.138-0.119 0.207-0.39 0.691-0.797 1.369-1.218 2.041v8e-3c-1.82 2.903-3.925 5.606-6.278 8.075" fill="#eff0f1"/></g></g></g></g></svg>
--- a/eric6/icons/breeze-dark/class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/class_private.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/class_private.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.688 10v4.125h1.375v2.75h-2.0625v4.125h4.125v-4.125h-1.375v-2.75h3.4375v-1.375h2.75v4.8125h-1.375v3.4375h3.4375v-3.4375h-1.375v-5.5h-3.4375v-2.0625h-5.5m0.6875 0.6875h4.125v2.75h-4.125v-2.75m-0.6875 6.875h2.75v2.75h-2.75v-2.75" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.8 0 0 .83333 -1.4 -864.3)">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.688 10v4.125h1.375v2.75h-2.0625v4.125h4.125v-4.125h-1.375v-2.75h3.4375v-1.375h2.75v4.8125h-1.375v3.4375h3.4375v-3.4375h-1.375v-5.5h-3.4375v-2.0625h-5.5m0.6875 0.6875h4.125v2.75h-4.125v-2.75m-0.6875 6.875h2.75v2.75h-2.75v-2.75" color="#eff0f1" fill="currentColor"/><g transform="matrix(.8 0 0 .83333 -1.4 -864.3)"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/class_protected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/class_protected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6.625 11v3.75h1.25v2.5h-1.875v3.75h3.75v-3.75h-1.25v-2.5h3.125v-1.25h2.5v4.375h-1.25v3.125h3.125v-3.125h-1.25v-5h-3.125v-1.875h-5m0.625 0.625h3.75v2.5h-3.75v-2.5m-0.625 6.25h2.5v2.5h-2.5v-2.5" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m3 1v9h5v-4h7v2h1v-2h1v2h1v-2h1v-1h-11v-4zm1 1h3v7h-3z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6.625 11v3.75h1.25v2.5h-1.875v3.75h3.75v-3.75h-1.25v-2.5h3.125v-1.25h2.5v4.375h-1.25v3.125h3.125v-3.125h-1.25v-5h-3.125v-1.875h-5m0.625 0.625h3.75v2.5h-3.75v-2.5m-0.625 6.25h2.5v2.5h-2.5v-2.5" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m3 1v9h5v-4h7v2h1v-2h1v2h1v-2h1v-1h-11v-4zm1 1h3v7h-3z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/clearLeft.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/clearLeft.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8 3-8 8 8 8h14v-16h-14zm3.3203 4 2.6797 2.6797 2.6797-2.6797 1.3203 1.3203-2.6797 2.6797 2.6797 2.6797-1.3203 1.3203-2.6797-2.6797-2.6797 2.6797-1.3203-1.3203 2.6797-2.6797-2.6797-2.6797 1.3203-1.3203z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8 3-8 8 8 8h14v-16h-14zm3.3203 4 2.6797 2.6797 2.6797-2.6797 1.3203 1.3203-2.6797 2.6797 2.6797 2.6797-1.3203 1.3203-2.6797-2.6797-2.6797 2.6797-1.3203-1.3203 2.6797-2.6797-2.6797-2.6797 1.3203-1.3203z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/clearPrivateData.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/clearPrivateData.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/clearRight.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/clearRight.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14 3 8 8-8 8h-14v-16h1.666zm-3.3203 4-2.6797 2.6797-2.6797-2.6797-1.3203 1.3203 2.6797 2.6797-2.6797 2.6797 1.3203 1.3203 2.6797-2.6797 2.6797 2.6797 1.3203-1.3203-2.6797-2.6797 2.6797-2.6797z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14 3 8 8-8 8h-14v-16h1.666zm-3.3203 4-2.6797 2.6797-2.6797-2.6797-1.3203 1.3203 2.6797 2.6797-2.6797 2.6797 1.3203 1.3203 2.6797-2.6797 2.6797 2.6797 1.3203-1.3203-2.6797-2.6797 2.6797-2.6797z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/close.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/close.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/closeEditor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/closeEditor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <path d="m2 1v20h9v-1.25h-7.7143v-17.5h15.429v11.25h1.2857v-12.5h-18" color="#da4453" fill="#da4453"/>
- <path d="M 14.848438,15 14,15.848437 16.151563,18 14,20.151563 14.848438,21 17,18.848437 19.151563,21 20,20.151563 17.848438,18 20,15.848437 19.151563,15 17,17.151563 Z" color="#da4453" fill="#da4453"/>
-</svg>
+            }</style></defs><path d="m2 1v20h9v-1.25h-7.7143v-17.5h15.429v11.25h1.2857v-12.5h-18" color="#da4453" fill="#da4453"/><path d="M 14.848438,15 14,15.848437 16.151563,18 14,20.151563 14.848438,21 17,18.848437 19.151563,21 20,20.151563 17.848438,18 20,15.848437 19.151563,15 17,17.151563 Z" color="#da4453" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/closeHead.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/closeHead.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4 3v3h14v-3z" color="#eff0f1" fill="#da4453" stroke-width="1.4491"/>
- <path class="ColorScheme-Text" d="M 10.000492,19.994 12,20 11.999508,6.00602 10,6 Z" color="#eff0f1" fill="currentColor" stroke-width="1.1828"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4 3v3h14v-3z" color="#eff0f1" fill="#da4453" stroke-width="1.4491"/><path class="ColorScheme-Text" d="M 10.000492,19.994 12,20 11.999508,6.00602 10,6 Z" color="#eff0f1" fill="currentColor" stroke-width="1.1828"/></svg>
--- a/eric6/icons/breeze-dark/codeDocuViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/codeDocuViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3 1v20h9.1429v-1.25h-8v-17.5h13.714v11.25h1.1429v-12.5h-16m10.286 10c-1.8994 0-3.4286 1.6725-3.4286 3.75s1.5291 3.75 3.4286 3.75c0.74216 0 1.4244-0.26073 1.9844-0.6958l2.9219 3.1958 0.80804-0.88379-2.9219-3.1958c0.39778-0.61247 0.63616-1.3587 0.63616-2.1704 0-2.0775-1.5291-3.75-3.4286-3.75m0 1.25c1.2663 0 2.2857 1.115 2.2857 2.5s-1.0194 2.5-2.2857 2.5-2.2857-1.115-2.2857-2.5 1.0194-2.5 2.2857-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3 1v20h9.1429v-1.25h-8v-17.5h13.714v11.25h1.1429v-12.5h-16m10.286 10c-1.8994 0-3.4286 1.6725-3.4286 3.75s1.5291 3.75 3.4286 3.75c0.74216 0 1.4244-0.26073 1.9844-0.6958l2.9219 3.1958 0.80804-0.88379-2.9219-3.1958c0.39778-0.61247 0.63616-1.3587 0.63616-2.1704 0-2.0775-1.5291-3.75-3.4286-3.75m0 1.25c1.2663 0 2.2857 1.115 2.2857 2.5s-1.0194 2.5-2.2857 2.5-2.2857-1.115-2.2857-2.5 1.0194-2.5 2.2857-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/colorPicker.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/colorPicker.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m19.333 1c-0.442 6.69e-5 -0.86588 0.17571-1.1784 0.48828l-2.3275 2.3275-1.3216-1.3216-1.1784 1.1784 0.95703 0.95703-10.98 10.978c-0.42479 0.42479-0.63802 0.98475-0.63802 1.5446v1.0026l-1.6667 1.6667 1.1784 1.1784 1.6667-1.6667h1.0042c0.55985 0 1.1198-0.2116 1.5446-0.63639l10.98-10.978 0.95378 0.95378 1.1784-1.1784-1.3216-1.3216 2.3275-2.3275c0.31258-0.31251 0.48822-0.73638 0.48828-1.1784v-0.41667a1.25 1.25 0 0 0-1.25-1.25zm-4.4596 4.2188 1.9108 1.9108-7.2054 7.2038h-3.8216z" color="#eff0f1" fill="currentColor" stroke-width=".83333"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m19.333 1c-0.442 6.69e-5 -0.86588 0.17571-1.1784 0.48828l-2.3275 2.3275-1.3216-1.3216-1.1784 1.1784 0.95703 0.95703-10.98 10.978c-0.42479 0.42479-0.63802 0.98475-0.63802 1.5446v1.0026l-1.6667 1.6667 1.1784 1.1784 1.6667-1.6667h1.0042c0.55985 0 1.1198-0.2116 1.5446-0.63639l10.98-10.978 0.95378 0.95378 1.1784-1.1784-1.3216-1.3216 2.3275-2.3275c0.31258-0.31251 0.48822-0.73638 0.48828-1.1784v-0.41667a1.25 1.25 0 0 0-1.25-1.25zm-4.4596 4.2188 1.9108 1.9108-7.2054 7.2038h-3.8216z" color="#eff0f1" fill="currentColor" stroke-width=".83333"/></svg>
--- a/eric6/icons/breeze-dark/comment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/comment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#eff0f1" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#eff0f1" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/compareFiles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/compareFiles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.375 1a1.875 1.875 0 0 0-1.875 1.875 1.875 1.875 0 0 0 1.25 1.7651v11.36a2.5 2.5 0 0 0 2.5 2.5h1.25v2.5l3.75-3.125-3.75-3.125v2.5h-1.25a1.25 1.25 0 0 1-1.25-1.25v-11.36a1.875 1.875 0 0 0 1.25-1.7651 1.875 1.875 0 0 0-1.875-1.875zm8.125 0-3.75 3.125 3.75 3.125v-2.5h1.25a1.25 1.25 0 0 1 1.25 1.25v11.36a1.875 1.875 0 0 0-1.25 1.7651 1.875 1.875 0 0 0 1.875 1.875 1.875 1.875 0 0 0 1.875-1.875 1.875 1.875 0 0 0-1.25-1.7651v-11.36a2.5 2.5 0 0 0-2.5-2.5h-1.25zm-8.125 1.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625zm11.25 16.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.375 1a1.875 1.875 0 0 0-1.875 1.875 1.875 1.875 0 0 0 1.25 1.7651v11.36a2.5 2.5 0 0 0 2.5 2.5h1.25v2.5l3.75-3.125-3.75-3.125v2.5h-1.25a1.25 1.25 0 0 1-1.25-1.25v-11.36a1.875 1.875 0 0 0 1.25-1.7651 1.875 1.875 0 0 0-1.875-1.875zm8.125 0-3.75 3.125 3.75 3.125v-2.5h1.25a1.25 1.25 0 0 1 1.25 1.25v11.36a1.875 1.875 0 0 0-1.25 1.7651 1.875 1.875 0 0 0 1.875 1.875 1.875 1.875 0 0 0 1.875-1.875 1.875 1.875 0 0 0-1.25-1.7651v-11.36a2.5 2.5 0 0 0-2.5-2.5h-1.25zm-8.125 1.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625zm11.25 16.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/configure.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/configure.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11.625 1c-1.5173 0-2.7738 1.0699-3.0615 2.5h-7.5635v1.25h7.5635c0.28775 1.4301 1.5442 2.5 3.0615 2.5s2.7738-1.0699 3.0615-2.5h6.3135v-1.25h-6.3135c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7738-1.0699 3.0615-2.5h13.813v-1.25h-13.813c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11.625 1c-1.5173 0-2.7738 1.0699-3.0615 2.5h-7.5635v1.25h7.5635c0.28775 1.4301 1.5442 2.5 3.0615 2.5s2.7738-1.0699 3.0615-2.5h6.3135v-1.25h-6.3135c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7738-1.0699 3.0615-2.5h13.813v-1.25h-13.813c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/configureExport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/configureExport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m9 9v12h12v-9.7188l-2.2812-2.2813h-8.7187zm1 1h2v4h6v-4h0.28125l1.7188 1.7188v8.2812h-1v-4h-8.0312v4h-0.96875zm3 0h1.9062v3h-1.9062zm-1 7h6v3h-6z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1"/><path class="ColorScheme-Text" d="m9 9v12h12v-9.7188l-2.2812-2.2813h-8.7187zm1 1h2v4h6v-4h0.28125l1.7188 1.7188v8.2812h-1v-4h-8.0312v4h-0.96875zm3 0h1.9062v3h-1.9062zm-1 7h6v3h-6z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/configureImport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/configureImport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m9 9v12h12v-10h-4.9922l-2-2-0.0078 0.00781v-0.00781h-4zm1 1h3.5918l1.002 1h-0.59375v0.0078l-0.0078-0.0078-2 2h-1.9922zm0 4h10v6h-10z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m9 9v12h12v-10h-4.9922l-2-2-0.0078 0.00781v-0.00781h-4zm1 1h3.5918l1.002 1h-0.59375v0.0078l-0.0078-0.0078-2 2h-1.9922zm0 4h10v6h-10z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/configureShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/configureShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g></svg>
--- a/eric6/icons/breeze-dark/configureViewProfiles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/configureViewProfiles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m9 9v12h12v-12h-11zm1 3h10v8h-10zm1 1v6h2v-6zm3 1v1h5v-1zm0 3v1h5v-1z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m9 9v12h12v-12h-11zm1 3h10v8h-10zm1 1v6h2v-6zm3 1v1h5v-1zm0 3v1h5v-1z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/continue.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/continue.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-13.75h17.5v6.25h1.25v-11.25h-20m15 12.5v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-13.75h17.5v6.25h1.25v-11.25h-20m15 12.5v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/continueToCursor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/continueToCursor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-11.25 6.25v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-11.25 6.25v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/cookie.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/cookie.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="c" x1="6" x2="26" y1="6" y2="26" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- <linearGradient id="b">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="23" x2="30" y1="13" y2="20" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- <linearGradient id="e" x1="2" x2="2" y1="30" y2="2" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#a5a5a5" offset="0"/>
-  <stop stop-color="#f5f2f5" offset="1"/>
- </linearGradient>
- <linearGradient id="g" x2="0" y1="23" y2="9" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#ffd42a" offset="0"/>
-  <stop stop-color="#ffdf62" offset="1"/>
- </linearGradient>
- <linearGradient id="f" x1="12" x2="25" y1="12" y2="25" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- <rect x="1" y="1" width="20" height="20" rx="9.9999" fill="#4f575f" stroke-width=".71428"/>
- <path d="m12.853 1.1771-2.125 0.27143-2.9536 1.7057-1.0728 1.8579s-1.4093 0.99286-1.6221 0.93571c-1.7978-0.020714-2.7636 0.475-3.2714 1.1057-0.215 0.50214-0.38357 1.0286-0.51428 1.5693-0.00429 0.54286 0.115 0.965 0.115 0.965 5.0428 4.5407 10.086 6.4979 15.13 9.745a9.9285 9.9286 0 0 0 0.91071-0.685l0.04929-0.04286c0.25714-0.22 0.50214-0.45429 0.73499-0.69929 0.05143-0.05429 0.1-0.11071 0.15-0.16571a9.9485 9.9486 0 0 0 1.2493-1.6964l0.03928-0.06428a9.9935 9.9936 0 0 0 1.3028-4.4871l0.0014-0.01429v-7.14e-4l-1.3028-5.4557a9.9642 9.9643 0 0 0-6.8214-4.845z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/>
- <path d="m20.294 7.3157-3.0764 4.7571 2.9428 2.9429a9.9978 9.9979 0 0 0 0.13357-7.7z" fill="url(#d)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/>
- <path d="m11 1a9.9999 10 0 0 0-9.3278 6.4286h0.042142l2.1428-0.71429 1.4286 1.4286v-1.4286l1.4286-0.71429v-0.71429l1.4286-0.71429 1.4286-1.4286v0.71429l0.71428-0.71429-0.71428-0.71429h1.4286v0.71429l1.4286-0.71429-0.71428-0.71429v-0.67857a9.9999 10 0 0 0-0.71428-0.035714zm7.4107 3.3036-0.26786 0.26786v0.71429h1.0493a9.9999 10 0 0 0-0.78142-0.98214zm0.93999 1.2029-2.6364 2.6364-0.71428 2.1429v0.71429l1.4286 1.4286 1.4286 0.71429 1.9936-0.49143a9.9999 10 0 0 0 0.14928-1.6514 9.9999 10 0 0 0-1.6493-5.4936zm-16.922 3.3507-0.71428 0.71429h-0.59857c-0.035714 0.24286-0.062857 0.48643-0.080714 0.73071v0.0014l1.3936 0.69646 0.71428 0.71429 1.4286 0.71428 0.71428 0.71429-0.71428 0.71429v1.4286l0.71428 1.4286 1.4286 1.4286v1.8779a9.9999 10 0 0 0 4.2857 0.97929c0.12143-0.0021 0.24286-0.0064 0.36428-0.01286l0.35-0.70143v-0.71428l1.4286-0.71429 0.71428-0.71429v-1.4286l0.71428-0.71429v-0.71429l-0.71428-0.71428-2.1428-0.71429-1.4286-1.4286h-0.71428l-0.71428-0.71428-2.1428-0.71429-1.4286 0.71429h-1.4286v-1.4286h-0.71428v-1.4286z" fill="url(#e)" stroke-width=".71428"/>
- <path d="m11.071 6-0.78571 0.71429v1.4286h-1.4286l-1.4286 1.4286v4.2857l6.6557 6.6557a9.9714 9.9714 0 0 0 6.3071-6.0929l-6.1057-6.1357-0.49428 0.45z" fill="url(#f)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/>
- <path d="m11 6a1.4286 1.4286 0 0 0-1.4286 1.4286 1.4286 1.4286 0 0 0 0.022143 0.24143 4.2857 4.2857 0 0 0-2.8793 4.0443 4.2857 4.2857 0 0 0 4.2857 4.2857 4.2857 4.2857 0 0 0 4.2857-4.2857 4.2857 4.2857 0 0 0-0.81071-2.5014 0.71428 0.71429 0 0 0 0.096428-0.35571 0.71428 0.71429 0 0 0-0.71428-0.71429 0.71428 0.71429 0 0 0-0.35714 0.096429 4.2857 4.2857 0 0 0-1.0928-0.56786 1.4286 1.4286 0 0 0 0.021429-0.24286 1.4286 1.4286 0 0 0-1.4286-1.4286zm0 0.71429a0.71428 0.71429 0 0 1 0.71428 0.71429 0.71428 0.71429 0 0 1-0.0043 0.06 4.2857 4.2857 0 0 0-0.70998-0.06 4.2857 4.2857 0 0 0-0.71142 0.064286 0.71428 0.71429 0 0 1-0.0029-0.064286 0.71428 0.71429 0 0 1 0.71428-0.71429zm0 1.4286a3.5714 3.5714 0 0 1 0.315 0.015 3.5714 3.5714 0 0 1 0.04214 0.00286 3.5714 3.5714 0 0 1 0.09286 0.014286 3.5714 3.5714 0 0 1 0.22857 0.035714 3.5714 3.5714 0 0 1 0.09571 0.021429 3.5714 3.5714 0 0 1 0.26428 0.068571 3.5714 3.5714 0 0 1 0.07357 0.021429 3.5714 3.5714 0 0 1 0.0014 0 3.5714 3.5714 0 0 1 0.04428 0.017143 3.5714 3.5714 0 0 1 0.24428 0.095 3.5714 3.5714 0 0 1 0.095 0.042857 3.5714 3.5714 0 0 1 0.23428 0.11929 3.5714 3.5714 0 0 1 0.06286 0.035714 3.5714 3.5714 0 0 1 0.26071 0.16785 3.5714 3.5714 0 0 1 0.01 0.00571 3.5714 3.5714 0 0 1 0.04286 0.032143 3.5714 3.5714 0 0 1 0.035 0.025 3.5714 3.5714 0 0 1 0.70857 0.70857 3.5714 3.5714 0 0 1 0.0014 0.00286 3.5714 3.5714 0 0 1 0.19 0.27857 3.5714 3.5714 0 0 1 0.0093 0.014286 3.5714 3.5714 0 0 1 0.0057 0.011429 3.5714 3.5714 0 0 1 0.16071 0.29714 3.5714 3.5714 0 0 1 0.0029 5e-3 3.5714 3.5714 0 0 1 0.0029 0.0057 3.5714 3.5714 0 0 1 0.125 0.30143 3.5714 3.5714 0 0 1 0.01572 0.04214 3.5714 3.5714 0 0 1 0.08571 0.27714 3.5714 3.5714 0 0 1 0.02143 0.08786 3.5714 3.5714 0 0 1 0.04643 0.23071 3.5714 3.5714 0 0 1 0.02214 0.14286 3.5714 3.5714 0 0 1 0.01786 0.2 3.5714 3.5714 0 0 1 0.01286 0.24572 3.5714 3.5714 0 0 1-0.015 0.315 3.5714 3.5714 0 0 1-0.01857 0.15 3.5714 3.5714 0 0 1-0.03071 0.19643 3.5714 3.5714 0 0 1-0.03786 0.16857 3.5714 3.5714 0 0 1-0.04286 0.17286 3.5714 3.5714 0 0 1-0.06 0.17857 3.5714 3.5714 0 0 1-0.05714 0.15786 3.5714 3.5714 0 0 1-0.08571 0.18714 3.5714 3.5714 0 0 1-0.06071 0.12643 3.5714 3.5714 0 0 1-0.10357 0.18143 3.5714 3.5714 0 0 1-0.08214 0.13429 3.5714 3.5714 0 0 1-0.11286 0.15714 3.5714 3.5714 0 0 1-0.09786 0.12857 3.5714 3.5714 0 0 1-0.12428 0.14286 3.5714 3.5714 0 0 1-0.11857 0.12643 3.5714 3.5714 0 0 1-0.12714 0.11857 3.5714 3.5714 0 0 1-0.14214 0.12428 3.5714 3.5714 0 0 1-0.12857 0.09786 3.5714 3.5714 0 0 1-0.15714 0.11286 3.5714 3.5714 0 0 1-0.13428 0.08214 3.5714 3.5714 0 0 1-0.18143 0.10357 3.5714 3.5714 0 0 1-0.12643 0.06143 3.5714 3.5714 0 0 1-0.18714 0.085 3.5714 3.5714 0 0 1-0.15714 0.05714 3.5714 3.5714 0 0 1-0.17857 0.06 3.5714 3.5714 0 0 1-0.17357 0.04286 3.5714 3.5714 0 0 1-0.16857 0.03786 3.5714 3.5714 0 0 1-0.19714 0.03071 3.5714 3.5714 0 0 1-0.14928 0.01857 3.5714 3.5714 0 0 1-0.31504 0.015 3.5714 3.5714 0 0 1-0.315-0.015 3.5714 3.5714 0 0 1-0.15-0.01857 3.5714 3.5714 0 0 1-0.19643-0.03071 3.5714 3.5714 0 0 1-0.16857-0.03786 3.5714 3.5714 0 0 1-0.17286-0.04286 3.5714 3.5714 0 0 1-0.17857-0.06 3.5714 3.5714 0 0 1-0.15786-0.05714 3.5714 3.5714 0 0 1-0.18714-0.0857 3.5714 3.5714 0 0 1-0.12643-0.060716 3.5714 3.5714 0 0 1-0.18143-0.10357 3.5714 3.5714 0 0 1-0.13428-0.082142 3.5714 3.5714 0 0 1-0.15714-0.11286 3.5714 3.5714 0 0 1-0.12857-0.097857 3.5714 3.5714 0 0 1-0.14286-0.12428 3.5714 3.5714 0 0 1-0.12643-0.11857 3.5714 3.5714 0 0 1-0.11857-0.12714 3.5714 3.5714 0 0 1-0.12428-0.14214 3.5714 3.5714 0 0 1-0.097856-0.12857 3.5714 3.5714 0 0 1-0.11286-0.15714 3.5714 3.5714 0 0 1-0.082142-0.13429 3.5714 3.5714 0 0 1-0.10357-0.18143 3.5714 3.5714 0 0 1-0.061428-0.12643 3.5714 3.5714 0 0 1-0.084999-0.18714 3.5714 3.5714 0 0 1-0.057142-0.15714 3.5714 3.5714 0 0 1-0.059999-0.17857 3.5714 3.5714 0 0 1-0.042857-0.17357 3.5714 3.5714 0 0 1-0.037857-0.16857 3.5714 3.5714 0 0 1-0.030714-0.19714 3.5714 3.5714 0 0 1-0.018571-0.14928 3.5714 3.5714 0 0 1-0.015-0.315 3.5714 3.5714 0 0 1 0.015-0.315 3.5714 3.5714 0 0 1 0.017143-0.13572 3.5714 3.5714 0 0 1 0.035714-0.22714 3.5714 3.5714 0 0 1 0.022857-0.10357 3.5714 3.5714 0 0 1 0.062857-0.24429 3.5714 3.5714 0 0 1 0.033571-0.10143 3.5714 3.5714 0 0 1 0.083571-0.23 3.5714 3.5714 0 0 1 0.051428-0.11429 3.5714 3.5714 0 0 1 0.10357-0.21071 3.5714 3.5714 0 0 1 0.048571-0.087143 3.5714 3.5714 0 0 1 0.13928-0.22714 3.5714 3.5714 0 0 1 0.045-0.061428 3.5714 3.5714 0 0 1 0.17571-0.23 3.5714 3.5714 0 0 1 0.027857-0.032143 3.5714 3.5714 0 0 1 0.22428-0.24 3.5714 3.5714 0 0 1 0.26428-0.23143 3.5714 3.5714 0 0 1 0.016428-0.014286 3.5714 3.5714 0 0 1 0.26928-0.19071 3.5714 3.5714 0 0 1 0.029286-0.018571 3.5714 3.5714 0 0 1 0.29-0.16571 3.5714 3.5714 0 0 1 0.325-0.145 3.5714 3.5714 0 0 1 0.80071-0.20786 3.5714 3.5714 0 0 1 0.01857-0.00286 3.5714 3.5714 0 0 1 0.015-0.00143 3.5714 3.5714 0 0 1 0.265-0.023571 3.5714 3.5714 0 0 1 0.08143-0.00571 3.5714 3.5714 0 0 1 0.11-0.00429zm0 0.71429v2.1429a0.71428 0.71429 0 0 1 0.71428 0.71429h2.1428a2.8571 2.8571 0 0 0-0.01286-0.24143 2.8571 2.8571 0 0 0-0.01786-0.15 2.8571 2.8571 0 0 0-0.01929-0.13286 2.8571 2.8571 0 0 0-0.03643-0.15929 2.8571 2.8571 0 0 0-0.02857-0.11 2.8571 2.8571 0 0 0-0.05-0.15357 2.8571 2.8571 0 0 0-0.04713-0.12857 2.8571 2.8571 0 0 0-0.05571-0.12428 2.8571 2.8571 0 0 0-0.06428-0.13214 2.8571 2.8571 0 0 0-0.06714-0.11714 2.8571 2.8571 0 0 0-0.08214-0.13429 2.8571 2.8571 0 0 0-0.06929-0.09643 2.8571 2.8571 0 0 0-0.10072-0.13214 2.8571 2.8571 0 0 0-0.080714-0.092143 2.8571 2.8571 0 0 0-0.10643-0.11429 2.8571 2.8571 0 0 0-0.11428-0.10643 2.8571 2.8571 0 0 0-0.09214-0.080714 2.8571 2.8571 0 0 0-0.13214-0.1 2.8571 2.8571 0 0 0-0.09643-0.07 2.8571 2.8571 0 0 0-0.13429-0.082143 2.8571 2.8571 0 0 0-0.11714-0.067143 2.8571 2.8571 0 0 0-0.13214-0.064286 2.8571 2.8571 0 0 0-0.12428-0.055714 2.8571 2.8571 0 0 0-0.12857-0.047857 2.8571 2.8571 0 0 0-0.15357-0.05 2.8571 2.8571 0 0 0-0.11-0.027857 2.8571 2.8571 0 0 0-0.15928-0.035714 2.8571 2.8571 0 0 0-0.13214-0.02 2.8571 2.8571 0 0 0-0.15071-0.017858 2.8571 2.8571 0 0 0-0.24143-0.012857z" fill="url(#g)" stroke-width=".71428"/>
- <path d="m20.985 10.581a9.9999 10 0 0 1-9.9849 9.7043 9.9999 10 0 0 1-9.9849-9.5814 9.9999 10 0 0 0-0.015 0.29571 9.9999 10 0 0 0 9.9999 10 9.9999 10 0 0 0 9.9999-10 9.9999 10 0 0 0-0.015-0.41857z" fill="#292c2f" opacity=".3" stroke-width=".71428"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="j" x1="6" x2="26" y1="6" y2="26" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="i" x1="23" x2="30" y1="13" y2="20" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="2" x2="2" y1="30" y2="2" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#a5a5a5" offset="0"/><stop stop-color="#f5f2f5" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="23" y2="9" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffd42a" offset="0"/><stop stop-color="#ffdf62" offset="1"/></linearGradient><linearGradient id="g" x1="12" x2="25" y1="12" y2="25" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><g stroke-width=".71428"><rect x="1" y="1" width="20" height="20" rx="9.9999" fill="#4f575f"/><path d="m12.853 1.1771-2.125 0.27143-2.9536 1.7057-1.0728 1.8579s-1.4093 0.99286-1.6221 0.93571c-1.7978-0.020714-2.7636 0.475-3.2714 1.1057-0.215 0.50214-0.38357 1.0286-0.51428 1.5693-0.00429 0.54286 0.115 0.965 0.115 0.965 5.0428 4.5407 10.086 6.4979 15.13 9.745a9.9285 9.9286 0 0 0 0.91071-0.685l0.04929-0.04286c0.25714-0.22 0.50214-0.45429 0.73499-0.69929 0.05143-0.05429 0.1-0.11071 0.15-0.16571a9.9485 9.9486 0 0 0 1.2493-1.6964l0.03928-0.06428a9.9935 9.9936 0 0 0 1.3028-4.4871l0.0014-0.01429v-7.14e-4l-1.3028-5.4557a9.9642 9.9643 0 0 0-6.8214-4.845z" fill="url(#j)" fill-rule="evenodd" opacity=".2"/><path d="m20.294 7.3157-3.0764 4.7571 2.9428 2.9429a9.9978 9.9979 0 0 0 0.13357-7.7z" fill="url(#i)" fill-rule="evenodd" opacity=".2"/><path d="m11 1a9.9999 10 0 0 0-9.3278 6.4286h0.042142l2.1428-0.71429 1.4286 1.4286v-1.4286l1.4286-0.71429v-0.71429l1.4286-0.71429 1.4286-1.4286v0.71429l0.71428-0.71429-0.71428-0.71429h1.4286v0.71429l1.4286-0.71429-0.71428-0.71429v-0.67857a9.9999 10 0 0 0-0.71428-0.035714zm7.4107 3.3036-0.26786 0.26786v0.71429h1.0493a9.9999 10 0 0 0-0.78142-0.98214zm0.93999 1.2029-2.6364 2.6364-0.71428 2.1429v0.71429l1.4286 1.4286 1.4286 0.71429 1.9936-0.49143a9.9999 10 0 0 0 0.14928-1.6514 9.9999 10 0 0 0-1.6493-5.4936zm-16.922 3.3507-0.71428 0.71429h-0.59857c-0.035714 0.24286-0.062857 0.48643-0.080714 0.73071v0.0014l1.3936 0.69646 0.71428 0.71429 1.4286 0.71428 0.71428 0.71429-0.71428 0.71429v1.4286l0.71428 1.4286 1.4286 1.4286v1.8779a9.9999 10 0 0 0 4.2857 0.97929c0.12143-0.0021 0.24286-0.0064 0.36428-0.01286l0.35-0.70143v-0.71428l1.4286-0.71429 0.71428-0.71429v-1.4286l0.71428-0.71429v-0.71429l-0.71428-0.71428-2.1428-0.71429-1.4286-1.4286h-0.71428l-0.71428-0.71428-2.1428-0.71429-1.4286 0.71429h-1.4286v-1.4286h-0.71428v-1.4286z" fill="url(#h)"/><path d="m11.071 6-0.78571 0.71429v1.4286h-1.4286l-1.4286 1.4286v4.2857l6.6557 6.6557a9.9714 9.9714 0 0 0 6.3071-6.0929l-6.1057-6.1357-0.49428 0.45z" fill="url(#g)" fill-rule="evenodd" opacity=".2"/><path d="m11 6a1.4286 1.4286 0 0 0-1.4286 1.4286 1.4286 1.4286 0 0 0 0.022143 0.24143 4.2857 4.2857 0 0 0-2.8793 4.0443 4.2857 4.2857 0 0 0 4.2857 4.2857 4.2857 4.2857 0 0 0 4.2857-4.2857 4.2857 4.2857 0 0 0-0.81071-2.5014 0.71428 0.71429 0 0 0 0.096428-0.35571 0.71428 0.71429 0 0 0-0.71428-0.71429 0.71428 0.71429 0 0 0-0.35714 0.096429 4.2857 4.2857 0 0 0-1.0928-0.56786 1.4286 1.4286 0 0 0 0.021429-0.24286 1.4286 1.4286 0 0 0-1.4286-1.4286zm0 0.71429a0.71428 0.71429 0 0 1 0.71428 0.71429 0.71428 0.71429 0 0 1-0.0043 0.06 4.2857 4.2857 0 0 0-0.70998-0.06 4.2857 4.2857 0 0 0-0.71142 0.064286 0.71428 0.71429 0 0 1-0.0029-0.064286 0.71428 0.71429 0 0 1 0.71428-0.71429zm0 1.4286a3.5714 3.5714 0 0 1 0.315 0.015 3.5714 3.5714 0 0 1 0.04214 0.00286 3.5714 3.5714 0 0 1 0.09286 0.014286 3.5714 3.5714 0 0 1 0.22857 0.035714 3.5714 3.5714 0 0 1 0.09571 0.021429 3.5714 3.5714 0 0 1 0.26428 0.068571 3.5714 3.5714 0 0 1 0.07357 0.021429 3.5714 3.5714 0 0 1 0.0014 0 3.5714 3.5714 0 0 1 0.04428 0.017143 3.5714 3.5714 0 0 1 0.24428 0.095 3.5714 3.5714 0 0 1 0.095 0.042857 3.5714 3.5714 0 0 1 0.23428 0.11929 3.5714 3.5714 0 0 1 0.06286 0.035714 3.5714 3.5714 0 0 1 0.26071 0.16785 3.5714 3.5714 0 0 1 0.01 0.00571 3.5714 3.5714 0 0 1 0.04286 0.032143 3.5714 3.5714 0 0 1 0.035 0.025 3.5714 3.5714 0 0 1 0.70857 0.70857 3.5714 3.5714 0 0 1 0.0014 0.00286 3.5714 3.5714 0 0 1 0.19 0.27857 3.5714 3.5714 0 0 1 0.0093 0.014286 3.5714 3.5714 0 0 1 0.0057 0.011429 3.5714 3.5714 0 0 1 0.16071 0.29714 3.5714 3.5714 0 0 1 0.0029 5e-3 3.5714 3.5714 0 0 1 0.0029 0.0057 3.5714 3.5714 0 0 1 0.125 0.30143 3.5714 3.5714 0 0 1 0.01572 0.04214 3.5714 3.5714 0 0 1 0.08571 0.27714 3.5714 3.5714 0 0 1 0.02143 0.08786 3.5714 3.5714 0 0 1 0.04643 0.23071 3.5714 3.5714 0 0 1 0.02214 0.14286 3.5714 3.5714 0 0 1 0.01786 0.2 3.5714 3.5714 0 0 1 0.01286 0.24572 3.5714 3.5714 0 0 1-0.015 0.315 3.5714 3.5714 0 0 1-0.01857 0.15 3.5714 3.5714 0 0 1-0.03071 0.19643 3.5714 3.5714 0 0 1-0.03786 0.16857 3.5714 3.5714 0 0 1-0.04286 0.17286 3.5714 3.5714 0 0 1-0.06 0.17857 3.5714 3.5714 0 0 1-0.05714 0.15786 3.5714 3.5714 0 0 1-0.08571 0.18714 3.5714 3.5714 0 0 1-0.06071 0.12643 3.5714 3.5714 0 0 1-0.10357 0.18143 3.5714 3.5714 0 0 1-0.08214 0.13429 3.5714 3.5714 0 0 1-0.11286 0.15714 3.5714 3.5714 0 0 1-0.09786 0.12857 3.5714 3.5714 0 0 1-0.12428 0.14286 3.5714 3.5714 0 0 1-0.11857 0.12643 3.5714 3.5714 0 0 1-0.12714 0.11857 3.5714 3.5714 0 0 1-0.14214 0.12428 3.5714 3.5714 0 0 1-0.12857 0.09786 3.5714 3.5714 0 0 1-0.15714 0.11286 3.5714 3.5714 0 0 1-0.13428 0.08214 3.5714 3.5714 0 0 1-0.18143 0.10357 3.5714 3.5714 0 0 1-0.12643 0.06143 3.5714 3.5714 0 0 1-0.18714 0.085 3.5714 3.5714 0 0 1-0.15714 0.05714 3.5714 3.5714 0 0 1-0.17857 0.06 3.5714 3.5714 0 0 1-0.17357 0.04286 3.5714 3.5714 0 0 1-0.16857 0.03786 3.5714 3.5714 0 0 1-0.19714 0.03071 3.5714 3.5714 0 0 1-0.14928 0.01857 3.5714 3.5714 0 0 1-0.31504 0.015 3.5714 3.5714 0 0 1-0.315-0.015 3.5714 3.5714 0 0 1-0.15-0.01857 3.5714 3.5714 0 0 1-0.19643-0.03071 3.5714 3.5714 0 0 1-0.16857-0.03786 3.5714 3.5714 0 0 1-0.17286-0.04286 3.5714 3.5714 0 0 1-0.17857-0.06 3.5714 3.5714 0 0 1-0.15786-0.05714 3.5714 3.5714 0 0 1-0.18714-0.0857 3.5714 3.5714 0 0 1-0.12643-0.060716 3.5714 3.5714 0 0 1-0.18143-0.10357 3.5714 3.5714 0 0 1-0.13428-0.082142 3.5714 3.5714 0 0 1-0.15714-0.11286 3.5714 3.5714 0 0 1-0.12857-0.097857 3.5714 3.5714 0 0 1-0.14286-0.12428 3.5714 3.5714 0 0 1-0.12643-0.11857 3.5714 3.5714 0 0 1-0.11857-0.12714 3.5714 3.5714 0 0 1-0.12428-0.14214 3.5714 3.5714 0 0 1-0.097856-0.12857 3.5714 3.5714 0 0 1-0.11286-0.15714 3.5714 3.5714 0 0 1-0.082142-0.13429 3.5714 3.5714 0 0 1-0.10357-0.18143 3.5714 3.5714 0 0 1-0.061428-0.12643 3.5714 3.5714 0 0 1-0.084999-0.18714 3.5714 3.5714 0 0 1-0.057142-0.15714 3.5714 3.5714 0 0 1-0.059999-0.17857 3.5714 3.5714 0 0 1-0.042857-0.17357 3.5714 3.5714 0 0 1-0.037857-0.16857 3.5714 3.5714 0 0 1-0.030714-0.19714 3.5714 3.5714 0 0 1-0.018571-0.14928 3.5714 3.5714 0 0 1-0.015-0.315 3.5714 3.5714 0 0 1 0.015-0.315 3.5714 3.5714 0 0 1 0.017143-0.13572 3.5714 3.5714 0 0 1 0.035714-0.22714 3.5714 3.5714 0 0 1 0.022857-0.10357 3.5714 3.5714 0 0 1 0.062857-0.24429 3.5714 3.5714 0 0 1 0.033571-0.10143 3.5714 3.5714 0 0 1 0.083571-0.23 3.5714 3.5714 0 0 1 0.051428-0.11429 3.5714 3.5714 0 0 1 0.10357-0.21071 3.5714 3.5714 0 0 1 0.048571-0.087143 3.5714 3.5714 0 0 1 0.13928-0.22714 3.5714 3.5714 0 0 1 0.045-0.061428 3.5714 3.5714 0 0 1 0.17571-0.23 3.5714 3.5714 0 0 1 0.027857-0.032143 3.5714 3.5714 0 0 1 0.22428-0.24 3.5714 3.5714 0 0 1 0.26428-0.23143 3.5714 3.5714 0 0 1 0.016428-0.014286 3.5714 3.5714 0 0 1 0.26928-0.19071 3.5714 3.5714 0 0 1 0.029286-0.018571 3.5714 3.5714 0 0 1 0.29-0.16571 3.5714 3.5714 0 0 1 0.325-0.145 3.5714 3.5714 0 0 1 0.80071-0.20786 3.5714 3.5714 0 0 1 0.01857-0.00286 3.5714 3.5714 0 0 1 0.015-0.00143 3.5714 3.5714 0 0 1 0.265-0.023571 3.5714 3.5714 0 0 1 0.08143-0.00571 3.5714 3.5714 0 0 1 0.11-0.00429zm0 0.71429v2.1429a0.71428 0.71429 0 0 1 0.71428 0.71429h2.1428a2.8571 2.8571 0 0 0-0.01286-0.24143 2.8571 2.8571 0 0 0-0.01786-0.15 2.8571 2.8571 0 0 0-0.01929-0.13286 2.8571 2.8571 0 0 0-0.03643-0.15929 2.8571 2.8571 0 0 0-0.02857-0.11 2.8571 2.8571 0 0 0-0.05-0.15357 2.8571 2.8571 0 0 0-0.04713-0.12857 2.8571 2.8571 0 0 0-0.05571-0.12428 2.8571 2.8571 0 0 0-0.06428-0.13214 2.8571 2.8571 0 0 0-0.06714-0.11714 2.8571 2.8571 0 0 0-0.08214-0.13429 2.8571 2.8571 0 0 0-0.06929-0.09643 2.8571 2.8571 0 0 0-0.10072-0.13214 2.8571 2.8571 0 0 0-0.080714-0.092143 2.8571 2.8571 0 0 0-0.10643-0.11429 2.8571 2.8571 0 0 0-0.11428-0.10643 2.8571 2.8571 0 0 0-0.09214-0.080714 2.8571 2.8571 0 0 0-0.13214-0.1 2.8571 2.8571 0 0 0-0.09643-0.07 2.8571 2.8571 0 0 0-0.13429-0.082143 2.8571 2.8571 0 0 0-0.11714-0.067143 2.8571 2.8571 0 0 0-0.13214-0.064286 2.8571 2.8571 0 0 0-0.12428-0.055714 2.8571 2.8571 0 0 0-0.12857-0.047857 2.8571 2.8571 0 0 0-0.15357-0.05 2.8571 2.8571 0 0 0-0.11-0.027857 2.8571 2.8571 0 0 0-0.15928-0.035714 2.8571 2.8571 0 0 0-0.13214-0.02 2.8571 2.8571 0 0 0-0.15071-0.017858 2.8571 2.8571 0 0 0-0.24143-0.012857z" fill="url(#b)"/><path d="m20.985 10.581a9.9999 10 0 0 1-9.9849 9.7043 9.9999 10 0 0 1-9.9849-9.5814 9.9999 10 0 0 0-0.015 0.29571 9.9999 10 0 0 0 9.9999 10 9.9999 10 0 0 0 9.9999-10 9.9999 10 0 0 0-0.015-0.41857z" fill="#292c2f" opacity=".3"/></g></svg>
--- a/eric6/icons/breeze-dark/cooperation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/cooperation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/cooperation48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/cooperation48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 4v28.571l8.2501 11.429-5.5e-5 -8.5714 5.5e-5 -2.8571h35.75v-28.571zm2.75 2.8571h38.5v22.857h-38.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m28.4 10.667-13.2 3.7977v6.849l1.1 0.31684v2.704l6.6 1.888v-2.6931l5.5 1.582v-13.286zm4.4322 0.47526-0.84863 0.70096c1.251 1.9692 1.9161 4.2597 1.9164 6.5994-0.0044 2.3376-0.67256 4.625-1.925 6.5907l0.86152 0.71398c1.4097-2.1703 2.1616-4.709 2.1635-7.3047-0.0044-2.5947-0.75735-5.1318-2.1678-7.3004zm-5.5322 1.0004v11.493l-11-3.1641v-5.1649zm2.9584 1.1285-0.85938 0.70964c0.78297 1.3542 1.1973 2.8936 1.201 4.4618-0.0022 1.5688-0.41624 3.1089-1.1988 4.464l0.85938 0.71181c0.93855-1.5602 1.4364-3.3502 1.4395-5.1758-0.0044-1.8244-0.50305-3.6127-1.4416-5.1714zm-16.158 1.5104-1.1 0.31684v5.5817l1.1 0.31684v-5.8855zm3.3 7.1658 4.4 1.2652v1.5842l-4.4-1.2587z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 4v28.571l8.2501 11.429-5.5e-5 -8.5714 5.5e-5 -2.8571h35.75v-28.571zm2.75 2.8571h38.5v22.857h-38.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m28.4 10.667-13.2 3.7977v6.849l1.1 0.31684v2.704l6.6 1.888v-2.6931l5.5 1.582v-13.286zm4.4322 0.47526-0.84863 0.70096c1.251 1.9692 1.9161 4.2597 1.9164 6.5994-0.0044 2.3376-0.67256 4.625-1.925 6.5907l0.86152 0.71398c1.4097-2.1703 2.1616-4.709 2.1635-7.3047-0.0044-2.5947-0.75735-5.1318-2.1678-7.3004zm-5.5322 1.0004v11.493l-11-3.1641v-5.1649zm2.9584 1.1285-0.85938 0.70964c0.78297 1.3542 1.1973 2.8936 1.201 4.4618-0.0022 1.5688-0.41624 3.1089-1.1988 4.464l0.85938 0.71181c0.93855-1.5602 1.4364-3.3502 1.4395-5.1758-0.0044-1.8244-0.50305-3.6127-1.4416-5.1714zm-16.158 1.5104-1.1 0.31684v5.5817l1.1 0.31684v-5.8855zm3.3 7.1658 4.4 1.2652v1.5842l-4.4-1.2587z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/corba48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/corba48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)" fill="none">
-  <circle cx="6.35" cy="290.65" r="3.2684" stroke="#eff0f1" stroke-width="1.4008"/>
-  <g transform="translate(-.015694 .025466)" stroke="#da4453">
-   <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/>
-   <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-   <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)" fill="none"><circle cx="6.35" cy="290.65" r="3.2684" stroke="#eff0f1" stroke-width="1.4008"/><g transform="translate(-.015694 .025466)" stroke="#da4453"><rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/><path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/><path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/></g></g></svg>
--- a/eric6/icons/breeze-dark/coverageProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/coverageProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(1.8887 0 0 1.8912 10.565 -540.24)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/>
-  <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text>
- </g>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="currentColor"/><g transform="matrix(1.8887 0 0 1.8912 10.565 -540.24)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/><text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/coverageScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/coverageScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <g transform="matrix(1.8887 0 0 1.8912 10.5 -540.19)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/>
-  <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><g transform="matrix(1.8887 0 0 1.8912 10.5 -540.19)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/><text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/currentLineMarker.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/currentLineMarker.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#008000" stroke="#006700" stroke-width=".48653"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#008000" stroke="#006700" stroke-width=".48653"/></g></svg>
--- a/eric6/icons/breeze-dark/databaseConnection.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/databaseConnection.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#8e44ad"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#8e44ad"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#8e44ad"/>
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#eff0f1">
-   <rect x="273.38" y="518.48" width="0" height="14.668"/>
-   <rect x="280.34" y="541.05" width="0" height="14.668"/>
-   <rect x="282.16" y="539.99" width="0" height="14.668"/>
-   <path transform="translate(326 534.36)" d="m11 3a8 3 0 0 0-8 3v5a8 3 0 0 0 7 2.9727v2.0273h-3v-1h-4v4h4v-1h8v1h4v-4h-4v1h-3v-2.0273a8 3 0 0 0 7-2.9727v-5a8 3 0 0 0-8-3zm0 1a7 2 0 0 1 7 2 7 2 0 0 1-7 2 7 2 0 0 1-7-2 7 2 0 0 1 7-2zm7 3.4453v3.5547a7 2 0 0 1-7 2 7 2 0 0 1-7-2v-3.5488a8 3 0 0 0 7 1.5488 8 3 0 0 0 7-1.5547zm-14 8.5547h2v2h-2zm12 0h2v2h-2z" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#8e44ad"><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/></g><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#eff0f1"><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/><path transform="translate(326 534.36)" d="m11 3a8 3 0 0 0-8 3v5a8 3 0 0 0 7 2.9727v2.0273h-3v-1h-4v4h4v-1h8v1h4v-4h-4v1h-3v-2.0273a8 3 0 0 0 7-2.9727v-5a8 3 0 0 0-8-3zm0 1a7 2 0 0 1 7 2 7 2 0 0 1-7 2 7 2 0 0 1-7-2 7 2 0 0 1 7-2zm7 3.4453v3.5547a7 2 0 0 1-7 2 7 2 0 0 1-7-2v-3.5488a8 3 0 0 0 7 1.5488 8 3 0 0 0 7-1.5547zm-14 8.5547h2v2h-2zm12 0h2v2h-2z" stroke-width="2"/></g></g></svg>
--- a/eric6/icons/breeze-dark/debug48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/debug48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 40.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(3.3046 0 0 3.3704 -2.3046 -111.41)" fill="#eff0f1">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 40.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(3.3046 0 0 3.3704 -2.3046 -111.41)" fill="#eff0f1"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/debugProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/debugProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="currentColor"/>
- <path d="m19.518 20.301c-0.06288-0.02511-1.0386-0.96714-2.1684-2.0934l-2.054-2.0477-0.28536 0.11526c-0.15695 0.0634-0.43992 0.13929-0.62883 0.16866-0.9574 0.14884-2.0532-0.4522-2.4845-1.3627-0.18723-0.3953-0.27701-0.91476-0.22074-1.2773l0.03617-0.23305 1.8407 1.8141 1.818-1.818-0.89335-0.92041c-0.49134-0.50623-0.88159-0.93218-0.86721-0.94656 0.05866-0.05866 0.83004-0.02197 1.0881 0.05175 1.1366 0.32469 1.9121 1.4758 1.7502 2.5977-0.0285 0.19749-0.10127 0.48065-0.1617 0.62924l-0.10988 0.27016 2.0134 2.031c1.1074 1.117 2.0492 2.1001 2.0929 2.1847 0.1466 0.28349-0.03648 0.68123-0.37954 0.82457-0.17531 0.07325-0.22851 0.07491-0.38601 0.01202zm0.19125 0.6986c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".04661"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="currentColor"/><path d="m19.518 20.301c-0.06288-0.02511-1.0386-0.96714-2.1684-2.0934l-2.054-2.0477-0.28536 0.11526c-0.15695 0.0634-0.43992 0.13929-0.62883 0.16866-0.9574 0.14884-2.0532-0.4522-2.4845-1.3627-0.18723-0.3953-0.27701-0.91476-0.22074-1.2773l0.03617-0.23305 1.8407 1.8141 1.818-1.818-0.89335-0.92041c-0.49134-0.50623-0.88159-0.93218-0.86721-0.94656 0.05866-0.05866 0.83004-0.02197 1.0881 0.05175 1.1366 0.32469 1.9121 1.4758 1.7502 2.5977-0.0285 0.19749-0.10127 0.48065-0.1617 0.62924l-0.10988 0.27016 2.0134 2.031c1.1074 1.117 2.0492 2.1001 2.0929 2.1847 0.1466 0.28349-0.03648 0.68123-0.37954 0.82457-0.17531 0.07325-0.22851 0.07491-0.38601 0.01202zm0.19125 0.6986c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".04661"/></svg>
--- a/eric6/icons/breeze-dark/debugRestart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/debugRestart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#eff0f1" fill-rule="evenodd">
-  <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/>
-  <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#eff0f1" fill-rule="evenodd"><path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/><path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/></g></svg>
--- a/eric6/icons/breeze-dark/debugScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/debugScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path d="m19.553 21.006c-0.13241-0.01365-0.3383-0.09165-0.46954-0.17788-0.05438-0.03573-0.21955-0.1772-0.36704-0.31438-0.30872-0.28714-1.7552-1.7102-2.4344-2.395-0.25378-0.25586-0.61823-0.61945-0.80989-0.80797l-0.34847-0.34276-0.1317 0.04161c-0.29912 0.09449-0.47318 0.11714-0.90166 0.1173-0.4451 1.75e-4 -0.60678-0.02256-0.94481-0.13289-0.34608-0.11295-0.79798-0.37095-1.1201-0.6395-0.25329-0.21115-0.51806-0.56454-0.70522-0.94128-0.23305-0.46911-0.33321-0.93509-0.31505-1.4658 0.0146-0.42666 0.07022-0.66774 0.27571-1.195 0.06372-0.16348 0.12437-0.31595 0.13479-0.33882 0.01858-0.04078 0.02703-0.03357 0.44047 0.37522 0.4259 0.42112 1.4085 1.3771 1.5925 1.5493l0.09978 0.09341 0.40676-0.4073c0.22372-0.22402 0.41877-0.42452 0.43344-0.44557 0.03166-0.04541 0.1221 0.05329-1.0069-1.0988-0.93778-0.95696-0.98042-1.0019-0.98042-1.0331 0-0.03744 0.38555-0.20888 0.74156-0.32974 0.27824-0.09446 0.42672-0.11184 0.95648-0.11195l0.45386-9.8e-5 0.20531 0.05797c0.46339 0.13083 0.77317 0.28196 1.1275 0.55006 0.3718 0.28132 0.68592 0.63532 0.87888 0.99045 0.16819 0.30953 0.30931 0.75612 0.35018 1.1082 0.04526 0.38986-0.0036 0.89153-0.12396 1.2731l-0.04159 0.13183 0.42437 0.41096c1.0549 1.0215 3.1806 3.1681 3.3677 3.4007 0.19674 0.24456 0.26761 0.44412 0.26744 0.75311-2.32e-4 0.42826-0.14143 0.71662-0.50499 1.0313-0.26508 0.22944-0.59216 0.33035-0.95091 0.29335zm-7.6792-7.2546c0-0.0031-0.01591-0.01981-0.03536-0.03708-0.03517-0.03122-0.03525-0.03119-0.0159 0.0057 0.01606 0.03061 0.05126 0.05217 0.05126 0.03139zm-0.13207-0.1165c-0.01067-0.01067-0.02182-0.01067-0.03249 0s-0.0051 0.01624 0.01624 0.01624 0.02692-0.0056 0.01624-0.01624zm7.7207 7.3495c-0.16223-0.04578-0.27553-0.09614-0.3929-0.17464-0.15469-0.10347-0.86147-0.78445-2.1861-2.1063-0.57554-0.57434-1.2064-1.203-1.4019-1.397l-0.35551-0.35269-0.09405 0.03236c-0.29704 0.1022-0.70278 0.1576-1.0571 0.14433-0.29799-0.01116-0.55235-0.05578-0.82664-0.14502-0.44536-0.14489-1.0039-0.4928-1.2992-0.80928-0.76778-0.82285-1.0383-1.9803-0.70793-3.0289 0.04292-0.13621 0.21074-0.57239 0.26768-0.69568l0.02827-0.06123 0.20606 0.2013c0.11333 0.11072 0.58375 0.57023 1.0454 1.0211 0.46163 0.45091 0.84764 0.81984 0.85781 0.81984s0.21331-0.1961 0.45144-0.43579c0.32731-0.32946 0.42958-0.44182 0.41911-0.46052-0.0076-0.0136-0.44102-0.4608-0.96314-0.99378s-0.9737-0.9973-1.0035-1.0318c-0.04611-0.05338-0.05075-0.06601-0.03106-0.0844 0.03147-0.02938 0.54852-0.24344 0.73609-0.30474 0.29626-0.09681 0.39405-0.1084 0.91026-0.10784l0.46966 5.07e-4 0.22297 0.0591c0.58858 0.15599 1.0556 0.427 1.5 0.87047 0.25654 0.25598 0.41754 0.48135 0.56538 0.79145 0.34406 0.72169 0.39858 1.4622 0.16503 2.2414l-0.04206 0.14035 0.33512 0.33059c0.18432 0.18182 0.45748 0.44582 0.60703 0.58666 0.25488 0.24004 2.4656 2.4809 2.7397 2.7771 0.28014 0.30268 0.37486 0.52456 0.37486 0.87809 0 0.21586-0.03821 0.38028-0.13404 0.57677-0.05887 0.1207-0.09477 0.16647-0.25964 0.33099-0.21263 0.21217-0.2971 0.26742-0.5295 0.3464-0.13296 0.04518-0.18441 0.05389-0.34572 0.05851-0.12841 0.0037-0.21607-0.0021-0.27191-0.01782zm-7.624-7.2707c-0.11266-0.11266-0.14589-0.12186-0.14589-0.04039 0 0.03916 0.0057 0.04509 0.03751 0.03901 0.02446-0.0047 0.06603 0.01273 0.11948 0.05003 0.04508 0.03146 0.0856 0.05796 0.09005 0.05889 0.0044 9.33e-4 -0.04107-0.04746-0.10114-0.10753zm2.44-1.3368c-8.28e-4 -0.01834-0.0044-0.02109-0.0098-0.0076-0.0065 0.01626-0.01396 0.01679-0.03148 0.0023-0.01261-0.01047-0.01816-0.02675-0.01233-0.03619 0.0064-0.01029 0.0026-0.01219-0.0095-0.0047-0.0151 0.0093-0.01305 0.02021 0.0082 0.04374 0.03539 0.0391 0.05659 0.04006 0.0549 0.0025zm-0.04654-0.01043c-0.01459-0.01758-0.01316-0.025 0.0062-0.03244 0.01729-0.0066 0.02514 4.87e-4 0.02514 0.0228 0 0.03841-6e-3 0.04025-0.03136 0.0096zm5.319 8.6238c-0.2127-0.03125-0.43019-0.13269-0.59934-0.27954-0.22485-0.19521-1.3316-1.2798-2.5354-2.4845l-1.283-1.284-0.1439 0.04628c-0.34365 0.11051-0.76026 0.15961-1.1132 0.13119-0.56894-0.0458-1.029-0.20948-1.5243-0.54236-0.32745-0.22005-0.50837-0.39089-0.74409-0.70264-0.42498-0.56205-0.64785-1.3272-0.59193-2.0323 0.03033-0.38236 0.10425-0.67668 0.26761-1.0655 0.04561-0.10856 0.09756-0.23648 0.11544-0.28427 0.01788-0.04778 0.03617-0.08688 0.04065-0.08688 0.0045 0 0.47546 0.45792 1.0466 1.0176 0.57116 0.55967 1.0467 1.0205 1.0568 1.0242 0.01007 0.0036 0.2163-0.19661 0.45829-0.44494l0.43997-0.4515-0.10019-0.10711c-0.08907-0.09523-0.92168-0.94932-1.6755-1.7188-0.21401-0.21844-0.26628-0.28027-0.24719-0.29239 0.05526-0.03509 0.61113-0.26342 0.7351-0.30196 0.30714-0.09547 0.4765-0.11759 0.89583-0.11699 0.35656 5.05e-4 0.40367 0.0041 0.59421 0.04477 0.48858 0.10441 0.86763 0.28252 1.3091 0.61513 0.47092 0.35478 0.82415 0.84896 1.0121 1.4159 0.207 0.62455 0.21358 1.2838 0.01885 1.8893l-0.04662 0.14497 0.48012 0.46574c0.26407 0.25616 0.54596 0.52889 0.62644 0.60607 0.23432 0.22475 2.3355 2.36 2.5584 2.5999 0.21715 0.23369 0.302 0.37261 0.35984 0.58912 0.08387 0.31398 0.03223 0.66344-0.14192 0.96036-0.07816 0.13326-0.34323 0.39503-0.48374 0.4777-0.13594 0.07999-0.32266 0.14536-0.48026 0.16815-0.12864 0.0186-0.17423 0.0185-0.30465-6.63e-4zm-2.6467-4.9542c-0.02027-0.0039-0.05735-4e-3 -0.0824-2.24e-4 -0.02505 0.0038-0.0085 7e-3 0.03685 0.0071 0.04532 1.16e-4 0.06581-3e-3 0.04554-0.0069zm-4.5361-0.29071c0-0.0031-0.01669-0.01981-0.03708-0.03708l-0.03708-0.03139 0.03139 0.03708c0.0295 0.03484 0.04276 0.04458 0.04276 0.03139zm-0.09888-0.11504c0-3e-3 -0.02039-0.02334-0.04532-0.04532l-0.04532-0.03995 0.03995 0.04532c0.03734 0.04236 0.05068 0.05288 0.05068 0.03995zm4.0786-0.1759c-0.09029-0.09064-0.17173-0.16478-0.18096-0.16478-0.01561 1.3e-5 0.31972 0.32692 0.3372 0.32874 0.0044 4.54e-4 -0.06595-0.07333-0.15624-0.16397zm-4.2548-0.05267c-0.11112-0.16601-0.22302-0.38543-0.2967-0.58178-0.03061-0.08157-0.05112-0.12606-0.04557-0.09888 0.03485 0.17085 0.21169 0.53222 0.35686 0.7292 0.09529 0.1293 0.08782 0.10444-0.01459-0.04855zm2.1705-0.71662c0.34586-0.35113 0.4557-0.46664 0.44373-0.46664-0.0042 0-0.21516 0.20887-0.46888 0.46416s-0.42423 0.43376-0.37891 0.39661c0.04532-0.03716 0.22714-0.21451 0.40406-0.39413zm-2.5269-0.05775c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm-0.01648-0.06592c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm4.713-0.0824c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm0.01658-0.12462c-0.0041-0.01586-0.0075-0.0029-0.0075 0.02884 0 0.03172 0.0034 0.0447 0.0075 0.02884s0.0041-0.04182 0-0.05768zm0.01738-0.41123c-0.0031-0.07066-0.0056-0.01723-0.0057 0.11872-1.7e-5 0.13595 0.0025 0.19376 0.0056 0.12847 0.0031-0.0653 0.0031-0.17653 5e-5 -0.24719zm-4.5113-0.12956c-0.17258-0.17383-0.24193-0.23344-0.25428-0.21859-0.0025 3e-3 -0.0094 0.03731-0.01538 0.07624-0.0102 0.06654-0.0089 0.06975 0.02135 0.05355 0.01998-0.0107 0.04666-0.01171 0.07035-0.0027 0.05128 0.01956 0.22238 0.14993 0.2927 0.22304 0.03123 0.03247 0.06078 0.05904 0.06565 0.05904 0.0049 0-0.0763-0.08577-0.18038-0.19061zm4.4915-0.11489c-0.0064-0.05103-0.01488-0.08949-0.01889-0.08548-4e-3 4e-3 -0.0024 0.04932 0.0037 0.10069 6e-3 0.05137 0.01454 0.08983 0.01889 0.08548 0.0044-0.0044 0.0027-0.04966-0.0037-0.10069zm-0.03092-0.16004c-0.0046-0.01133-0.0083-0.0021-0.0083 0.0206 0 0.02266 0.0037 0.03193 0.0083 0.0206s0.0046-0.02987 0-0.0412zm-0.01614-0.06489c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm-0.02067-0.08637c-0.0061-0.02415-0.0142-0.04073-0.01808-0.03685-0.0039 0.0039-0.0021 0.02682 4e-3 0.05097s0.0142 0.04073 0.01808 0.03685c0.0039-0.0039 0.0021-0.02682-4e-3 -0.05097zm-0.05449-0.15237c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.48e-4 -0.02125-0.0098-0.03779zm-0.06592-0.16479c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.49e-4 -0.02125-0.0098-0.03779zm-1.7488-0.4091c-0.04003-0.04079-0.07649-0.07416-0.08102-0.07416-0.0045 0 0.02451 0.03337 0.06454 0.07416s0.07649 0.07416 0.08102 0.07416c0.0045 0-0.02451-0.03337-0.06454-0.07416zm1.4502-0.08038c0-0.0034-0.01298-0.0164-0.02884-0.02884-0.02614-0.0205-0.02672-0.01992-0.0062 0.0062 0.02153 0.02745 0.03506 0.03618 0.03506 0.02262zm-1.615-0.10816c0-0.0085-0.0074-0.02009-0.01648-0.02569-0.0091-0.0056-0.01648 0.0014-0.01648 0.01551 0 0.01413 0.0074 0.02569 0.01648 0.02569 0.0091 0 0.01648-7e-3 0.01648-0.01551zm1.5326 0.01082c0-0.0026-0.04264-0.04522-0.09476-0.09476l-0.09475-0.09007 0.09007 0.09476c0.08368 0.08803 0.09944 0.1023 0.09944 0.09007zm-1.6006-0.05608c-0.02009-0.0247-0.01894-0.02643 0.01034-0.0155 0.02644 0.0099 0.02889 0.0082 0.01236-0.0084-0.01133-0.01141-0.0206-0.0386-0.0206-0.06042 0-0.0294-0.0067-0.03708-0.02607-0.02966-0.01434 0.0055-0.03288 0.01-0.0412 0.01-0.0083 0-0.01513 0.0068-0.01513 0.01521 0 0.01702 0.08038 0.11662 0.09412 0.11662 0.0048 0-0.0014-0.01251-0.01382-0.02781zm0.82608-0.49952c0-0.0091-0.0074-0.01648-0.01648-0.01648-0.0091 0-0.01648 0.0074-0.01648 0.01648 0 0.0091 0.0074 0.01648 0.01648 0.01648 0.0091 0 0.01648-0.0074 0.01648-0.01648zm-1.2344 0.08641-0.28289-0.31597 0.23557-0.0279c0.12957-0.01534 0.33291-0.01625 0.45187-2e-3 0.31497 0.0377 0.80503 0.20299 0.76998 0.2597-0.03036 0.04913-0.42147 0.23408-0.72266 0.34174l-0.16898 0.0604zm5.6453 8.2726c-0.08215-0.03572-1.0685-0.9772-2.1936-2.0937l-2.0443-2.0288-0.27675 0.1115c-0.6565 0.26449-1.3028 0.25236-1.8848-0.0354l-0.30297-0.14979 4.1468-0.0243 1.6235 1.6202c0.89292 0.89111 1.6536 1.6768 1.6904 1.7461 0.15866 0.29866 0.01683 0.66208-0.32249 0.82634-0.23264 0.11262-0.24001 0.11309-0.43576 0.02797zm-6.895-4.3523c-0.56603-0.41003-0.95382-1.1969-0.94533-1.9181 0.0051-0.43652-3e-3 -0.44067 0.95971 0.48936 0.49094 0.47428 0.91036 0.86233 0.93204 0.86233 0.06872 0 1.7986-1.758 1.7804-1.8094-0.0096-0.02703-0.26548-0.31267-0.56874-0.63476-0.45349-0.48166-0.53624-0.5907-0.4661-0.61423 0.0469-0.01574 0.24928-0.1036 0.44973-0.19526l0.36445-0.16665 0.1677 0.09031c0.09223 0.04967 0.26736 0.17992 0.38918 0.28944 0.73168 0.65784 0.96511 1.75 0.57297 2.6808l-0.12209 0.2898 0.75635 0.70955-0.24439 0.02936c-0.13441 0.01614-1.054 0.02954-2.0435 0.02976l-1.7992 4.05e-4zm7.0895 5.0657c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".016479"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path d="m19.553 21.006c-0.13241-0.01365-0.3383-0.09165-0.46954-0.17788-0.05438-0.03573-0.21955-0.1772-0.36704-0.31438-0.30872-0.28714-1.7552-1.7102-2.4344-2.395-0.25378-0.25586-0.61823-0.61945-0.80989-0.80797l-0.34847-0.34276-0.1317 0.04161c-0.29912 0.09449-0.47318 0.11714-0.90166 0.1173-0.4451 1.75e-4 -0.60678-0.02256-0.94481-0.13289-0.34608-0.11295-0.79798-0.37095-1.1201-0.6395-0.25329-0.21115-0.51806-0.56454-0.70522-0.94128-0.23305-0.46911-0.33321-0.93509-0.31505-1.4658 0.0146-0.42666 0.07022-0.66774 0.27571-1.195 0.06372-0.16348 0.12437-0.31595 0.13479-0.33882 0.01858-0.04078 0.02703-0.03357 0.44047 0.37522 0.4259 0.42112 1.4085 1.3771 1.5925 1.5493l0.09978 0.09341 0.40676-0.4073c0.22372-0.22402 0.41877-0.42452 0.43344-0.44557 0.03166-0.04541 0.1221 0.05329-1.0069-1.0988-0.93778-0.95696-0.98042-1.0019-0.98042-1.0331 0-0.03744 0.38555-0.20888 0.74156-0.32974 0.27824-0.09446 0.42672-0.11184 0.95648-0.11195l0.45386-9.8e-5 0.20531 0.05797c0.46339 0.13083 0.77317 0.28196 1.1275 0.55006 0.3718 0.28132 0.68592 0.63532 0.87888 0.99045 0.16819 0.30953 0.30931 0.75612 0.35018 1.1082 0.04526 0.38986-0.0036 0.89153-0.12396 1.2731l-0.04159 0.13183 0.42437 0.41096c1.0549 1.0215 3.1806 3.1681 3.3677 3.4007 0.19674 0.24456 0.26761 0.44412 0.26744 0.75311-2.32e-4 0.42826-0.14143 0.71662-0.50499 1.0313-0.26508 0.22944-0.59216 0.33035-0.95091 0.29335zm-7.6792-7.2546c0-0.0031-0.01591-0.01981-0.03536-0.03708-0.03517-0.03122-0.03525-0.03119-0.0159 0.0057 0.01606 0.03061 0.05126 0.05217 0.05126 0.03139zm-0.13207-0.1165c-0.01067-0.01067-0.02182-0.01067-0.03249 0s-0.0051 0.01624 0.01624 0.01624 0.02692-0.0056 0.01624-0.01624zm7.7207 7.3495c-0.16223-0.04578-0.27553-0.09614-0.3929-0.17464-0.15469-0.10347-0.86147-0.78445-2.1861-2.1063-0.57554-0.57434-1.2064-1.203-1.4019-1.397l-0.35551-0.35269-0.09405 0.03236c-0.29704 0.1022-0.70278 0.1576-1.0571 0.14433-0.29799-0.01116-0.55235-0.05578-0.82664-0.14502-0.44536-0.14489-1.0039-0.4928-1.2992-0.80928-0.76778-0.82285-1.0383-1.9803-0.70793-3.0289 0.04292-0.13621 0.21074-0.57239 0.26768-0.69568l0.02827-0.06123 0.20606 0.2013c0.11333 0.11072 0.58375 0.57023 1.0454 1.0211 0.46163 0.45091 0.84764 0.81984 0.85781 0.81984s0.21331-0.1961 0.45144-0.43579c0.32731-0.32946 0.42958-0.44182 0.41911-0.46052-0.0076-0.0136-0.44102-0.4608-0.96314-0.99378s-0.9737-0.9973-1.0035-1.0318c-0.04611-0.05338-0.05075-0.06601-0.03106-0.0844 0.03147-0.02938 0.54852-0.24344 0.73609-0.30474 0.29626-0.09681 0.39405-0.1084 0.91026-0.10784l0.46966 5.07e-4 0.22297 0.0591c0.58858 0.15599 1.0556 0.427 1.5 0.87047 0.25654 0.25598 0.41754 0.48135 0.56538 0.79145 0.34406 0.72169 0.39858 1.4622 0.16503 2.2414l-0.04206 0.14035 0.33512 0.33059c0.18432 0.18182 0.45748 0.44582 0.60703 0.58666 0.25488 0.24004 2.4656 2.4809 2.7397 2.7771 0.28014 0.30268 0.37486 0.52456 0.37486 0.87809 0 0.21586-0.03821 0.38028-0.13404 0.57677-0.05887 0.1207-0.09477 0.16647-0.25964 0.33099-0.21263 0.21217-0.2971 0.26742-0.5295 0.3464-0.13296 0.04518-0.18441 0.05389-0.34572 0.05851-0.12841 0.0037-0.21607-0.0021-0.27191-0.01782zm-7.624-7.2707c-0.11266-0.11266-0.14589-0.12186-0.14589-0.04039 0 0.03916 0.0057 0.04509 0.03751 0.03901 0.02446-0.0047 0.06603 0.01273 0.11948 0.05003 0.04508 0.03146 0.0856 0.05796 0.09005 0.05889 0.0044 9.33e-4 -0.04107-0.04746-0.10114-0.10753zm2.44-1.3368c-8.28e-4 -0.01834-0.0044-0.02109-0.0098-0.0076-0.0065 0.01626-0.01396 0.01679-0.03148 0.0023-0.01261-0.01047-0.01816-0.02675-0.01233-0.03619 0.0064-0.01029 0.0026-0.01219-0.0095-0.0047-0.0151 0.0093-0.01305 0.02021 0.0082 0.04374 0.03539 0.0391 0.05659 0.04006 0.0549 0.0025zm-0.04654-0.01043c-0.01459-0.01758-0.01316-0.025 0.0062-0.03244 0.01729-0.0066 0.02514 4.87e-4 0.02514 0.0228 0 0.03841-6e-3 0.04025-0.03136 0.0096zm5.319 8.6238c-0.2127-0.03125-0.43019-0.13269-0.59934-0.27954-0.22485-0.19521-1.3316-1.2798-2.5354-2.4845l-1.283-1.284-0.1439 0.04628c-0.34365 0.11051-0.76026 0.15961-1.1132 0.13119-0.56894-0.0458-1.029-0.20948-1.5243-0.54236-0.32745-0.22005-0.50837-0.39089-0.74409-0.70264-0.42498-0.56205-0.64785-1.3272-0.59193-2.0323 0.03033-0.38236 0.10425-0.67668 0.26761-1.0655 0.04561-0.10856 0.09756-0.23648 0.11544-0.28427 0.01788-0.04778 0.03617-0.08688 0.04065-0.08688 0.0045 0 0.47546 0.45792 1.0466 1.0176 0.57116 0.55967 1.0467 1.0205 1.0568 1.0242 0.01007 0.0036 0.2163-0.19661 0.45829-0.44494l0.43997-0.4515-0.10019-0.10711c-0.08907-0.09523-0.92168-0.94932-1.6755-1.7188-0.21401-0.21844-0.26628-0.28027-0.24719-0.29239 0.05526-0.03509 0.61113-0.26342 0.7351-0.30196 0.30714-0.09547 0.4765-0.11759 0.89583-0.11699 0.35656 5.05e-4 0.40367 0.0041 0.59421 0.04477 0.48858 0.10441 0.86763 0.28252 1.3091 0.61513 0.47092 0.35478 0.82415 0.84896 1.0121 1.4159 0.207 0.62455 0.21358 1.2838 0.01885 1.8893l-0.04662 0.14497 0.48012 0.46574c0.26407 0.25616 0.54596 0.52889 0.62644 0.60607 0.23432 0.22475 2.3355 2.36 2.5584 2.5999 0.21715 0.23369 0.302 0.37261 0.35984 0.58912 0.08387 0.31398 0.03223 0.66344-0.14192 0.96036-0.07816 0.13326-0.34323 0.39503-0.48374 0.4777-0.13594 0.07999-0.32266 0.14536-0.48026 0.16815-0.12864 0.0186-0.17423 0.0185-0.30465-6.63e-4zm-2.6467-4.9542c-0.02027-0.0039-0.05735-4e-3 -0.0824-2.24e-4 -0.02505 0.0038-0.0085 7e-3 0.03685 0.0071 0.04532 1.16e-4 0.06581-3e-3 0.04554-0.0069zm-4.5361-0.29071c0-0.0031-0.01669-0.01981-0.03708-0.03708l-0.03708-0.03139 0.03139 0.03708c0.0295 0.03484 0.04276 0.04458 0.04276 0.03139zm-0.09888-0.11504c0-3e-3 -0.02039-0.02334-0.04532-0.04532l-0.04532-0.03995 0.03995 0.04532c0.03734 0.04236 0.05068 0.05288 0.05068 0.03995zm4.0786-0.1759c-0.09029-0.09064-0.17173-0.16478-0.18096-0.16478-0.01561 1.3e-5 0.31972 0.32692 0.3372 0.32874 0.0044 4.54e-4 -0.06595-0.07333-0.15624-0.16397zm-4.2548-0.05267c-0.11112-0.16601-0.22302-0.38543-0.2967-0.58178-0.03061-0.08157-0.05112-0.12606-0.04557-0.09888 0.03485 0.17085 0.21169 0.53222 0.35686 0.7292 0.09529 0.1293 0.08782 0.10444-0.01459-0.04855zm2.1705-0.71662c0.34586-0.35113 0.4557-0.46664 0.44373-0.46664-0.0042 0-0.21516 0.20887-0.46888 0.46416s-0.42423 0.43376-0.37891 0.39661c0.04532-0.03716 0.22714-0.21451 0.40406-0.39413zm-2.5269-0.05775c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm-0.01648-0.06592c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm4.713-0.0824c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm0.01658-0.12462c-0.0041-0.01586-0.0075-0.0029-0.0075 0.02884 0 0.03172 0.0034 0.0447 0.0075 0.02884s0.0041-0.04182 0-0.05768zm0.01738-0.41123c-0.0031-0.07066-0.0056-0.01723-0.0057 0.11872-1.7e-5 0.13595 0.0025 0.19376 0.0056 0.12847 0.0031-0.0653 0.0031-0.17653 5e-5 -0.24719zm-4.5113-0.12956c-0.17258-0.17383-0.24193-0.23344-0.25428-0.21859-0.0025 3e-3 -0.0094 0.03731-0.01538 0.07624-0.0102 0.06654-0.0089 0.06975 0.02135 0.05355 0.01998-0.0107 0.04666-0.01171 0.07035-0.0027 0.05128 0.01956 0.22238 0.14993 0.2927 0.22304 0.03123 0.03247 0.06078 0.05904 0.06565 0.05904 0.0049 0-0.0763-0.08577-0.18038-0.19061zm4.4915-0.11489c-0.0064-0.05103-0.01488-0.08949-0.01889-0.08548-4e-3 4e-3 -0.0024 0.04932 0.0037 0.10069 6e-3 0.05137 0.01454 0.08983 0.01889 0.08548 0.0044-0.0044 0.0027-0.04966-0.0037-0.10069zm-0.03092-0.16004c-0.0046-0.01133-0.0083-0.0021-0.0083 0.0206 0 0.02266 0.0037 0.03193 0.0083 0.0206s0.0046-0.02987 0-0.0412zm-0.01614-0.06489c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm-0.02067-0.08637c-0.0061-0.02415-0.0142-0.04073-0.01808-0.03685-0.0039 0.0039-0.0021 0.02682 4e-3 0.05097s0.0142 0.04073 0.01808 0.03685c0.0039-0.0039 0.0021-0.02682-4e-3 -0.05097zm-0.05449-0.15237c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.48e-4 -0.02125-0.0098-0.03779zm-0.06592-0.16479c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.49e-4 -0.02125-0.0098-0.03779zm-1.7488-0.4091c-0.04003-0.04079-0.07649-0.07416-0.08102-0.07416-0.0045 0 0.02451 0.03337 0.06454 0.07416s0.07649 0.07416 0.08102 0.07416c0.0045 0-0.02451-0.03337-0.06454-0.07416zm1.4502-0.08038c0-0.0034-0.01298-0.0164-0.02884-0.02884-0.02614-0.0205-0.02672-0.01992-0.0062 0.0062 0.02153 0.02745 0.03506 0.03618 0.03506 0.02262zm-1.615-0.10816c0-0.0085-0.0074-0.02009-0.01648-0.02569-0.0091-0.0056-0.01648 0.0014-0.01648 0.01551 0 0.01413 0.0074 0.02569 0.01648 0.02569 0.0091 0 0.01648-7e-3 0.01648-0.01551zm1.5326 0.01082c0-0.0026-0.04264-0.04522-0.09476-0.09476l-0.09475-0.09007 0.09007 0.09476c0.08368 0.08803 0.09944 0.1023 0.09944 0.09007zm-1.6006-0.05608c-0.02009-0.0247-0.01894-0.02643 0.01034-0.0155 0.02644 0.0099 0.02889 0.0082 0.01236-0.0084-0.01133-0.01141-0.0206-0.0386-0.0206-0.06042 0-0.0294-0.0067-0.03708-0.02607-0.02966-0.01434 0.0055-0.03288 0.01-0.0412 0.01-0.0083 0-0.01513 0.0068-0.01513 0.01521 0 0.01702 0.08038 0.11662 0.09412 0.11662 0.0048 0-0.0014-0.01251-0.01382-0.02781zm0.82608-0.49952c0-0.0091-0.0074-0.01648-0.01648-0.01648-0.0091 0-0.01648 0.0074-0.01648 0.01648 0 0.0091 0.0074 0.01648 0.01648 0.01648 0.0091 0 0.01648-0.0074 0.01648-0.01648zm-1.2344 0.08641-0.28289-0.31597 0.23557-0.0279c0.12957-0.01534 0.33291-0.01625 0.45187-2e-3 0.31497 0.0377 0.80503 0.20299 0.76998 0.2597-0.03036 0.04913-0.42147 0.23408-0.72266 0.34174l-0.16898 0.0604zm5.6453 8.2726c-0.08215-0.03572-1.0685-0.9772-2.1936-2.0937l-2.0443-2.0288-0.27675 0.1115c-0.6565 0.26449-1.3028 0.25236-1.8848-0.0354l-0.30297-0.14979 4.1468-0.0243 1.6235 1.6202c0.89292 0.89111 1.6536 1.6768 1.6904 1.7461 0.15866 0.29866 0.01683 0.66208-0.32249 0.82634-0.23264 0.11262-0.24001 0.11309-0.43576 0.02797zm-6.895-4.3523c-0.56603-0.41003-0.95382-1.1969-0.94533-1.9181 0.0051-0.43652-3e-3 -0.44067 0.95971 0.48936 0.49094 0.47428 0.91036 0.86233 0.93204 0.86233 0.06872 0 1.7986-1.758 1.7804-1.8094-0.0096-0.02703-0.26548-0.31267-0.56874-0.63476-0.45349-0.48166-0.53624-0.5907-0.4661-0.61423 0.0469-0.01574 0.24928-0.1036 0.44973-0.19526l0.36445-0.16665 0.1677 0.09031c0.09223 0.04967 0.26736 0.17992 0.38918 0.28944 0.73168 0.65784 0.96511 1.75 0.57297 2.6808l-0.12209 0.2898 0.75635 0.70955-0.24439 0.02936c-0.13441 0.01614-1.054 0.02954-2.0435 0.02976l-1.7992 4.05e-4zm7.0895 5.0657c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".016479"/></svg>
--- a/eric6/icons/breeze-dark/debugViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/debugViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#eff0f1">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#eff0f1"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/defaultIcon.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/defaultIcon.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="24" cy="24" r="20" fill="url(#b)"/>
- <path d="M24 4A20 20 0 0 0 4.1 22H7l3 3 2 1 10.969 17.95A20 20 0 0 0 24 44a20 20 0 0 0 20-20A20 20 0 0 0 24 4z" fill="url(#c)" opacity=".2"/>
- <path d="M42.586 16.633L36 26l6.215 6.215A20 20 0 0 0 44 24a20 20 0 0 0-1.36-7.246 20 20 0 0 0-.054-.121z" fill="url(#a)" fill-rule="evenodd" opacity=".2"/>
- <path d="M24 4a20 20 0 0 0-1.902.11 20 20 0 0 0-.254.03 20 20 0 0 0-3.219.637v-.04a20 20 0 0 0-9.7 6.14h.01a20 20 0 0 0-3.58 5.945L7 16h4v1l1 1v-2l1-1 1-1h1v-1l1-1 2-1 1-1 2-1v1l2-1h-1V8l-1-1h4l-1 1 3 1-1-2V5l-.947-.947A20 20 0 0 0 24 4zm15 6.81V13h1.691A20 20 0 0 0 39 10.81zm-27.938.067h.061L11 11l.063-.123zm30.024 2.762L40 14l-2 1v1l-2 2-1 2v4l1 2 2 1 1 1 4.717-.785a20 20 0 0 0 .002-.022 20 20 0 0 0 .209-1.752A20 20 0 0 0 44 24a20 20 0 0 0-.09-1.74 20 20 0 0 0-.097-.809 20 20 0 0 0-.19-1.234 20 20 0 0 0-.135-.598 20 20 0 0 0-.357-1.394 20 20 0 0 0-.145-.432 20 20 0 0 0-.539-1.473 20 20 0 0 0-.148-.33 20 20 0 0 0-.74-1.525 20 20 0 0 0-.473-.826zM7 20l-1 1H5l-.65-.65a20 20 0 0 0 0 .005 20 20 0 0 0-.266 1.977 20 20 0 0 0-.002.03L6 23l2 1 1 1 1 1h2v2l-1 1-1 2v1l1 1 1 1 1 2 1 1 2 1v4.32a20 20 0 0 0 .006.002 20 20 0 0 0 1.697.645 20 20 0 0 0 .192.068 20 20 0 0 0 1.513.408 20 20 0 0 0 .451.116 20 20 0 0 0 1.32.216 20 20 0 0 0 .68.104 20 20 0 0 0 1.15.072A20 20 0 0 0 24 44a20 20 0 0 0 1.018-.037L26 42v-1l2-1 1-1 1-4 1-1v-2l-2-1h-1l-2-1h-1l-1-2-1-1h-2l-2-2h-2l-3-1-1 2-2-1h-1v-2l-2-1 1-2z" fill="url(#d)"/>
- <path d="M4.051 23.5c-.004.17-.051.329-.051.5 0 11.08 8.92 20 20 20s20-8.92 20-20c0-.171-.047-.33-.051-.5-.03 1.206-.121 2.398-.354 3.541a19.89 19.89 0 0 1-5.441 10.113 19.95 19.95 0 0 1-6.355 4.279 19.817 19.817 0 0 1-3.758 1.162 20.204 20.204 0 0 1-4.04.404c-1.385 0-2.737-.139-4.04-.404a19.89 19.89 0 0 1-10.113-5.441 19.95 19.95 0 0 1-4.279-6.355 19.817 19.817 0 0 1-1.162-3.758c-.233-1.143-.323-2.335-.354-3.541" opacity=".2"/>
-</svg>
+<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="f" x1="9" x2="38" y1="9" y2="38" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><circle cx="24" cy="24" r="20" fill="url(#g)"/><path d="M24 4A20 20 0 0 0 4.1 22H7l3 3 2 1 10.969 17.95A20 20 0 0 0 24 44a20 20 0 0 0 20-20A20 20 0 0 0 24 4z" fill="url(#f)" opacity=".2"/><path d="M42.586 16.633L36 26l6.215 6.215A20 20 0 0 0 44 24a20 20 0 0 0-1.36-7.246 20 20 0 0 0-.054-.121z" fill="url(#a)" fill-rule="evenodd" opacity=".2"/><path d="M24 4a20 20 0 0 0-1.902.11 20 20 0 0 0-.254.03 20 20 0 0 0-3.219.637v-.04a20 20 0 0 0-9.7 6.14h.01a20 20 0 0 0-3.58 5.945L7 16h4v1l1 1v-2l1-1 1-1h1v-1l1-1 2-1 1-1 2-1v1l2-1h-1V8l-1-1h4l-1 1 3 1-1-2V5l-.947-.947A20 20 0 0 0 24 4zm15 6.81V13h1.691A20 20 0 0 0 39 10.81zm-27.938.067h.061L11 11l.063-.123zm30.024 2.762L40 14l-2 1v1l-2 2-1 2v4l1 2 2 1 1 1 4.717-.785a20 20 0 0 0 .002-.022 20 20 0 0 0 .209-1.752A20 20 0 0 0 44 24a20 20 0 0 0-.09-1.74 20 20 0 0 0-.097-.809 20 20 0 0 0-.19-1.234 20 20 0 0 0-.135-.598 20 20 0 0 0-.357-1.394 20 20 0 0 0-.145-.432 20 20 0 0 0-.539-1.473 20 20 0 0 0-.148-.33 20 20 0 0 0-.74-1.525 20 20 0 0 0-.473-.826zM7 20l-1 1H5l-.65-.65a20 20 0 0 0 0 .005 20 20 0 0 0-.266 1.977 20 20 0 0 0-.002.03L6 23l2 1 1 1 1 1h2v2l-1 1-1 2v1l1 1 1 1 1 2 1 1 2 1v4.32a20 20 0 0 0 .006.002 20 20 0 0 0 1.697.645 20 20 0 0 0 .192.068 20 20 0 0 0 1.513.408 20 20 0 0 0 .451.116 20 20 0 0 0 1.32.216 20 20 0 0 0 .68.104 20 20 0 0 0 1.15.072A20 20 0 0 0 24 44a20 20 0 0 0 1.018-.037L26 42v-1l2-1 1-1 1-4 1-1v-2l-2-1h-1l-2-1h-1l-1-2-1-1h-2l-2-2h-2l-3-1-1 2-2-1h-1v-2l-2-1 1-2z" fill="url(#e)"/><path d="M4.051 23.5c-.004.17-.051.329-.051.5 0 11.08 8.92 20 20 20s20-8.92 20-20c0-.171-.047-.33-.051-.5-.03 1.206-.121 2.398-.354 3.541a19.89 19.89 0 0 1-5.441 10.113 19.95 19.95 0 0 1-6.355 4.279 19.817 19.817 0 0 1-3.758 1.162 20.204 20.204 0 0 1-4.04.404c-1.385 0-2.737-.139-4.04-.404a19.89 19.89 0 0 1-10.113-5.441 19.95 19.95 0 0 1-4.279-6.355 19.817 19.817 0 0 1-1.162-3.758c-.233-1.143-.323-2.335-.354-3.541" opacity=".2"/></svg>
--- a/eric6/icons/breeze-dark/deleteBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/deleteBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/>
- </g>
- <path d="m256 269.33 26.667 26.667-26.667 26.667 13.333 13.333 26.667-26.667 26.667 26.667 13.333-13.333-26.667-26.667 26.667-26.667-13.333-13.333-26.667 26.667-26.667-26.667-13.333 13.333" fill="#da4453" stroke-width="16"/>
-</svg>
+      }</style></defs><g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/></g><path d="m256 269.33 26.667 26.667-26.667 26.667 13.333 13.333 26.667-26.667 26.667 26.667 13.333-13.333-26.667-26.667 26.667-26.667-13.333-13.333-26.667 26.667-26.667-26.667-13.333 13.333" fill="#da4453" stroke-width="16"/></svg>
--- a/eric6/icons/breeze-dark/deleteShape.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/deleteShape.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/designer4.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/designer4.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#eff0f1">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1 0 0 .97561 0 .5122)" fill="#eff0f1"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-dark/designer48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/designer48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" fill="#000000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(2.25 0 0 2.2439 -1.25 -.12195)" fill="#eff0f1">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(2.25 0 0 2.2439 -1.25 -.12195)" fill="#eff0f1"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-dark/desktopAudioVideoCapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/desktopAudioVideoCapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,31 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/>
-   <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/>
-  <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/>
-  <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/>
-  <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/>
-  <path class="ColorScheme-Text" d="m395.43 531.1v5.1429h5.775v-1.2857l2.475 1.2857v-5.1429l-2.475 1.2857v-1.2857zm0.4125 0.42857h4.95v4.2857h-4.95zm7.425 0.2645v3.7567l-2.0625-1.0714v-1.6138zm-4.125 0.16407v0.42858h1.2375v-0.42858z" color="#eff0f1" fill="#232629"/>
-  <path class="ColorScheme-Text" d="m390.43 529.37c-0.71415 0-1.2891 0.59732-1.2891 1.3393v3.2143c0 0.74196 0.57492 1.3393 1.2891 1.3393 0.71414 0 1.2891-0.59732 1.2891-1.3393v-3.2143c0-0.74197-0.57492-1.3393-1.2891-1.3393zm-2.836 3.75v0.53571c4.8e-4 1.1976 0.84259 2.2494 2.0625 2.576v1.174h-1.0312v0.53571h3.6094v-0.53571h-1.0313v-1.175c1.2195-0.32652 2.0615-1.3778 2.0625-2.575v-0.53571h-0.51563v0.53571c0 1.1835-1.0388 2.1429-2.3203 2.1429s-2.3203-0.9594-2.3203-2.1429v-0.53571z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="a" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"><stop stop-color="#60a5e7" stop-opacity="0" offset="0"/><stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/></linearGradient><linearGradient id="d" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".70077"><rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#c)"/><rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#b)"/><rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7"/><path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#a)"/></g><path class="ColorScheme-Text" d="m395.43 531.1v5.1429h5.775v-1.2857l2.475 1.2857v-5.1429l-2.475 1.2857v-1.2857zm0.4125 0.42857h4.95v4.2857h-4.95zm7.425 0.2645v3.7567l-2.0625-1.0714v-1.6138zm-4.125 0.16407v0.42858h1.2375v-0.42858z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m390.43 529.37c-0.71415 0-1.2891 0.59732-1.2891 1.3393v3.2143c0 0.74196 0.57492 1.3393 1.2891 1.3393 0.71414 0 1.2891-0.59732 1.2891-1.3393v-3.2143c0-0.74197-0.57492-1.3393-1.2891-1.3393zm-2.836 3.75v0.53571c4.8e-4 1.1976 0.84259 2.2494 2.0625 2.576v1.174h-1.0312v0.53571h3.6094v-0.53571h-1.0313v-1.175c1.2195-0.32652 2.0615-1.3778 2.0625-2.575v-0.53571h-0.51563v0.53571c0 1.1835-1.0388 2.1429-2.3203 2.1429s-2.3203-0.9594-2.3203-2.1429v-0.53571z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-dark/desktopVideoCapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/desktopVideoCapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,30 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/>
-   <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/>
-  <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/>
-  <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/>
-  <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/>
-  <path class="ColorScheme-Text" d="m389.57 530.32v7.4808h8.4v-1.8702l3.6 1.8702v-7.4808l-3.6 1.8702v-1.8702zm0.6 0.6234h7.2v6.234h-7.2zm10.8 0.38473v5.4645l-3-1.5585v-2.3475zm-6 0.23866v0.62341h1.8v-0.62341z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="a" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"><stop stop-color="#60a5e7" stop-opacity="0" offset="0"/><stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/></linearGradient><linearGradient id="d" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".70077"><rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#c)"/><rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#b)"/><rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7"/><path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#a)"/></g><path class="ColorScheme-Text" d="m389.57 530.32v7.4808h8.4v-1.8702l3.6 1.8702v-7.4808l-3.6 1.8702v-1.8702zm0.6 0.6234h7.2v6.234h-7.2zm10.8 0.38473v5.4645l-3-1.5585v-2.3475zm-6 0.23866v0.62341h1.8v-0.62341z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-dark/diffFiles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/diffFiles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
- <g transform="translate(21.025 4.9153)" fill="#eff0f1">
-  <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/>
-  <path d="m-16.025 11.085v2h8v-2z"/>
- </g>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/><g transform="translate(21.025 4.9153)" fill="#eff0f1"><path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/><path d="m-16.025 11.085v2h8v-2z"/></g></svg>
--- a/eric6/icons/breeze-dark/dirClosed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/dirClosed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm1.25 1.25h6.9824l1.2549 1.2549-5.0244 4.9951h-3.2129zm6.2598 5h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm1.25 1.25h6.9824l1.2549 1.2549-5.0244 4.9951h-3.2129zm6.2598 5h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/dirOpen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/dirOpen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/disassembly.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/disassembly.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,170 +1,2 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   viewBox="0 0 5.8208332 5.8208332"
-   version="1.1"
-   id="svg8"
-   sodipodi:docname="disassembly.svg"
-   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
-  <defs
-     id="defs2" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.4"
-     inkscape:cx="16.8675"
-     inkscape:cy="11.853478"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     units="px"
-     inkscape:window-width="1920"
-     inkscape:window-height="1080"
-     inkscape:window-x="240"
-     inkscape:window-y="254"
-     inkscape:window-maximized="0" />
-  <metadata
-     id="metadata5">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Ebene 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-39.800894,-71.083631)">
-    <g
-       id="g1417"
-       transform="matrix(0.99851053,0,0,1.0220192,0.06122203,-1.6214429)"
-       style="stroke:#eff0f1;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368"
-         style="fill:none;fill-opacity:1;stroke:#eff0f1;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#eff0f1;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375"
-         style="stroke:#eff0f1;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#eff0f1;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-    <g
-       transform="matrix(0,0.99851053,-1.0220192,0,118.3268,31.343956)"
-       id="g1417-9"
-       style="stroke:#eff0f1;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368-1"
-         style="fill:none;fill-opacity:1;stroke:#eff0f1;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370-2"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#eff0f1;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375-7"
-         style="stroke:#eff0f1;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#eff0f1;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372-0"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-    <g
-       id="g1417-6"
-       transform="matrix(-0.99854218,0,0,-1.0203583,85.364322,149.48925)"
-       style="stroke:#eff0f1;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368-18"
-         style="fill:none;fill-opacity:1;stroke:#eff0f1;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370-7"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#eff0f1;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375-9"
-         style="stroke:#eff0f1;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#eff0f1;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372-2"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-    <g
-       transform="matrix(0,-0.99688788,1.0220516,0,-32.905006,116.57743)"
-       id="g1417-9-0"
-       style="stroke:#eff0f1;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368-1-2"
-         style="fill:none;fill-opacity:1;stroke:#eff0f1;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370-2-3"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#eff0f1;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375-7-7"
-         style="stroke:#eff0f1;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#eff0f1;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372-0-5"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-  </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="a" width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g id="b" transform="translate(-39.801 -71.084)" stroke="#eff0f1"><g id="c" transform="matrix(.99851 0 0 1.022 .061222 -1.6214)"><rect id="d" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="e" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="f" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="g" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#eff0f1" stroke-width=".26458px"/></g></g><g id="h" transform="matrix(0 .99851 -1.022 0 118.33 31.344)"><rect id="i" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="j" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="k" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="l" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#eff0f1" stroke-width=".26458px"/></g></g><g id="m" transform="matrix(-.99854 0 0 -1.0204 85.364 149.49)"><rect id="n" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="o" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="p" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="q" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#eff0f1" stroke-width=".26458px"/></g></g><g id="r" transform="matrix(0 -.99689 1.0221 0 -32.905 116.58)"><rect id="s" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="t" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="u" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="v" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#eff0f1" stroke-width=".26458px"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/docstringError.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/docstringError.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
- <g transform="matrix(.71839 0 0 .7327 5.2816 7.2673)" fill="#eff0f1">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/><g transform="matrix(.71839 0 0 .7327 5.2816 7.2673)" fill="#eff0f1"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/documentFind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/documentFind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/documentNewView.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/documentNewView.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/download.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/download.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.1429 1v7.5h1.2857v-6.25h5.1429v6.25h1.2857v-7.5h-6.4286zm-2.8376 8.75-1.0195 1.0205 7.7143 7.7295 7.7143-7.7295-1.0195-1.0205-6.6948 6.709zm-2.3052 8.75v2.5h18v-2.5h-1.2857v1.25h-15.429v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.1429 1v7.5h1.2857v-6.25h5.1429v6.25h1.2857v-7.5h-6.4286zm-2.8376 8.75-1.0195 1.0205 7.7143 7.7295 7.7143-7.7295-1.0195-1.0205-6.6948 6.709zm-2.3052 8.75v2.5h18v-2.5h-1.2857v1.25h-15.429v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/downloads.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/downloads.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,27 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <g transform="matrix(.45455 0 0 .45455 .090909 .090909)">
-  <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/>
-  <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/>
-  <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/>
-  <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/>
-  <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/>
-  <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g transform="matrix(.45455 0 0 .45455 .090909 .090909)"><g stroke-width="1.1"><circle cx="24" cy="24" r="22" fill="url(#h)"/><path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#g)" opacity=".2"/><path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#f)"/><path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2"/></g><path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/downloads48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/downloads48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/>
- <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/>
- <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/>
- <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/>
- <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/>
- <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g stroke-width="1.1"><circle cx="24" cy="24" r="22" fill="url(#h)"/><path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#g)" opacity=".2"/><path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#f)"/><path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2"/></g><path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/drawBrush.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawBrush.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.391 1.0093a2.5 11.25 44.998 0 0-9.3062 6.3722 2.5 11.25 44.998 0 0-4.4285 5.1417c1.345 0.42831 2.3938 1.4772 2.8221 2.8223a2.5 11.25 44.998 0 0 5.1413-4.4288 2.5 11.25 44.998 0 0 6.1862-9.7219 2.5 11.25 44.998 0 0-0.41502-0.18555m-14.391 13.321c-4.9998 1.3398-1.2499 4.505-4.9998 6.6701 5.004 0 7.4996-2.5011 7.4996-4.17 0-0.83112 0.084496-2.3619-2.4999-2.5001z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.391 1.0093a2.5 11.25 44.998 0 0-9.3062 6.3722 2.5 11.25 44.998 0 0-4.4285 5.1417c1.345 0.42831 2.3938 1.4772 2.8221 2.8223a2.5 11.25 44.998 0 0 5.1413-4.4288 2.5 11.25 44.998 0 0 6.1862-9.7219 2.5 11.25 44.998 0 0-0.41502-0.18555m-14.391 13.321c-4.9998 1.3398-1.2499 4.505-4.9998 6.6701 5.004 0 7.4996-2.5011 7.4996-4.17 0-0.83112 0.084496-2.3619-2.4999-2.5001z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/drawCircle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawCircle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke="#eff0f1" stroke-width="1.25"/>
- <path d="m9.4751 19.631c-3.6974-0.7037-6.5603-3.6101-7.1242-7.2324-0.15363-0.98686-0.057315-2.8467 0.19277-3.7225 0.87614-3.0682 3.1816-5.3201 6.3267-6.1798 1.0687-0.29209 3.205-0.28763 4.3017 0.00896 0.93131 0.25186 1.9191 0.69208 2.6746 1.192 1.3064 0.86444 2.6132 2.4312 3.2075 3.8458 0.91964 2.1888 0.9153 4.7486-0.01174 6.9272-1.0372 2.4374-3.3115 4.3767-5.8873 5.0202-0.99569 0.24872-2.7581 0.31606-3.68 0.14061z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke="#eff0f1" stroke-width="1.25"/><path d="m9.4751 19.631c-3.6974-0.7037-6.5603-3.6101-7.1242-7.2324-0.15363-0.98686-0.057315-2.8467 0.19277-3.7225 0.87614-3.0682 3.1816-5.3201 6.3267-6.1798 1.0687-0.29209 3.205-0.28763 4.3017 0.00896 0.93131 0.25186 1.9191 0.69208 2.6746 1.192 1.3064 0.86444 2.6132 2.4312 3.2075 3.8458 0.91964 2.1888 0.9153 4.7486-0.01174 6.9272-1.0372 2.4374-3.3115 4.3767-5.8873 5.0202-0.99569 0.24872-2.7581 0.31606-3.68 0.14061z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/drawCircleFilled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawCircleFilled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/drawEllipse.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawEllipse.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/drawEllipseFilled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawEllipseFilled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/drawEraser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawEraser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/drawFill.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawFill.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.375 1c-1.7312 0-3.125 1.3938-3.125 3.125v3.125l-6.25 6.25 7.5 7.5 8.75-8.75-3.75-3.75v-4.375c0-1.7312-1.3938-3.125-3.125-3.125m0 1.25c1.0388 0 1.875 0.83625 1.875 1.875v3.125l-2.5-2.5-1.25 1.25v-1.875c0-1.0388 0.83625-1.875 1.875-1.875m-0.625 4.2676 5.6689 5.6714c-4.4192 5.0621-6.9199-2.4389-12.651 1.311l6.9824-6.9824m9.375 4.4824s-1.875 3.3395-1.875 4.375 0.83946 1.875 1.875 1.875c1.0355 0 1.875-0.8395 1.875-1.875s-1.875-4.375-1.875-4.375z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.375 1c-1.7312 0-3.125 1.3938-3.125 3.125v3.125l-6.25 6.25 7.5 7.5 8.75-8.75-3.75-3.75v-4.375c0-1.7312-1.3938-3.125-3.125-3.125m0 1.25c1.0388 0 1.875 0.83625 1.875 1.875v3.125l-2.5-2.5-1.25 1.25v-1.875c0-1.0388 0.83625-1.875 1.875-1.875m-0.625 4.2676 5.6689 5.6714c-4.4192 5.0621-6.9199-2.4389-12.651 1.311l6.9824-6.9824m9.375 4.4824s-1.875 3.3395-1.875 4.375 0.83946 1.875 1.875 1.875c1.0355 0 1.875-0.8395 1.875-1.875s-1.875-4.375-1.875-4.375z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/drawLine.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawLine.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m17.25 1v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m17.25 1v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/drawRectangle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawRectangle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/drawRectangleFilled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/drawRectangleFilled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/edit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/edit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/></svg>
--- a/eric6/icons/breeze-dark/editBookmarks.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editBookmarks.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m287.95 144-143.91 143.91h-0.0469v48.094h48.094v-0.0468l143.91-143.91-0.024-0.0234 0.024-0.0234-48-48-0.024 0.0234-0.024-0.0234m-23.977 40.945 31.078 31.078-91.055 91.055v-19.078h-24v-19.078l83.977-83.977m-95.977 95.977v19.078h24v19.078l-4.9207 4.9217h-19.078l-12-12v-19.078l12-12" color="#eff0f1" fill="#47aeff"/>
-</svg>
+      }</style></defs><g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/></g><path class="ColorScheme-Text" d="m287.95 144-143.91 143.91h-0.0469v48.094h48.094v-0.0468l143.91-143.91-0.024-0.0234 0.024-0.0234-48-48-0.024 0.0234-0.024-0.0234m-23.977 40.945 31.078 31.078-91.055 91.055v-19.078h-24v-19.078l83.977-83.977m-95.977 95.977v19.078h24v19.078l-4.9207 4.9217h-19.078l-12-12v-19.078l12-12" color="#eff0f1" fill="#47aeff"/></svg>
--- a/eric6/icons/breeze-dark/editComment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editComment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#eff0f1" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#eff0f1" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/editCopy.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editCopy.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editCut.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editCut.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.8722 1c-0.74231 1.25-1.129 1.25-0.38672 2.5l4.5527 7.6758-2.6468 4.4092c-0.57247-0.51432-1.3326-0.83496-2.1772-0.83496-1.7807 0-3.2143 1.3938-3.2143 3.125s1.4336 3.125 3.2143 3.125 3.2143-1.3938 3.2143-3.125c0-0.20888-0.02295-0.41315-0.062779-0.61035l1.4941-2.5171c1.0034-0.0013 1.1299-0.96825 1.7151-0.98144l2.0617 3.4766c-0.04268 0.2038-0.06529 0.41592-0.06529 0.63232 0 1.7312 1.4336 3.125 3.2143 3.125s3.2143-1.3938 3.2143-3.125-1.4336-3.125-3.2143-3.125c-0.84 0-1.5957 0.31823-2.1671 0.82764l-2.6417-4.4019 4.5527-7.6758c0.74231-1.25 0.35559-1.25-0.38672-2.5l-5.1353 8.5596-5.1353-8.5596m5.1278 10c0.35614 0 0.64286 0.27875 0.64286 0.625s-0.28671 0.625-0.64286 0.625-0.64286-0.27875-0.64286-0.625 0.28671-0.625 0.64286-0.625zm-5.7857 5c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875s-1.9286-0.83625-1.9286-1.875c0-1.0387 0.86014-1.875 1.9286-1.875m11.571 0c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875-1.0684 0-1.9286-0.83625-1.9286-1.875 0-1.0387 0.86014-1.875 1.9286-1.875" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.8722 1c-0.74231 1.25-1.129 1.25-0.38672 2.5l4.5527 7.6758-2.6468 4.4092c-0.57247-0.51432-1.3326-0.83496-2.1772-0.83496-1.7807 0-3.2143 1.3938-3.2143 3.125s1.4336 3.125 3.2143 3.125 3.2143-1.3938 3.2143-3.125c0-0.20888-0.02295-0.41315-0.062779-0.61035l1.4941-2.5171c1.0034-0.0013 1.1299-0.96825 1.7151-0.98144l2.0617 3.4766c-0.04268 0.2038-0.06529 0.41592-0.06529 0.63232 0 1.7312 1.4336 3.125 3.2143 3.125s3.2143-1.3938 3.2143-3.125-1.4336-3.125-3.2143-3.125c-0.84 0-1.5957 0.31823-2.1671 0.82764l-2.6417-4.4019 4.5527-7.6758c0.74231-1.25 0.35559-1.25-0.38672-2.5l-5.1353 8.5596-5.1353-8.5596m5.1278 10c0.35614 0 0.64286 0.27875 0.64286 0.625s-0.28671 0.625-0.64286 0.625-0.64286-0.27875-0.64286-0.625 0.28671-0.625 0.64286-0.625zm-5.7857 5c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875s-1.9286-0.83625-1.9286-1.875c0-1.0387 0.86014-1.875 1.9286-1.875m11.571 0c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875-1.0684 0-1.9286-0.83625-1.9286-1.875 0-1.0387 0.86014-1.875 1.9286-1.875" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-NegativeText{color:#da4453;}</style>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#da4453" fill="currentColor">
-  <path d="m4 3v7h1v-6h8v4h4v2h1v-3.0078l-3.9922-3.9922-0.007812 0.009766v-0.009766z"/>
-  <path d="m3 11 16 1.2e-5 -1.2e-5 0.99999-16-1.2e-5z"/>
-  <path d="m4 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m6 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m8 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m10 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m12 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m14 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m16 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-NegativeText{color:#da4453;}</style><g class="ColorScheme-NegativeText" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#da4453" fill="currentColor"><path d="m4 3v7h1v-6h8v4h4v2h1v-3.0078l-3.9922-3.9922-0.007812 0.009766v-0.009766z"/><path d="m3 11 16 1.2e-5 -1.2e-5 0.99999-16-1.2e-5z"/><path d="m4 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/><path d="m6 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/><path d="m8 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/><path d="m10 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/><path d="m12 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/><path d="m14 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/><path d="m16 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/></g></svg>
--- a/eric6/icons/breeze-dark/editIndent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editIndent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editPaste.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editPaste.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.8571 1v2.5h-3.8571v17.5h18v-17.5h-3.8571v-2.5zm-2.5714 3.75h1.2857v2.5h12.857v-2.5h1.2857v15h-15.429zm2.5714 3.75v1.25h10.286v-1.25zm0 3.75v1.25h7.7143v-1.25zm0 3.75v1.25h3.8571v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.8571 1v2.5h-3.8571v17.5h18v-17.5h-3.8571v-2.5zm-2.5714 3.75h1.2857v2.5h12.857v-2.5h1.2857v15h-15.429zm2.5714 3.75v1.25h10.286v-1.25zm0 3.75v1.25h7.7143v-1.25zm0 3.75v1.25h3.8571v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editRedo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editRedo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.196 1-0.86936 0.88379 2.8194 2.8662h-4.6542c-4.4277 0-7.9923 3.6238-7.9923 8.125s3.5646 8.125 7.9923 8.125h1.8444v-1.25h-1.8444c-3.7466 0-6.7627-3.0662-6.7627-6.875s3.0162-6.875 6.7627-6.875h4.6542l-2.8194 2.8662 0.86936 0.88379 4.3036-4.375-4.3036-4.375" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.196 1-0.86936 0.88379 2.8194 2.8662h-4.6542c-4.4277 0-7.9923 3.6238-7.9923 8.125s3.5646 8.125 7.9923 8.125h1.8444v-1.25h-1.8444c-3.7466 0-6.7627-3.0662-6.7627-6.875s3.0162-6.875 6.7627-6.875h4.6542l-2.8194 2.8662 0.86936 0.88379 4.3036-4.375-4.3036-4.375" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editRename.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editRename.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editReplace.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editReplace.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editReplaceAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editReplaceAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m4.75 1c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.75 11c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m4.75 1c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.75 11c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/editReplaceSearch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editReplaceSearch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="currentColor"/>
- <path d="m5 21v-2h2v-2h-2v-2l-4 3 4 3" fill="#49cf00"/>
- <path d="m17 21v-2h-2v-2h2v-2l4 3-4 3" fill="#49cf00"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="currentColor"/><path d="m5 21v-2h2v-2h-2v-2l-4 3 4 3" fill="#49cf00"/><path d="m17 21v-2h-2v-2h2v-2l4 3-4 3" fill="#49cf00"/></svg>
--- a/eric6/icons/breeze-dark/editSelectAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editSelectAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v5h1.25v-3.75h3.75v-1.25h-5m15 0v1.25h3.75v3.75h1.25v-5zm-12.5 2.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75zm-10 7.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75v-3.75m-12.5 2.5v5h5v-1.25h-3.75v-3.75h-1.25m18.75 0v3.75h-3.75v1.25h5v-5h-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v5h1.25v-3.75h3.75v-1.25h-5m15 0v1.25h3.75v3.75h1.25v-5zm-12.5 2.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75zm-10 7.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75v-3.75m-12.5 2.5v5h5v-1.25h-3.75v-3.75h-1.25m18.75 0v3.75h-3.75v1.25h5v-5h-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editSmartIndent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editSmartIndent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#a8ffc1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#a8ffc1"/></svg>
--- a/eric6/icons/breeze-dark/editToggleComment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editToggleComment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,22 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.625 0 0 .625 -.875 -.87503)" fill="#eff0f1" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m17.203 0.76695v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.625 0 0 .625 9.125 9.125)" fill="#eff0f1" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
- <path d="m15 16 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2-1 1" fill="#da4453" stroke-width="1.2"/>
-</svg>
+      }</style></defs><g transform="matrix(.625 0 0 .625 -.875 -.87503)" fill="#eff0f1" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m17.203 0.76695v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="currentColor"/><g transform="matrix(.625 0 0 .625 9.125 9.125)" fill="#eff0f1" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g><path d="m15 16 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2-1 1" fill="#da4453" stroke-width="1.2"/></svg>
--- a/eric6/icons/breeze-dark/editUncomment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editUncomment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" fill="#eff0f1" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
- <path d="m9 11 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4-2-2-4 4-4-4-2 2" fill="#da4453" stroke-width="2.4"/>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" fill="#eff0f1" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g><path d="m9 11 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4-2-2-4 4-4-4-2 2" fill="#da4453" stroke-width="2.4"/></svg>
--- a/eric6/icons/breeze-dark/editUndo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editUndo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.8036 1 0.86936 0.88379-2.8194 2.8662h4.6542c4.4277 0 7.9923 3.6238 7.9923 8.125s-3.5646 8.125-7.9923 8.125h-1.8444v-1.25h1.8444c3.7466 0 6.7627-3.0662 6.7627-6.875s-3.0162-6.875-6.7627-6.875h-4.6542l2.8194 2.8662-0.86936 0.88379-4.3036-4.375 4.3036-4.375" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.8036 1 0.86936 0.88379-2.8194 2.8662h4.6542c4.4277 0 7.9923 3.6238 7.9923 8.125s-3.5646 8.125-7.9923 8.125h-1.8444v-1.25h1.8444c3.7466 0 6.7627-3.0662 6.7627-6.875s-3.0162-6.875-6.7627-6.875h-4.6542l2.8194 2.8662-0.86936 0.88379-4.3036-4.375 4.3036-4.375" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editUnindent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editUnindent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 1v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m0 3.75v7.5l-5-3.75 5-3.75m-7.5 1.25v1.25h-12.5v-1.25h12.5m0 2.5v1.25h-2.5v-1.25h2.5m7.5 5v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m-17.5 1.25v1.25h-2.5v-1.25h2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 1v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m0 3.75v7.5l-5-3.75 5-3.75m-7.5 1.25v1.25h-12.5v-1.25h12.5m0 2.5v1.25h-2.5v-1.25h2.5m7.5 5v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m-17.5 1.25v1.25h-2.5v-1.25h2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/editor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/editor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/endline.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/endline.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m19 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375zm0.75-0.57143h-17.5v7.1429h17.5v-7.1429m1.25-1.4286v10h-20v-10h20" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m19 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375zm0.75-0.57143h-17.5v7.1429h17.5v-7.1429m1.25-1.4286v10h-20v-10h20" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/enum.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/enum.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#c78df1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#c78df1"/></svg>
--- a/eric6/icons/breeze-dark/eolLinux.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/eolLinux.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,33 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="a">
-  <stop stop-color="#f39c1f" offset="0"/>
-  <stop stop-color="#fdbc4b" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="17.382" x2="17.032" y1="26.933" y2="13.634" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#fcfcfc" offset="0"/>
-  <stop stop-color="#eff0f1" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="15" x2="15" y1="27" y2="1.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#1d1e1e" offset="0"/>
-  <stop stop-color="#44484c" offset="1"/>
- </linearGradient>
- <linearGradient id="g" x1="16" x2="15.731" y1="12" y2="8.152" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="d" x1="10" x2="10" y1="30" y2="20.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="e" x1="22.778" x2="22.645" y1="29.541" y2="22.641" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="f" x1="13.167" x2="16.667" y1="10.613" y2="14.113" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse">
-  <stop offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <path d="m8.4042 7.037c0.2551-1.0186 0.0092-2.1015 0.04464-3.1515 0.07794-2.2929 1.3407-2.8129 2.6353-2.8807 1.4852-0.078572 3.2433 0.80858 3.3496 2.9715 0.05031 1.035-0.13109 2.1043 0.13392 3.1057 0.61719 2.3357 3.2667 4.0222 3.3049 6.4379 0.03543 2.2957-1.0133 5.0015-2.9478 6.2129-0.99913 0.62572-2.3547-0.125-3.5288-0.045-1.306 0.09-2.7586 1.2593-3.8853 0.58572-2.045-1.2236-2.6091-4.3608-2.456-6.7536 0.15589-2.4315 2.7579-4.12 3.3496-6.4829z" fill="url(#b)" stroke-width=".71144"/>
- <ellipse cx="12.041" cy="5.1298" rx="1.0501" ry="1.3686" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/>
- <ellipse cx="9.5543" cy="5.1777" rx=".74191" ry="1.1143" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/>
- <ellipse cx="11.911" cy="5.3527" rx=".43012" ry=".71644" fill="#232629" stroke-width=".71144"/>
- <ellipse cx="9.5578" cy="5.3527" rx=".32737" ry=".53358" fill="#232629" stroke-width=".71144"/>
- <path d="m11.903 6.5405a3.5912 3.62 0 0 0-0.38619 0.00286c-0.87158 0.051426-1.8055 0.39643-2.2774 0.81429-0.75537 0.66929-0.30753 1.32-0.63278 2.26-0.32525 0.94001-1.1437 2.17-1.3889 3.3429-0.099204 0.47358-0.22534 0.94715-0.31178 1.4229l2.3334 2.8743c0.45846 0.56429-0.73766 0.355-1.8502-0.37143 0.78938 1.1193 2.3554 2.2286 3.9016 2.1236 1.6468-0.11143 3.5912-1.8472 4.2133-3.2665-0.60373-0.10286-1.1905-1.0186-0.70718-1.7007 0.16794-0.23643 0.52862-0.25715 0.83828-0.20714-0.18636-0.72715-0.55767-1.3786-0.74403-1.9257-0.32312-0.9543-0.69868-1.2214-1.0416-2.0686-0.34367-0.84715 0.019132-2.4143-0.94811-3.0243-0.2721-0.17143-0.62003-0.25715-0.99842-0.27643z" fill="url(#c)" stroke-width=".71144"/>
- <path d="m4.6529 15.546c0.34509-0.27857 0.50665-0.84501 0.93748-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42072 0.86308 0.66001 1.1168 1.125 0.26431 0.48572 0.60515 1.1272 0.35714 1.6207-0.33446 0.66501-1.2925 0.87144-2.0323 0.90001-0.44925 0.01786-0.83969-0.32858-1.2726-0.45-0.63066-0.17714-1.3584-0.067858-1.9203-0.405-0.445-0.26643-0.9722-0.67215-1.0048-1.1929-0.013463-0.20572 0.28486-0.31786 0.33446-0.51786 0.1318-0.52572-0.37343-1.1357-0.13393-1.6214 0.2551-0.51572 1.0048-0.56215 1.4519-0.92215z" fill="url(#d)" stroke-width=".71144"/>
- <path d="m14.642 14.763c-0.14243 0.12857-0.26289 0.29072-0.35076 0.45143-0.38123 0.69786-0.12401 1.6-0.338 2.3665-0.14314 0.51072-0.55909 0.93572-0.62357 1.4614-0.06732 0.55001-0.14881 1.2729 0.26289 1.6393 0.55554 0.49286 1.5214 0.32643 2.2186 0.07714 0.42445-0.15143 0.659-0.61858 1.0168-0.89287 0.52012-0.4 1.2365-0.57144 1.6347-1.0936 0.31533-0.41429 0.65687-0.98715 0.49602-1.4829-0.06378-0.19572-0.38123-0.18929-0.50098-0.35643-0.31533-0.43929-0.07086-1.1929-0.47122-1.5543-0.29761-0.26786-0.73482-0.23715-1.1571-0.24857-0.20408 0.44072-0.86875 0.74072-1.3258 0.61286-0.3869-0.10857-0.77238-0.55215-0.86166-0.98001z" fill="url(#e)" stroke-width=".71144"/>
- <path d="m12.92 6.2863 2.3618 2.3807-3.3063 1.7-3.1887-3.2143" fill="url(#f)" opacity=".2" stroke-width=".71144"/>
- <path d="m10.604 5.3941c0.46697-0.025 0.89638 0.28 1.318 0.48358 0.40745 0.19786 1.1033 0.25715 1.1607 0.70929 0.0659 0.51358-0.65191 0.81644-1.0714 1.1143-0.37485 0.26643-0.79293 0.57858-1.2507 0.57429-0.46272-5e-3 -0.87229-0.33929-1.2507-0.60786-0.31178-0.22143-0.80285-0.42572-0.81489-0.81072-0.01346-0.41143 0.48894-0.67358 0.81489-0.92287 0.32312-0.24715 0.68876-0.51858 1.0941-0.54001z" fill="url(#g)" stroke-width=".71144"/>
- <path d="m5.849 14.589a0.74687 0.75287 0 0 0-0.25864 0.01143c-0.43083 0.10072-0.5931 0.66715-0.93819 0.94572-0.44713 0.36-1.1968 0.40715-1.4519 0.92215-0.10629 0.21572-0.058105 0.45715 0.0085 0.70358 0.26077-0.50429 0.99984-0.55429 1.4434-0.91144 0.34509-0.27858 0.50736-0.84501 0.93819-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42143 0.86308 0.65929 1.1168 1.1243 0.13818 0.25429 0.29265 0.55144 0.37768 0.84715 0.19487-0.485-0.124-1.0943-0.37768-1.5614-0.25368-0.46429-0.79647-0.70358-1.1168-1.1243-0.48043-0.63286-0.57326-1.5657-1.1834-2.0715-0.20053-0.16643-0.46272-0.31715-0.72419-0.34929zm-2.5673 3.5972c-0.098496 0.14357-0.29194 0.25143-0.28061 0.42143 0.00992 0.15714 0.073695 0.3 0.15802 0.43572 0.074403-0.07286 0.15235-0.14643 0.17573-0.23929 0.049602-0.19786 0.00426-0.40786-0.053145-0.61786zm11.36-3.4222c-0.14243 0.12857-0.26218 0.28929-0.35005 0.45-0.38123 0.69786-0.12542 1.6014-0.33942 2.3679-0.14314 0.51072-0.55838 0.93501-0.62286 1.4607-0.03756 0.30715-0.06944 0.66215-0.02764 0.98501 0.0092-0.09143 0.017-0.18572 0.02834-0.27143 0.06378-0.52501 0.47902-0.95001 0.62215-1.46 0.214-0.76644-0.04252-1.67 0.33942-2.3679 0.08786-0.16072 0.20762-0.32143 0.35005-0.45 0.08928 0.42786 0.47476 0.87072 0.86166 0.97858 0.45705 0.12857 1.1224-0.17143 1.3265-0.61215 0.42233 0.01143 0.85883-0.01929 1.1564 0.24857 0.40036 0.36143 0.15589 1.1143 0.47051 1.5543 0.10629 0.14786 0.35926 0.16786 0.46059 0.305 0.07512-0.22286 0.10983-0.44929 0.04039-0.66215-0.06378-0.19572-0.38123-0.19-0.50098-0.35715-0.31533-0.43929-0.07015-1.1929-0.47051-1.5543-0.29761-0.26786-0.73411-0.23715-1.1564-0.24857-0.20408 0.44072-0.86946 0.74072-1.3265 0.61286-0.3869-0.10857-0.77238-0.55143-0.86166-0.9793z" fill="#eff0f1" fill-opacity=".125" stroke-width=".71144"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a"><stop stop-color="#f39c1f" offset="0"/><stop stop-color="#fdbc4b" offset="1"/></linearGradient><linearGradient id="l" x1="17.382" x2="17.032" y1="26.933" y2="13.634" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"><stop stop-color="#fcfcfc" offset="0"/><stop stop-color="#eff0f1" offset="1"/></linearGradient><linearGradient id="m" x1="15" x2="15" y1="27" y2="1.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="h" x1="16" x2="15.731" y1="12" y2="8.152" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="k" x1="10" x2="10" y1="30" y2="20.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="j" x1="22.778" x2="22.645" y1="29.541" y2="22.641" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="i" x1="13.167" x2="16.667" y1="10.613" y2="14.113" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><g stroke-width=".71144"><path d="m8.4042 7.037c0.2551-1.0186 0.0092-2.1015 0.04464-3.1515 0.07794-2.2929 1.3407-2.8129 2.6353-2.8807 1.4852-0.078572 3.2433 0.80858 3.3496 2.9715 0.05031 1.035-0.13109 2.1043 0.13392 3.1057 0.61719 2.3357 3.2667 4.0222 3.3049 6.4379 0.03543 2.2957-1.0133 5.0015-2.9478 6.2129-0.99913 0.62572-2.3547-0.125-3.5288-0.045-1.306 0.09-2.7586 1.2593-3.8853 0.58572-2.045-1.2236-2.6091-4.3608-2.456-6.7536 0.15589-2.4315 2.7579-4.12 3.3496-6.4829z" fill="url(#m)"/><ellipse cx="12.041" cy="5.1298" rx="1.0501" ry="1.3686" fill="#fcfcfc" fill-opacity=".941"/><ellipse cx="9.5543" cy="5.1777" rx=".74191" ry="1.1143" fill="#fcfcfc" fill-opacity=".941"/><ellipse cx="11.911" cy="5.3527" rx=".43012" ry=".71644" fill="#232629"/><ellipse cx="9.5578" cy="5.3527" rx=".32737" ry=".53358" fill="#232629"/><path d="m11.903 6.5405a3.5912 3.62 0 0 0-0.38619 0.00286c-0.87158 0.051426-1.8055 0.39643-2.2774 0.81429-0.75537 0.66929-0.30753 1.32-0.63278 2.26-0.32525 0.94001-1.1437 2.17-1.3889 3.3429-0.099204 0.47358-0.22534 0.94715-0.31178 1.4229l2.3334 2.8743c0.45846 0.56429-0.73766 0.355-1.8502-0.37143 0.78938 1.1193 2.3554 2.2286 3.9016 2.1236 1.6468-0.11143 3.5912-1.8472 4.2133-3.2665-0.60373-0.10286-1.1905-1.0186-0.70718-1.7007 0.16794-0.23643 0.52862-0.25715 0.83828-0.20714-0.18636-0.72715-0.55767-1.3786-0.74403-1.9257-0.32312-0.9543-0.69868-1.2214-1.0416-2.0686-0.34367-0.84715 0.019132-2.4143-0.94811-3.0243-0.2721-0.17143-0.62003-0.25715-0.99842-0.27643z" fill="url(#l)"/><path d="m4.6529 15.546c0.34509-0.27857 0.50665-0.84501 0.93748-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42072 0.86308 0.66001 1.1168 1.125 0.26431 0.48572 0.60515 1.1272 0.35714 1.6207-0.33446 0.66501-1.2925 0.87144-2.0323 0.90001-0.44925 0.01786-0.83969-0.32858-1.2726-0.45-0.63066-0.17714-1.3584-0.067858-1.9203-0.405-0.445-0.26643-0.9722-0.67215-1.0048-1.1929-0.013463-0.20572 0.28486-0.31786 0.33446-0.51786 0.1318-0.52572-0.37343-1.1357-0.13393-1.6214 0.2551-0.51572 1.0048-0.56215 1.4519-0.92215z" fill="url(#k)"/><path d="m14.642 14.763c-0.14243 0.12857-0.26289 0.29072-0.35076 0.45143-0.38123 0.69786-0.12401 1.6-0.338 2.3665-0.14314 0.51072-0.55909 0.93572-0.62357 1.4614-0.06732 0.55001-0.14881 1.2729 0.26289 1.6393 0.55554 0.49286 1.5214 0.32643 2.2186 0.07714 0.42445-0.15143 0.659-0.61858 1.0168-0.89287 0.52012-0.4 1.2365-0.57144 1.6347-1.0936 0.31533-0.41429 0.65687-0.98715 0.49602-1.4829-0.06378-0.19572-0.38123-0.18929-0.50098-0.35643-0.31533-0.43929-0.07086-1.1929-0.47122-1.5543-0.29761-0.26786-0.73482-0.23715-1.1571-0.24857-0.20408 0.44072-0.86875 0.74072-1.3258 0.61286-0.3869-0.10857-0.77238-0.55215-0.86166-0.98001z" fill="url(#j)"/><path d="m12.92 6.2863 2.3618 2.3807-3.3063 1.7-3.1887-3.2143" fill="url(#i)" opacity=".2"/><path d="m10.604 5.3941c0.46697-0.025 0.89638 0.28 1.318 0.48358 0.40745 0.19786 1.1033 0.25715 1.1607 0.70929 0.0659 0.51358-0.65191 0.81644-1.0714 1.1143-0.37485 0.26643-0.79293 0.57858-1.2507 0.57429-0.46272-5e-3 -0.87229-0.33929-1.2507-0.60786-0.31178-0.22143-0.80285-0.42572-0.81489-0.81072-0.01346-0.41143 0.48894-0.67358 0.81489-0.92287 0.32312-0.24715 0.68876-0.51858 1.0941-0.54001z" fill="url(#h)"/><path d="m5.849 14.589a0.74687 0.75287 0 0 0-0.25864 0.01143c-0.43083 0.10072-0.5931 0.66715-0.93819 0.94572-0.44713 0.36-1.1968 0.40715-1.4519 0.92215-0.10629 0.21572-0.058105 0.45715 0.0085 0.70358 0.26077-0.50429 0.99984-0.55429 1.4434-0.91144 0.34509-0.27858 0.50736-0.84501 0.93819-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42143 0.86308 0.65929 1.1168 1.1243 0.13818 0.25429 0.29265 0.55144 0.37768 0.84715 0.19487-0.485-0.124-1.0943-0.37768-1.5614-0.25368-0.46429-0.79647-0.70358-1.1168-1.1243-0.48043-0.63286-0.57326-1.5657-1.1834-2.0715-0.20053-0.16643-0.46272-0.31715-0.72419-0.34929zm-2.5673 3.5972c-0.098496 0.14357-0.29194 0.25143-0.28061 0.42143 0.00992 0.15714 0.073695 0.3 0.15802 0.43572 0.074403-0.07286 0.15235-0.14643 0.17573-0.23929 0.049602-0.19786 0.00426-0.40786-0.053145-0.61786zm11.36-3.4222c-0.14243 0.12857-0.26218 0.28929-0.35005 0.45-0.38123 0.69786-0.12542 1.6014-0.33942 2.3679-0.14314 0.51072-0.55838 0.93501-0.62286 1.4607-0.03756 0.30715-0.06944 0.66215-0.02764 0.98501 0.0092-0.09143 0.017-0.18572 0.02834-0.27143 0.06378-0.52501 0.47902-0.95001 0.62215-1.46 0.214-0.76644-0.04252-1.67 0.33942-2.3679 0.08786-0.16072 0.20762-0.32143 0.35005-0.45 0.08928 0.42786 0.47476 0.87072 0.86166 0.97858 0.45705 0.12857 1.1224-0.17143 1.3265-0.61215 0.42233 0.01143 0.85883-0.01929 1.1564 0.24857 0.40036 0.36143 0.15589 1.1143 0.47051 1.5543 0.10629 0.14786 0.35926 0.16786 0.46059 0.305 0.07512-0.22286 0.10983-0.44929 0.04039-0.66215-0.06378-0.19572-0.38123-0.19-0.50098-0.35715-0.31533-0.43929-0.07015-1.1929-0.47051-1.5543-0.29761-0.26786-0.73411-0.23715-1.1564-0.24857-0.20408 0.44072-0.86946 0.74072-1.3265 0.61286-0.3869-0.10857-0.77238-0.55143-0.86166-0.9793z" fill="#eff0f1" fill-opacity=".125"/></g></svg>
--- a/eric6/icons/breeze-dark/eolMac.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/eolMac.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m21 3v16h-20v-16h9.3247zm-11.146 0.88942h-7.9826v14.221h7.4031c0.11765-0.42248 0.20452-0.85325 0.26552-1.2846 0.04793-0.34243 0.07448-0.67606 0.09191-0.99626v-0.0044c-0.0033-5.77e-4 -0.0061-0.0019-0.0094-0.0027-1e-3 0.02831 0.0012 0.05405 0 0.08252-0.28758-0.01779-0.57451-0.03999-0.86209-0.07557-1.5338-0.18233-3.0458-0.59657-4.4619-1.2325l0.34811-0.81287c1.3028 0.58257 2.6928 0.96863 4.1045 1.1465 0.28758 0.03558 0.57952 0.06733 0.87145 0.08512 4.08e-4 0.0089-3.83e-4 0.01887 0 0.02779 0.0017-3.74e-4 0.0034-5.34e-4 0.0051-8.9e-4 -1.03e-4 -0.0031 1.05e-4 -0.0065 0-0.0096 0-0.0089-7.4e-4 -0.01292-0.0051-0.01737 0.0044-0.03113 0-0.05844 0-0.08512-0.03922-0.75156-0.16088-1.4181-0.30467-1.9873-0.02179-0.0845-0.04374-0.16499-0.06553-0.2406-0.0044-0.0045-0.0041-0.01282-0.0085-0.02172-0.05664-0.20457-0.12197-0.39624-0.18297-0.57413l-0.21361-0.59584h3.8083c-0.25272-1.7877-0.75387-3.5217-1.4859-5.1671-0.37908-0.8494-0.8146-1.6719-1.3157-2.4546zm6.8712 2.2288h-0.88762c-4.35e-4 0.74978-0.0013 1.4994-0.0017 2.2496 0.29804-0.00222 0.59639-0.00427 0.89443-0.00695-0.0013-0.74756-0.0034-1.4951-0.0051-2.2427zm-9.6294 0.016503v2.2105h-0.81273v-2.2105zm10.303 7.6226c-1.7477 0.78714-3.5996 1.218-5.5002 1.2803-0.46318 0.01334-0.92699 0.0094-1.3897-0.02172 0.01307 0.28461 0.01307 0.58257 0 0.88942 0.31024 0.02224 0.62548 0.03127 0.93528 0.03127 0.16165 0 0.31832-0.0051 0.47998-0.0096 2.0139-0.06666 3.976-0.51974 5.8287-1.3558z" fill="#eff0f1" stroke-width=".4402"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m21 3v16h-20v-16h9.3247zm-11.146 0.88942h-7.9826v14.221h7.4031c0.11765-0.42248 0.20452-0.85325 0.26552-1.2846 0.04793-0.34243 0.07448-0.67606 0.09191-0.99626v-0.0044c-0.0033-5.77e-4 -0.0061-0.0019-0.0094-0.0027-1e-3 0.02831 0.0012 0.05405 0 0.08252-0.28758-0.01779-0.57451-0.03999-0.86209-0.07557-1.5338-0.18233-3.0458-0.59657-4.4619-1.2325l0.34811-0.81287c1.3028 0.58257 2.6928 0.96863 4.1045 1.1465 0.28758 0.03558 0.57952 0.06733 0.87145 0.08512 4.08e-4 0.0089-3.83e-4 0.01887 0 0.02779 0.0017-3.74e-4 0.0034-5.34e-4 0.0051-8.9e-4 -1.03e-4 -0.0031 1.05e-4 -0.0065 0-0.0096 0-0.0089-7.4e-4 -0.01292-0.0051-0.01737 0.0044-0.03113 0-0.05844 0-0.08512-0.03922-0.75156-0.16088-1.4181-0.30467-1.9873-0.02179-0.0845-0.04374-0.16499-0.06553-0.2406-0.0044-0.0045-0.0041-0.01282-0.0085-0.02172-0.05664-0.20457-0.12197-0.39624-0.18297-0.57413l-0.21361-0.59584h3.8083c-0.25272-1.7877-0.75387-3.5217-1.4859-5.1671-0.37908-0.8494-0.8146-1.6719-1.3157-2.4546zm6.8712 2.2288h-0.88762c-4.35e-4 0.74978-0.0013 1.4994-0.0017 2.2496 0.29804-0.00222 0.59639-0.00427 0.89443-0.00695-0.0013-0.74756-0.0034-1.4951-0.0051-2.2427zm-9.6294 0.016503v2.2105h-0.81273v-2.2105zm10.303 7.6226c-1.7477 0.78714-3.5996 1.218-5.5002 1.2803-0.46318 0.01334-0.92699 0.0094-1.3897-0.02172 0.01307 0.28461 0.01307 0.58257 0 0.88942 0.31024 0.02224 0.62548 0.03127 0.93528 0.03127 0.16165 0 0.31832-0.0051 0.47998-0.0096 2.0139-0.06666 3.976-0.51974 5.8287-1.3558z" fill="#eff0f1" stroke-width=".4402"/></svg>
--- a/eric6/icons/breeze-dark/eolWindows.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/eolWindows.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m21 1-20 2.7202v14.56l20 2.7202zm-1.8182 2.081v7.0099h-9.0909v-5.7724zm-10.909 1.4844v5.5256h-5.4545v-4.7834zm-5.4545 7.3438h5.4545v5.5256l-5.4545-0.74219zm7.2727 0h9.0909v7.0099l-9.0909-1.2376z" fill="#eff0f1" stroke-width=".90909"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m21 1-20 2.7202v14.56l20 2.7202zm-1.8182 2.081v7.0099h-9.0909v-5.7724zm-10.909 1.4844v5.5256h-5.4545v-4.7834zm-5.4545 7.3438h5.4545v5.5256l-5.4545-0.74219zm7.2727 0h9.0909v7.0099l-9.0909-1.2376z" fill="#eff0f1" stroke-width=".90909"/></svg>
--- a/eric6/icons/breeze-dark/eric.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/eric.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="225" height="225" version="1.1" viewBox="0 0 59.531 59.531" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -237.47)">
-  <image y="237.47" width="59.531" height="59.531" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 TGVnypE7rdaNNXYADkSA1BBjylkzJlJIlM6Yn8sK2b2ZxJMXYer0t+57zXf9ozfsAfC6xa4EYe3T GU29pbreIm6MWFtbZ7MQFg8uElVogrE9mmNcRdp6i7oZsfzcCtONNeaGAU01xULD3H5HaCOTaUua BEqXGxZNyG1+gtKbK3F46npKXbdMtrMBZhthYS4fE3cil2MZHE5hOFD6PcU7yeBK1jU/FN/bMQLN Georn8SLXKvrsFznFYVimjucGNRtQoHCawYpuWmDk+wFGMG5PFwvC6XsXHBjsu7Ym63USHm4X5ZG v4S5hUTwyrl1aEv/yfu//a0/9z1//l/+zjfu6u7F741dx5j5d49/4K9e9Vuv197+Jat7PPf4ZVbO ruCj0VYTmnpMtT3h3OPPkWo4/aJ7EPM8+9h51i6sIpaYbI3ZXNlishWJdW6mWFcrqe+U1FQp1DEY FFkVTY2y6OToOy5minlTge7xIeXzntfcFS3LnLUsQlUl6jprtcQIIeQsGiK0IddyIeaMSNcFVZcz pfdKWSi9Mm+1x26OWHihKJXUmYqKSh7ES/6e1AnOKaqKdI0hkeyP4ZzRLwU1IbSR2RnYv6RIz1id CG44s/yaN37bP/7v/8ov/vR1veB7sfsy4VYYvWU0TWd6ZZ+5/hEOzW2xUq2weXmd/jgwrdYZjWrK 4QIvv/c+Tt/xCuZmD/DcF1d56uEHuVxvMBgazXhCqoT+cIFeLzGZTJlujjI9rFSKIrf7qzpQp1zP DYY57c0C4hxb6xl4ktcPEISOh03bGrFNVJrZK7E7OloSpjEzXny3KSbdwph0hBnbyYzW1YF5WkHb xgxUoCjyLwLJDVIwwbQb/EkmAgAklJQ6tk2yLhMaSQIaQduCvheGvYQWMIoJZsrl43e8/Kdf+8Yf +in4t9+gK7sXv1/sOhBOU3wtaUDdlCztO8grXvWtVJNtHvvMR7jy1GWaaov9R/fz2m9/DSdvv4lL V59iONfjrrtvo1k7z/qF5+h7WNi3QGwL1A8g1VmJLOWB9DTmQXYpmZ1CyoadiUwZS+RslwwKp3gV QswUr7bJXVAn0MY8nFeX67XC8nO0IXdI2+55XDcXNGDnL9nhf5JB2baJEPNIw3nBdXM+29l2sNwc iiH/nFL6cjYVBch1ZNMt7pZl/kUx1MTsQClIbI4M6ysHjix+8K1/7N0/9+IXP/BHygdwt8auOo7+ 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 DgjAJvAMGYTPAZ8jH0nDH+YLftdb9r98ZK2aJYrCWFzsZ9tyAIF6CnVT0+v10vveu/ZE97BdSxj4 pgbhO995/MD/+Jf+4g9idtt7fvon/8mRg/NnFva7U05dNg0NMJ2OVh97dPvDy8vV5uOPt+fI5OOv +0309rcvzce03bv9tgMMBo4f/uHn17sPfU1f6/u+r39wOLOPatS+sTeceSWmJDEkJlISYjRbWdv6 yLmzo3Nf/GI4C0y/xucW4CDwSuAm4ABwqPv3gPdSFIXoYKBSVYnJJLXd836JnAWXgU8Dj/N1rv/e 9Kb+wVM3LlJV4fVeFl61sCjcedf8D1242Dzp4g2H+/0Cr0rZL7MVniptinhfkJKxvProyrlzWw9v bKdqPJr8ym/8xtVHute4q7L0Nw0I/+JfOnbbdNrc/r3f+7+/H+CZL32UCxc+/8nJuF/fcsu+wzee OnHmyP7bCSFSOE+MgUTiyurjPP7UhefOPvfUFx97dPsD+3vlU+//zasPkv3d/6t/e77lNfsOXdhq 5w8ckaP7ltxS08iN+xdOvfZlLzt45/LK1Y33//Lj/+Bzn5s8AXzhD/o6b31rb3+I/T/33X/i7vdc ON9+6fAxd/jmG2+dmx0cYTypwHLNNg2XeObsuUuPfv7i1lNPr3z4+eeqX3vmmeZRMki+mvuSkEF3 HDgFHCUDc3/3sSVgX/e56cCBoj5ypNx+/RsOPP/wb6098onHtj/cfY3/+p/XW/cdj5G7U0r8me/9 7veff/4Znn727MdOHDl5+OYzswdvOvnihX6xP9vfpQrHDJYSMUacc1g01DnatmVh3xz79y+wvnWJ 9dWWC1fO8eSzD37q7//40//s4sXqETKdbtcA8YXcHZUf/MGTD8zMln+y9HOH9y36l+5fuOnWeuvx ZmZYcM+dx+Q197zk7qae4eDBBVIMTKcV0QWc94ToAMdtN93Hi88UNyxvPHniMy/64hvOPXX22Zdf rX/u4sXpw1cux0+QL1YE+IV//kMG8NlHPvyvvu3b/9z3Xl3+Mhvrow/9/N/wsnSnaGTfQo/+gBsX FvafWpy58cBgZsD+pVIPLN1YH1jcP/Nvf+OD45XVz91DvrkHwKfe9icOHFdpWDrQP9Hz/bfPzS8u LS54YpzesG/x9L133HYPr7//2JkYArFtqUNg0M/dSjOj9Ddw+033Hr3/7pWjH//Up2/+D5/59P2w 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 "/>
- </g>
-</svg>
+<svg width="225" height="225" version="1.1" viewBox="0 0 59.531 59.531" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -237.47)"><image y="237.47" width="59.531" height="59.531" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 TGVnypE7rdaNNXYADkSA1BBjylkzJlJIlM6Yn8sK2b2ZxJMXYer0t+57zXf9ozfsAfC6xa4EYe3T GU29pbreIm6MWFtbZ7MQFg8uElVogrE9mmNcRdp6i7oZsfzcCtONNeaGAU01xULD3H5HaCOTaUua BEqXGxZNyG1+gtKbK3F46npKXbdMtrMBZhthYS4fE3cil2MZHE5hOFD6PcU7yeBK1jU/FN/bMQLN Georn8SLXKvrsFznFYVimjucGNRtQoHCawYpuWmDk+wFGMG5PFwvC6XsXHBjsu7Ym63USHm4X5ZG v4S5hUTwyrl1aEv/yfu//a0/9z1//l/+zjfu6u7F741dx5j5d49/4K9e9Vuv197+Jat7PPf4ZVbO ruCj0VYTmnpMtT3h3OPPkWo4/aJ7EPM8+9h51i6sIpaYbI3ZXNlishWJdW6mWFcrqe+U1FQp1DEY FFkVTY2y6OToOy5minlTge7xIeXzntfcFS3LnLUsQlUl6jprtcQIIeQsGiK0IddyIeaMSNcFVZcz pfdKWSi9Mm+1x26OWHihKJXUmYqKSh7ES/6e1AnOKaqKdI0hkeyP4ZzRLwU1IbSR2RnYv6RIz1id CG44s/yaN37bP/7v/8ov/vR1veB7sfsy4VYYvWU0TWd6ZZ+5/hEOzW2xUq2weXmd/jgwrdYZjWrK 4QIvv/c+Tt/xCuZmD/DcF1d56uEHuVxvMBgazXhCqoT+cIFeLzGZTJlujjI9rFSKIrf7qzpQp1zP DYY57c0C4hxb6xl4ktcPEISOh03bGrFNVJrZK7E7OloSpjEzXny3KSbdwph0hBnbyYzW1YF5WkHb xgxUoCjyLwLJDVIwwbQb/EkmAgAklJQ6tk2yLhMaSQIaQduCvheGvYQWMIoJZsrl43e8/Kdf+8Yf +in4t9+gK7sXv1/sOhBOU3wtaUDdlCztO8grXvWtVJNtHvvMR7jy1GWaaov9R/fz2m9/DSdvv4lL V59iONfjrrtvo1k7z/qF5+h7WNi3QGwL1A8g1VmJLOWB9DTmQXYpmZ1CyoadiUwZS+RslwwKp3gV QswUr7bJXVAn0MY8nFeX67XC8nO0IXdI2+55XDcXNGDnL9nhf5JB2baJEPNIw3nBdXM+29l2sNwc iiH/nFL6cjYVBch1ZNMt7pZl/kUx1MTsQClIbI4M6ysHjix+8K1/7N0/9+IXP/BHygdwt8auOo7+ 7mMP/t2z04v3WzFLcks4BvT78ywdOUhdrXP18hWO3nCI+1//LSwd2sfl5ctUowqNFbEeMz8UqEfE yZTZQQFaUtVGM61pm4hZ9tgzS6jBeNLQNplE3bSR0Cbqxqjr1A3nhX7PMRx4ej1FUq4lvRN6Ze6a 5qSW6zEzSF0n1DkoJGfbbrSH2U4W7GpSEUKbj6pmuR4sXOaKqtvpqJKJ1tB1PwVVBclEAET/o+Nv 2yZiSigJSXnzftJE2hZ6M45DN8585Lve8n3/x5vf+ENfvB7XeC/+09hVmfDK6MKbzp57kmLmBEsH 5yiOlbRcYbAvccfr7+DQrQNcmtA2Yz7zyMOYBYo5pRBoxzXDQcsNJ4wrIbC1MmLaCtNopCZgJIoy y0OkKjdMHEqyPJZQFWLIRzohW571e3mcUDf5cUWRazeLKbv1htygCdFIvhuIa9f1hHyE7aQkUjeG wKDw+ciZNUV3uKB5lghcG1s4l2u/ugNp6XNNGLvubPaGFybTQFPHPM4g15M7NLlEoiwEVygzM8PJ 3a/89ve9/S0/8anrcHn34veJXQXCcmiDK1fX4GKkHi/Sny+xwYTxZs2g9Bw/c4xnn3yCp594ltHo Er6X0O0pxEA7muCqxA1L8xx68SKPPrTN5mRCm4wYYha6lWxQmWswYzhT5PZ9a3n5FSUBDsU5xaiv NVowQ8lHh7QjltsNzY0see99HsInyHt8MTsu+S6zebp1pMx0y/xRl8cS+WSaO6NIzoAqmWgtXc2H UxSlqbNMfdNEzDILJmWfNkLKRPJsZa3M9BO+UArvOXn86K/deeef/iX4xet0hffiPxe7C4TzxcLp F93MlS+N2d5YYXNtiB8mQjWhomB2riBUntgqk41AjBWtbRCmLc3WiNKEfUWPU4f2MTszwG/VSIxZ jyWBIaRmh6cp9PtK20IV2rxFgcM5JZjR1AFCVilTAfKiBFhegDXL9eAOnzRJzoC2gyMB5zM1TVye BXaL76Rui8mpEFPecuj5DOIdVo3TnBdDAKxbZwoQugOwmbG5HWjadG3EQbelbzF/7cWhYzhjbFcw v2/wkde+9o0/ef/9b9nzhNhlsatAOFjoX3n1A/cdPH9izMXzEyTVbG9tEZuGKgwZ+sPcePLFkJSt tVVWLqzSxhGpaRn2jdjAU5+/zMb5EURhYX5InFSUlkWSNIGJ4XqO0mtHa4PCOcZjo5pG6hCQnYNh mwguHxNTNHzqxgR8OUvlPUCjCWTDle6hrpv5aZfVJlVi2oLFjvjdgS4TsTtXspCzrXpBnRLJgBTy MTRLVEQMmEyyhGLZ1ZCp2+Lol0LfCd6E7XFkHBODWc/tL3vpL5+6449/Av7vb/Rl3YuvErsKhOvV cuwPbuDIscNMJitcOfsMzZUVSoVBOSHNznLkxEmcu4Gzjy9x8emLpDCkbWvGbSBOAuuThq3BiBKh sbxMOyj7mUpWB0wMYstk0kJsWVgomJktKPtwdbWhqrJchKhgKbNYzDIILRnaDcO1AyB0TZNoJOkY MC7retYxN3FSNKaNUTe5q1oWX2bkOBFEpcvUIKqUTjDVbgewa9So0DTZKXdnwK8qeLVuhmj0vdDr 52N3EbN2qJstmFnofej0i179my++8431dby8e/H7xK4B4Ue/8KE3PrH+uXhgZgnv+7TVVa489wxh e4P5+QF+/5DtVXiyuczm2jbDwYDjN55idW2dajymGU1wvYbhEJxEtlZHNFXIkn9E2mkitgGvDpWW pgnE1KLOUKeoNwYz+d8UMgNGyA0bB7mrGrIYknVD+5TyjFAceAQT6xblbae0u7byNDNUZofdsXQn S14jdwu+kAxI8seyBKiiki3KUsxD/Bjz3LJ00s0c8/v9AooC2pBoWqPswaD0jFup5vcfOnfq9Lec vX5Xdy/+oNg1INyebJ5ca9YWBwc3raCQNtRomkB1ha3plOl6otqcoT/nmFSRaRB0xujTww0EP1NS SIuEMdONTdxCYHEBmu2GyVag7ZoV4EgdJSW0xvZWS11ptxfoceIQzUplqiGDNOVaT10GSGq79+HL yq0C1k3ic3OnU7L4itFDzoBZvCnzQpWY8tteJGdQMtBw0r3ejqbWZiU0Jc8Q7dqaEtlXUIyqSrTd rDEm2J4mGl9w46kXPXT3q96y/Y2/qnvxtcSuAeEkTRaqqlnYurpJVY0gRBb2DdjYiFTTCaPNTba2 EsMZJSAk16eqhNG4D6JMtxtUKrBtzBoO3dzn1IEhK0+u8ewzgbZNFOpIbaQNETNjdqbIq0RJsCTE mOd2KQkqjkTouqf5pi8kd0HVZ5EJJTNUOhJN1u902XRTEhDtWk3Ytjug6TbeOxqN7zZ5896hXXue zroCuv9v2zwm8S5/jbLMXdEYDRPDYiLELiN6IWTg2sGj+1ZO33Lfw/Cr3+hLuhdfY+waEE4n4bbp GL/89DZXL69x+NgSL733Nazc8mrOPfUozfnHSPVV1kZXaauWYVEh0TE7TahT3GZFU09Q12JEekNP MSgoUp+ejxT78yLuZBzozRXghEGRuQrSZpDKuCU2EWfh2mTdOqDFnc5npwuTdtgtmusz5zvTFwGL GYRFlyZj6hJmyG877VahUrcVoXkaH3a2MwxaIknysD1ZBpZKNvPckdBIX/G6VATv8twyCYyd2nCu sEOnDn/q+I0vu3RdLupefE2xa0A4mdbzW6uT4tLqREbrm+ybLzly4gYGN95BcegUN951Kxqe57kv fpLnHjvH1vPLeBxDCmIdkVGLtC2mgZQCVSGshDHrKzVNk1Cv2S26rzjvqdtI1ZGpfTTamBCLOGeo ZWEm85kVoyIE7XYDtSNTu242WOw0WLpaMHYaogiuAxRCJ13RcU+Na2BrkqGaUBU62RecE3p+R3kt y1tEM1LqtvEN6k48qvDWNX+gDYIXw3mJ5WwZZ5eGcWHfvudfdd93rV3Xi7sXf2DsGhCubq4trq9s FuNVY31ljcUDs5xZvUCrG0xWn6Fftuybn6F/003YesPnzy6zPZ0QXHdm84mmDWhS1Hk2R9CECcSY 66VpS6Rr/YeWWMdrytRNHTCM0rqFWidokTukPtsZ0bS5Teo6wrbkzk3OcKnzc+gy3s7n5KZK/njm eeYMKWLXqGnehLLMTZa6yUdKV3Rk7G6Dn+7t2NHQ6OpR7WwSY4K6zZpRA5E46Ll2brZfDcqyKSgm b3xF6U6/5LT97M8/nn6fH/9eXMfYNSCcjEb16sX1enI1FNNpzdZWxdknn2SaRqytrNIrlK1eQZGm 9Pslx0/uZ+PqBuO1ja61nxdYrRM/2t6s2d4IDPuQdigqIW/Hx5iH4aGOuXsZ0pe3G7oOJ5aPleay 9ZiKdiyZLutJPpKmHc3QroDTrsO583872XNnZnitmyNdp1OyJCJkQnjTJMbTDD4hZzmVPIr4ih4Q 0YxhX1GB0dRIhg37xMFAG1+48eywty3Ojba2t/R1b33HwdHo3DqwN6LYhbFrQLh08BAGtrG+zZFT J7j93rsxNhmvPUuRKuIocvnCmFRXzM567n71CdZXZnn4d8ZcuTjKXckoNHULUbLgkaTuGJglAcUE 2oQk6PeEKHkw7ntFBl9MmQAd8kZDnCZ6fcEPNQ/34drGu5ntbBXlEEHJ2U2xbpNeMFN2GGli+XPy nE8RJ6Rg1FXKshRO6ClISkRi7rB2LO6dGaV2nhNtmyUbQ1czqsNmZ1zs9XxVFOVIo1srnL863Rod OHhYX5KGM59gD4S7MnYNCAeDYXPs9A1h0DvI7Xe9nJe97F4e+ez/y5XzlyC2FM7jU4QQSUFo65a2 jZw4NUc1rrOOJkqKgkpBUZSU2pKqmskkULWJlNK1WiyErCeamyPWLe2mzMHMNE2KXke2TnnVKEa7 Nhqg03vpejHdnl/OjFn6IkvpW3d8xHIazG9m+FrMAIqBThktb07UjSHW7Sde05bpasIWWsniwKMq /1+vhF4hFpOEJtAWPZ3ENm0UpWyoatPWo5OpTZ//xX/1d8bv+N6/tnck3WWxa0BYpELvvf/+8tjx V6IzfSgTc3P76Td9RlfXaaho6xFYTbvYZ3F2iclmy8VnGhxDEtA2gXKolEMltFNSIGebCLGNNNOE A/qlox61FJKbH22bb/IoUJaCllm2Yp8HTfmIWNWJtu1eq8sgTR1lTTpeqOvUdk0zU0dEr40bzPTa hj6W15JSzKtJhXe4lD0SmybTz0qXGzviDPXa/aIwmmSEcG09ypyDslQT0VgFGil8Zca2im170c3C u/V6vL1vOLtwvPC6AVTX7SLvxX82dg0IHT5NCObnSkKCEAKoEprI5toYVzak0KIaGG1NefrxZVJU ptM2t+mjB4lMpy2TacQkoA1YlfBOs7971VIWwsGlPqOthqpJCIIv81HQio6tQgZl2xjOsvBTv6d4 zYCN0XKnVbimnq3CtaNiNzPAdeuasRvYi8k1X3ih63C2RuEVE6NqcpJamC3xks1k2ghVm5HbsXPM ewhgM32xstSUEtYEpiIy9V7HoFNVV4u4yqKMMKp+f3h6tLVy/n9696vrH/+Zj9nvfyX24hsduwaE BXJp88Jatbm4PLs+mrA2WUW3tnnRLSfw06s8/9xFIFLVDVuNMTfXR9VD8rTT2NHQulUH183iUFzh CJ3gre9qsI21KcO+RxBim4+oKWVBJlGhS1pYSqgDLLNVQsyAG/Qy8XqHndK1fbIuaJObLaKJqDE/ D3mXMDT5e/Xdpr0vYDhUVHP26/Xygu80BAqUFGDa+cr7AlMVU8Wck9gmS77QGE2taqxB3GRmUGyI +q1gbhQia4KtWUhXFRk1TdXGaAdvvuWu7b/9I/ub//VHfmXvWLpLYteAcOAHn7Wt+NbRZHSgGo25 evEyOl7m5Eyf/QcXWb6ywmi7YjIO1FViMs4uto4SJVPNvFOCZUfe2gIBxe+o6dKRqbt3myZl/RYn WNipubLJyo5S6A6odsSZSg9YN9bYqQe77ozTr1jO7TZ0Des4qJnlsmNJFjuVNRGIKTGdfvlrQCaB t43l4zSG82LeY04k+lJCWWjwyQJIbII16lw1HPQ2y9KNBbeF+mVxxUo0WRZkNUbbkpiaupoMndrs 0sKB0fvf+2P129711/cy4i6IXQPCuXL4XL8OlzeePX/ThQuXuDq+ykJ/RBxsMztMzM/O0k6MqCXq sxNSHRoSgURAxBAUJ4qTEpE+FhqEgDrX1WuJQB5LNClROoXOtyFZBlEmyySiGa2A7AgvOUF9tzGR crPmmv5nBx7XAQ3ouKRZi3RH4Cl1ncy083iMGDtZ/U5QyqxTaOu26V0GbrKoMSpNitqK+MqXEqd1 bMG1MzO9bUS2E269cMWGc/qcmazFyJVkaTU0zbhp2raqJjI/f3C+rmMQdQlorsvF3ov/KOSrf8o3 Lt7zT3/sfZvot1cpLJ6/cJ4wfp7Dg00stKxeyRv2oU1ZK8Yi1bShbZqsEVOHjt7l8d4hpkgKmHUG nCnlnbuQUMt6ndckJTSTpwMdTzPm7fRBJ9RUZKs/7Jqmp+R9QeGajL3v9vokz/bzNr5Kt+0gVG2W RMS4tkeYdwUzIHc0SLsFjW6HUMx5jYWTSpzWQFCl8d7VBrW6ojE0FF42QS857zeLolhxKivO6fP9 nl8eDsrxzHA4GczMbszMzza94awNZuab/+6v/HR7nS7zXvye2DWZEKAfNa1ONjhzx23U1VUef2aN SbuKmFFPA7GF1OZ53n+0zJfAdfu0LkSaKtB2ZiwqQkrx2iCeTl4iOx91pGozgmX3Ikc+jCYFbzsL vTs1Xwfc7tyZdjTtyTNB6VKjpTyzlOhpo5JSIkZFOucl1yk3WUzZOzBLUpiI0CvUvFeSRkMliWit IhviZEvEtWBtSIgvfOWca1HdAtkoynLZOV0pvT4fjQuYXIrRQghxq2ma7f/rH31ob0a4S2NXgXDf wv5HPn/u7OsunT3PwsKC7T+wn6vPrdFWlbRtto4ObSS2WUVXFKyJmQUTcgtfXN7Li5Jl64Nl+phz QlE4RA2VzNV0krNRajsTz9SxXtjZiFBiSDQxjyEK322xW64Xd0YSdFsRO6wbEaEsFTOhqmNWP5Ns 6iJADIk2ZRmKwgulUzNv5kRNVJOqJPXSokwxrUQRCjdjAAAgAElEQVRkW0QnIlQgjahFM2oVHRW9 3kqMtimiG977p5LZJUw3xelaTGny/7zv85PreU334qvHrgLhsaOnHj94/kvLl8+dP+Tnnc3MzFmY O0pdbErVbktTTcRcTdRImCRccBALxBLWZE6o6yUGfej1I820oGk8RsR70AIgp7fUcTvpmDQaOl4m QNypzYSEQ7qxQgyCOXCa6WLZtnpH93NHdwYQyTVlaC3kgaHt7BuKCKZJvApa5gmimJl3aiISVaQR r1NRDaYywWgs0YjqVJEqWaqdc1OBkarb8KorRVGuOJWLZumKqFs3bBll8i9+9Ym9DugLIHZVTQjw T3/xH/3C408/8rbl9ZVyOtlI2lQiqZFpO5LxeKyhrqSuW6bbDTEYLjpBINVGE1q0A5wvDEue2DpC ihgJNI8YOknrzvkWXMqzwGJnsJ4yLzSGPID3bkdKJiEmUn6F5mg+mUoyM0lmiInFZBKSmTiCy2YW 6p0jRVMRkqLSyWOkEC3FlKzwvi29NqBTEYkm2pja1KmbxpTGISRUdaIi26puRdRtOHEbRVFc9qW/ JKIbKYUrJrL9vl//4p6o7wsodlUmBDgyt/DhzX7x6v0H9h26cmWSNqotE6IUUlI6c5UqwzLozKx3 VdVKCK2mECWVhhMjtEJsQZNDMDTU+E6/xTpJCBBL0Nmb5S6IIN3mPF3TREgN5nWn+2k7DRlzLgn2 ZcszEuKcM82rvtEbqcy7h8l5bc0oCu81RlIyq1LUsk3JMJI6qQc9DSIyUtW28LqdU6u2yVJj0Kpz I1WrRWRN1V11qhuibtWSbYnKFUXWELZF/dp7f+2xvdrvBRa7LhMC/ON/+n/+xPZo+Z0xVsV4e802 tzfTZNJIU1U2nVa+bVttm6ao66aMbatN00hsk4aQCE0eQaSUt81JWXfTOaWNiZDMRDDvxPIxEnFq IiC+y4ya5WIQw5yIIeIEi7FbSfKug6WZYhIwwXk15xRMAqIBpU1iYomQjFKcwyIh13bSt5hMRMdg lfe+FZXKoqkvdLPwvkpGa4lpNBPndMOUdUw2QccKa+qL8wZbimwLsqaq1b/41c/tAfAFGLsuEwIc O3L8N889u3pvbXZD2dcwDP0WVJyKmomquEKy9m6jvX5o6sY3TSxSNBd6UWMbadsIFkwJO9mOwqn4 XPklpzkL5vGhqZlpCnltXVRSVjLLXGtRiXSfqxnAKZl4zHYEKcw513rvG0FqwBBpAgmcppTMOVdO o0RVdZWZiTjXOnUbyaxVkQLVWj2iqiNxOirEjTGbJCOpc2sGWwhbZrppMHEim6q6BrL+C7/8yF7z 5QUcuzITArzvfT/2g1euPPtnp81WMZ1O68mk0qZubTppfT2tZuu6HphhlsxCG/tmlGa42EYNIRBi DJJqS7GWugmaIqJOUCcJxFIy6yYNIsk0hChiiFNJXjWpWvJ50SGSsv41JFXnaqfmUjIT0WBm4tTh Ct8KEp36rWTJIdIkTJz3VUpWGhIMjSqMzSRgWscYgzqpRaRU1aoo/JYgE8Oid+4q0GIyNWQbkQon y4obRUsjkrWCXP759392D4Av8NiVmRDg0IGTjzT1+hN+mm5KKY5TSskSPhZWCINt78t+Ssk1TTvr 1Mz53iilRFO3/TK2McTWLBhmGosylggSQtQYk+00SHcW40VQLRQxSYrhnUbv1FSIzmISkZS1mEQs y2+LL1wtwlTVJ1VpVZRkVqr4ac+7EBNttOjU+4kgBaIxJouWUmtGxGSiqi3QqtOqKIp1hOCd3xKs Vu8mZAPerZSsUee2VHQ7CWNnsp1iqEIbptf5Mu3F1yF2bSYE+MAv//hfXt549oH1rVGvqeoqxNA2 dSjGk6asxtWwbdOsGb3CF42IS01Tl1VV90WYttW4F9q6xELK/oHJp5hkOq18SiQsEUNMZqaCRNcx y0RwDglF6aN3GtVJ8k5jiFENcrEp5hEazIKIC967sXO+iTHOqrggoo04HScznPctaDTQmCymlIxE BbKdsihpUNGxer/qnQbnXKtO6pSoDBkJUglsIzI1oxaRETD92X/54B7j5Zskdm0mBJjbd8Oj6+NL M/2iPCYm5kJMMVSF1zjslf26KJiqeqfik1kKQD+lNCNCVfqF1DbTsnDUiKS2rvtYpCx7GtvWhRgI TStmFp26RjGn6sypM+/EnPdWeNeoiqQURNu2cJo7l6Ft5kW1FrEGtHLOVSqSvPfLqs5ADWGSDHPe N865mIwmxIgZPkVLqroeY6zyHF9r9brlvK8wajOpRRg71Qp0CtQi0gLjn/n5j+wdP7/JYldnQoBf //W//6bVlQu3Nm0zHI0nbjKeDiwl1zRWxpBKxPUt0TOzGEKgaZqekZJijYWIirSQYmgbH0LrQ9v6 ppmm0AaxlExUTMVNsw+uiIi6wjlf9krBUmUYKbSOXN9tCriuwWopWRtDSIaZc64W0VagUPVi0JrR imqlztWqro4pmZmFEKIHHaVkIaXoRd3EO78tohMkVaCtqjR5j14aYCoi7U/+s9/e635+E8auzoQA R4/e81A7bdJosnXMTAvvCk0pDqqqnamqdmBRty2ZV+cbwEJoyrptVE2SkFLhXFNVVc+pk36/H82I oW11Mhlr21TeqbZmMsoaMKmnouqcj6qKd0VrgOsPGucQQyyGUIhKUNUqpRRSCCG0wZmQVF1FMkXV AaKiAZVa1dciWqtZEtGp89FZnl1OQ0jmnG6LaAM0olIJJFVJhgSMBqh/4h9/eI/98k0auz4TAnz8 wV87s7r65MHJeLQwnkx1Wk97oW2Hdd0OUhIn+FLUtSlGUorStk2RYlRVn8qyN7LQFG1TO+f8JMba 1VVtbdNoXU96dV0Lllqw1qmqU3XeeZz3SdWJV2lFDUGnkNSMoCqtqDQxRosxxLqqfUrRAY2YiXT+ 1SIaxfmp88UYhJSSGq4SsRCjJZBpspSARiBK5ogHS5iIRBHij//sb+6a7Pe2tx0+jDTf/6LbTrzz +UuXP/fUk9WHP/7Q9sPACrAns/9fGbs+EwKU/cWnl/bd2Ipc2jI2BqLqg68HTr0LwUpMC9Bp8oWE Njh1BSk1TtGgqiJuIL2yH8wsNI0OwAfnkJSSAA5LYmYqIsGra1Q0iYg451SdMydop4YWRTWoWogp NSJiImLBx1Ijikjo3HkrM0pVX4tqK6JjRMyJRhG1ZETEImbRocnMWjNMRJKIGU54z8/8u10Dvgce oJidXbrnwMHyb77yzntf++r7XjE4f+7SKz/xmUfefuzouU88/fT6b1y6xIeWl+vngBGwl7X/C+IF kQkBPvHxD/TGoysL4/HWcDoda1VXZdvWUjehbJqUF+HRKCTaELxlGXuHKSIiTjSBOYttCrElxZbJ ZKL1dCoiNk0xWsoCMOKVUkSjqvMudyxFVUREkgopiyxZk1JKMQaLoY0pxRRD0phi4V0xQghmomYm qq5CXZOSiSDRIGWyt/B3furXdw3Y/nNx5gzlbbft+4kH7r/ju1720pfc8OJbXknTVgjCeDLi6XNP 89nPf3H1Ix975LHJWH7t4Ye3fh24DGxc79f+QokXDAgBHvrY+/vb28uDuq78dDou6rp2ITRNVYUi JUJKSEqJEEJKKXkzs5SiOdXoXYGZBQFSbEkxxLquY1NPJcWYQmglxYBZUu8UzbBzooJzDi9aIBIg 5a0lERMVizG0MQRLMcYYsnm2iIs/+g8/UAP89Xe/UX7sZz70gpSReOc7D790YdG++7YzL/sb3/n6 NxdNE6mrCb7wpJh9HPcfWKIsHA9+8mE+99hjW5/8zJcevPhs8/7Hnpj8JhmMe93crxIvKBAC/O5v /UJvWo2YTifUTU2MLf/tn/qbuzqbvBDjHe889F0zM3M/9uY3vPKWF9/6kl7b9Agx5IVmhLZ72zmP iHBgaZFps84TTz/B7z708Ad//O898a+BzwJPsAfEPzBeEDXhV8Zr3/Cn9gD3hxzveOeBdw17/f/t DQ+85o6777qHNtSIRIbOk8iaqj3z18QN2jayuT3m0IFjHDlYU7jPHgNeBETgKnD++n03uz9ecCDc iz/ceMtbDrz28P7DP/rt3/aGMy+9/SVsbW8hkjobNu2ErIwYE97naUyv7BFTxSc++zH+za/8zujB h55LwH6yV+rePfZVYu8HtBfXYmaWfUbz7nvvfdnpl99xJ5tb66ga3hdZjJnOaTgm8rKyoOooyh4f +tBvpI8++Ojqo49ur37pqWqNvXvra469H9Re7IS89Y8f/KHX3X/vd7/63ldpNZ1mj0YzzALO5QZV Snn64NTjfUkbp/z6B3+Hn/uXH73wqU9OnrFsTzVirzv6NcceCPeCd74LL+z/kVe97K6/8sC9r/Nt rdRNLr1FoG0DJgUqlt2uCkdR9Hn+8pN86Lcfaj7wgUcvPvrY9HkzIrDa/TnP3qjia4o9EO6FfPQj /dM/8KfveNu3vf6Buf37TzDavpprPwNRpa4b6rrFLczgvaffm+G3PvIhPvjv//3Kxx/avPTss82O E/AF4Gkyg+Y54FPAnkvwVwl3vV/AXlz30O3tcGpar564cOVL86PJleH8XM/PDBcoy3726wgJdcJw MEO0dT7y0G+37/s3D65/7GNrZy9darfISt7PdX+eBT4GPAksX8fv6wUTeyDcCwEOX7zYDr7whe35 Rx87G5985qxtj1cHyUxcb5vFucOyf/8+1jfX+NUPfKD95//ioac/97nRhfX1UJGz3jky+J4FPg48 xR6X9GuOF9ywfi++7qHAXcC3AmeAgyIs3nhj70hZIi9+yXDfyaOn9x09scCFiyvxd3/3SyuPPDJ9 DgjAJvAMGYTPAZ8jH0nDH+YLftdb9r98ZK2aJYrCWFzsZ9tyAIF6CnVT0+v10vveu/ZE97BdSxj4 pgbhO995/MD/+Jf+4g9idtt7fvon/8mRg/NnFva7U05dNg0NMJ2OVh97dPvDy8vV5uOPt+fI5OOv +0309rcvzce03bv9tgMMBo4f/uHn17sPfU1f6/u+r39wOLOPatS+sTeceSWmJDEkJlISYjRbWdv6 yLmzo3Nf/GI4C0y/xucW4CDwSuAm4ABwqPv3gPdSFIXoYKBSVYnJJLXd836JnAWXgU8Dj/N1rv/e 9Kb+wVM3LlJV4fVeFl61sCjcedf8D1242Dzp4g2H+/0Cr0rZL7MVniptinhfkJKxvProyrlzWw9v bKdqPJr8ym/8xtVHute4q7L0Nw0I/+JfOnbbdNrc/r3f+7+/H+CZL32UCxc+/8nJuF/fcsu+wzee OnHmyP7bCSFSOE+MgUTiyurjPP7UhefOPvfUFx97dPsD+3vlU+//zasPkv3d/6t/e77lNfsOXdhq 5w8ckaP7ltxS08iN+xdOvfZlLzt45/LK1Y33//Lj/+Bzn5s8AXzhD/o6b31rb3+I/T/33X/i7vdc ON9+6fAxd/jmG2+dmx0cYTypwHLNNg2XeObsuUuPfv7i1lNPr3z4+eeqX3vmmeZRMki+mvuSkEF3 HDgFHCUDc3/3sSVgX/e56cCBoj5ypNx+/RsOPP/wb6098onHtj/cfY3/+p/XW/cdj5G7U0r8me/9 7veff/4Znn727MdOHDl5+OYzswdvOvnihX6xP9vfpQrHDJYSMUacc1g01DnatmVh3xz79y+wvnWJ 9dWWC1fO8eSzD37q7//40//s4sXqETKdbtcA8YXcHZUf/MGTD8zMln+y9HOH9y36l+5fuOnWeuvx ZmZYcM+dx+Q197zk7qae4eDBBVIMTKcV0QWc94ToAMdtN93Hi88UNyxvPHniMy/64hvOPXX22Zdf rX/u4sXpw1cux0+QL1YE+IV//kMG8NlHPvyvvu3b/9z3Xl3+Mhvrow/9/N/wsnSnaGTfQo/+gBsX FvafWpy58cBgZsD+pVIPLN1YH1jcP/Nvf+OD45XVz91DvrkHwKfe9icOHFdpWDrQP9Hz/bfPzS8u LS54YpzesG/x9L133HYPr7//2JkYArFtqUNg0M/dSjOj9Ddw+033Hr3/7pWjH//Up2/+D5/59P2w 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 "/></g></svg>
--- a/eric6/icons/breeze-dark/eric256.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/eric256.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -229.27)">
-  <image x="13.891" y="229.27" width="39.952" height="67.733" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -229.27)"><image x="13.891" y="229.27" width="39.952" height="67.733" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJcAAAEACAYAAAC+i+Q2AAAABHNCSVQICAgIfAhkiAAAIABJREFU eJzs3Wm0ZWV97/vvM9vVr7X7XX1fUEXRS6uCgBFFQBj20ZyoqNGbYZNGvcacHMyJRhPTaNTEk85E UbGLihpALAWkK6CAKqh+1961967dr37N/mnui8o5946TkXNPDiho1uftejPX/P/GM+f6P/85F/T1 9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX1 9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f0H IZ7tA+j736OUEpZlobXGsqx/9bkQwjwLh/W/1A/XzwljjKWUwrZthBD6f/48WVnyg17b0Y6dy6zu muWlQ6MSZXnWWHfXWVc98Gwccz9cz2FGZ8XZo486C4uzpbmTx9xGu+G0mytq50WXvNRyVKHerNPr 1kesJFczUBSQA+OuLE/sWmlPDjquSoXORzm31C2Xhx4bHtm0v9fpfiuXq3VuvOG9QWVoMPhpHn8/ XM8RxpjRR568a+2J4wdLM0eeXA+mWsqXz+8GK7k4iTdYjq714mQwltrEKrWkME4UpyWZSkc4lmWE EJWya2pFSxRcG6l7eFZKnHQwSqEyoVVWULaTW8gXytNja1c9NVgofe9Vr/zsHiHEwk/jO/XD9Sx5 bN/uFzyy74ErTs7PbOvETVdrqxZE8SatZUlKVZBKloWOrVI5xiBEGKaiF2WEiSZfKBithbBdB9sR QIqwBNWaYmCgS5m15KxBSCFMjlAba+GWEoRvUV9UBKFjXN/VVTUoB7J1dw6On/HtG17zh18SQkTP 5Hfsh+unxBhj33v31/wf/vB7bqwz79ILLnvR9Mmp9TMrC1vjNDojjKJdYRzntdKeFFiZ0qhUYfsu tuugFBTKhkpVsbTYolnvUazl8fMFLNtCWA4yS/FzgizqUhv2KBQUntPFVUVWDQyRdwo8ufcwZ5w3 wKpxn3ac0G5LgljRDSXZsiaay4hDvbB9266/3rZly0de8cY/TZ6pc9AP1zPImGzgW1/4RO3eh+7b NL5u3S6pzUVLy0vrEi1HEaLcS9RwpB1HK20BWJ6Lm/exPRuEwLYcCpUCg2PD2J7Dwvwiy/U6UkUM jg8gbEnOy9FYXMGxBEJ1yJcUOb+LX4iwFBQsDyffpFax8C2X+uERNg5chZ1tZn55jtqoYbkzwWJ9 Dscs42Qt5k9G9NpqebA2dvNnPvO5L4jaRd1n4nz0w/U0zRx6ZP23/unLzz82eezFluePZ2SrccTG xOhckil/zaZ19IKIVjsQea9MwR4gn8+TK/jkiiVK5QIDIwNs27mNSqmKg4PlwUq7zoGJJfzaLuYW DrJ+8zqOHnmUtNug026BbFOpNjFWC8+bpjgQIoOIqmuYm8mI2z4vuOR8ZK/M4SfnkJkkTRsYExOE baJeChkMFD2WF1MWF1KajWzpxpde8tF3f+SOzwohsqd7bvrh+t9gjBH3/Pg7zte/9XX7/PMvList L5udOnzx9InjmxyvPJpJeX6z0ykYYVi9bhWVkSpDA4PguviFAsVqlbUbNyG0x/bxXRRKPrbtIexT rSltFO24DbYi0zGZUmS9iLmlFdZv2Eo7DKj44NWKFEUOqTOOzewj7B1guX6UXm8/YbJIc75Ha7rH 2jUjbN26ieU5i6OHVhgZ8cjnQScBcTfAkglaSxbmU5pNgyts8o7H5GRMtVi85+bffffrzr76d+af 7nlznvaZ/wVmTFj7i099ZM3//b43bfMK5Ze4nrfznvt3b3PcwvCqdeu8wS27jBkYFBu3bmJsfJTx dSPUikXqiyuM1saQtmJmZpbTt51B3iog8Eix6SpQRkKWoYVGyYQ0S+h2msRJj+HhGsfmpthzx/e5 ZPsQa7eU6RnFQFhmRVVpNiOWZrp0etPMzp1gfnmWhC5lH9ZUc2xZNYQODHMnlyiNpNilkDjOKCiH AV+ANLRaIUUBWd4i7EkiBaWioNkOqnsefnwb0A/XM80YY09PPnHW5//uL65861te+SLLy292fXdd tTpYfN4LXmidveN5nGzXyefKZAVHzLiKJOrRkor6Yh0TzqLDhNmlNhtXr6W3FOOsdelGPSLHplGr oC0JSFQWEoQt4qiF1CFRt43lQCtL0auLbL+wwNIjt7Iw5ZIr2Byfidi8dTtrN6xmZVZxfHIOt5BR qZRRnqaMQyn0yDohphxiFzuEkYXpODga8nZMGiWUjWbYctFC0xIa3xZgDI4NFnrT/HzjQmP2/0SI M/9Vs/bfox+u/5fY+/jd537i0//5Q3sfefS84YHRDWs2n20uuvQi6+orb2AmaBK5mm/e9nVONpYY XjeOnc+zGIQ4pAxUHHwRUPINA0MFxseG6AQ9ZoJpVpuNGK8Afg70CqFeppvVCdMmzbk6wVKHvMox WimzYfM40xNPcnJpkmR+P+UkZOaxhKXFhKnZmJv/7kWcds4W9q4cI9cu4VgBVmRhFyzKjk2vEVOy S5ycDQmUhXBdRGLIegopMgZsIM6IEokroGJBgKLZkyhlk89b5W7UO+9Ht95iA/1wPR3GmOJ3v/W5 HUePH7zuc//to28w5ZEta3ecx6Y1p1FfVmJuucQ/fuchwnzEQw/+gPvvuYvn3/QyFleOkqUpxUIe zwnJkoCaH2EXJI7x6Q0M8+DDc+RG13MwegLhbaCS5RnTTRa6B5hrThPbCSaGYqXIoBph/XCObOo4 7WP76bZnmD8+RT5MGLOKZNqhqyzKY6uoWwUaQwa7lcN0Y3KZRc4RqCjFykE3MXRSB+3nyVoZdphR UoZcrJFGgpbYrsJOoaQFEkPRBeXCcqREL0zHwih62vfj/6HDte/BOzd/4vff9t6ZxbnrF5uNVZdc dol32lkX8bGb/5Lbl77H1tOeR6NeZ2Gpi+1HzE4e5IVvuJEhu8Di/glKwzmi9AiZSMnIoGCwMo+o 5VAu+kT1kHUbfcK5WVYWpnCrGdMDJ0l8n56EXsdCxBrpZzjuMqrbRQeSMDfKgT3LiGQQrdt0tY1d KTO2rszCbI9zNm1luDZAVuoQRz20ayFtiySDkutjCRffloRRCkmKlhlaaTItyaREZ4Y4MxgEUllo qTAabAGeK2i3u84TTx7rh+v/RH15onTHN//hur/72z/95VYUX+0Wi+6vvOPNWG6O973zZk5OL3P7 XbuJkhIXnL2aQwttLj/nbLAUB370AC9/3YtJlpYJ4i6JrKBVRJYEtFsJrnQR0nAoaDE/2USmh7ju DddxLJ6nGzaw/BQROxTJEbRDwlYPq+Ciyj6RDb2ViOZShIy7lIo+Whbp2Xk2b1lNczEj6GkkFnak yLRECINfcNFYJKmkVsojU3C0wJWKOEiIuykF1yLnClIj6EWQSIGUEEeazABKYCzwbWG0UovFgv+0 LokA9jNQq58b3//GXxWuu/riX779O7d8/ODE4TdZxeI5I+vX22u3buMbX/sxf/r7f0233eKWL3+D I4eO8Y1v/hi3vINeAKXhLezbezfdRp1q6vKum97M6KpBioPrCZsSz85TLFSJO4JeQ1MpjXHppRdy +LFjPPrDB7j44jWM1myc2MLTPpVilY2b1lMt2lhpiKO7PHT7g9QXFnFchWsLwjDCOBayU+C003eS xB47Lt3G+MgIhyaOYropOonwnIRYdUkjwXBthHY7IWpHiCzDTTKsKCNppzSWU7qBJpOCKBXEEQgt sG0LhEBpge1YFCuDD28+7fTbvnPH3qcVsP8w4fr2LR97/t6Hf/SBqakjv9mR0Q4KxYJ2fBYaAU8d mGXPA3txPJdzzjmdV73xLYwNr+ar39jN3Xffx0MPPcVLrr8Gix4z01M88dgeKn6Nm375GnIbmphS G9tPaDab+KUKZz//Rezcchljo2eyedN5LE20+cpnv8/hB6cJphp0Tywz+chTzD/+JFOPHODk3gns RsZlZ59F/ViLrB1y9pYqnmvoZDbbN57B+k3bSUPDth3DrCzNEQTL+CojajfJeh0sIpA2WufIkgwV xeggxUklBQMkEPRASxthXMLYIokFDhapMmggjDVSmd7a9ev/4f2/+1sPf/ijn39aM2K/8JdFY0z1 L//4Xe+6997d7wyNGrN8x+5khqgXEacRb3znr9FYiTl29ATN5ToDY4N0koybP/g+Zk/GXPva3+Gs c5/HIw99g3VbT2Nw7yim5vDHf/QnHJh4kOqZA6y064xvGsEt+uRKPicXJzk+McFwyee07VWcoYOU x5cZHveZmehSb6cYW9Bqa865aBW/8qvPZ8fO81hb3sQ1l9/IHT/azfFDkwwO17johh1M3d/ljh/v 4ZUvfSnDpR4Hj8yhV04SBRnBygp5MkwnRUhNo9dB9iI8nZHThrSnSRJII4FjebQDQylfoJovUk9a dKIQYUOxaOM5gkiapdGR6qMULn/aw4e/sB36Awcec+6+80ubWyen/2S5tXJNjLDIu6Ra4NTKlIaG 0Nphx3kX8si9e/n2F76JyiSf+tTH+eIXb+OB3bv5g7++g6MHOjy1fw+NpaPMHL8PlXapVmxa9Qad dsS6c1bzsl+7ArsATsVCZgIZZwyNDrFpg8v3/+F7yGiFN/5fazlttUOlbiGwSLXLpz99hHMu3MbL b7icw5MWlfwa1gzvZNBdzf4nHuPW732H7+6+gze8+S3k7AK+FJy5ocH89AyN9nHmFwOSOMFRGfS6 9JSNVRsgC2JkJ8REGTmtSSKDY9tI6SKVy1OTIa2e4pwtFUqFhHovRmnN0KBLK2T3a95w/ete9Y4v Lj/dGvxCrlw//sEtm2679ZNvrDeW3hBn+rSesbFyPsLPg+tw5SteSTeI+dotX+W08y8iCjokQZf1 W9fzl3/7Vzy8ey+7Lnw+3/nK51mca7BwcpKgcxKZdQCF5/pYjkWuZLPjkjHOvWyEmZMLNJothFNk 9Yb11MqruOWPv8TIWI1X/OoOhoYTTrSnsfNNqs4YA/4aZKHOvYc7JPumCJ2IXO44buMx1hS2s/XM i9kwv5VrSw1edt0vYXseSTtg6sFbWG7NI9IugoSgFdJZjHE6KUNrCqwstvCUJm8MGIsoMHRjQ7Xq MTQ2yLfvnmdiLsACGmHE2JDFmlGPUsGhHRqkyOtrXvUuzTu++LTr8AsXrq9/6c/PuO0bX/5D33Ff FkTCqcuM0vAAfnUQCiXGNm5EVVdx7w+/xYUvuYqhkUEeued+1m0YolIQLE7Pkcv7nDh8gLStqC8t k0YBZCG+axNHMWlqUSwXCIIQ1Rjm7HWvRDXvZccWnzUj69n/+GG+9idf4ewLVnP59WvBPsKJ2Uly tRQ751ApVOhEJTqRy4mJDme9zCIuKqxym8xtcry3xELrKWI3Ycf2dexfOMLc9DJD48PsOnuQ0U2S yb0r7Nw0womjTeq4HDi+iO2mdISi6toYKRDSIITF4Eie5Y7kW7fPML8ck3fhtNV5agMOy52IA9MR gxWbMNScd97q44Xhi+rGGPF05/J/YcKVJXXn+9++9frHHvrhu6uVyuWNekCjFTC2cy3rTt+GKFTo poJOoLjzu3dy73fv4r0f/xAffNNv0phdYPW6GmjF6g2jLJ1soJWksTRL1Oth2S7btp7O0WNPIDCk SYrtCIqVMk89fJzbbrmXs5+/lcd+fA9/s/tW9t33JK995428/Z1XMjF9H52kQ221AWEoFisEkaCk cmzcsI7Hn3iY6akmeryDoxOKZYNpCZz2EiVR5cF7phgO8zS7KYvdJsu9fYgkpJClHJiex5EWOc+h 6Hkcmogor7IpFQS+sMmkIVaaII05sRQzUIPLnreKTjuhbFuUqg6rrTxLKyFGw2waUiiUS89UTX4h wtUIO/lvfekvfuvExME31evxlkNHJpibryOFITs6ybaZOue95CpSUaSTxBinQrU8wlf+9O8pl4qk VY9Oo0HZN5w4toBOJbYraLXnsIWDxHDsUB3LBmE0RguiIKEyVKaxdIKvffqzHH14DU4pZt2Yw4ZX 7+D1r93G3In7iMIpCgMdcDrkXIOX5nDSFhV7irGhLu3pNr2jdUaKIwgktGLcJKAqQkRqCDoRJoyY mVvGtB1MPsZKI2omoyU1bmrROhnhC4eCl1FxQEWKUBniFBZ7EpO3GF+TJ1918byUmpvhJRpcn14i wBGUfJcdBQ/f81vGmJwQIn66dfm5D5cxJv/Nv/mvf3j/nofftmfv4cLx2WUKlSprtm5j9caNVCsl 9j/xFLd89G9Ye9rpDK1eRZT2eMvNb+O0Mzdw7IE9fOI3P0YQpLQ6Bsu1kUoihCBXzBP2QnK5AlmW oIxCI3AtQb7sEnS7DA5X+K1PXEJ5NMMZNMzPBCxPa3rCYmplEi/foqqgrKvYwibSOWRHUBx0Wb1h mCi2mDy6TPH0IbRjQ+wjEk1i+6wq1hDWDNHUMZx2F58c3XaX4QGbLPUY9xw6rYiakEz1YqSARiTo 9hS9bkap6FAsufgVF2UgCjLS0ODakFkGE6f/0tsyOJ5BS4iSnsXT3FP8736uw9VZPuB8+uO/8b47 fnDPO2YXWv45F57HG997JfnRtVQ3bGDNuk0MGYvF2Tn27z/Mfff+hCf3P0R5VZFcsceee+9AZCm5 cp7uSki3nVIbzrFigV9wyfsFoihGY1AaNPrU9IB/ak9XphkbtwxTXNXl+OIhVlUHyY/mqR8IeerQ DJm1wqpRRWUoT8mp0O5KIsfBtm2mpnvYVoXqkMX8dIstoaJRjxnZNoJObHSmET3D4FiJn9z9ONvO GEcvt3BqDlFHYRmXXDemKMH2BA93FcYzGNeiVM7RlSltZSiXPIRjoVKF5wm0MWAJImWw/mUVtiyD 5WjiRGMs/Yw9//hzGy4Th5VP/vkH/+i+Jx5+q715yL7u11/J2ObNxFYOZ3AVSWWApzrT+CpicGiA sfO28OYXnEdzcY5PfvTDHH7kCBu3rmZ+YoYsVFg4REHEhh0+63SN2eNN4jDF83MkUQIIhBCUKmWE k5HEKVgWZ1+2gWZLUKwOo20Hka0lzuaYby+SHyyw0kuwCpKhSgnjlxFGkQqQysazbU47e4SH711G RQYv9TB1jUhtbMsiCRXDW4aJfyBpNQKKno2tLWq1Iqqjkcrj+EzAkwdb5Co2g4M+xrWJYsnWLSWW 6zHdKGUk75EvgNYabQxJonFsG2MM2mhczwIMWAbbFgWeoRbVz2W4jDGFD7/vDX8w1Vn4tfUXn0l5 52Z0ZYDZsEdttEa1VGBleZ58qUBchCMrJxDNjNSMMjhWY9eZu/je397GtrO2MHN4EmFs/HwOrSRT x1YoV/Ks21zCSJifjbFcieMI/JyLsCS2a5PGMDBU4fzLN9FOZ/HKA3h5OPokzB6P8Ac8TOriK0Fg hbg6j2XnSMIuNi6BBC0cXviyc3n4R3fRXehRHKyS1RMqRR+6MUIIFtptrnr5mdz17cfZsXkUz7bo LSXMTrU4MFHHcQVDawcolH18T1DyDSvNiNqAj5MTLC+HtDoRgwMeQoDODJYl8D2bKMxwbINtGbJM gYZC3psBZCaVcB37aa1i//q58Oe4ydZJ/w//66/fvBQ137b98vMZOWMrlCrY5Sql0VUUygMIy2Fg cIhyZYCFqMlCY57phRPMzk5hlwWXX30ljuXQXGyzfutGhseHSbOMfKmAEDbLCz1SqbE9zcgqi8Ex m1JNIGyJn4c0yYgCyehojVJFMDfTpjEvmZ1IaC0LOsspzaUOmbQwfh67kCdQeUKdQ3h5MttBOw7t XsbI6iqDqzyevHuS4WoZK1Ck9YiqX8TVAjJDbaCCbTmcONZk7945Hnl4hqcO1wlTzbpNo1TGBnAG K4hiDr/kMjpeIJISZSTlio1BE0QZjmPwvFPBShODlAZLGIzWaG1QSi8PDtYOCCHU0w0W/JytXCaQ 3ke//JEPTZbCd6w646Jc5pSoVNdQLQ9jRA6tfQbzq1GWS5Sk1OfrnFw4iZNpKqUinm3TXaqzd89D jK4Z41Vvfw2Tx49RHJwmcxTH9x9FZAKjbVYWI8oVF9c2uJ5AZhD0MhCCJFYIyyKMEvbc/yhDa0rI xMKLK5S9MisTKwysGWR8e540VoSZj2t8VAzEkrQlcUQOKTS2k3HJ1dv5zt8/SnNyjsFaGZEZ3Dgl 62Q4bQNpSn0upOi7rN42gu9abNuVI7MNx6ZWGBnMkRqF4wt6cUYUpagsxWiFY2tqNZugJ1GZwLJs bAFRpnFsgTAGFDg2SGHSNevWzz5T9fq5CZcxxvmDj7zt/fNF+0ObdpxtCeNSrIzjO4PkcqMIv4Iy BukUySxBU3Wod+v4xiddXuHogX3cf/gEnZU67ZUVcCwOPXUQUwRn2GHjJeuglHFo9xFUqnAcm7Dr 4FgOWhssyyCwiHqKsKd4+/uvZtWmAnf98EcMjBQZW1vDEhVOTExx8ugCI+vz1F5moZMY2SgiXAVG YDsCKQztlS4idTFKcPbFq3ji7goP/fNT3PDq8/Fdl+5Kg7KTp3Gyx917j5OzHa5/5XmMbawyM7uC sTQyTRg3BWanFkAb1qwpEacZSkksAUJoZKpwbIFnC7JUUyrYyMygFLguaG3wPAslDQPl4uS1N77p MO/6u2ekZj8X4TLGOL9385ve5RTDD2zecbklvRJeroRfHsc4JfK1tSRK4dg2KjMsz07yyO7bOb7n ERYOH0SHEUPFMhe84EIuedX1CODz//B5mt02g6MDCGOhu5KNF6xn5+ZNPHDHE5w8voDJIEyTU+Mo MkVYCmEJXvW2i7nwxSPseWA/67eVaTV6TDwV0F1Z5Fff+QKilS4T+5aQjRq5AYtoTmEPKIJegO9m RD1FmilQAnoBtVyRa199Jl/5zEPcd8cBLn3hJkoln8fuOcree08SaclrX3cBucECT87O4+QEKytN TC/Cywk2bsjRWgion2yRKzoUizZpT6GVxkEgNNRKLs22pNPJ8D0X37GwLYPOBEYKslh3a+O1fxpZ 88Knvaf43/1chOsLt378V3Q5/c+jp28prRgLbJdMuKh8HqdcY1ElOMaHTo8ju3/IPV/4R44//hj5 Yo71Z27j2tdeyxUvuJiS71ApVUhdwdGFSb5xy9f5Tze/mUh0CTJD2gsolwp84JM38btv+3Os1AED SktKlRrGpHTaPV5+0xjfvfUHeAWb4mCR086tUC4XcbIxztjl4f3a6XzwrbM8fuc0512xBmUMJuig TEImTo23oAVSKQgV9VbCtk0jvOKGHXzjln3oLEUZw+F9DXxpMTiUAwvml+u0RUgWpGQyxDEpUSdl WAjW1iwWlKQTpLjCIe8L0tDCRoOEoQGPRl3SiRTjox62ZyPjU6up0WBbVmP9hq33PJOvYnrOz3M9 duCfLvjxI3f/xeDqkVWxsFnAQRd8EgxWvky5VKGobQ7/5B7u+m+f4+5bvkCysswVl5zP619zLTf9 3ttZv3mQXncOnXXJ0ggpbAKlmZk5SWu5w/jmUaq1AnGry+zBZXIVj6nDU5x/1RZ2nj/Mpl1VLrhy DRe+ZJRHfzKJVYiJU834+hpuNU+cZQS9hNqAx0priStetI0Hf7LIvgcX2bB5CK2cU01YJRGJhUxP TYHqDEwmcLSNaUtqOZ8sznjisSVOnOiyZm2FbRsHkR7MzDcQPghHUT/ZRkiNCTMsDUQKpCaXd3Bs QbedUfJthDIICZaxGCh7LNVTbNui8i9NVbTB0oZmW5HPF3e/77/86V9+4pP/qJ6p2j2nV67DR3+8 +e77b/uzzHE2xbZLpkAPOMQiZrA2yGAxx/yDD/PArd/h2KOPIozk2muu4uorL+T5l51J2F1mLj5O 4kSUa5ATLqnWNJdiHrn3Yd73sZv5py9/ncf/+XG27hql5tcYungtKRmNegtpdTFFi5yjWek0Gdm8 Gm0pJg502LprnDjxsCsOnieQWcRKMs/oYIG9h4/z7t87n5uumePR3cucf6WPRuMrG50JUmGIAWxw M4Ex0GnHtOd7FHI+li3Yec44Z56zFssY1ucs7vruUyztCdmwvYBQCluByAxpkuFaglAYhFT4tsAx hrCTUXBtLARoyGKBkVCuOAgBaSqxlaHo2OR82tXayDfHN73433xPxP/JRvZzNlz3fO+vRk4uHHj/ t75z96UXveZKTi42EAUPq9yjgEXw5FH27f4mE48ewBU2N73mtbz4uqsY2V6h7bW5PziKXY4YNCHl XIZtbCylyBmP/U9Mcf8P7+ONv/4b3PS23+bH3/8yd9/2LZI0IsvnWZmaRxgfPz9GtxXgOxa+XyML x8kXC8welKxaVcR2i0SyR8H3GBwTBOkcsfSZmlhhx1aLK152Oj+67QiFQYd1u0rkXZcB2yOzQTmg LRASokyRrYQ0lwIO7Ftgw4ZBrrj2fNpxSDvtYZKUc6/YwBP3zHB4T53x8TzFYRvft8gi6IlTjVDL aBAKYaDRkOQGLTxhYQkLFGQSjIYglEhhsBAIbemhkrdny9rC7f9WLYwxglNtq3/XqvacDNejT3x/ 3fTc1Ae/+Jnv3PTUY4ui2foJQa+L1pr8yABaKhan59mweROv+JVXctU1L2BoLA9uxMn4ACEtLD9G eIYglmhtyCmFkAk2hvt3/4BSVXJi/i7Kg0M87/oNrN/1cp589CCNdo4HFurErQQTx+SzHCWriJW1 qU8l9FZStl1Sw18NupDgppDL2/iWjVFlwgC8nM2Th5e48S2nM3lskSOPLFMqOjirfIJihiM0ZWVh AgdX2oSNiNZilwMHl2mlGTvPGafrN2gETZRK8H2D7kZc9MIiRx6VLC+GBE2LWtmiWvGQ2hBLRU4I kDZWqin5gkxLogyGa3lO1iOkMsSRxNWGaskiywydwByvDZY+84FPPlr/t+ohhDDGGJt/Z7iec5Oo T+7fs37vwvf/aM/9C9eX/bX5xx86yOzRIzg2ZElEnCaEScgr3vR6XvJMaMitAAAgAElEQVTmG6gN V8icFhl1XDtGOB1i2SYTMTYGofK4MkO3QoZzOSYOzfPh93+VX3rjC7jw6nOpBwFuGUp5i1y5iIlW MaRG+JXL3oYlQrZt3kilWEGaJs1exvzcCtd/YBfLzZBcwWMg5+N4hpxvQKTYlsKxBCY1lNwSs0/G fP5Tj7Nua40zzh/HHxDUyg5OrNFtgacdFubbPLJ3jonpgItevI7TLx2jTQNUjGrGyCBDaI0HVI1D GGjmJjNWVhKMOdWjsh2BTgzjnkdtwMIvQjdJkVqQZIKgp3Fsi0pR4Ngax9V0u5qc5/3Zrbff87si /7zwf1UXY0xJCNH799TyObVynTgyUdzfvfNN99z32A0bd13s7zr7Ml54w41YGMq5PDKOGLYdvnDr FymsGUKUbTqyB57CcTxSFaNigzYCKQ1BFuOIjKpjgZViuR733PUkaZKxdkOV+ckZqLikUtFphJSL eXqtac689NXsuGArc8cmiFPN0sJJoqTBylLCJS/dQNAIyFlFhqoVHGLSJCFSGbalsIXBdiyiXkYY 91izpcbO80Y5ebxFa6lLRdj4sgqpRdQK6LTazE52WVyJsCwbP+9gWSlpR2JpQ9ROIZEUCjZRM8Nk Ct+zWD/usH7EZ7GeEEYS1xdEbYXnnZob6/YUCkGl6jC3kOK6gpwv8D2LTGqCniGTYt/Lr73s7/// ggXw7w0WPMfCdedTX7yx7abvH9621c9vHOJ4PEW1NkqtMIxyHWwrx4BVptWtszDT4HTnfBJStElw dYJOEogSbKWQSpOlGmlHZEmKk2S0Z5Y5+OQcZ5y3HmNSWs0eJbdIriQo5AS2zhgpVlhpHeephw5y yYvXc/7zLqY+36G6eoW/+fjDpInCFzbCtiDOEB6QGVACbRm0UmSpOrWvlmg69Yirr9vOV/76UeYm G+QKFVq9DKRgaanFwkKDONJs3DHA5LGAudkWgxssjDHIVOJqUMqQdjMspdGpptk2OFIANnlbkK84 YBtIFKmUWImFEgbXsei2FQjIe4Ji7tSNvFbQ6ZrFM3as/9Svfej2/T+tej5n9ha/tftz1zfT6CPL HV0c2radrOwgc5Ko2KZh6rR0hx4RHdk89TAqMfWkQVO1aCYtWmGbdjug3QpoNSJ6SxlBI6GzEtBc 7IAy7L7tEMcPLbBxW4U0jCl4AscoTJyQ9UK6J5tk8xnzR6bQWYTwenSjOZxyxoYdaxlbU2PyYIMN qwfJqxg7CUjCU9ssRoOKIekpZKiRoUGnhtZSiIpSrnzxdtJIMX24xcJMm4mjy0yfaIFnWL8zz5mX jZEvuyzOBCRdRdxKkT2JCiU6UdjSEHUkcaCwjUZnGp0qkjgjiU4Fz8IQKYntGlzLIstOPfTqWwLX NqSZIksNi3UZjw5WP/KO9/zuV36aNX1OhGt2/tCab9/5T79+YqWzXucqmMIAzpBPaczDFjGOCPGL GiyNJwyZjpE6IbLa1DuLBEmPIImJkpgoSOnVY3qNhKghCZoJQTOmudxjZrJBoeBTzLmQGXKuR9pL SVsxcSNEtjKK2TCP7N5HsQylkZhALxKaFWZnQy580cUsT4csnWgTtxpYcYcsiFGxRieKNJCoyKBS gwo1OtbkXJtuvYdjSbZtHaC5mHHgiQUW5puMrC1x2vMGWLOjSHl1xlmXDtNtSk4c7BC3ElSYIRKD SAyWNIgMVKKRscbIU+fCMYZSTiATTS/Q+D4Yo0kzTZwYHMvCcwVKGaTS9EKlhqu5v//YH33wC2c8 /y0/1bc5PyfC9Te3/+FNhyZOvETk8gysW4UU4LkOOBmlvMNAOYdNiqMDIgKSNCFf8onaXbKwR3e5 TtJuo5KINIhJowiZJmSJREeGuKvo1BM6zYCBwTw5zydLobMS0F3s0VkMCJdCsm5CLSfYt2eKnO9S LtsYFAMjeTqtFudcsIt82WPvT6ZxhUXSy9ChwmQaMoMlBSITkIItBEZpdCaRMmN5qYWUmjAQaKPY uqPG2ReuZXRVjepgDqV7bD+nhuvZzBwNiDuSuCcxBoSGoK0w2pBmIDMwBqQ0SKmJI81yU5JkhkLB QgH/35E/KQ1pYkhig+e7d73i+os/vfGi3279tOv6rHbojTFWOj7x+pFtg79TGBgtK79EaWwEv1Kk NCAoOGCRUNAWRWPjK0NRCO69+36CLKS0KkfU7eA7CoIA3Y0xQYQKY1SaoaUi6iRk7YTuSsDciWXO 2LUa2/ZIU00Wy1PBSFOyXozqpfjG8P3b9lOs2Gw7t4ySOSzh0+20ECmcee42bv/qw2xaXyRoZUgl sLUACTrUuMIm5zoksQJtiIKExfk2C/NdDj3VpLGiOOviGue9cAgn7+LmbDQS7bRxlcPiiYz5qZi8 r7HRiAxkqkkjgyMgDcz/CFyagu8I5uqabmAYGbJwfTDaIs5AILCEQFjQDbVxXPd7Fz9v882/8fGH nvhZ1PdZXblufM/VBZm3f3vs9O3j9SCkMlpCmg5p1sRGYEmLkiiTx0JHbTwZoqwIP+fRWW7QnVqA lSbxiSXMQgMaDUynjSUTVBrR7bYJmjGem2Pq8BK2sRkaqhL3UrJIohKFSRQmUphQYquMk8sHCIKA SrlMOF+GXoXmjMISTWZnH2NsfYMdZ9W4544GsxMS2U7J2ikEGg8bKxOn3oWVKHrtkIX5FseONpmZ 6VGquuTyPl5FY5UDfD/GUxZWYpCthKTTYtuWPFpqlucS0h6EPY1MQWtBEoNtQ5JCnBmkhsXWqRv2 jWscqlUHISy6ocZ1BIWiTZQpVloqq5XcL7/u1Ve//7989slHflb1fVZ/LV66c9PnolzurNZ0KnRq 8Ms2ti8pDrkoLBJl4dsFUiFJZIokRSYJRIbje48ztLrM+JoKngMSg1QK1waNIpSSTBpKhSKr1lS5 /84uGzYNIFWGsA1GZWjAoLF0ClKCpWmHIVkmEUYQtTT5MpjUQDFFaMPBxya44Pnj/P0jh8mUApEw NlbCFBUIQaHgEUUxYZSwshxwcjYEoTjngiKuP8jM1CJpJsFK6XUkspfDcxVGQbsVUS05DA14BEFM 2DNQAM+2UFohMyi7AgwYKbBsgeUISnmbWs0jlZpGV+N4NpkBnUmwRHjW6dVbrnnJCz9x7Tu/eeRN 7//ZtTaftcviD+7+65seeOy2d15y2euLcc8mkQF2SeGUBF7FJjMuWSpQwkOREsiIdq+BbKWcmJxm 4rEpjj8+SXehTd4oyigKliHu9QiTCKdokaiMou8zeWiGycNznHHGGDLLOPWohUapDCNTjEqw0gTL 1jhFw4HHu9iWTa1WwrfyIA3YS6gUUBrbhkpxgONH2sS9GM8GW1iYzJDGGc1GwvGJJnMnA1avzXHh 5QOcdmaJTOXY+0CD2irD8AaNbSQEFnEzJQsToo4ib9nEXZu5hRiBRb4gMNogJfgOCCNIJXiOQGoL rQWlsksiDUsNSb7gYVvQ7GRorRs7t1Q/ed0rrvyza9769cmfdY2flZXLGFP5nY9c8Yax0ergtlXb 2b/nn5k8NsmFZ+zCq3loHRKEPkLm6EYhlVKKVjFh3EI2CxzZd5Tf//S7eOyhx/nel+5j95HHGagU GB4pMTjmUBjL4yc57LxHkNk8/uBRKhUPKVNSqRDCwlgW2uhTd8c6xUViUoHvVcgXPJqNHlIG9LoW lnAwWuN5Llmk6SQpu85fz+h4gfvvPMTsiYCgLRlfXWRxOWJhKcZ2DZe8aJTTdpbxK5pc0VDseTi+ Q5xKum2JKxV2KDAJZBHoWLMc99i+eZClpQJLjZBCxcEpnrqBt3IWMtV4vsCzbXptRSHvYDs2nSCl XPLI53MsLHdxPdqnby195vKrLvnUS3/1qyvPRp2flZXroitaL3187vhbxMarSs6GLQR2zO23fIP6 1ArnnHEu8eKpQTZjrxCG07h+TH26jk4KPHHnjzBE+IOaXReM87IbtzO6KkfQiVlYaNKod1ieC1ie bGI6KXOH2yzNdti8ZZRc/lQ3XqoULIUwKdpkGKOwbIG2BNqzWZjr0e0kVKouhTwIMmxLUnBtdCpx LGgtd3CEZM1AgUYrZn45YWo6Zb4RM7bd5opXb2D7BcOIqsKUYixfEEcej9/bRiWKoWoRHYCRkiCK SbIM3xeksUalkuGKRxJr0khRzBvyDri2PnWJlFDM+eQ8lyTWFPMWcZoxVHPodiRpptJLz13zjbe/ 571/dMUrPrv4bNQYnoVwTS/9ZOCJY3d+rG5KZ9rbXy7m1QIDGytccsnZ3P2Pu/nJbQ9Ts6uUamC5 HaJ4lqQe0J0NGbDH2P3V77B11yoc1zB9dJpWq83waI7tO8qcdd4I27YNMlBysaRhdiLi2ME6xaLH 0FCRVEkyJbFcMGRoJUErLAGWJTACbAcKBYvZyQ6lgstg1SOJInzHAaXwXEhDhVGKXjtCJgapDUsr Kc2WZNulDi95+xjDa8foZTFBFmF5Gd2mpOTXeOrBgPp8SN7LgQSDQktJlmiirkGlIBOFhWagbFNw IO8IqiWbbleTpJpq0QXEqakGC5RRbFrjEYWaejMLz9257k/e8/5PfmT7eW992q/7fjp+5uF63Wt3 vv7w7KH35AZPs1fvOp+D+x9GyZBC2eY1r7+eqNHlq397K0/sfpLlmQXOvngdI+4IJV1ics8hjuw7 zFkXbyONU9CaOIhZnm8yP9MmSxWlSo5aLce20we5/MVbeHTvAsaCypCHW3KRUmKEwQDKGBzL4LkW QhiMVPi2Yqic48RkhzRQ+K5N3nUIgwxLQBRK0KClodfLOHS4hXAgX/EJI80l15UZWZ9HRjlkKrG1 QaeSYEXjWT5H94UszfcolQU530JGEHU0OhOoFFRqsIRAKo0QhoGyR63sMbuY0e4Y1o/7VMsO7SDF 8zVBqHjRxcMcnohYXEmaF1+080Pvfv9HP7PprBsaP+va/s9+5uF6yWvO+MDjk3LXzGwqorRJ5DVQ WYxQLr3lBlddfz7bzhmmOb/AwQcnuPeLh9HNLuduXsetn7kD40hGxitodaqPpbUil3OpDuexPRul FLGW9OKUfC3H4UMdojhjbE0egcEveLjeqb07B4PvWOQ8gcOphmdeKDxsfMtifi5ibKRIq5VQKntI JUlSjesL9u1rMzMbsnazz42/vJ0H719G43D+L1WwPYGMHHRoINOk7QQV2NiZS3MpZHYqxPfAtSyM NDjCwjKgElAZ2IhTM2SuTZYajk8ndHqGi88cZN3aHAeOdbEcQ5IpztlV4NCx2JxcTA+//a3XvPd9 H7vnCwPjO5+xP4d6On6m4frB/V+75scH7nnHlgtfNdBo9pjY9xDOWoHn2WQtUJ2UA489QiGXcf6V Q5x5zhqGBsrsves43/zHn1BfaLH57DH8gk3e86gM+uTzHlorHNdCaU0iM0rlHLZnk2WKTGmmjy9T GfKwLAvHtpCZxkXg2OC74IhTW0s2GhVk9FqSVaMljhztEsenVi9haTKtWZiP2P9km03by9zw6o1c 95824BWHuPXzE+TLNmvPcHF9C0t5JD1J1pOErQQZCOLOqQcmJidCVGIoF61TM0/q1MOqniPI5yx8 59QrkIJAc3JRkvcdztlWRSrBibkulgO5Amze4DI5kzK/JH74G+9543vf+O5bf/DhD3/4OfN3xD+z cBljxv7uu7/1iaC849zc6tPZcfYWXnD5eiaXDpB0YnxRJWnHVGuS2eljzB0/QdxKGR0pcsUlF3DZ 5afzxGMTpFqx85y1GKNO/YJzrVPtajRZIsmXPeL4/2HvzYMsy67y3t/ae59zzx3y5liVNc/d1UP1 KPWgAbcGHqAAIQG2ADFKjObFA2PzeLynBxgbGwOBJYFtwMjSQzIYSwghIYTmVmvobqm7pR6rqqtr HrIq57zzGfbw/ti3BXaAQVR1o5a0IjIqIisy7817vlh77bW+71slVeUorGXzfMbFc11s4UiNQvlA 3Ri0CyQQM5atkMqiQ0BXirIQlpcL9u2bZ2Gpx+JKyYVLOafOdJnd1uDV37+Lr3/VDrK2wmfC/Z9e 5+H7V9hxsMHsDh33ULuEzmIexRSDkrJv6a86dJVx7uwAW3mm2golHqU8Co8QaGeGwQAuXLQMh4Ft m1N2b2swGFWsdnIaTQgEkgSeOlUx0Zp89xv+75/6mVd+328+/Gw9y79rPGvgev7Lpr6X3dM/cXK9 pob2EnPzsGl6xPrak8jAokY11s6vkbQcG+srpM0c7z29/pB+UTC1vca2q6f55AeeYqodmJyo0coM Ip5GzWC0Iq2Nj5fK45yjGJVsa9co+jnnTw7Yu7ONzx1JEMR6UgGj41hFvKfTdXT6hn6pWet5Hntq nSefGrHRrdhyVcY3v34X/+jbtlLf7BhJzqWVAWk2zeEHc45+fpm0GWhNJthRwI4cYWTJOzl5r6Ds OVzusEPHcFDS71kaNaGZKhIFqRYmm5rzFyqOnSrZu63Gvm0NEhOwvsIGi2jHWreilihU0J0Xv/iF b/rF33jXG26647Xnnq3n+KXEs9Lnej1BZPt/uLV3rq466xvU5xK6g4v0M09aWboLGzSzKVpTDZbO nkfXhH6/pKWF5myGrjwX11fYc2iGV3/PzXzw3Y/gKse+g3PMzDVJjKK0DoVQlJbgYlZLjGLtUper 9s2wcLLPySdX2DTXJAGazRTvPcN+hadiMMhZ27B0u8K58zmNZsrxp4bsPNjkrm/Zy+5DKXO7FN3B iHyUo5VnYAPdrmXxfB9vPQKUA48vPCNX4gY+qnKSgK88ed+hPGyaNpS5Y3YyhRDIUoVWni88PqKe aV5+W5u8cHji7bCfV1jvaTSEg/uyAPqe21/win/1T3/unXf/qzff+Gw8wr9XPCuZ6xePDQ8kMy/+ 5fOLdurMpZPU22vMbdIsP3WOrLhEJoblc13AgHjKoqKeVaSZJ6k5LBWDash6t8cNe6e5+qpZ7v7Q U4x6Je0JwZc2GrYJJFoo84phpyDkDhlUUMJEI+Xo0Q021ksmJzQOR2+Yc+5in+OnBpxdGNHPwUvG t7zmBVxYWGXx4oi7XrOX7dfN4BoFg2KArsNomLOynGMLwYQ2D3x0mfWVEdv3NzAopPKEykER8IXD jhxV7r7IklAEWpmmmdZo1zIuLlacPV9wYFfG/DTU6x5tHAurBYOho93W7N5RI1BtjKrp9zz/hf/b v/jJN7zzoWfj2V1OPCuZS9W+7YcuMjH/hcc/yGjxAsnmNqunVpjQnoZzrK528CNA6hSjQGtmO3Vf UKPD3JQlTQIry4G1lZwLqyMmm3V+7Eeu561vPczHLvZ44YvmmWjWubAxRBthsp3RSjXOezobltEw R2m47oZpjh/f4NFjawQRhrkH49myr8WeqzczOdli+8xe7nrVTfynX7+HHde0mdhW49LSKpszQQRW L+QMFj3YlBTDwtI6Gyt90sSQqsBwoyIkCqM9YgVfClUexzaNmmBMoMzBWk8nz3n0Yo9WHa7dmzIq C7IJzURLePKkpd1Q3H7zLKOR5d4vrH/uzhfe8fvPv/3g//eaH3rb30pL/nKIZ3yK+dHHPjaz0Gws PHlxuTa9t82Fwx9j4dGH2LZvGt/foL70FI12nb7NOPqUZm5+G0bV2T6/RNE/h9E9kppmNDQM+glp L1COLMYYts5P8qEPneDs6R77D0wzO1tHa0VVWZxz2MqjEJz1LK8M6fVLKgeSKKbma8xvb7H9mjnM REoRAsEabjt4M3/y3z7Nn//BY9z5rbuZ2iHMbW+AGeKKkmKjQtso6bIjz6Bn+eyH+jTqDbbsq6DU kbDnS8gDRiTeSAFbeXAeJZr1juP8omP3fMqerSkm9WzblNIZ5pxbKPABdm9NOXamKDsD/V9/+Q2v /N1v/eE/+dwz/byuZDzjmauWjn5rZXh1rcMGnZPHyMo+apjQOT9C0oK6c8xvqrFtZpKPfegYaZiI wEmFloaadlSDgnKQ0CihLCzlyFFJyZPLQ269YRN1bTj+1DorFwc06iY2RJ3QH1YMC4fSkNUNc1tb 7NzXZvOeCWgmDCrLKNVIzZAHSGspjSnDo/dfQqNAWUxqWF/qoE2FCZEGRM9QrcfFTMsXepR5YG42 ocqHpKKphh6jAxIUeKGygaAgSxIS0Wz0S2wZuPNQnc2zMCpyvASeOj9kbiph+3zKydMlC5f8U9df v/O3f/uP/vCtIi/qPNPP6krHMwque8/88dc/sXTsBfff8yD7XjTP6sJZdu/ay5nRKRbXTnPgQGB7 s073qSFDF7hx3wxHnnyC0juKQti1FXZuVZiliuawoL/cwYohSxPKgeA6mtMLXXqrlo1VxemzI9Ia pC3NxFyd9pYGk9s99QnN5FzG3PYW9XrK6tDhbIGIor8xIh0Fhv0KKQzve+IRNlYGEKDqVvTOW7Zu azDsePp9Ry1N6a95iqGnGDoWjwk4hxsNqJwGU6Lx5JVFgGYmTLU0WSJgPWW/otet2LLZMLdZc3ax ZFTGVYybZzRFYVlbcHzd/vl7Xvatr/r5533vN90r8qIrJrF/NuMZOxZDCOpnf+d1f7hwcfidtnUd 226ZoLu6wI4tEyweOcmZxx6m6i3RLErECzv2bUY1JugVJWdOr2LLLsqVpNozqyETwRWw6oROx4MV ypFiOARjDAuLBZUPbNndpr2lTtLUbD7QJtvkSTNBJ4qysHjrUUoYdi1VGTOcK4Xe6hA7VKydqDj1 xDImFW59yRZqqcPjqCUQvNDvFixdKMiHFlvAcCP6XCUJOOvIxiqbVkvTrsc2g7MeJZCKUAw8rZYi zTQD61npVqSpsGVe085CyAdu8eqdm97582858a9FGv8gbIYrFc8YuB46+9svGeid79H1vVMffvA0 x0/dzcycQLXI6PwaK6cuEkZ9ChkwPVOjHJVUA0uqFTNTdU4cXqXZ0tjS4aXC+kDW0HStoRh6xAvt iRb1ekZVKj77qVPUmoZt184yu79NbTKh0arRdg0ajRpKBbQODPsjzh5fZvVSj+5Gji09RR9GgwgW hi163Q2CeKYmm0xMCr3ugImWxiRQ5JYsU2SZod1KSY2m18sZjiqaqaJWA8Fjxhx6o6I3lrMeGwJo R0NnjAZCr1+yaQ7m50AZy6isH95/8IZ/9wtvvO8dz9RzeTbjGTkWz679RXJubfmHfH37VLO2m9VL D3HioWM0X7SbzsI5Fh49x2TSIJEWZTOwkpc06wrfLyh7nkvLfTJnqIWMsrTIbEZjSpM0YXtjgmAV ZW6RQlDGUG04Kh9oNjT1lkGLAiv4YSBVAd3LGY1yLi2scvbUBqeP9akKBwQmZ2CiZbjq5kluuGkT +7Y0+PxDcPjxNdZWOngnbN8eyNIqvkcHrTqUVYn3FXhDsx6oGdDKU5YeHXeUYyRy2EHwTih8wKQJ uUCvKNDGc+uBGp2+dfW5q9++57rn/doP//Q7nvyFN37ZCeH/XvGM/BUfPPK2ybQxtawmb08KVePJ 0yd45HN3c/HEg5x55H5qWDa1pyh7Gr8LnO3TMJad00K1kuO7lnKQ0K+Efu6xU4balCHUAq1GQqOW oBFajYxBt+TUE2ucO9FhdmuT5mQdSRSt6RY2r5B+wWhQkOclo0GBKGHLtgabt2Q0mwZtPO22Ick0 i+c6mFDiSk9/6KgbRXcjblZ1pcdWgXwAhEAIARcE6wWjhbIKKAGjIDUaiEYfzgdsGTBaoRKFTxXa O/KRZccmxe65tL/v+rv+zQ//P3/2GyJSPRPP4x8qrji4Qi80/uDom96nJ29+yZYdN+uF7gpHTz3O tk37qWfrvPvNv8Bw9TyzrWnOHemQtyoazcD0BLR1iRlVbGobioHm8PE+TjRFZiDRUBOmTEkjVWgV vRGGPcugY1EotIo+CssrOfUsBSVYNaLRSqjVFK2WYWJCk2UK5xyuspSFw1nPcGRJE4UvLLYCJUIo AS8ICp8HggsYLdgqkGghEChUFEgYFbnt1ge0CIkRjFYg0VlGAB+EkQOVVOzdlZAkpti27QU/9wu/ +sHfFJErsljgyymueId+/o6pVx7vrvzo7J6bm0Uj5/SlIxx5/CHS+hZa7RmGnfNcPHWcRjMBHyjW ewwvDVAVjDoVxcix2qlYWB5QWEetHuhvVNiBw1Tg+yX99YLRRslgvSAVuO5Am11b6mhradWEyYZG OUvNBLbsmWR2rkEji/6jxSgw6ntGfRj2IB9AVQiuVFRDIVSKKhecVRQjsGXU/XkXEAm44Mlq4IPD i0erBBWePvoiXSZJFGmi0BqMiYS+onSMSku75dg0o2lPzxaHbn3lz//M//uu3xKR5+Rt8G+LK15z Lerq+ybmDsyMyFlfPceZU49Q5l06nUvMTKVMzW2nsobeoKA+CXto0jeKpUs5SSboJFBUFWnNc/0N LVxwlI8VFANHGoRcAvV6QnvC0GpqJpqCxWGLkrkdBu8Cee4Z9gPrXYujYDQU8pHF24CtAuIh0Qpn Pa70KC1oLXGxuHXgwHlP8DGDGeGL+j+jhdJ6qiqglSAIIQhKQS0RTBI3UgSJX0UZ/U8rG5iYgPl5 kLThbnr+K978ylf9zJu+0o7CvxpXFFwn+u+77vHu9qtPLS6xdOkURx67l0F/QFV4OpdOs5w4ZrZs pTk5Rb+zjNcVjX5FO0sZ1hxea1TiSBqG1pRldSNHSeDAjoxBx2NzzYWh4NCMKkXIPbkDqKil0PEl vrSULlJwRsqzsVSgtGDLeFzJ00Zo5dNMndiOqEKgqjyaQKoFpRVeAoTIDA1E7aAyirwKGG0wSkVe NAEBKu+xhae0jqwmDAsX5W5GOLAnxQZHZxjOveLlX/ebr//x33vjV2rGejquKLiybGJvslbtOPfY w5w49gh7bjjAjdffxD0f+AQbxWGm6l3YgJ27t/HIpxbwqmDUs5SjEQRFmZfUnMIkwtAJppkwGJaY usN5z3o/BzH40pI7Ie97lIF6XTEUj/cOHwLOeWzlsTYwNWnQIimfz9IAACAASURBVPR7Dm8jtcY6 0AKK8MV6KfiASQK1JMSs5jxFGfA+8uuVEoworHUEL9Qzg/VQeocoYoFvY7sjqysiHANz04ad2xII gVyyk3fedtfPvv7H3/uBr3RgwRUE10Nn31fv9Aev0ejWzETGwVfexe59N2MzxfEHT3L0kU9Ducz8 zBQ1Y8hqNfqr/ah4rjxT0wllp6LXLUi0wqYKPwClDSt5RVU5VBLYOatYXi3p9zwSABEG6yDytJ+6 JwBZpmmmQjPRiBKkJoSEcaaKwHJVoKoCKgSMjqu6xAvOBpyNBWliIEuiNF0EBtaTaEXAgwJl4pFJ AJNKLOwJjIaWmWnNRFORFz74wNLNt7/4Z376Z9733q/E4v2viysGrmyyNiFGPX/WKDl0zXamt2Z4 6iR5jUNX38zh+z/I6tk1umfOUHYNmc6g3Rwb8jtMqpjJYGPBI06wPUUnOOqNBKsLTAataWHClDRm AusaijJadVZV9E0IlZAZg9YKKUBVMCgcEgLeR0tsVwZEBDUmA4t/WhARhacmxGPOmL8kEnpPbCk4 i1ZQr4Fz0Ye0EqFyUT5vVLxJFrkjTRSNumJ6MgHc6vz2637xp9/w5x/4agEWXEFwdQp7l6+7XaeT nixLzlRvinqtiZEm09c+jxu/8dvpdy+ibB+dW9So5OgDh3FVjjaeop/TzBQzm1OGvRIdoCwCnpIs E9I0rtVdHgpZTZPUQZIAItRFsKWn23NRj6iEIvd4H7vlAtFvnXjM6XEDxnrwIcRso0CUkPioDFLj 742qQBAIIqAEI0JJrNG0FYLNwJR45xkNA37oaCaefbOw/6CiysJFNXX7z/3sz338j0SkvFKf93Mh rhi4cl1828iG9NzSaZw1IJpud0hSa1JvT9HasonFxYtMz7aZ22Gwa+vMnJ/gxKPrJMaTpFGqpQno GpSDiiRR9HoVhfNkNYUZQakgLwGJBXjw0fUl+Cizb2RxnpcYcDYQSkErgThfxo97UdaB0jErlS6g lSJLBJvHWslbQQIxyymI3QZFFQJlGdOeDUAVj9kqeFzlaSfC3q2GbXOBTj/0pqZ3/8pP/NzH/+Cr ocb6n+OKgWtows1llabVSp9L588zMVljcqpJWXlCrcmwX5HnHZ747ALbdzSp6Zz6JktjGrqrOf1B NeY9xYeaktBqNyjLnNGoZKPvGJWBqTao8XOKjUmPAlpNRb2uUQKlj9koqcX2gQ8RTCLxK5FYsIcQ TT5UAjJuRVTO08gUWgQvIEbwLlCNd+XUaopUxksKfKByRVyIKVDLAlPtgDQVx9aknGzuefttd3zf 2+pfhcCCKwSuPz/8/l9e7Hd2zEzsRA+2sX7sJH6uYNhcZTgsGJWGO7/xnzA7uZ/3/uc/4vjiRSan IO+sU1U1Wu2EfDTCl2WUZQkkROO1ZkvRbBqsU1gfGPUrvIAKETRKYu8pBKJquQo4H5kKBFAu3uS8 j1lLJNoQJUk8G5VWaDU2UgPSmqBTiZthQ2QyiHla3SyEEF2nZLy4Kak5lNUUOUxNCdlk4ELu/Zbt uz/yuh/54V993h3/55dsVPuVElekQ//NP/7q3x6pZNtEfT87N13D8sJFzh4/wYWT5yiGlpd+y8uZ 2b2TickZqn7JpRMn0cFTE8iySZrtFs46ikFFcIEQBPGeIq9wzqNNBExiAgSJ3W8VC3Q7Ppby3JPn nsrFmZ61kOeB0kZgiYwLLXkaZLFxGgKM8jg3VFpIktjjSlIV/SPC2AREFKLi90IQ8sJjrUfEEkqY aiiymqPvA41NzYf+yff84k+85K6fOnElPt/nalw2uL5w9OFXHO2f+WGXthPULO2JzWzdvYPFCydR 4nn5N7+U5nSDpcVFxI5IpaSuSor1dSabKVVIyQcVVRFVO946xAf6vZyydBRlnP8NR468iLVRq2lo NjTiBAFqqSIZA8G5WEd5ZHwEgowt7p4GioxXCldloKxiOouzQAE9Bp+KrVHvBaUUqAgu58Y2kKWn cmO9oQvklcc7mNqaXXrZN33D//7af/zrzylK8jMRl30sXirO3nj0yccySXaw++pp2LlKY8ryku95 Kd2VsyydO8Pj932OWiuQaI/r58zPWeqF4vThJfqlpywj/SWtR7e8YAOJjrZFWlSsaQLUtKaWOcoq UJUBkygSIwTvwQWEgB8PjIN4rIXgY+tBgMoFCLHYL0ofs5cCNU5q3gPjeWBejtf1Gk1lfRwDJbHr XhaOEMA7KK2Q6kC9JmSNJOzZec2fvv4Hf/YTP/q6P7ncj/Y5H5cNrvq0rtenJ+Ti8WWS2inqc226 vQHtekZRwZkTi3TW18EMsPmQfK3Lzpk2N16zlY0zaywN+5RFRVTUx+KZEGhPJgwHFl95lES6ivPx 4RoBfKy7xHucC5F6QKy/REJsHUjswBNAGSFT4PyYpTA+JhVCauJR54hZzD/tJTrus/sA1jo6vTJ6 TGjB2niUNmqKrZugdDA727z/6+78ut80cqe93M/1KyEuG1yqJb2v/8aX+mN7enp5cUR3fQlnc2x3 hu1zB9h/bc59HznP6vI6rhjSzALnTq5jlyuypMZU26FFYUcBEVB1RS1RuKpgoqXo9x2j4dOzXYHS YTSR/uJidtHjop4AlQ2ULsS+lUBNx/+3NjDInx7RQC1RaAEvgcpJbIGMz1BrY92mUBS5w3kYDh1K xVGRq2LbY6KlSIKw3rNkbcXzv+6O//iK73rzkcv9TL9S4rINdy91zyW+Kti5eysScs4/fJrOsUWK lUVamWfPri1MTs2hwiTOt+lt1FhaguNnh5y61GfYsaRSIzMZJmi0aPq9krKomJzWzM0banUfm6Mm 2gqF2IrC+chPfzqLRK/1QDX+1/lAUQZKC0UVqGzsxqdGUUsiiyE1GiWxiK8ZPc5ogtaKEOLP2SoO szMDSgJZEpjIhMQEGqlnsm3YtLn10df8yBv/xs1fX41xWZnrocc+035o8d5rQ2st6CSht3aBjVPH yVML/TqP5MfoD0qak8KmPVvodwYU/RHpbIEf9egvd8A7ysGIfOBRAYyArSxDWxGCp5YJtSzBmLEn rji0jqvksLHW8i42NWWcwbxE7y037sbHPc5CqxFdbryLIPPjozWpqcgaDYAotASCF8rSxzmkhHFt FnWIxkBZOZwNNJpCngv7t+57aHbq4N+4+eurMS4LXKvVihnkw3m/sqqKckg9g0wPGG4ssr7UY/GC xmtFRUavm2K9oSgdVo1wfsiOm+vMIBz7/CrFyGKUpso93nsamcFWQFBYq7EVCBqvR7jK420gEUiU kChBER3+QhiPcUy8LYqNx61zYCUCBAEkWijBeOZILPzx8TZZVZ6qigKLxETAlaUniKcoopqnWRNG ZaDeqrs9e2/9AHzZK+yf1bgscHUHw0Y+UNtXD2+wvniSQ7fdwM6D/xdHHv0cK2cfYtA9Q39xnYw+ 9SJFoVBLQ6wboqWi1jQk9RqpypjbHBhVAWnG9FVPNGIdVWGhW0RzXB9vez7Eo89LXIgZXORTJTre BJ9eaBocJMj4Z2K2s55IP1ZxXihKYcdNVgJUUkXnwAC1dDzgDnG1iXMRmCKCUVHoOkhN2LJj9uim HXuOXf7j+MqKywLXSq9j1pe77XNn1lVvdYODNx5k67U7GYQ+B2+aJV85yqN3P8DJB49SNwblAr6o cJVFBNYvlgyTiqKwlA6cCCpR5IUl2ACVw1c2EviSaBUpRlFTikpHNBgVe1NaxeNKSxjfHuPs0Iz3 lPjxkel87KwrFY/BVEfk+QBJKqgQs5arAoUdEwqJr61VbLQWJQRPaNVVNTXbsFNT7cVHPveeZ3zd yXMtLu9YXFvi0vllv3hmJQwGIzl57DQd+8dcWrhAu5nQNpZNm2bpbJqgt7qODY6QOKwVjElYXC7I tEWZqOtzLhbpglBaS6gcQogtByVooxCJHfrUxGVJRkCIgPJVwIfIatBjWjISUDFRxVotxOMvEOso lCeEQGU9oyK2KYwaCzTwMeOFSDitp8JgFEIIhKyuqiwz/Var0fPWdZP6vtk3/lrt0k//7Ge+KueI f11cFri2bN/BmeVLbnW1w/5D17J1/x4uXngARl3WV0subXRptw0v/+areegzT/LY5y8QXKAqBV+W sQ1uPMbFI0w8UAbqmcYBJtPRrdg6yjIyS93IMzERaGR63JH3eB+PxXgayvj2F+c83sV5oJIIUIUg ISqwvQ0M+x6thVSi6EKCQ4V41OIiiVArifPJEKcAWSa+2UjyNK11Em8W3LDyaWJuG43UB/kSV/V+ JcdlgSuVmt97YL+b3XpN2Hvt9VJve44+8FEGa5cic6EckUpKr2OppYaZyQZF6QkIaS2JA2pX0d8o 6OfVF52Mi2E0SxuFgPcBGwJKQ5oqprPIqarKKHqQEBjjaCyoAFRkmQYfqcmRLwMBPdbSCb4C5wWC YKtIBiyKQC1KDscD7rHucAyyUR5o1CWkRrlRJUWtrjre+mWj9Uox7O5Ja9PTwD+oPfeXU1wWuCQX mZyaNjfe9SIhqbO+fhpdJWycW0enOcENsLnBjuosni2w1oDXOF8wosSHEjUMYCEximpQsWk2Y9S3 VGpMeVGKkEZKTJBAg6jesRIzXWUjPwvGTXoFiQh63HXXIf6JYZzRgoMAFNZTFoEkEYrKYV1gspGg fEVlPZWPUjKlCAoQRZhsKa+UhNLKSCs9CEG6Rqu+Er1mizLMzm65/vSx9yzvufrbvtah5zLB1apl 5aXVpeW1hUt71gYj2eic46q9WykXT3L+XAfnKjoXc/pth60MxUAoCovHg46ddoPGO48ro9C03ymY aCSU4ihtzCjexoEzCrz3JBoI4yLcBBIlYzbE0xyvSOhTCrz2yLjXNcojsBINSgsTkwqlhNRGMUbh LNophmVACCFJJRhF0FpsEJwy2o3yUBiTdEyartpgOs6zjPOLGlmztkzuv+/zs3/wth9b/p7X/e5X DZ35b4rLAtfWyS39UytnjnTWVp+/urzK0tJJrpoq2bJ1isWFJYbdnOEwMOgOCU4wyqC0RhHFpnkA 5x3ax9ubNrHBmRcObQQJ4a9QcGJNZX0cWiPR5js4obB/2URV4/rpacVOkHEzVcWBtg+xqw9QOU8x jBcAIV4myjIW+DqRoEScMlLWaqZwIVRFFcq0VuvX6+mq0WZDtDmDJAshyHlr/YorbTnod6aSJB2e O/7Bwc4D3/RVDbDLAtfth17Qv/+Jz3x27fTZb11dX5tZWb5AvbtEKIbUsyauoamnDmcr8lGOrRxl XqCUJk0SFClQfJG/FefPgVIiPx0inaZ6emZoPYY439MavHu67RDnh4Ho4SDj66H1cYCdKMEDveG4 467j6zCm4HgXM6QbD7RNon2aqFyUFIiUIZihKPI0NVVWM+ugFpRJl0yiz1gvp60PF2yR9/LhcMOW uVUqdXff88DlP53neFxezZVK+J23/kZnuLZUXXfoKlYuHOXw58+ggiUf2LgRwsbLk1YKN76Jaeep ypyyCGNZVrzxxetiIFXRKE0DKggaISW2F9S4NeAsEZRP7+0hgsx7wSmJiwNsgJAQVPSGsDbeGpUo KusJcQYZvAtkqQ6mJsErH0TpQousKKM7QGkDpDoZJUb3QS3Xstq51OjTQThOUOfL0g2Lolj7d7/6 /vyyn8hXUFw2K+LggeuOH/74B9bPPXl8fn5+sx9caIZhd11X1lG5iqqMbXEZs0ZtAV5cpLkYT1lE TkySCEmaIBJtJjXRQ/TpgXQcJwvGKMoq9p9SE8HiQ0CLGve1IuBCAJOoMdO0IoRAkigUUFQW7yHR EjIjQYnySmmntCoxYRRQQ0E6SqkeMBKhFFQ/q2WXfJBFpcw5UepJvCwmtWR1dqY2/NXfe/DLZnPF l0tcNrhe8nXf9PDh00994fDJx67uFR030ZgOda3pj9ZlNKwE8ZJ3q6CsQaPFu9hPQnnqWcBQi6kB h/VxDkiIDU4hdtWNijdBb6PyR4tCK4LzAVCSJpHxpyTq6r33EISqCjgqp4yglMhYPRYyo5VS4p0L noBPE1MpUSPRKg9KjZRSA+f8ICC5goHWZkkpvarQC2lWO6NEzosKF7OGXv4v73rsa32tvyEuG1wi Un3043/23nzlxDdsdEf1BTfyqCA105SBRlppqUeNkcrzUnlbYbIgVRmdZcRplK9IrMfD2K5oTPsz EkIIorVIEt2QIn25wEdmTMB5gtEeJcjTxD6FCqIVKihrdMAr7UyirYhKCUo5H3LvJPU+OJ1IkRhV aKUGqVGdIDoAuYdCm9D1np5S+qLReglRi0H0RS2yEERWpyYbK//xHQ98VRfsf1tcMX+ut/3+r/zH Tm/hu/LBul1dX7X93kgNBwOVjwpT5HmtLIqkKAqpCmeq0kr0cvDg3NhqSFFYHzwhJFp5UYiSIEIQ MxbeKEAjXsWjL0RwISp20DVerCgVkkQHgpSiVOlUCMHjPJIQlBVRQ4GUIEOR0NcmqQjBaaO6qTF9 7xk6H7w2esULywS1oUUWVZKcFGRDIctZmuRv+eOHvgasvyWumG5x89zsfy7ypUNVwvZGvZZ7H1Tw QeGlSQiSJumoltYTm/mac95UpZWqtE5CjrWVOBekmWpQyhGiPlpAeeuUhIAS5Y3GJ3/JSBYlQYxR FoICCUEhxhhrjCmUqH4gBEXwkpoqeMSjnBLphyBOAn2EXJRKjVYDpVRPKdVPlFoPngKl14KwJqKX XQhdA+tpmlz6L+966KtKNX05ccXAtXf3gSP5aOUjyOhVVVUOK2uxZZoGT9eYpF5Vtma0m1Ct2qCq bOLKQipbOKwKlbXah6Cdc1FB7cWNqVfilRMVxBtFSIz2SrA+ODdWUUsIPigRJ0oGShlntHI+kBiV 9EUpW3mnlDEDQSUequB84YOUwTMUodDGDIzRXa1NR0kYKq2HwdP1gYHWei0otaFFrQdv+2/57w9+ DVhfQlxR28pPfPB3r7u4evyfLa2vzxSjfFiWlXR7eTbqjdrWhYnEpBaUHwwGTR98WQ17mbW50So4 a11alZUURaWC98FWNgDBICjBK5A0TWxidGUS5b33+BA8wSskeEIolTJFmiY953xDibFKq4GHSpuk RMQ7H4JzPuDpeR9GiFRK6Y0kMevamEopGXlPT0T1tZJ1kFEI9BKjB7/1+5/8WuH+JcYV9efatueO M51i5SPNUX6DQivnhkktcQ3V1J2Aqisx2jnnvXcN751v1NLK21K0lqLM85pzlS7yka7KEmctSnSh BLTSGK1VmiaitcoJXlVVkRqt10Mg9cFrCHkIFFqrMkGsVlqBsh4KrU2ujM6d8875oLwLZQh0vPdK lO6bJOkIYSiiRsbIwJhk6H0YpYkevfEtHx9dyc/oqymuuOHugw99eOr08ftf0h105/v9vra2agyH 1URV+lpwpKJ06ZzVRZUbFcRqgrW2Uq4qVQjO28oyGPS1q0rRWvcBJyHUlDKSJgajpQghBKPxKOW8 c4kolYfgC1dWznkvSuuRBHQQpZWoSrQaKWVGAUqQkbXO+EDhrHfa6I6gRqJkoJVYbbRVoopGPR39 0hvf/7VsdRnxjFiFf+7+Pz9wceHxbb1ev94b9rMyLybKytcEU0N05WwlVVUmzlqdpNlIE3yZj4zW apSPhqrIczUa9WtlUQTwRWK0GGW0SRKvtcForBJVSCTzldqo3HvnqrIMRV6kPvhKBUSUQkS8StK+ UsnIe68DegTBek8uigooJATvQnAK8Ulqql/5rQ88Kzuiv/M7t+3cvnX6u1vN1lUXFpbu6fY3/uxd 71p/zu34+ZviGXPTv/dT796+tna+vdFZS8syrxdFZaoy1BBd+IA4Z5VzpZKgglJaGcRaV0lZFqoq egz6Q7FVId47UaIqrZRTSkiSVBmtAqCNVlaUWPCl994WRSFVmevggw8hoJQqlDLeB2yS1vogXony HnEheC9QWetcrZaG4SgPE616+Plfe8+zka3kR350yzfecN21P3Zg1/XfvG//vuSzD35+dOz4k59+ /MjpP+t17bs//vH1hWfhfTyj8YyB69LC581Txx5vr62v1kajYVpVRRgMCxO8WGu9hOBCWVoDISgR b3QSJARvbUHw1nW73eBt6YJ3wVqLVkGPJ4kmSXQw2hitlfXeKRG8NsoXeVHZqnTOuiAC7YnmqNMb hUaWMCq8y+o1FCo0GmnY6I7kF379T571XtX3fG82tXfH7GuuuuoFv3j91Ye2ZWk7ajE9OAoeP3Is f+zI4/c9+sTJdx5+Yu3tp0/znNit+NfFMwYugAfvf3eyuras+oMeaaJ45av/xbNy3Hy5xuteP7Nn dnr3L95x243ffu2BQ+1qFI2EAw4XAvWsRj1rUFRdDh99Yu1P/vyen/vvf3Thw8BZIhXtORXP6Eq8 59/5HV+xHutfavzzfz6/y8iOX77t1ttee/O110tVlSRZIFVmzC8LKKXw3pJlDfKK9MjhzvOADtAH nnOC22dlDfHXAqllMz96+413ftdNh66XwXAARGdDCRFYWjT1eoMLl05x96c+3XvPnz568dFHBzuB uX/g9/73jq+B61mIn/yprT/8vJtu+aFbDl2v+8Mhzjm0FozWeCJPrZZmPHniGH/8vrtX3vu+J06v LNs+0b38OXccPh1fA9czHP/yl655wf6dN/3Snbe8fEue53gfM9ZwWNKcaGC0QWvN3fd/yv7FB+9b +uSnFhbGwFoFngKesws9r/hiqa/F/xi7dqVXzc5Ov0AoZhqtCdOoNyEIzlqyWkZl1/nAhz6Vv/Ud Hzv3ybsXz/T7viAW8A8CjwBHgPP/oH/E3zO+Bq5nOB55pDe8977jyYMPH926sryQ9Ac9ZUwl7fa0 2uhu8K73fXD1bW+/7/TRI4MlHyiB48ATwMPAA0RgPSePxme0FfF3DAH4wdeRtFr7ds1tqqLVpBK8 c/5f/dLCaWLtccVeaxx/lwcmP/5PN81WlUyF8bIEEUWz6bpvftPq8t/xd2wGvh14Ub3O9kYjaew/ kE1cfWBboyyd/8QnT68vLdoeMCBmqUeJx+GTwPqX9NeN3zMgr3v9lr1zc4lMTvnto/7mF2ZJLc1a iol6ilLRB8N7Ra9z9vTC0uj+Xrdcf8c7Vpb+Hq/3v3wjz1r82I+jH3wQ+Y5XbDtQJq3suuumGPaG t3RW52+cm0+3CtN3NGvTRglYB15WNgbF6r1PHjnx6Yaoz77h357465xk5KUvQ+/bR/gvb4lS+pe+ FFPZKJi96cDUVS6brm3aZGen25tffMOhvVNPnTx19Lf/00NvO3qUir8CkJe/HDMcwbXXbp9oNN0r Dl196Hlpyk1pMnNQQpPKOVxVUri1ExcuXvzU6XOLd//BO5Y+wf8a/DPALcBOYC+wD5gGasSaVzZv TnqHrps6/fhjGw8vrVb3A0f5O9gCvPzrMddfjxkMdh3UphDvTWP37qkX7t2142CiWi+up1tbE+1g vM22pEkzeiWOJXeCMDM3xeLKWXthYXVlde38wx/++CP/x5/+6eJ54IoITZ6Vgv51r0Nv37H9qsnW plfdecuu67J67fbJ1ta5yYmU2lbVrPJWfWqqRb1WJy/GK+wsaH3VjrwoD023j772zOmTp37w+/O3 HD228d/vv3+wOP7V8tEP/YQ//PiTbxFZPvbRD7341wAe+vwjb/KuOb1pNtNJ4m5vtbbOtJsTTE1N zM1Nb+HRh//is+fPP3S41WLtO/7x9GByanrH3Jze3s62vSipNdsKt2PT3PbbrjlwfTsxCtGG4Cwh gNYGgt1xaXn5Hz3+5JEfNOa+3/v9t136XWCJvwLUEF5rHn3sYRVC6P/Oby9/9oMf7J7rdNxFkLPb 5mvXBq1nd+4y26+7eve2aw9eff3mLe6Fn/rwQ2d+43dOXRw/l78RXC95KdmBPTvv2jxff9nW+X1X TbZn75hoTKWjvGB2rjWza/seVUsN1gaqqsT5aHsQFZpRaTXoF7iqYtumfWbfrmu2fOyeD99+4mT+ bcSj+H6uAMCecXC98U0HDohMfPe2Tde+dtuWbVfNTe7S2gQ8CldZrPPkrkevN6SqLN5HhXRVRZFF WjPs23lTa8+Oa26YmXz0Vyr76RcdOTL4hU6HE4A/fuQLP3HNdTe/ecf8S2VtrT+YnDDhm7/hW/5Z optxr7QSqspRWQfBI6LQSbltZlb/5Dd9w/XmhbdftWdqcm7fVHtStZoTrdEQ0kyzeW6SoqgYFSXB 51806DWmIgRh88xmueuOuR3NjH+2vnbP5ve9d+3NxHopvPvdqPf+ycXXbZp94SvzsuA7vwNe8+2g dRBny8b6ur611dphJttG6ulUM0snOLPw0NoDD6/NA98C3Ec8Gv+HeNnLyA5eu+WF1x7c9+pmuvM1 V+/btXnT3HbxAfq9EXlZMtVuoBT0B8O46U09vWImOpSGEI2IvXcMBjlZPeUjn/hIePt/++TG0SOd G4FLRBe7ywbXM1rQ//s37rlz0/S1//6qPc/7gav237S5ZlrKBYu1lrKocMFFpY9WhDELNUl09H8P UWIdCHjr0CZl7+79iUi56/zFM/rcuXIRuHTy7JKSUN46PTO3Y7KxNW0026mrhOAtIXiKsqQoS7x3 PH16La4fbu7duf3Aa175DYe2b9q7pT0xU/NWp6NhSXMioz2RUVaWYV4Qgkfp+J60UXgr2OCoXLQL 3zK7re69O7i0eiG/dKk6D6y9852oTVsa37pldv8PXL33Rdc1atsO1tL5g63ajqub9R175+d2ZDNT k2mistR7z3BYcfLMGf/u9z8Wul3XBR4D1v7qZ/n9PzCx/3m33PSGaw/c+ku33XT7S3ds3tPyzshg kLO2uo5JFDMzbSYmGpSlpaw8RmuCRM0oKuo4g0R9Z5IkZGmNzzxwX3j7H378/L33Lp4vS4QI6ieA y2bdPmPg+rVf3/WC6fahf3vVvlteNj+3U+X5CKMCJtU48FvFZAAAIABJREFU79HGkKYJhSsRlYMk JIlGJMG6Cp1ojNJE0ZnHeY8Ez85dm2vODXYeP7l4vtOxF5aXXX781MqWTm9598QE9av271BV5REV DwHrHM5blEQNo7PC/Nwmdf01N5hE1+h2+3GxgXc0JurMb55GK42zf7krSATqtRTG2qQQwhd979M0 YWZ6Mjt+6lR29OjGmRBYA3qnTq4NRuXiDdOzavvWLdtUcCXWl0jweDzeOUKIFp3OBo6fuuA+9NEn zhZ5eJiYAb8Irh943ebvvOvOF/7yLTfd/E8OXX1jKwRNv9enqCqyekJiEnbu3MpGd43DTx4vO/31 MDk5oSZaLRKjSYyJS0jHW9uUKCYnJrjvoQfCO/7o4+fvu3/lTJ6Higis4+N/vzzB9Zu/dfX+duua N12z79aXzk5vxtoC51z0zRJNYhI8jvs+92n73vd9ZP09779v5Yknnxytd5e0Nt5MT85Lu92IH3wV DWO0EoII9VqLZqs2sbR82jzxRPcksDoc+PapU2t2afl8fcuWdGLvnv3GekdV2Sj3VwqtFEoUzlUE l1CMSoqioNZIadQzAjAzOcnFpQXuue+BYmNjNWyaa+tGvU2wPi6o8j4CwkHAo7UGgcn2DJcWT7ce P3LxwnDozwOXhsMwefxEZ76WFvsO7N/emp6awgVHVbnoS+F8XG41dqc+dvKcveeTx86UZXiQmLmG AN/3/Zu+6babX/gbL7jtxbdMNGek1+3T7Q/Q2tBuN2nU6xSuz/0P3pu//b99aPntf3jPmU9++pH1 xcUFPRp11MRE3Uy2GxhVw/uAd556VuP4mSPh9//wQ+fv/sTFM0URKuAwsf1xBDjHFWh/XHFw/btf pVaMtv3zQ9fc9t3b53epssrHG8Ki3UeqUzqjC3z4Y5/ove2/fuLs3R9fOnP4aHf10UdXVh/4/NnV S8tnXHsibR88cJV0ugM8AaPVeFTiqUrH/Nxm6Q+X208cOXeh2/UngG5VYc+dy+1wtLZp396Zydmp eSmqIjoSogjBUeQlo0GBd56kpqhlKVmWYpQmq9U5vXDM/8G7Prb6e2/95MlP3ffE6vrGAs0sae7a uUuqsoxuhHps4EVcWBVCIEtT1vtr5t77n1rqdNwp4sNpW0ttbb1bn56u7b7h0MGkKu247osq8+hr bwhB8eSpE9WnP/PUubLkEWLztHr1qzftfOld1/3L2255wR0EI931HkpBVo/vuz3VZuHSEn/2obs7 v/OWe05+5jPLF9bW3GhpqVp9/InF1Qc+/1T3iSePjZaXz4W0brL5+VmpZ03yost73v+JtXf98dGT eU7JXwLrYSKwrwjh4IqD6/m3HXjV9Qfu+JfXXHVjKy8LqipK6bVSpGkNHyr+4iMf3XjTf7j3qaeO FWuVDQXRMO1MkYf1c2eH+ShfTq++elN7x5YdQvAURRVPpACeQJqkIL7+2OETw3NnR8eAzxGf+HB5 ZdSbmlb7br3pumZU10rs6+QVrnI0W3UazRpJYijyAkRIswafe/h+99b/+v6zf/7+k2fX1/xgY92t Hj6ysrGyvpju2t6a2LZ1h3g8ItF4V439J5RSJElKVQX/iU99fnV5uToBnAQWgNDvu2GS5fuvuXrb /Oz0nMSfiYV1wJMXJc6XPHbkwfVPfuriee95Ajj8Yz82U9u7d++/ufXQLd/dTOZElKdRT8maWVw1 UwV6/S7vfv9HO+/848+dPn2qWif2ys4AjzjH+V7P+5Mn+oOHvrAwOHLsyUFebCSbZqfSRx8/kr/1 7Z88vRj7a/8zsK4YLeqK3ha/7/u31a87uP+1N1x36P9v78x/5Lqu/P69y3uvXlV1V/VS7I3N3pvs 5r6JoiRbI1mWx/HYsh1bY2tix7GcAWwEie0B8sMgQBAESP6GIEiQQYyM4fFIGo8tW7K1cZG5mHt3 k+yFbDa72ftW61vukh/uqxZFkZJstwZC8j4ASZDsqnp177nnnnvOuec0BGEAJYU5nXECm1mwbY5X 33rT++mL5+fmZsNq/Ow6zB5/G0A2CNB65uzy3PG3f/dMX1dfvZBm25DSrHhCjWpvyLYSmztbAHTC qPJzABaLBekNXZ3av7g839jY0Ex8z4MUgOcJMzkJjiAQUNJUwEklU7g4dEb+6Me/mXrtNwu3lUII IxjDlYqmJ9++M7dn55WnBwZ2NihpKh1KpaI69lEpJhGisc5i7a3JlpGRUi2M/zAEMCQl0sNDi29c G73W09PZm1acm9KdOjDblABs10E+H5aFwEbROMr4o33bdjy7tWk7WVlZRaY+CSU1RChMNR6q8ItX fpP/+xfO3pqaEqswrpCqA3YagAtjPzWXSrr57Jl8863J3/adODFWs1bw5Pi4twpgBkagLkav3dSr c5sqXD291lMtTdset6wkiqUCCCHGSKcEjDGM3RxRP3nhxMy5c6U5APMwGmcMxml4C0ACQM/amiye vzS98589tf5QJpMEYEFKCctmUbFc08CHMKQB5GDq6foAxqVE7eTN/OnJ27cONufaEp6qllnScGyG ciWEVsZush0Xt2Zu48Wf/3Y+EqwAZrCvw0xMWKnotaXlYK8SpMHYXFHdJUbg2HZUiFXDTbukri6V pHTRUgo5AIswkzVaKIQXro/euPPUn5T6CRiCMESlHJirvAoghCHwBWAWW2VwMJXcOdD33N69vdli sWRa8wkF3xNRuz4Hv7t0Qf3s5xfmpqbCFRjBughsbKl3AFgAagE0AWgB0L2wEN58bWG2PxqzUjTu 1XDTpt/J3DTh+sEPOhMNtR3fbs31NHqeh405gKmFpQjBtfHbpfPnVhZgvtg4gKtbtzpX9u1PeVrr 2lxOY3VVzJ4+Xc5SKldLpTJszuC6tilQQggIodBRZgEjmuDdW7sGcG1xsXxs6s78lx/erzp5VDDV FIZjUJ4Pyglc14adoDj+81Nrb7wxOXuXYFW3iHEAmlKEmfrEklTGp8k5hVLSlL9kANEEQkjkC3m9 slzwIsHK3vVM8+vremh+PhgOfNVnW4worSGVRMp1oBWFbdFq2dZ1APP7D6aO1md6vpBy6rGQX4Vj MWMSaImElYDSZZw+c2l+eLg8D5M1URWqizCCBRhhWYp+3Yx+9cMIcBaAADAKs5A+kutzmyZclh30 12WaHkols1gv5KNuYebOqlIKUCECX/BHH23e0txcU+7uclu6uzNHCcGza8u1exhJApyCg+Dzn1FE Cr89XeOi7PlwXMtMqjZGtOksZlwE96EchvrW4rxc84VGuRxGTdIpOKdI1SQAEFjcwtSdm+qN40Pz ke0xgXcEaxiRh/zho9lbXe2pNKMApRRCKOOcJDoqh6ng2A6W16ScmPIKAGrueR4N4AaoWlVagBAL Wmu4bgIJ1zbFVZTc2GLTaZQbM03/qru9K7ueLwJagXELrmPD4gxuwsW5oeHwzWO3loTQAYzmv1ew 3jMm0fdbgdFWVaomwEfCpglXtqbuU/WZXEul7IFFs04IMycqBUiicPTwEfeRww91JxynK5QhHNvW iRQnNk1S49vTIJRBSwkhBPwgxEplHaVCCcm0u3E6AyzT3ti772lZuy4WGbMqjBLYtgUF0wdbKgIZ SmgQJBIcV4Zv+mPXinmYLXoMZiVvCBYAdHTQ/vqG5g4pKcLAN/VctSljziP7yXVdzNyZVuVSoADk 8d5jfMWxeF5KiXLJQxCEqK1NQSgNpgnCQG28gjFOm5qbt9dlcygW80i4DhjnCISElBq2Vhganq7M zgVFmIPDaPTsH0ZIVvGHBcP/IDZNuBJudmtj3VZ4vgfGCCyLwvMlQj80pSCJhZTrgGhCOGeEUgrG GFTIUFEepIz8WYxtFM0FFCybA4QgCIxnnzEGcIbVlRldKJbuG3/r68eq4xDfsiwIO4SU5nUiMMV+ LW4hDD1cGhnNLyxtaK0RmEm6+z1JV0frV7o7OhuUFgAFbM4REgnOOAiMLam0wPC1ifX5+bBqWN97 99B3XV5USkIJCjthGU+51NCR/64a+d6/v3bHttbGndV2yNWid6EQYIyj7K1j+Pr4WqEgCzB5X6Mw Qvax449uiVeltcVyUmlOoDUqFR/Foh9V82NwXBsO57A5B+UUUket7aKGO5ybKL2Jq5ra8JxzWJaD VDIJN+EilUrC5g6kBAixcGchX755o5S/37O0tEBqRSRAoCKVQEAAAnDG4bgJTM3OykuXp9e0Rgkm njaOey5BfP259GN9vf2fa29uA2OILlAogFIorcA5heMkcGloSJ0+c3M9Omn6MMb8u7SXokr5FQXH tZF0LChpym2SqEtbdSIoJ7SxoZ2HUhm/GifQxDR6ty0LKytFcfXq4rrWWI+eewp455T5cWJTNNd/ /kF/jghrN6jp6hqGAkGg0LSlFtoUo4kGiMEmxNQiVRK2bYPbHEQpMMZBojZ1UucR+IFaWKpAhAGk lnCsBOrrLZpKNSLpEuQLixXfh8ADTjmUGf8WIwCxuCkMR+mGLTg2PhFM364UYARhDvekEz//F627 O/t7/kNf12BHseIhCEy9cikkNCEmXgcGIQNcuDJSuHp1fQFGay3ifik4UaHfZNI22lwrKE0gfVMD 33GMeDU32XBsQrVSsBgHYTBlP6M+24Wyj3xeSJitfA73xCA/TmyKcE3OLaWaVrd3BD6B7/mwLAtS +Sh5PtKuCyEJzl06LY+9PbJKaUJb1Ggvypnx3kfWuZImE0JiOVxcKOZvT3t+GJhF6dic9fWlM/X1 bYn6uhROnhpZ8Dy1BDOZ7165GrAigTJd7swWJKQyhX8ZxfC12eLSksjDTNAcgI3GUN9+ntW1bEn8 5b7BHU/VphtI6AeQUoJHuVCUM1gWg+3YOHX2hHrjtctLpZKuwEz4PB5g1xBQSKEQhAFUVDk6DBWY xeAmzaE3k0nAihqJamhAmi4eWpqWgVoKEAoRfc4sPqKT3mawKcIVhJpyynk6ZaPaokJJE6pBCnC4 jbInKy/8w8hYIa8+MLQQ9UdUuCenafhqflHrOwwAlNnvCjArd/Hun9MAICSIAqTQKJe9DSdsTTqJ cmVOT89Ml7RGGe8IlwZAnv/XjYf7Owe/PzjY/8yu/v20WCptpFSaUuSAZdtI16Rw8coV/cJLp+Yv j5TmYbbUG9F7vUdzaWo0V+AHCELjp+PMgu2YgL1tUwYAlsVAuanR6fk+RKAghEDCtZFy3epjAkao 3pVD9nFjcwz6yKdFuQUCD5po2AkLfmTMa62xpSFpNdRbfH3NH8eHS1v2YQavWP0HKeHApA2ntzRZ tU8/1dVwfWzWOnum8C4hJKZVNcJAIJ8vQgkNbjHYFgPRFAvzJX19dC2vNZYRbYn/8lt1Bzo72r7a 1933hbamnsHWpm3wA2M3Umr8W4xxWAkOx2U49tvXxd+/eHrx9denJ4tFVYGxfaYATOI+E26BgTMG xigch0HKan4YRcK1UJNO1joO0p4XcBUqlMseSgUPFqOwLQZOKTwvgBdFFyL+aMfnV76C5NFH9n3p 6Se60r0DpR+7iVc3rRDK5ggXIVAkgFbKpIHYJv8JMDG0IPSQy221O9ob2Y0bMydhVviHEbDq6izD eJxzALJf/HzjY5/9zME/TaZr9mVS1i/OnhnuhDmKF8xnAkEgUAlCuIkE7IRlGqzD5MBTSkGpsurq mD56ND3wxBMDn6yvbXxia2vfQE9HL11bL8D3PIACfmBio0oopJIO1gprOHf8ovc3P3598vL54pIf Ioy+zxiMcN23toOGjtrzUUBRcM7geSFE4KG+rg4pt9UmFNatCT+bL/lwXYpMJgXHtUC0KTbMmfFz sQc4+H5fvvGN3CN7925/fu+Ow39x/drq8vf+7Vs3ou9wE5sguJsiXFpwDbK+rrTfBhBIwMTfKOB5 PopFD45F0NuXanz7FK3zfTUJc/z/MGwI4XPPYW5Lc/s3D+9+5C8fOfJYy2vHj8/+4yvj+2BOvf+I u4QrU59ATcqFAkMQCtPUQGkQIpGtS9A//+rA1qb6XLazqzfVmmurtZ2EyTwtlyGEDwKOIBSolAPU ph2kUylMzozi7352bPHNYzfnbt7wlmEm4BaMA3MIH+AS0CAgjIHDOIMtm6JSDCLtagEa9dOzXoYQ ilxjLUpeBWEoIZU03XBtIJtJsPbOZO3UdIUq9Yfdgfje92CXvbbP7BkY+PcH9xx5rL2lCf/tjdOF c+dWPwPgPMxC/XgI149eWpgffGjbWBjqQTdhmSaYoQLn5sJnOp2Aw7Oka1t3XbZmonXeRwPM6vjQ R+gf/tXWzqZcy3c72vq/9dD+R7fcmZtWP//V6eXbU34fzGrbIAyBdApGo2piWrHA9BkiADLpRnz5 s8/W2LZdQ6kFIX2IIISpWq9BKQPjDAnOTP6Zw2AnORbX5sSxE9fWbt7QyzDb9SUYjVX1kj/YuNbR b9GOppQCowyMU4RBaDJlCRKeVyGr67dBrH7IigKgoJWClBJSUTQ1NJG9u7vqz55ZcTxPN8AY9h/a 7nrmi03JUtn64dHDD/+bRw7tbcrWNuPc0Nv+L355OSyX9Q6YJIBNYdOcqEvzoQ9FYFsWvCCAbXNQ zqOceAIvCNDT3Zbaf7Dx0K9emX8D5vbLBwrXf/l+c0MhkfraQH//V9pb+h/v6NhBiCK4NDJSPnli uqI18jBe8Q0efWQQyTRBGIQQ0fmBUJPuSwhBKCUYZSavXgkQBlBOQAUDoRp2kgOgkMI0uCrkPbhO ErsHDvNvfbPQ/OI/nF0culK8EAT6MoxQTeIDcqA0R9QQNMpERdTNlpme29zhIKBYXBSzk1OLs0cf QheU8YUxRjdy+AljOHSgt/bNY8OHh65UTsPEBj/MIiXf+GbD4f6+ru/2d/T9+aF9R9xQSCgEOH9u TMzMeGWYw9GmnT43S7j03NLsxNzylGzb0sNCKWExBrIRMyMIwwC7B3bTJ5640T82vrpvYiKohlru yw//qiuhERwgDW3f2bdt19f3De5OEEoR+j4K5SLOnx8tF4vag9FaM7hLwDQUUikzG0qbjFGtpAl8 U4ayv4RySaCzvQu+LyBlCKFMzNAYOAzQ0rQ01lELZBtI8wy+/sU/q9na0nz4l68en3nzrZkXFhbU h9LArsXAiPHlQZp9nBACN5GAAoVlE1gWUCio8rWJWzfyhdlO284SrYQ56VJAKAUlQhzee8B++qnR vbduXeot5OUozNb8IMh3vtPYl9uSe26wb+Cf9/UN7srVt6GUL8CybNyantSvvXVtYW1NrMNs6/PY pJyuzRKuyo2J8ttDV8dXmxu7GzlhIMxMJGcUQmj4vo/AT+CxI/sbGMi/ePvsReZV1I9efnnt7kAq /vqv21osmw7UpZqfzeU6P9/V0dHc1NhOvUoFUgZIpWswOTku3j59c6FSUSswA3ILdwnXys1Cs94W tlFOgBCQWkYxSdMr9sb4tP7vP/rZ6qNHDtqPPLQ33dHeCQgJDQlOq3f7TKDc9wOEQqKYr4AwCs44 nvzE41ZtjfPlluYzDcdPTvzN+fPe3+IDNFem1jHbYHRtzvTO1mDURCYSFoPjUOTzSl67unrlytDU 4w8/lOOVcrjhRpGBQAVATTqNT33ywLYw8L/z5vExS4TB/7p6Fe+JVnz7+YbBlFv/7ODA9i/0dvTu 7uro5UprBJUylDY28bkLI5XrY2tLUaRiHsYW3pT0m03bFk+dKt7esWPk2r5dex9r3dKGsleGUuZm T7lUglQKQegjnWjFU4/nuncN9P9gaubWFw8emDlRU5O8k0jQ0A+UU19X92hLQ8e+LU2N9TVuE/X8 CoqFPAiloJwikBUcO3V5dWK8sgbjrJyHEbANu+NOKehgvKGVRq+RSkIKkzXKHY7abIMeHfWnr1w+ Fhw/OdTw6KM7cp84cji9o387fN+H55uxVUKiXPbhOBxeEIIxAm1pBKGHfbsOsUy6/onmLRe2pWtO 1537XeknpdKDWxC7KZlVMMFnBXMngLJqGIkhW0+RTlO+uAiMjq6dOnPh4p/t2d3dy6gJ2HPGQBwL BEDF99DbuYd89UuN+3f0jXWNjI5+urd/6n96FXE514h5oZJdLfXpZ7q62r7U1blr7/bu7UxpDSlC SCVR9gLTx5KUcOHS+PraqijD2MBz2MTA9mYmC+aHh1dODQ0P7W1v3Vpj2zagTYJbqeihYUsNUqkE Ai9EIR+gtbkv2dc9uHN6ZmnQdS0kkw5MKgwhgINQ+AiFB2iJUjlEMmkj4di4MzuNC5em1nwfFRih msU9x39KXac2vZVQUm1IpaAUATfHNHBmI+lY+vaUf31hYTE5PLLafvbseO6pJ3c3HDl0IN3e2gER hlhZXQFhFI25DJRUKBbLyK+VQBnglUNkMznyzOee7M011v/HLQ2/PfzmsYX/tLQUjuMeA/vrzzU1 uInGQzWpFFHabIlRiBJCaAACdZnGxJammvqbN5extqbHXn9z5GR/f0fbpz/5pGtFF0MoABACKQXC UCFb20A+96eddUcO7f7cwtL8ozdvzxZAVuYSdtOWpJPtOHhgB0lYKRSKRays5OE4JhO3UvKQra3F 9PyUunhldl1KrMFo/wngvRrwD2Uzc+jlnTu+JdRia66Ft25r7eRCAOt586z19bUmwk9NhkOpWEKp 6IFoEItzwhgjFmekWPShlIDWElAaUipUSuYKVcJN4u1zp72XXhq6XSyqGzCpuRdwT3ztk0drero6 +r6WSqbtYqkEJRSI6awOrTQKxYJ+4+TFhfk5/00AE6WSWpuYKJYvD02KfH6Juq5ONNY30VIxQCab gmVzk6SogUolhFcJEAQCMgxh8SR2Dwy69Tl7RyYb7AEpqZnp8F3X8VtbUbd/977vdnV0NyolzB1N aECZ8eDcdJR8/c2Ly7em8kMARpaWBC17y921tTzX19lDpZLw/NCEgpSOskY0lBSweYK0tWx1+7t6 M+2tPW2NdW3ZdLKGJNMuwjAEiEYYKlQqAQJPQEuNpOvi5Jnz5V+8PHLb8/QNGBfERWzSVX5gczVX EcDUq6+u/hrk1Xr9nBrc0Xs4IUKGhvpaEELh+wGElEg4HAnXAgMBtyhKxQCFQhGWFeW3mxZm5hJD dLmDEo5CcRUjV27kl5ZENWxzK/rzXbR1p8AthrXlAhIpC65rmYRBwkAIRUtLLd3eV5u5fGkdWuM1 mDz8nvk5Of2Tn17tujY6s+Ozn55qOXhgR6qn/yApFUuoVHxopZDJJkGii6Zaa+TzJXieh+2du+2k lXly27brPd3dVw7+7f+Z+a+IwjMDAzW7WlsyrSoyzkGpCaiDIhTS3EbiQGMjqaYlW0ph/OSJ5Zeg X3c5s3qffOwAs7mNQJgGEEIohEKaRqZagXoelFAoFMooFD3kmupBNUWoFJQkyNamQbIsSoeysb6+ gt9dGl+PogvVIPimaS1gc4VLw5zcxl59ZfWXvvdr+vRTC52DO3pqenofZl45BCUSDudRLrxJIA9D BcelcBIOfC9EOu0aNwY1mqJY9OAmbCScBCbvTIVnL04tCKGrCX6zuI/x2dlSi/r6FITnIpNJgIJC SBV55glqEu3INXQnGbttCQEG4ATMBZF2z0PfmTP5hbGxt7Y/8sjw1i99Yb3tyIG9VjKRhJRyI7In lIJSQCZTi8AztvzA9n7s27unoyXHvjwzXbl47NjKGQBXk8nW3oa6jqTWDJZDzXahFQhlsKL+3g3p BrJnd1/mV6/MZMpllQIwFgQqd+zYwq9XVl8UC0vTW48cOlTb3tpJOAO0ppBCACAQWkEribIn4PkK uVw9ajMEqytzcnk51F4goso26xByAZwyTN/Oi4sXbi8JgbVoHOexedWEAGx+rYglGE81f+utNVy6 dOKhffuHOvcMjNS4LseWJm411tXUJBM5UMJR8lfU1et38ktLgbIdjmydjWTSBpS5LQ2lESgFmzEw QjG7sCZu3KgUYQLVszCa4T0s5kNdGR4tel6Fl/1icWEhDNfXQqTTDNk6G01N2XSxtCJhwkn1ML6q VZjFsQpgZXVVLb388sL28YmXip/6kyuNB/btrGvZkiOOy6E1IIQEhfFdlT2FIAgwPTPlT9xYLV2f mFg6dmxlMBqPyUP7a2xuL2FmdinIrwv4QoIQAkbN6ykhyNQl4ThEJBIsVS6rJph8/lEpkbx0sShm po8d2bVzuOng/p7s4M7mdDbZBKUoKKMo+6uYnrldnJwsBKWChJN04PmrWJxfyc/M+yW/bG4sCUUA JcAIh5JKTd3xC9EYzj9oLP8YPooSSgRAD4B9APYC6CMEjZSCcw7a0phwQatxR43bs15JR+uFfojU RSnhATgJ4Fj053t8TG1taMmka/9dvhB8YnHZk0JASQmwyMLMZHmCEoKlpfAagP8N4A28s2odmFJH /QC2AujnnOzM5exsJsPgOhyaVhMQASEJCvkAvq9R8UKxvqZ8bdbGMoCfAvjZ819rfUpR6/vnr6zU L6+FoRDvxG0oAMIpEgkGBujrY6VJAH8HE84SAHYB2AOglxDssDma6xos18RIjR4VAsjnQ8/z1LsC +NFzCDzYg+/DVLR5A+Ym1qYmHX4UVW40TFYnYG753NYa3VKiQUqQyRnPAdCAdwRbwmgiKT9c7wof xj54oPNyZgbhDPIz0fvaMBPtV99/ZVkARmPdz5/jw3i9Z2AWyboQenV21m+fnUULPjh7twSTG7aI KKPjf/z4zhDMYvhk9JnvF665218mYDRYAcCi1lj2Q2ybmwubYMbwXu71sGu8cwPofgiYOOJHks36 UZZQGod58G0w+ekURivkYIqfVamu8vcm/T0YD++fgamjz341+vt69P4ejFBnAWSi/7tfuKOaK3YZ Zpu8FX2Puvv87L1UU4Wq+fTV91+HOdkuRu/9fs9+d9qLhHERLMNcdm2BMfpr7/Pa/D2fCRiNvIQH j5d8n//7o/inqCx492cw3H9QALPaf5/Et/f7WYo4AfthAAAA2UlEQVR33x0EzMBXdePd17+qgvR+ cDz4ue9HAKPBqu/fAKANUZI1zGS/35Ff4a7M2Lsg0bPce33tboq4f7Tgnzyp8ONQE/X/F37feqwx MTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTEx MTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTEx MTExMTExMTExMTExMTExMTExMTEx/w/wfwFJGTc+ZCl6bgAAAABJRU5ErkJggg== "/></g></svg>
--- a/eric6/icons/breeze-dark/ericSnap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ericSnap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,66 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4159-5">
-   <stop stop-color="#1d1e1e" offset="0"/>
-   <stop stop-color="#44484c" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#f33777" offset="0"/>
-   <stop stop-color="#fd2d65" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#a1adb3" offset="0"/>
-   <stop stop-color="#bfc7cb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4199">
-   <stop stop-color="#2f3943" offset="0"/>
-   <stop stop-color="#4d5662" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#18222a" offset="0"/>
-   <stop stop-color="#566069" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient5002">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
- </defs>
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <g transform="matrix(.05597 0 0 .057442 -18.744 265.64)">
-   <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/>
-   <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/>
-   <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/>
-   <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="p" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="i" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="g" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#f33777" offset="0"/><stop stop-color="#fd2d65" offset="1"/></linearGradient><linearGradient id="h" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="j" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"><stop stop-color="#a1adb3" offset="0"/><stop stop-color="#bfc7cb" offset="1"/></linearGradient><linearGradient id="l" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="c"><stop stop-color="#2f3943" offset="0"/><stop stop-color="#4d5662" offset="1"/></linearGradient><linearGradient id="k" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"><stop stop-color="#18222a" offset="0"/><stop stop-color="#566069" offset="1"/></linearGradient><linearGradient id="o" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="m" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="n" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#b"/></defs><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g transform="matrix(.05597 0 0 .057442 -18.744 265.64)"><rect x="424.57" y="503.8" width="6" height="3" fill="url(#p)"/><rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#i)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#g)" stroke-linecap="square" stroke-width=".1"/><g stroke-linecap="round"><g stroke-linejoin="round" stroke-width="2"><path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#h)" opacity=".2"/><circle cx="401.57" cy="523.83" r="16" fill="url(#j)"/><path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#l)"/><circle cx="401.57" cy="523.83" r="11" fill="url(#k)"/><circle cx="401.57" cy="523.83" r="10" fill="url(#o)"/><circle cx="401.57" cy="523.83" r="8" fill="url(#m)"/><circle cx="401.57" cy="523.83" r="6" fill="url(#n)"/><circle cx="401.57" cy="523.83" r="4" fill="#2c3e50"/><circle cx="398.57" cy="520.83" r="1" fill="#84cbfe"/><ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe"/></g><path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#d)"/><rect x="382.57" y="505.8" width="52" height="2" fill="url(#f)" stroke-linejoin="round" stroke-width="2"/><rect x="382.57" y="539.8" width="52" height="2" fill="url(#e)" stroke-linejoin="round" stroke-width="2"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/ericSnap48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ericSnap48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,66 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4159-5">
-   <stop stop-color="#1d1e1e" offset="0"/>
-   <stop stop-color="#44484c" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#f33777" offset="0"/>
-   <stop stop-color="#fd2d65" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#a1adb3" offset="0"/>
-   <stop stop-color="#bfc7cb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4199">
-   <stop stop-color="#2f3943" offset="0"/>
-   <stop stop-color="#4d5662" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#18222a" offset="0"/>
-   <stop stop-color="#566069" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient5002">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
- </defs>
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <g transform="matrix(.12212 0 0 .12533 -40.897 228.57)">
-   <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/>
-   <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/>
-   <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/>
-   <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="p" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="i" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="g" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#f33777" offset="0"/><stop stop-color="#fd2d65" offset="1"/></linearGradient><linearGradient id="h" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="j" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"><stop stop-color="#a1adb3" offset="0"/><stop stop-color="#bfc7cb" offset="1"/></linearGradient><linearGradient id="l" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="c"><stop stop-color="#2f3943" offset="0"/><stop stop-color="#4d5662" offset="1"/></linearGradient><linearGradient id="k" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"><stop stop-color="#18222a" offset="0"/><stop stop-color="#566069" offset="1"/></linearGradient><linearGradient id="o" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="m" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="n" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#b"/></defs><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/><g transform="matrix(.12212 0 0 .12533 -40.897 228.57)"><rect x="424.57" y="503.8" width="6" height="3" fill="url(#p)"/><rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#i)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#g)" stroke-linecap="square" stroke-width=".1"/><g stroke-linecap="round"><g stroke-linejoin="round" stroke-width="2"><path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#h)" opacity=".2"/><circle cx="401.57" cy="523.83" r="16" fill="url(#j)"/><path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#l)"/><circle cx="401.57" cy="523.83" r="11" fill="url(#k)"/><circle cx="401.57" cy="523.83" r="10" fill="url(#o)"/><circle cx="401.57" cy="523.83" r="8" fill="url(#m)"/><circle cx="401.57" cy="523.83" r="6" fill="url(#n)"/><circle cx="401.57" cy="523.83" r="4" fill="#2c3e50"/><circle cx="398.57" cy="520.83" r="1" fill="#84cbfe"/><ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe"/></g><path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#d)"/><rect x="382.57" y="505.8" width="52" height="2" fill="url(#f)" stroke-linejoin="round" stroke-width="2"/><rect x="382.57" y="539.8" width="52" height="2" fill="url(#e)" stroke-linejoin="round" stroke-width="2"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/ericWeb.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ericWeb.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,27 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <g transform="translate(0 -291.18)">
-  <image x=".26458" y="291.44" width="5.2917" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <ellipse cx="4.0128" cy="295.19" rx="1.3229" ry="1.3228" fill="url(#b)" stroke-width=".066144"/>
-  <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-1.3163 1.1906h0.19182l0.19844 0.19842 0.13229 0.0661 0.72555 1.1872a1.3229 1.3228 0 0 0 0.068196 3e-3 1.3229 1.3228 0 0 0 1.3229-1.3228 1.3229 1.3228 0 0 0-1.3229-1.3228z" fill="url(#c)" opacity=".2" stroke-width=".066144"/>
-  <path d="m5.2422 294.7-0.43564 0.61955 0.4111 0.41107a1.3229 1.3228 0 0 0 0.11807-0.54335 1.3229 1.3228 0 0 0-0.089958-0.47927 1.3229 1.3228 0 0 0-0.00358-8e-3z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".066144"/>
-  <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-0.12581 7e-3 1.3229 1.3228 0 0 0-0.0168 2e-3 1.3229 1.3228 0 0 0-0.21292 0.0421v-2e-3a1.3229 1.3228 0 0 0-0.64161 0.40612h6.625e-4a1.3229 1.3228 0 0 0-0.2368 0.39321l0.10881-0.0544h0.26458v0.0661l0.066146 0.0661v-0.13228l0.13229-0.1322h0.066146v-0.0661l0.066146-0.0661 0.13229-0.0661 0.066146-0.0661 0.13229-0.0661v0.0661l0.13229-0.0661h-0.066146v-0.0661l-0.066146-0.0661h0.26458l-0.066146 0.0661 0.19844 0.0661-0.066146-0.13229v-0.13228l-0.06264-0.0626a1.3229 1.3228 0 0 0-0.069652-3e-3zm0.99219 0.45042v0.14485h0.11185a1.3229 1.3228 0 0 0-0.11185-0.14485zm-1.848 4e-3h0.00403l-0.00813 8e-3 0.00417-8e-3zm1.986 0.18268-0.071834 0.0239-0.13229 0.0661v0.0661l-0.13229 0.13229-0.066145 0.13228v0.26457l0.066145 0.13228 0.13229 0.0661 0.066145 0.0661 0.31201-0.0519a1.3229 1.3228 0 0 0 1.321e-4 -2e-3 1.3229 1.3228 0 0 0 0.013825-0.11588 1.3229 1.3228 0 0 0 0.00476-0.0953 1.3229 1.3228 0 0 0-0.00595-0.11509 1.3229 1.3228 0 0 0-0.00642-0.0535 1.3229 1.3228 0 0 0-0.012567-0.0816 1.3229 1.3228 0 0 0-0.00893-0.0395 1.3229 1.3228 0 0 0-0.023617-0.0922 1.3229 1.3228 0 0 0-0.00959-0.0286 1.3229 1.3228 0 0 0-0.035654-0.0974 1.3229 1.3228 0 0 0-0.00979-0.0218 1.3229 1.3228 0 0 0-0.048948-0.10086 1.3229 1.3228 0 0 0-0.031287-0.0546zm-2.2546 0.42074-0.066146 0.0661h-0.066146l-0.042995-0.043a1.3229 1.3228 0 0 0 0 2.5e-4 1.3229 1.3228 0 0 0-0.017595 0.13076 1.3229 1.3228 0 0 0-1.323e-4 2e-3l0.12687 0.0422 0.13229 0.0661 0.13229 0.1322h0.13229v0.13229l-0.066146 0.0662-0.066146 0.13228v0.0661l0.13229 0.1322 0.066146 0.13229 0.066146 0.0661 0.13229 0.0661v0.28573a1.3229 1.3228 0 0 0 4e-4 1.3e-4 1.3229 1.3228 0 0 0 0.11225 0.0427 1.3229 1.3228 0 0 0 0.0127 5e-3 1.3229 1.3228 0 0 0 0.10008 0.027 1.3229 1.3228 0 0 0 0.029832 8e-3 1.3229 1.3228 0 0 0 0.087312 0.0143 1.3229 1.3228 0 0 0 0.044979 7e-3 1.3229 1.3228 0 0 0 0.076068 5e-3 1.3229 1.3228 0 0 0 0.06555 3e-3 1.3229 1.3228 0 0 0 0.067337-2e-3l0.064955-0.12984v-0.0661l0.13229-0.0661 0.066146-0.0661 0.066146-0.26457 0.066146-0.0661v-0.13229l-0.13229-0.0669h-0.066146l-0.13229-0.0661h-0.066146l-0.066146-0.13233-0.066146-0.0661h-0.13229l-0.13229-0.13237h-0.13229l-0.19844-0.0661-0.066146 0.13228-0.13229-0.0661h-0.066148v-0.13228l-0.13229-0.0661 0.066146-0.13228z" fill="url(#d)" stroke-width=".066144"/>
-  <path d="m2.6933 295.16c-2.65e-4 0.0113-0.00338 0.0217-0.00338 0.0331 0 0.73285 0.59002 1.3228 1.3229 1.3228s1.3229-0.58998 1.3229-1.3228c0-0.0113-0.00312-0.0218-0.00338-0.0331-0.00196 0.0797-8e-3 0.1586-0.023417 0.2342a1.3156 1.3156 0 0 1-0.3599 0.66889 1.3196 1.3195 0 0 1-0.42036 0.28302 1.3108 1.3107 0 0 1-0.24858 0.0769 1.3364 1.3363 0 0 1-0.26723 0.0267c-0.091612 0-0.18104-9e-3 -0.26723-0.0267a1.3156 1.3156 0 0 1-0.66893-0.35988 1.3196 1.3195 0 0 1-0.28304-0.42033 1.3108 1.3107 0 0 1-0.076861-0.24856c-0.015412-0.0756-0.021365-0.15445-0.023416-0.2342" opacity=".2" stroke-width=".066144"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="translate(0 -291.18)"><image x=".26458" y="291.44" width="5.2917" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g stroke-width=".066144"><ellipse cx="4.0128" cy="295.19" rx="1.3229" ry="1.3228" fill="url(#h)"/><path d="m4.0128 293.87a1.3229 1.3228 0 0 0-1.3163 1.1906h0.19182l0.19844 0.19842 0.13229 0.0661 0.72555 1.1872a1.3229 1.3228 0 0 0 0.068196 3e-3 1.3229 1.3228 0 0 0 1.3229-1.3228 1.3229 1.3228 0 0 0-1.3229-1.3228z" fill="url(#g)" opacity=".2"/><path d="m5.2422 294.7-0.43564 0.61955 0.4111 0.41107a1.3229 1.3228 0 0 0 0.11807-0.54335 1.3229 1.3228 0 0 0-0.089958-0.47927 1.3229 1.3228 0 0 0-0.00358-8e-3z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m4.0128 293.87a1.3229 1.3228 0 0 0-0.12581 7e-3 1.3229 1.3228 0 0 0-0.0168 2e-3 1.3229 1.3228 0 0 0-0.21292 0.0421v-2e-3a1.3229 1.3228 0 0 0-0.64161 0.40612h6.625e-4a1.3229 1.3228 0 0 0-0.2368 0.39321l0.10881-0.0544h0.26458v0.0661l0.066146 0.0661v-0.13228l0.13229-0.1322h0.066146v-0.0661l0.066146-0.0661 0.13229-0.0661 0.066146-0.0661 0.13229-0.0661v0.0661l0.13229-0.0661h-0.066146v-0.0661l-0.066146-0.0661h0.26458l-0.066146 0.0661 0.19844 0.0661-0.066146-0.13229v-0.13228l-0.06264-0.0626a1.3229 1.3228 0 0 0-0.069652-3e-3zm0.99219 0.45042v0.14485h0.11185a1.3229 1.3228 0 0 0-0.11185-0.14485zm-1.848 4e-3h0.00403l-0.00813 8e-3 0.00417-8e-3zm1.986 0.18268-0.071834 0.0239-0.13229 0.0661v0.0661l-0.13229 0.13229-0.066145 0.13228v0.26457l0.066145 0.13228 0.13229 0.0661 0.066145 0.0661 0.31201-0.0519a1.3229 1.3228 0 0 0 1.321e-4 -2e-3 1.3229 1.3228 0 0 0 0.013825-0.11588 1.3229 1.3228 0 0 0 0.00476-0.0953 1.3229 1.3228 0 0 0-0.00595-0.11509 1.3229 1.3228 0 0 0-0.00642-0.0535 1.3229 1.3228 0 0 0-0.012567-0.0816 1.3229 1.3228 0 0 0-0.00893-0.0395 1.3229 1.3228 0 0 0-0.023617-0.0922 1.3229 1.3228 0 0 0-0.00959-0.0286 1.3229 1.3228 0 0 0-0.035654-0.0974 1.3229 1.3228 0 0 0-0.00979-0.0218 1.3229 1.3228 0 0 0-0.048948-0.10086 1.3229 1.3228 0 0 0-0.031287-0.0546zm-2.2546 0.42074-0.066146 0.0661h-0.066146l-0.042995-0.043a1.3229 1.3228 0 0 0 0 2.5e-4 1.3229 1.3228 0 0 0-0.017595 0.13076 1.3229 1.3228 0 0 0-1.323e-4 2e-3l0.12687 0.0422 0.13229 0.0661 0.13229 0.1322h0.13229v0.13229l-0.066146 0.0662-0.066146 0.13228v0.0661l0.13229 0.1322 0.066146 0.13229 0.066146 0.0661 0.13229 0.0661v0.28573a1.3229 1.3228 0 0 0 4e-4 1.3e-4 1.3229 1.3228 0 0 0 0.11225 0.0427 1.3229 1.3228 0 0 0 0.0127 5e-3 1.3229 1.3228 0 0 0 0.10008 0.027 1.3229 1.3228 0 0 0 0.029832 8e-3 1.3229 1.3228 0 0 0 0.087312 0.0143 1.3229 1.3228 0 0 0 0.044979 7e-3 1.3229 1.3228 0 0 0 0.076068 5e-3 1.3229 1.3228 0 0 0 0.06555 3e-3 1.3229 1.3228 0 0 0 0.067337-2e-3l0.064955-0.12984v-0.0661l0.13229-0.0661 0.066146-0.0661 0.066146-0.26457 0.066146-0.0661v-0.13229l-0.13229-0.0669h-0.066146l-0.13229-0.0661h-0.066146l-0.066146-0.13233-0.066146-0.0661h-0.13229l-0.13229-0.13237h-0.13229l-0.19844-0.0661-0.066146 0.13228-0.13229-0.0661h-0.066148v-0.13228l-0.13229-0.0661 0.066146-0.13228z" fill="url(#f)"/><path d="m2.6933 295.16c-2.65e-4 0.0113-0.00338 0.0217-0.00338 0.0331 0 0.73285 0.59002 1.3228 1.3229 1.3228s1.3229-0.58998 1.3229-1.3228c0-0.0113-0.00312-0.0218-0.00338-0.0331-0.00196 0.0797-8e-3 0.1586-0.023417 0.2342a1.3156 1.3156 0 0 1-0.3599 0.66889 1.3196 1.3195 0 0 1-0.42036 0.28302 1.3108 1.3107 0 0 1-0.24858 0.0769 1.3364 1.3363 0 0 1-0.26723 0.0267c-0.091612 0-0.18104-9e-3 -0.26723-0.0267a1.3156 1.3156 0 0 1-0.66893-0.35988 1.3196 1.3195 0 0 1-0.28304-0.42033 1.3108 1.3107 0 0 1-0.076861-0.24856c-0.015412-0.0756-0.021365-0.15445-0.023416-0.2342" opacity=".2"/></g></g></svg>
--- a/eric6/icons/breeze-dark/ericWeb48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ericWeb48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,27 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <ellipse cx="8.9958" cy="293.3" rx="3.175" ry="3.1748" fill="url(#b)" stroke-width=".15874"/>
-  <path d="m8.9958 290.12a3.175 3.1748 0 0 0-3.1591 2.8573h0.46037l0.47625 0.47622 0.3175 0.15874 1.7413 2.8494a3.175 3.1748 0 0 0 0.16367 8e-3 3.175 3.1748 0 0 0 3.175-3.1748 3.175 3.1748 0 0 0-3.175-3.1748z" fill="url(#c)" opacity=".2" stroke-width=".15874"/>
-  <path d="m11.946 292.13-1.0455 1.4869 0.98663 0.98657a3.175 3.1748 0 0 0 0.28337-1.304 3.175 3.1748 0 0 0-0.2159-1.1502 3.175 3.1748 0 0 0-0.0086-0.0192z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".15874"/>
-  <path d="m8.9958 290.12a3.175 3.1748 0 0 0-0.30194 0.0175 3.175 3.1748 0 0 0-0.04032 5e-3 3.175 3.1748 0 0 0-0.51102 0.10111v-6e-3a3.175 3.1748 0 0 0-1.5399 0.97467h0.00159a3.175 3.1748 0 0 0-0.56832 0.94371l0.26114-0.13051h0.635v0.15874l0.15875 0.15874v-0.31748l0.3175-0.31748h0.15875v-0.15874l0.15875-0.15874 0.3175-0.15874 0.15875-0.15874 0.3175-0.15874v0.15874l0.3175-0.15874h-0.15875v-0.15874l-0.15875-0.15874h0.635l-0.15875 0.15874 0.47625 0.15874-0.15875-0.31748v-0.31748l-0.15034-0.15033a3.175 3.1748 0 0 0-0.16716-8e-3zm2.3812 1.081v0.34765h0.26845a3.175 3.1748 0 0 0-0.26845-0.34765zm-4.4352 0.0106h0.00968l-0.019524 0.0195 0.010002-0.0195zm4.7663 0.43844-0.1724 0.0573-0.3175 0.15875v0.15873l-0.3175 0.31749-0.15875 0.31747v0.63498l0.15875 0.31746 0.3175 0.15875 0.15875 0.15873 0.74882-0.12461a3.175 3.1748 0 0 0 3.17e-4 -4e-3 3.175 3.1748 0 0 0 0.03318-0.27811 3.175 3.1748 0 0 0 0.01143-0.22873 3.175 3.1748 0 0 0-0.01429-0.27622 3.175 3.1748 0 0 0-0.0154-0.12843 3.175 3.1748 0 0 0-0.03016-0.19587 3.175 3.1748 0 0 0-0.02143-0.0949 3.175 3.1748 0 0 0-0.05668-0.22128 3.175 3.1748 0 0 0-0.02302-0.0686 3.175 3.1748 0 0 0-0.08557-0.23383 3.175 3.1748 0 0 0-0.0235-0.0524 3.175 3.1748 0 0 0-0.11748-0.24208 3.175 3.1748 0 0 0-0.07509-0.13112zm-5.4111 1.0098-0.15875 0.15875h-0.15875l-0.10319-0.10319a3.175 3.1748 0 0 0 0 6e-4 3.175 3.1748 0 0 0-0.042227 0.31383 3.175 3.1748 0 0 0-3.175e-4 5e-3l0.30448 0.10127 0.3175 0.15875 0.15875 0.15873 0.15875 0.15874h0.3175v0.31748l-0.15875 0.1589-0.15875 0.31748v0.15874l0.3175 0.31748 0.15875 0.31748 0.15875 0.15875 0.3175 0.15873v0.68576a3.175 3.1748 0 0 0 9.6e-4 3.1e-4 3.175 3.1748 0 0 0 0.2694 0.1024 3.175 3.1748 0 0 0 0.03048 0.0108 3.175 3.1748 0 0 0 0.24019 0.0648 3.175 3.1748 0 0 0 0.071596 0.0184 3.175 3.1748 0 0 0 0.20955 0.0343 3.175 3.1748 0 0 0 0.10795 0.0165 3.175 3.1748 0 0 0 0.18256 0.0114 3.175 3.1748 0 0 0 0.15732 8e-3 3.175 3.1748 0 0 0 0.16161-6e-3l0.15589-0.3116v-0.15875l0.3175-0.15856 0.15875-0.15875 0.15875-0.63496 0.15875-0.15874v-0.31748l-0.3175-0.15919h-0.15875l-0.3175-0.15874h-0.15875l-0.15875-0.31748-0.15875-0.15874h-0.3175l-0.3175-0.31748h-0.3175l-0.47625-0.15873-0.15875 0.31747-0.3175-0.15874h-0.15876v-0.31748l-0.3175-0.15874 0.15875-0.31748z" fill="url(#d)" stroke-width=".15874"/>
-  <path d="m5.8289 293.22c-6.36e-4 0.027-0.0081 0.0522-0.0081 0.0794 0 1.7588 1.416 3.1748 3.175 3.1748 1.7589 0 3.175-1.416 3.175-3.1748 0-0.0272-0.0075-0.0524-0.0081-0.0794-0.0047 0.19142-0.01921 0.38065-0.0562 0.56208a3.1575 3.1573 0 0 1-0.86376 1.6054 3.1671 3.1669 0 0 1-1.0089 0.67925 3.1459 3.1458 0 0 1-0.59658 0.18445 3.2074 3.2072 0 0 1-0.64135 0.0641c-0.21987 0-0.4345-0.0221-0.64135-0.0641a3.1575 3.1573 0 0 1-1.6054-0.8637 3.1671 3.1669 0 0 1-0.67929-1.0088 3.1459 3.1458 0 0 1-0.18447-0.59655c-0.036989-0.18143-0.051276-0.37066-0.056198-0.56208" opacity=".2" stroke-width=".15874"/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g stroke-width=".15874"><ellipse cx="8.9958" cy="293.3" rx="3.175" ry="3.1748" fill="url(#h)"/><path d="m8.9958 290.12a3.175 3.1748 0 0 0-3.1591 2.8573h0.46037l0.47625 0.47622 0.3175 0.15874 1.7413 2.8494a3.175 3.1748 0 0 0 0.16367 8e-3 3.175 3.1748 0 0 0 3.175-3.1748 3.175 3.1748 0 0 0-3.175-3.1748z" fill="url(#g)" opacity=".2"/><path d="m11.946 292.13-1.0455 1.4869 0.98663 0.98657a3.175 3.1748 0 0 0 0.28337-1.304 3.175 3.1748 0 0 0-0.2159-1.1502 3.175 3.1748 0 0 0-0.0086-0.0192z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m8.9958 290.12a3.175 3.1748 0 0 0-0.30194 0.0175 3.175 3.1748 0 0 0-0.04032 5e-3 3.175 3.1748 0 0 0-0.51102 0.10111v-6e-3a3.175 3.1748 0 0 0-1.5399 0.97467h0.00159a3.175 3.1748 0 0 0-0.56832 0.94371l0.26114-0.13051h0.635v0.15874l0.15875 0.15874v-0.31748l0.3175-0.31748h0.15875v-0.15874l0.15875-0.15874 0.3175-0.15874 0.15875-0.15874 0.3175-0.15874v0.15874l0.3175-0.15874h-0.15875v-0.15874l-0.15875-0.15874h0.635l-0.15875 0.15874 0.47625 0.15874-0.15875-0.31748v-0.31748l-0.15034-0.15033a3.175 3.1748 0 0 0-0.16716-8e-3zm2.3812 1.081v0.34765h0.26845a3.175 3.1748 0 0 0-0.26845-0.34765zm-4.4352 0.0106h0.00968l-0.019524 0.0195 0.010002-0.0195zm4.7663 0.43844-0.1724 0.0573-0.3175 0.15875v0.15873l-0.3175 0.31749-0.15875 0.31747v0.63498l0.15875 0.31746 0.3175 0.15875 0.15875 0.15873 0.74882-0.12461a3.175 3.1748 0 0 0 3.17e-4 -4e-3 3.175 3.1748 0 0 0 0.03318-0.27811 3.175 3.1748 0 0 0 0.01143-0.22873 3.175 3.1748 0 0 0-0.01429-0.27622 3.175 3.1748 0 0 0-0.0154-0.12843 3.175 3.1748 0 0 0-0.03016-0.19587 3.175 3.1748 0 0 0-0.02143-0.0949 3.175 3.1748 0 0 0-0.05668-0.22128 3.175 3.1748 0 0 0-0.02302-0.0686 3.175 3.1748 0 0 0-0.08557-0.23383 3.175 3.1748 0 0 0-0.0235-0.0524 3.175 3.1748 0 0 0-0.11748-0.24208 3.175 3.1748 0 0 0-0.07509-0.13112zm-5.4111 1.0098-0.15875 0.15875h-0.15875l-0.10319-0.10319a3.175 3.1748 0 0 0 0 6e-4 3.175 3.1748 0 0 0-0.042227 0.31383 3.175 3.1748 0 0 0-3.175e-4 5e-3l0.30448 0.10127 0.3175 0.15875 0.15875 0.15873 0.15875 0.15874h0.3175v0.31748l-0.15875 0.1589-0.15875 0.31748v0.15874l0.3175 0.31748 0.15875 0.31748 0.15875 0.15875 0.3175 0.15873v0.68576a3.175 3.1748 0 0 0 9.6e-4 3.1e-4 3.175 3.1748 0 0 0 0.2694 0.1024 3.175 3.1748 0 0 0 0.03048 0.0108 3.175 3.1748 0 0 0 0.24019 0.0648 3.175 3.1748 0 0 0 0.071596 0.0184 3.175 3.1748 0 0 0 0.20955 0.0343 3.175 3.1748 0 0 0 0.10795 0.0165 3.175 3.1748 0 0 0 0.18256 0.0114 3.175 3.1748 0 0 0 0.15732 8e-3 3.175 3.1748 0 0 0 0.16161-6e-3l0.15589-0.3116v-0.15875l0.3175-0.15856 0.15875-0.15875 0.15875-0.63496 0.15875-0.15874v-0.31748l-0.3175-0.15919h-0.15875l-0.3175-0.15874h-0.15875l-0.15875-0.31748-0.15875-0.15874h-0.3175l-0.3175-0.31748h-0.3175l-0.47625-0.15873-0.15875 0.31747-0.3175-0.15874h-0.15876v-0.31748l-0.3175-0.15874 0.15875-0.31748z" fill="url(#f)"/><path d="m5.8289 293.22c-6.36e-4 0.027-0.0081 0.0522-0.0081 0.0794 0 1.7588 1.416 3.1748 3.175 3.1748 1.7589 0 3.175-1.416 3.175-3.1748 0-0.0272-0.0075-0.0524-0.0081-0.0794-0.0047 0.19142-0.01921 0.38065-0.0562 0.56208a3.1575 3.1573 0 0 1-0.86376 1.6054 3.1671 3.1669 0 0 1-1.0089 0.67925 3.1459 3.1458 0 0 1-0.59658 0.18445 3.2074 3.2072 0 0 1-0.64135 0.0641c-0.21987 0-0.4345-0.0221-0.64135-0.0641a3.1575 3.1573 0 0 1-1.6054-0.8637 3.1671 3.1669 0 0 1-0.67929-1.0088 3.1459 3.1458 0 0 1-0.18447-0.59655c-0.036989-0.18143-0.051276-0.37066-0.056198-0.56208" opacity=".2"/></g></g></svg>
--- a/eric6/icons/breeze-dark/erict-bw.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/erict-bw.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image x="-2.7756e-17" y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 BLHRhQAAAABJRU5ErkJggg== "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image x="-2.7756e-17" y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 BLHRhQAAAABJRU5ErkJggg== "/></g></svg>
--- a/eric6/icons/breeze-dark/erict-bwi.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/erict-bwi.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-dark/erict-hc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/erict-hc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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  "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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  "/></g></svg>
--- a/eric6/icons/breeze-dark/erict.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/erict.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-dark/errorLineMarker.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/errorLineMarker.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#de8787" stroke="#a00" stroke-width=".48653"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#de8787" stroke="#a00" stroke-width=".48653"/></g></svg>
--- a/eric6/icons/breeze-dark/esp32Device.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/esp32Device.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)">
-  <path d="m0 290.65v-6.35h12.7v12.7h-12.7zm12.171 0v-5.8208h-11.642v11.642h11.642zm-10.453 0.0234 0.0061-4.6442 4.5621-0.0183c2.5091-0.0101 4.5655 0.0473 4.5697 0.12759 0.0042 0.0802 0.02265 2.17 0.04105 4.6438l0.03345 4.4979-9.2185 0.0374 0.0061-4.6442zm4.3197 2.1421c0.04631-0.48245-0.07275-1.0674-0.26458-1.2998-0.2749-0.33309-0.27872-0.4462-0.01805-0.53393 0.1819-0.0612 0.33073-0.27999 0.33073-0.48614 0-0.26785-0.33981-0.37483-1.1906-0.37483-0.65484 0-1.1906 0.11907-1.1906 0.26459s0.26194 0.26458 0.58208 0.26458c0.45273 0 0.51153 0.0706 0.26458 0.3175-0.48688 0.48688-0.37772 1.0054 0.21167 1.0054 0.38806 0 0.52917 0.17639 0.52917 0.66145 0 0.72407-0.70024 0.91372-1.27 0.34396-0.24694-0.24694-0.3175-0.22734-0.3175 0.0882 0 0.62941 0.29968 0.79024 1.3135 0.70492 0.84683-0.0713 0.94348-0.16189 1.0197-0.95592zm2.6939 0.74489c0-0.14552-0.30999-0.26459-0.68887-0.26459h-0.68887l0.82116-0.93524c0.92753-1.0564 0.91978-1.0319 0.54727-1.728-0.17217-0.3217-0.5532-0.51178-1.0259-0.51178-0.79728 0-1.566 0.62656-1.1126 0.90681 0.14253 0.0881 0.33393 0.0392 0.42534-0.10874 0.0914-0.1479 0.33776-0.2689 0.54745-0.2689 0.64406 0 0.42372 0.91865-0.41249 1.7198-1.1336 1.0861-1.033 1.4552 0.39688 1.4552 0.65484 0 1.1906-0.11906 1.1906-0.26458zm-3.7042-3.9467c0-0.1334-0.14883-0.29263-0.33073-0.35385-0.25784-0.0868-0.2507-0.20827 0.0324-0.55122 0.23606-0.28597 0.25921-0.4399 0.06615-0.4399-0.16334 0-0.29698-0.17859-0.29698-0.39688 0-0.21828 0.17859-0.39687 0.39688-0.39687 0.21828 0 0.39688 0.16402 0.39688 0.36448s0.17859 0.5127 0.39688 0.69385c0.43983 0.36503 0.55086 0.92015 0.13229 0.66146-0.14552-0.0899-0.26458 0.0304-0.26458 0.26737 0 0.29552 0.18704 0.40433 0.59531 0.34635 0.72132-0.10245 0.93208-1.0407 0.3435-1.5292-0.52304-0.43408-0.53108-0.83434-0.01277-0.63545 0.21828 0.0838 0.39688 0.0301 0.39688-0.1192 0-0.1546-0.68354-0.27477-1.5875-0.27909l-1.5875-8e-3v1.3091c1e-6 1.22 0.04503 1.3091 0.66146 1.3091 0.3638 0 0.66146-0.10914 0.66146-0.24253zm2.9104-0.17808c0-0.23134 0.25798-0.62951 0.57329-0.88483 0.78089-0.63233 0.48244-1.3404-0.56498-1.3404-0.78608 0-0.80205 0.0263-0.80205 1.3229 0 0.99954 0.09701 1.3229 0.39688 1.3229 0.21828 0 0.39688-0.18927 0.39688-0.42061zm0.02089-1.5858c0.01269-0.30823 0.07539-0.37092 0.15985-0.15986 0.07643 0.191 0.06703 0.4192-0.02089 0.50712-0.08792 0.0879-0.15045-0.0684-0.13896-0.34726z" fill="#eff0f1" stroke-width=".26458"/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)"><path d="m0 290.65v-6.35h12.7v12.7h-12.7zm12.171 0v-5.8208h-11.642v11.642h11.642zm-10.453 0.0234 0.0061-4.6442 4.5621-0.0183c2.5091-0.0101 4.5655 0.0473 4.5697 0.12759 0.0042 0.0802 0.02265 2.17 0.04105 4.6438l0.03345 4.4979-9.2185 0.0374 0.0061-4.6442zm4.3197 2.1421c0.04631-0.48245-0.07275-1.0674-0.26458-1.2998-0.2749-0.33309-0.27872-0.4462-0.01805-0.53393 0.1819-0.0612 0.33073-0.27999 0.33073-0.48614 0-0.26785-0.33981-0.37483-1.1906-0.37483-0.65484 0-1.1906 0.11907-1.1906 0.26459s0.26194 0.26458 0.58208 0.26458c0.45273 0 0.51153 0.0706 0.26458 0.3175-0.48688 0.48688-0.37772 1.0054 0.21167 1.0054 0.38806 0 0.52917 0.17639 0.52917 0.66145 0 0.72407-0.70024 0.91372-1.27 0.34396-0.24694-0.24694-0.3175-0.22734-0.3175 0.0882 0 0.62941 0.29968 0.79024 1.3135 0.70492 0.84683-0.0713 0.94348-0.16189 1.0197-0.95592zm2.6939 0.74489c0-0.14552-0.30999-0.26459-0.68887-0.26459h-0.68887l0.82116-0.93524c0.92753-1.0564 0.91978-1.0319 0.54727-1.728-0.17217-0.3217-0.5532-0.51178-1.0259-0.51178-0.79728 0-1.566 0.62656-1.1126 0.90681 0.14253 0.0881 0.33393 0.0392 0.42534-0.10874 0.0914-0.1479 0.33776-0.2689 0.54745-0.2689 0.64406 0 0.42372 0.91865-0.41249 1.7198-1.1336 1.0861-1.033 1.4552 0.39688 1.4552 0.65484 0 1.1906-0.11906 1.1906-0.26458zm-3.7042-3.9467c0-0.1334-0.14883-0.29263-0.33073-0.35385-0.25784-0.0868-0.2507-0.20827 0.0324-0.55122 0.23606-0.28597 0.25921-0.4399 0.06615-0.4399-0.16334 0-0.29698-0.17859-0.29698-0.39688 0-0.21828 0.17859-0.39687 0.39688-0.39687 0.21828 0 0.39688 0.16402 0.39688 0.36448s0.17859 0.5127 0.39688 0.69385c0.43983 0.36503 0.55086 0.92015 0.13229 0.66146-0.14552-0.0899-0.26458 0.0304-0.26458 0.26737 0 0.29552 0.18704 0.40433 0.59531 0.34635 0.72132-0.10245 0.93208-1.0407 0.3435-1.5292-0.52304-0.43408-0.53108-0.83434-0.01277-0.63545 0.21828 0.0838 0.39688 0.0301 0.39688-0.1192 0-0.1546-0.68354-0.27477-1.5875-0.27909l-1.5875-8e-3v1.3091c1e-6 1.22 0.04503 1.3091 0.66146 1.3091 0.3638 0 0.66146-0.10914 0.66146-0.24253zm2.9104-0.17808c0-0.23134 0.25798-0.62951 0.57329-0.88483 0.78089-0.63233 0.48244-1.3404-0.56498-1.3404-0.78608 0-0.80205 0.0263-0.80205 1.3229 0 0.99954 0.09701 1.3229 0.39688 1.3229 0.21828 0 0.39688-0.18927 0.39688-0.42061zm0.02089-1.5858c0.01269-0.30823 0.07539-0.37092 0.15985-0.15986 0.07643 0.191 0.06703 0.4192-0.02089 0.50712-0.08792 0.0879-0.15045-0.0684-0.13896-0.34726z" fill="#eff0f1" stroke-width=".26458"/></g></svg>
--- a/eric6/icons/breeze-dark/exceptions.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/exceptions.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/>
-   <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/><rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/></g></g></svg>
--- a/eric6/icons/breeze-dark/exit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/exit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m5 5v2.5h7.5v-2.5h-7.5" color="#da4453" fill="currentColor"/>
-</svg>
+        }</style></defs><path class="ColorScheme-NegativeText" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m5 5v2.5h7.5v-2.5h-7.5" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/exportShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/exportShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="currentColor">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
- <path class="ColorScheme-Text" d="m1 1v8h8v-6.4792l-1.5208-1.5208h-5.8125zm0.66667 0.66667h1.3333v2.6667h4v-2.6667h0.1875l1.1458 1.1458v5.5208h-0.66667v-2.6667h-5.3542v2.6667h-0.64583zm2 0h1.2708v2h-1.2708zm-0.66667 4.6667h4v2h-4z" color="#eff0f1" fill="currentColor"/>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="currentColor"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g><path class="ColorScheme-Text" d="m1 1v8h8v-6.4792l-1.5208-1.5208h-5.8125zm0.66667 0.66667h1.3333v2.6667h4v-2.6667h0.1875l1.1458 1.1458v5.5208h-0.66667v-2.6667h-5.3542v2.6667h-0.64583zm2 0h1.2708v2h-1.2708zm-0.66667 4.6667h4v2h-4z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/featurePermission.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/featurePermission.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,24 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/>
- <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/>
- <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g stroke-width=".5"><circle cx="11" cy="11" r="10" fill="url(#h)"/><path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#g)" opacity=".2"/><path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#f)"/><path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-dark/fileD.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileD.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/fileDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/>
-</svg>
+        }</style></defs><path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/fileDeleteList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileDeleteList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 11v0.83333h10v-0.83333zm0 1.6667v0.83333h5.8333v-0.83333zm0 2.5v0.83333h10v-0.83333zm0 1.6667v0.83333h4.1667v-0.83333zm0 2.5v0.83333h6.6667v-0.83333zm8.3333 0.83333v0.83333h1.6667v-0.83333z" fill="#eff0f1"/>
-</svg>
+        }</style></defs><path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/><path class="ColorScheme-Text" d="m11 11v0.83333h10v-0.83333zm0 1.6667v0.83333h5.8333v-0.83333zm0 2.5v0.83333h10v-0.83333zm0 1.6667v0.83333h4.1667v-0.83333zm0 2.5v0.83333h6.6667v-0.83333zm8.3333 0.83333v0.83333h1.6667v-0.83333z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/fileDesigner.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileDesigner.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g fill="#eff0f1">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g fill="#eff0f1"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-dark/fileIDL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileIDL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.96631 1.0349)" x="0.13057615" y="285.45972" fill="#13a4f7" font-family="sans-serif" font-size="3.5808px" letter-spacing="0px" stroke-width=".08952" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.13057615" y="285.45972" fill="#13a4f7" stroke-width=".08952">IDL</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.96631 1.0349)" x="0.13057615" y="285.45972" fill="#13a4f7" font-family="sans-serif" font-size="3.5808px" letter-spacing="0px" stroke-width=".08952" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.13057615" y="285.45972" fill="#13a4f7" stroke-width=".08952">IDL</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/fileJavascript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileJavascript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/></g></svg>
--- a/eric6/icons/breeze-dark/fileLinguist.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileLinguist.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#d35f5f"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#d35f5f"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#d35f5f"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#d35f5f"/></svg>
--- a/eric6/icons/breeze-dark/fileLinguist2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileLinguist2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-dark/fileMisc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileMisc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-dark/fileModified.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileModified.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
- <path class="ColorScheme-Text" d="m6 8v10h10v-8.099l-1.901-1.901h-7.2656zm0.83333 0.83333h1.6667v3.3333h5v-3.3333h0.23438l1.4323 1.4323v6.901h-0.83333v-3.3333h-6.6927v3.3333h-0.80729zm2.5 0h1.5885v2.5h-1.5885zm-0.83333 5.8333h5v2.5h-5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/><path class="ColorScheme-Text" d="m6 8v10h10v-8.099l-1.901-1.901h-7.2656zm0.83333 0.83333h1.6667v3.3333h5v-3.3333h0.23438l1.4323 1.4323v6.901h-0.83333v-3.3333h-6.6927v3.3333h-0.80729zm2.5 0h1.5885v2.5h-1.5885zm-0.83333 5.8333h5v2.5h-5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/fileMultiProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileMultiProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/filePixmap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/filePixmap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#c4bb1b">
-  <rect x="326.5" y="535.99" width="0" height="11"/>
-  <rect x="321.94" y="538.51" width="0" height="11"/>
-  <rect x="317.44" y="526.09" width="0" height="11"/>
-  <rect x="318.28" y="538.32" width="0" height="11"/>
-  <rect x="313.73" y="540.84" width="0" height="11"/>
-  <rect x="309.22" y="528.43" width="0" height="11"/>
-  <path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/><path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g></svg>
--- a/eric6/icons/breeze-dark/fileProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/filePython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/filePython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-dark/filePython2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/filePython2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-dark/fileResource.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileResource.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#5fd38d">
-   <rect x="329" y="537.36" width="8" height="1"/>
-   <rect x="329" y="541.36" width="16" height="1"/>
-   <rect x="329" y="548.36" width="16" height="1"/>
-   <rect x="329" y="545.36" width="8" height="1"/>
-   <rect x="329" y="552.36" width="12" height=".99998"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#5fd38d"><rect x="329" y="537.36" width="8" height="1"/><rect x="329" y="541.36" width="16" height="1"/><rect x="329" y="548.36" width="16" height="1"/><rect x="329" y="545.36" width="8" height="1"/><rect x="329" y="552.36" width="12" height=".99998"/></g></g></svg>
--- a/eric6/icons/breeze-dark/fileRuby.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileRuby.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/></g></svg>
--- a/eric6/icons/breeze-dark/fileSave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/fileSaveAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSaveAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.9 0 0 .90925 -.7 2.815)" fill="#eff0f1">
-  <path d="m7 3.0039v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/>
-  <path d="m7 16h4v3h-4zm0-7h2v3h-2zm-3 0h2v4h6v-4h0.58203l1.418 1.418v8.582h-2v-4h-6v4h-2zm-1-1v12h12v-10h-0.0039l-1.9961-1.9961v-0.0039062z"/>
-  <path d="m11-1.9961v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(.9 0 0 .90925 -.7 2.815)" fill="#eff0f1"><path d="m7 3.0039v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/><path d="m7 16h4v3h-4zm0-7h2v3h-2zm-3 0h2v4h6v-4h0.58203l1.418 1.418v8.582h-2v-4h-6v4h-2zm-1-1v12h12v-10h-0.0039l-1.9961-1.9961v-0.0039062z"/><path d="m11-1.9961v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/></g></svg>
--- a/eric6/icons/breeze-dark/fileSaveAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSaveAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 2v17.993h10v-1.1245h-5.5556v-6.7467h5.5556v-1.1245h-6.6667v7.8712h-2.2222v-15.742h3.3333v5.6223h8.8889v-5.6223h0.32552l3.0078 3.0439v3.7028h1.1111v-4.1596h-0.0087l0.0087-0.010981-3.6589-3.7028-0.0087 0.010981v-0.010981h-0.77691zm5.5556 1.1266h4.3338v4.4978h-4.3338zm12.222 7.8712-1.1068 1.1179h-0.0043l-5.5556 5.6201 0.0087 0.01098-0.0043 1.1288h-0.0043v1.1245h2.2222l0.0065-0.01098h0.01515l-0.0065-0.01098 1.0959-1.1091 4.4444-4.4934-0.78342-0.79722-5.5447 5.6069-0.65972-0.66545 5.5469-5.6091 0.65755 0.66764 0.78342 0.79063 1.111-1.1245z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 2v17.993h10v-1.1245h-5.5556v-6.7467h5.5556v-1.1245h-6.6667v7.8712h-2.2222v-15.742h3.3333v5.6223h8.8889v-5.6223h0.32552l3.0078 3.0439v3.7028h1.1111v-4.1596h-0.0087l0.0087-0.010981-3.6589-3.7028-0.0087 0.010981v-0.010981h-0.77691zm5.5556 1.1266h4.3338v4.4978h-4.3338zm12.222 7.8712-1.1068 1.1179h-0.0043l-5.5556 5.6201 0.0087 0.01098-0.0043 1.1288h-0.0043v1.1245h2.2222l0.0065-0.01098h0.01515l-0.0065-0.01098 1.0959-1.1091 4.4444-4.4934-0.78342-0.79722-5.5447 5.6069-0.65972-0.66545 5.5469-5.6091 0.65755 0.66764 0.78342 0.79063 1.111-1.1245z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/fileSaveCopy.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSaveCopy.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1v4.7024h1.25v-3.5302h2.5v3.5302h1.25v-3.5302h2.5v3.5302h3.75v-3.5302h0.72754l1.7725 1.6686v10.099h-2.5v1.1767h3.75v-11.763h-0.0049l-2.4951-2.3535zm-5 5.8791v14.121h15v-11.767h-0.0049l-2.4951-2.3489v-0.0046zm1.25 1.1767h2.5v4.707h7.5v-4.707h0.72754l1.7725 1.6686v10.099h-2.5v-4.707h-7.5v4.707h-2.5zm3.75 0h2.5v3.5302h-2.5zm0 8.2372h5v3.5302h-5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1v4.7024h1.25v-3.5302h2.5v3.5302h1.25v-3.5302h2.5v3.5302h3.75v-3.5302h0.72754l1.7725 1.6686v10.099h-2.5v1.1767h3.75v-11.763h-0.0049l-2.4951-2.3535zm-5 5.8791v14.121h15v-11.767h-0.0049l-2.4951-2.3489v-0.0046zm1.25 1.1767h2.5v4.707h7.5v-4.707h0.72754l1.7725 1.6686v10.099h-2.5v-4.707h-7.5v4.707h-2.5zm3.75 0h2.5v3.5302h-2.5zm0 8.2372h5v3.5302h-5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/fileSavePixmap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSavePixmap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#c4bb1b" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/><path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g><path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/fileSaveProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSaveProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h6.0723v-1.25h-4.8223v-13.75h15v3.5723h1.25v-8.5723h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m13.667 17.333h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h6.0723v-1.25h-4.8223v-13.75h15v3.5723h1.25v-8.5723h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path d="m13.667 17.333h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/fileSaveVisiblePixmap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSaveVisiblePixmap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#c4bb1b" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/>
-  <g transform="matrix(.63461 0 0 .55556 64.3 240.26)" fill="#eff0f1">
-   <g transform="matrix(.75 0 0 .75 421.46 -241.23)" fill="#eff0f1">
-    <path class="ColorScheme-Text" transform="matrix(1.3333 0 0 1.3333 .33333 1030.7)" d="m8 3a9 9 0 0 0-7.877 4.668c0.12895 0.36375 0.35744 0.6766 0.65625 0.9082a8 8 0 0 1 7.2207-4.5762 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.6504-3.9824 8 8 0 0 1 6.8711 4.5586c0.30152-0.2337 0.53191-0.55009 0.66016-0.91797a9 9 0 0 0-7.8809-4.6582zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.089844-0.58789 1 1 0 0 1-0.91016 0.58789 1 1 0 0 1-1-1 1 1 0 0 1 0.58984-0.91016 2 2 0 0 0-0.58984-0.089844z" fill="#eff0f1"/>
-   </g>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/><path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g><path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/><g transform="matrix(.63461 0 0 .55556 64.3 240.26)" fill="#eff0f1"><g transform="matrix(.75 0 0 .75 421.46 -241.23)" fill="#eff0f1"><path class="ColorScheme-Text" transform="matrix(1.3333 0 0 1.3333 .33333 1030.7)" d="m8 3a9 9 0 0 0-7.877 4.668c0.12895 0.36375 0.35744 0.6766 0.65625 0.9082a8 8 0 0 1 7.2207-4.5762 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.6504-3.9824 8 8 0 0 1 6.8711 4.5586c0.30152-0.2337 0.53191-0.55009 0.66016-0.91797a9 9 0 0 0-7.8809-4.6582zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.089844-0.58789 1 1 0 0 1-0.91016 0.58789 1 1 0 0 1-1-1 1 1 0 0 1 0.58984-0.91016 2 2 0 0 0-0.58984-0.089844z" fill="#eff0f1"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/fileShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g></svg>
--- a/eric6/icons/breeze-dark/fileSvg.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileSvg.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m330.65 535.36v3.5294h1.1538v3.596c-1.3405 0.27898-2.3043 1.4796-2.3077 2.8745 2e-3 1.3958 0.96641 2.5977 2.3077 2.8768v3.5938h-1.1538v3.5294h3.4615v-3.5294h-1.1538v-2.1416a11.538 10 0 0 0 10.385 5.671 11.538 10 0 0 0 1.1538-0.0506v-1.1926a10.385 8.8235 0 0 1-1.1538 0.0666 10.385 8.8235 0 0 1-9.8685-6.1121c1.078-0.4512 1.7899-1.5175 1.7916-2.7114-4.9e-4 -1.197-0.71394-2.2679-1.7961-2.7183a10.385 8.8235 0 0 1 9.873-6.1052 10.385 8.8235 0 0 1 1.1538 0.0597v-1.1765a11.538 10 0 0 0-1.1538-0.0597 11.538 10 0 0 0-10.385 5.6595v-2.1301h1.1538v-3.5294zm1.1538 1.1765h1.1538v1.1765h-1.1538zm0.57693 7.0588a1.7308 1.7647 0 0 1 1.4581 0.81802 1.7308 1.7647 0 0 1 0.19832 0.44117c4.9e-4 2e-3 2e-3 3e-3 2e-3 5e-3a1.7308 1.7647 0 0 1 0 5e-3 1.7308 1.7647 0 0 1 0.0721 0.49632 1.7308 1.7647 0 0 1-0.0721 0.50322 1.7308 1.7647 0 0 1-0.19831 0.44117c-9e-4 1e-3 -9.8e-4 3e-3 -2e-3 5e-3a1.7308 1.7647 0 0 1-2e-3 2e-3 1.7308 1.7647 0 0 1-0.30875 0.36535 1.7308 1.7647 0 0 1-1.1471 0.44807 1.7308 1.7647 0 0 1-1.3499-0.66177 1.7308 1.7647 0 0 1-0.27494-0.50092c-2e-3 -6e-3 -5e-3 -0.0121-7e-3 -0.0184a1.7308 1.7647 0 0 1-0.0992-0.58364 1.7308 1.7647 0 0 1 0.0969-0.57675c4e-3 -0.0102 8e-3 -0.0197 0.0113-0.0299a1.7308 1.7647 0 0 1 0.26818-0.48713c4.1e-4 -5.2e-4 -4e-4 -2e-3 0-2e-3a1.7308 1.7647 0 0 1 1.3544-0.66866zm-0.57693 9.4118h1.1538v1.1765h-1.1538z" color="#000000" color-rendering="auto" fill="#35bedc" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m330.65 535.36v3.5294h1.1538v3.596c-1.3405 0.27898-2.3043 1.4796-2.3077 2.8745 2e-3 1.3958 0.96641 2.5977 2.3077 2.8768v3.5938h-1.1538v3.5294h3.4615v-3.5294h-1.1538v-2.1416a11.538 10 0 0 0 10.385 5.671 11.538 10 0 0 0 1.1538-0.0506v-1.1926a10.385 8.8235 0 0 1-1.1538 0.0666 10.385 8.8235 0 0 1-9.8685-6.1121c1.078-0.4512 1.7899-1.5175 1.7916-2.7114-4.9e-4 -1.197-0.71394-2.2679-1.7961-2.7183a10.385 8.8235 0 0 1 9.873-6.1052 10.385 8.8235 0 0 1 1.1538 0.0597v-1.1765a11.538 10 0 0 0-1.1538-0.0597 11.538 10 0 0 0-10.385 5.6595v-2.1301h1.1538v-3.5294zm1.1538 1.1765h1.1538v1.1765h-1.1538zm0.57693 7.0588a1.7308 1.7647 0 0 1 1.4581 0.81802 1.7308 1.7647 0 0 1 0.19832 0.44117c4.9e-4 2e-3 2e-3 3e-3 2e-3 5e-3a1.7308 1.7647 0 0 1 0 5e-3 1.7308 1.7647 0 0 1 0.0721 0.49632 1.7308 1.7647 0 0 1-0.0721 0.50322 1.7308 1.7647 0 0 1-0.19831 0.44117c-9e-4 1e-3 -9.8e-4 3e-3 -2e-3 5e-3a1.7308 1.7647 0 0 1-2e-3 2e-3 1.7308 1.7647 0 0 1-0.30875 0.36535 1.7308 1.7647 0 0 1-1.1471 0.44807 1.7308 1.7647 0 0 1-1.3499-0.66177 1.7308 1.7647 0 0 1-0.27494-0.50092c-2e-3 -6e-3 -5e-3 -0.0121-7e-3 -0.0184a1.7308 1.7647 0 0 1-0.0992-0.58364 1.7308 1.7647 0 0 1 0.0969-0.57675c4e-3 -0.0102 8e-3 -0.0197 0.0113-0.0299a1.7308 1.7647 0 0 1 0.26818-0.48713c4.1e-4 -5.2e-4 -4e-4 -2e-3 0-2e-3a1.7308 1.7647 0 0 1 1.3544-0.66866zm-0.57693 9.4118h1.1538v1.1765h-1.1538z" color="#000000" color-rendering="auto" fill="#35bedc" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/><rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/><rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/></g></svg>
--- a/eric6/icons/breeze-dark/fileText.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/fileText.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#16907d" stroke-width="1.25">
-  <rect x="327" y="535.36" width="10" height="1.25"/>
-  <rect x="327" y="540.36" width="20" height="1.25"/>
-  <rect x="327" y="549.11" width="20" height="1.25"/>
-  <rect x="327" y="545.36" width="10" height="1.25"/>
-  <rect x="327" y="554.11" width="15" height="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#16907d" stroke-width="1.25"><rect x="327" y="535.36" width="10" height="1.25"/><rect x="327" y="540.36" width="20" height="1.25"/><rect x="327" y="549.11" width="20" height="1.25"/><rect x="327" y="545.36" width="10" height="1.25"/><rect x="327" y="554.11" width="15" height="1.25"/></g></svg>
--- a/eric6/icons/breeze-dark/filemanager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/filemanager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,35 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4399" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34462 0 0 .34601 -140.48 864.62)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4178" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34462 0 0 .34589 -132.55 862.95)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#127bdc" offset="0"/>
-   <stop stop-color="#64b4f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4225" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 864.58)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#f5f5f5" offset="0"/>
-   <stop stop-color="#f9f9f9" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4297" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 862.89)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#1d5e8c" offset="0"/>
-   <stop stop-color="#2675a7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient8603" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34462 0 0 .34601 -132.55 2892.2)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" offset="0"/>
-   <stop stop-color="#fff" stop-opacity=".4876" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(0 -1030.4)">
-  <path d="m1.0894 1042.4 19.911 0.5007v-8.497h-9.9553l-1.5814-2.0004h-8.3739z" fill="url(#linearGradient4297)" stroke-width=".99753"/>
-  <rect x="2.085" y="1036.4" width="17.92" height="4.9977" rx=".90879" ry=".99955" color="#000000" color-rendering="auto" fill="url(#linearGradient4225)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m9.0537 1038.4-1.9911 0.9996h-5.9732l-0.089186 1.0006-5e-7 9.4958c0 0.2698 0.24326 0.4952 0.48974 0.4952l18.926 0.01c0.25424 0.01 0.49783-0.1977 0.49783-0.4998l0.08661-11.501z" fill="url(#linearGradient4178)" stroke-width=".99753"/>
-  <path d="m1.0894 1039.4-0.089186 1.0006h7.0579l0.99553-1.9991-1.9911 0.9985z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/>
-  <path d="m9.4633 1032.4 0.58586 2.9986h10.951v-0.9995h-9.9553z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/>
-  <path d="m1.0003 1040.4h7.0579l0.99553-1.9991h11.946v11.651h-10.339z" fill="url(#linearGradient4399)" fill-rule="evenodd" opacity=".099"/>
-  <path d="m2.993 1036.4c-0.50347 0-0.90803 0.4458-0.90803 0.9995v0.9995c0-0.5537 0.40456-0.9995 0.90803-0.9995h16.016c0.50347 0 0.90803 0.4458 0.90803 0.9995v-0.9995c0-0.5537-0.40456-0.9995-0.90803-0.9995z" color="#000000" color-rendering="auto" fill="url(#linearGradient8603)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m20.992 1038.4-0.07972 10.501c0 0.3021-0.24352 0.5098-0.49776 0.4998l-18.925-0.01c-0.24648 0-0.48999-0.2241-0.48999-0.4939v0.9995c0 0.2698 0.24351 0.4939 0.48999 0.4939l18.925 0.01c0.25424 0.01 0.49776-0.1977 0.49776-0.4998l0.0875-11.5z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="b" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34462 0 0 .34601 -140.48 864.62)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="e" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34462 0 0 .34589 -132.55 862.95)" gradientUnits="userSpaceOnUse"><stop stop-color="#127bdc" offset="0"/><stop stop-color="#64b4f4" offset="1"/></linearGradient><linearGradient id="d" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 864.58)" gradientUnits="userSpaceOnUse"><stop stop-color="#f5f5f5" offset="0"/><stop stop-color="#f9f9f9" offset="1"/></linearGradient><linearGradient id="c" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 862.89)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d5e8c" offset="0"/><stop stop-color="#2675a7" offset="1"/></linearGradient><linearGradient id="a" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34462 0 0 .34601 -132.55 2892.2)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity=".4876" offset="1"/></linearGradient></defs><g transform="translate(0 -1030.4)"><path d="m1.0894 1042.4 19.911 0.5007v-8.497h-9.9553l-1.5814-2.0004h-8.3739z" fill="url(#c)" stroke-width=".99753"/><rect x="2.085" y="1036.4" width="17.92" height="4.9977" rx=".90879" ry=".99955" color="#000000" color-rendering="auto" fill="url(#d)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><path d="m9.0537 1038.4-1.9911 0.9996h-5.9732l-0.089186 1.0006-5e-7 9.4958c0 0.2698 0.24326 0.4952 0.48974 0.4952l18.926 0.01c0.25424 0.01 0.49783-0.1977 0.49783-0.4998l0.08661-11.501z" fill="url(#e)" stroke-width=".99753"/><g fill-rule="evenodd"><path d="m1.0894 1039.4-0.089186 1.0006h7.0579l0.99553-1.9991-1.9911 0.9985z" fill="#fff" opacity=".3" stroke-width=".99753"/><path d="m9.4633 1032.4 0.58586 2.9986h10.951v-0.9995h-9.9553z" fill="#fff" opacity=".3" stroke-width=".99753"/><path d="m1.0003 1040.4h7.0579l0.99553-1.9991h11.946v11.651h-10.339z" fill="url(#b)" opacity=".099"/></g><path d="m2.993 1036.4c-0.50347 0-0.90803 0.4458-0.90803 0.9995v0.9995c0-0.5537 0.40456-0.9995 0.90803-0.9995h16.016c0.50347 0 0.90803 0.4458 0.90803 0.9995v-0.9995c0-0.5537-0.40456-0.9995-0.90803-0.9995z" color="#000000" color-rendering="auto" fill="url(#a)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><path d="m20.992 1038.4-0.07972 10.501c0 0.3021-0.24352 0.5098-0.49776 0.4998l-18.925-0.01c-0.24648 0-0.48999-0.2241-0.48999-0.4939v0.9995c0 0.2698 0.24351 0.4939 0.48999 0.4939l18.925 0.01c0.25424 0.01 0.49776-0.1977 0.49776-0.4998l0.0875-11.5z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g></svg>
--- a/eric6/icons/breeze-dark/find.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/find.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/findClear.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/findClear.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/>
- <path d="m4.5 5.8333 2.6667 2.6667-2.6667 2.6667 1.3333 1.3333 2.6667-2.6667 2.6667 2.6667 1.3333-1.3333-2.6667-2.6667 2.6667-2.6667-1.3333-1.3333-2.6667 2.6667-2.6667-2.6667-1.3333 1.3333" fill="#da4453" stroke-width="1.6"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/><path d="m4.5 5.8333 2.6667 2.6667-2.6667 2.6667 1.3333 1.3333 2.6667-2.6667 2.6667 2.6667 1.3333-1.3333-2.6667-2.6667 2.6667-2.6667-1.3333-1.3333-2.6667 2.6667-2.6667-2.6667-1.3333 1.3333" fill="#da4453" stroke-width="1.6"/></svg>
--- a/eric6/icons/breeze-dark/findNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/findNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m6.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m6.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/findPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/findPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m12.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m12.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/findWordNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/findWordNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path class="ColorScheme-Text" d="m5.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#eff0f1"/>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m5.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#eff0f1"/><g fill="#eff0f1"><path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/findWordPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/findWordPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path class="ColorScheme-Text" d="m13.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#eff0f1"/>
- <g transform="matrix(-1,0,0,1,22,0)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m13.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#eff0f1"/><g transform="matrix(-1,0,0,1,22,0)" fill="#eff0f1"><path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/firefox.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/firefox.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48px" height="48px" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m23.886 2a21.741 22 0 1 0 0 44 21.741 22 0 1 0 0-44z" fill="#01579b" stroke-width="1.1511"/>
- <path d="m35.328 20.295c0-0.69474 0-3.3579-1.7164-5.4421-0.11443-0.11579-0.22886-0.34737-0.22886-0.46316-0.11443-0.11579-0.11443-0.23158-0.22886-0.46316l-0.45771-0.69474c-0.22886-0.34737-0.34328-0.57895-0.34328-0.57895-0.45771-0.69474-0.57214-1.6211-0.11443-2.4316 0.11443-0.23158 0.34328-0.46316 0.45771-0.69474-0.11443-0.11579-0.22886-0.23158-0.34328-0.23158h-0.11443c-0.34328-0.23158-0.68657-0.46316-0.91542-0.69474l-0.801-0.57895c-0.57214-0.34737-0.91542-0.46316-0.91542-0.57895-0.801-0.46316-1.2587-1.2737-1.1443-2.2 0.11443-0.92632 0.68657-1.7368 1.602-1.9684 0.11443 0 0.34328-0.11579 0.57214-0.11579l-0.11443-0.11579c-2.0597-0.69474-4.3483-1.0421-6.6368-1.0421-8.4677 0-15.905 4.9789-19.453 12.158v0.57895c0 8.3368 7.209 15.053 16.02 15.053 6.7512 0 12.473-3.9368 14.876-9.4947z" fill="#0277bd" stroke-width="1.1511"/>
- <path d="m30.751 5.4737s0.34328-0.11579 1.0299-0.11579h1.1443c0.45771 0 0.91542 0.11579 1.4876 0.23158 0.57214 0.11579 1.1443 0.34737 1.7164 0.57895 0.57214 0.23158 1.2587 0.57895 1.8308 1.0421 0.57214 0.34737 1.1443 0.92632 1.7164 1.3895s1.0299 1.1579 1.4876 1.7368c0.34328 0.69474 0.801 1.2737 1.1443 1.9684 0.34328 0.69474 0.57214 1.3895 0.801 2.0842 0.22886 0.69474 0.34328 1.3895 0.45771 1.9684 0.11443 0.69474 0.11443 1.2737 0.11443 1.7368v0.81053c0 0.23158 0 0.46316-0.11443 0.69474 0 0.46316-0.11443 0.81053-0.11443 1.1579 0 0.57895-0.11443 0.92632-0.11443 0.92632s-0.22886-0.34737-0.45771-0.92632c-0.11443-0.23158-0.34328-0.57895-0.45771-1.0421-0.11443-0.34737-0.34328-0.81053-0.57214-1.2737-0.22886-0.46316-0.45771-0.92632-0.68657-1.5053-0.22886-0.46316-0.57214-1.0421-0.801-1.6211s-0.57214-1.0421-0.91542-1.6211c-0.34328-0.57895-0.68657-1.0421-1.0299-1.5053-0.34328-0.46316-0.68657-1.0421-1.1443-1.3895-0.45771-0.46316-0.801-0.92632-1.2587-1.2737-0.34328-0.46316-0.801-0.81053-1.2587-1.1579-0.45771-0.34737-0.801-0.69474-1.2587-0.92632-0.34328-0.34737-0.801-0.57895-1.1443-0.81053-0.34328-0.23158-0.68657-0.46316-0.91542-0.57895-0.34328-0.34737-0.68657-0.57895-0.68657-0.57895z" fill="#fff176" stroke-width="1.1511"/>
- <path d="m45.741 16.589c-0.34328-2.5474-1.3731-4.8632-2.5174-6.4842-0.57214-0.81053-1.1443-1.3895-1.4876-1.7368-0.45771-0.34737-0.68657-0.57895-0.68657-0.57895s0 0.34737 0.11443 0.92632 0.11443 1.2737 0.22886 2.2c0.11443 0.46316 0.11443 0.92632 0.22886 1.3895-0.45771-0.69474-1.0299-1.3895-1.602-1.8526-0.57214-0.57895-1.2587-0.92632-1.602-1.1579-0.57214-0.23158-0.801-0.34737-0.801-0.34737s0.11443 0.23158 0.22886 0.69474 0.34328 1.0421 0.57214 1.8526c0.22886 0.81053 0.57214 1.8526 0.91542 2.8947-0.68657-0.81053-1.3731-1.5053-2.0597-1.9684-0.801-0.46316-1.4876-0.81053-2.0597-0.92632-0.68657-0.23158-1.0298-0.23158-1.0298-0.23158s0.22886 0.23158 0.45771 0.69474c0.11443 0.23158 0.34328 0.46316 0.45771 0.81053 0.22886 0.34737 0.34328 0.69474 0.57214 1.0421 0.34328 0.69474 0.801 1.5053 1.1443 2.4316 0.22886 0.46316 0.34328 0.92632 0.57214 1.3895 0.11443 0.46316 0.45771 0.92632 0.57214 1.5053 0.22886 0.46316 0.34328 0.92632 0.57214 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.3895 0.11443 0.46316 0.22886 0.92632 0.45771 1.2737 0.34328 0.81053 0.57214 1.5053 0.801 1.9684 0.22886 0.46316 0.34328 0.69474 0.34328 0.69474s0.11443-0.23158 0.34328-0.81053c0.11443-0.23158 0.22886-0.57895 0.22886-0.92632 0.11443-0.34737 0.22886-0.81053 0.22886-1.2737 0-0.34737 0.11443-0.69474 0.11443-1.0421 0.11443 0.34737 0.22886 0.57895 0.22886 0.57895s0.11443-0.23158 0.34328-0.69474c0.11443-0.23158 0.22886-0.46316 0.34328-0.81053v-0.11579c0 0.23158 0 0.57895 0.11443 0.81053 0 0.46316 0.11443 0.81053 0.11443 1.1579v1.0421c0 0.57895 0.11443 0.92632 0.11443 0.92632s0.22886-0.23158 0.57214-0.69474c0.11443-0.23158 0.34328-0.46316 0.57214-0.81053s0.34328-0.69474 0.57214-1.1579 0.34328-0.92632 0.45771-1.5053c0.11443-0.57895 0.22886-1.1579 0.34328-1.7368 0.11443-0.57895 0.11443-1.2737 0.11443-1.8526 0.11443-0.69474 0-1.3895-0.11443-1.9684z" fill="#fdd835" stroke-width="1.1511"/>
- <path d="m46.886 19.137c0-0.57895-0.11443-0.92632-0.11443-0.92632s-0.22886 0.34737-0.57214 0.81053c-0.34328 0.57895-0.68657 1.2737-1.1443 2.2-0.34328 0.81053-0.801 1.7368-1.2587 2.6632 0-0.92632 0-1.7368-0.11443-2.5474-0.11443-0.69474-0.22886-1.2737-0.34328-1.8526-0.22886-0.57895-0.34328-1.1579-0.57214-1.6211-0.34328-1.0421-0.801-1.7368-1.1443-2.3158-0.34328-0.57895-0.57214-0.81053-0.57214-0.81053s-0.11443 1.3895-0.11443 3.4737c0 1.0421-0.11443 2.0842-0.22886 3.3579 0 0.57895-0.11443 1.1579-0.11443 1.8526 0 0.57895-0.11443 1.2737-0.22886 1.8526v0.46316c-0.11443-1.0421-0.45771-2.0842-0.91542-2.7789-0.34328-0.81053-0.801-1.3895-1.1443-1.7368-0.45771-0.57895-0.68657-0.69474-0.68657-0.69474v0.81053c0 0.46316 0 1.1579-0.11443 1.9684-0.11443 1.5053-0.34328 3.4737-0.57214 5.3263-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.34328 1.2737-0.11443 0.46316-0.22886 0.81053-0.22886 1.1579-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.11443 0.34737-0.11443 0.57895-0.22886 0.92632-0.11443 0.57895-0.11443 0.92632-0.11443 0.92632s0.22886-0.11579 0.68657-0.46316 1.0299-0.69474 1.602-1.3895c0.22886-0.34737 0.57214-0.69474 0.91542-1.1579 0.22886-0.46316 0.57214-0.81053 0.801-1.2737 0 0.34737-0.11443 0.69474-0.11443 1.0421-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.22886 0.69474-0.22886 1.0421-0.22886 1.0421 0.11443-0.11579 0.45771 0 0.801 0.11579 0 0.11579-0.11443 0.23158-0.11443 0.23158-0.11443 0.34737-0.22886 0.69474-0.34328 1.0421-0.22886 0.57895-0.34328 0.92632-0.34328 0.92632s0.34328-0.11579 0.801-0.46316c0.22886-0.23158 0.57214-0.34737 0.91542-0.69474 0.34328-0.23158 0.68657-0.57895 1.0299-1.0421 0.34328-0.34737 0.68657-0.81053 1.1443-1.2737 0.34328-0.46316 0.68657-1.0421 1.0299-1.6211 0.68657-1.1579 1.2587-2.4316 1.7164-3.7053 0.45771-1.2737 0.91542-2.6632 1.1443-3.9368 0.22886-1.2737 0.34328-2.4316 0.45771-3.4737 0-1.0421 0-1.8526-0.11443-2.5474z" fill="#ffb300" stroke-width="1.1511"/>
- <path d="m43.796 31.411c-0.45771 0.23158-0.91542 0.69474-1.602 1.1579-0.91542 0.69474-1.9453 1.6211-2.9751 2.6632 0.11443-0.34737 0.34328-0.69474 0.45771-1.0421 0.34328-1.0421 0.45771-1.9684 0.57214-2.7789 0-0.81053 0-1.5053-0.11443-1.9684-0.11443-0.57895-0.22886-0.81053-0.22886-0.81053s-0.22886 0.23158-0.45771 0.57895c-0.22886 0.34737-0.68657 0.92632-1.1443 1.5053-0.45771 0.57895-0.91542 1.3895-1.3731 2.0842-0.11443 0.11579-0.11443 0.23158-0.22886 0.34737 0.22886-0.69474 0.22886-1.5053 0.22886-2.2 0-0.92632-0.22886-1.8526-0.45771-2.5474-0.22886-0.69474-0.57214-1.2737-0.801-1.6211-0.11443-0.23158-0.34328-0.46316-0.34328-0.46316s-0.11443 0.23158-0.22886 0.69474c-0.11443 0.34737-0.34328 0.92632-0.57214 1.6211-0.22886 0.57895-0.34328 1.2737-0.57214 2.0842-0.11443 0.34737-0.22886 0.69474-0.34328 1.1579-0.11443 0.34737-0.22886 0.69474-0.34328 0.92632-2.1741 2.2-4.806 2.7789-7.3234 2.8947-1.3731 0-2.6318-0.23158-3.7761-0.57895-1.7164-0.57895-3.3184-1.6211-4.806-3.0105 2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.34328-0.11579 0.68657-0.11579 1.0299 0 0.68657-0.11579 0.91542-0.46316 0.68657-1.1579-0.34328-0.46316-0.91542-0.92632-1.4876-1.2737-1.4876-0.81053-2.9751-0.69474-4.5771 0.34737-1.4876 0.81053-2.8607 0.69474-4.3483-0.11579-3.5473-1.8526-2.1741-6.6 1.602-4.1684 0.22886-1.1579-0.11443-2.4316-0.801-3.7053-3.3184-6.1368 0.45771-11.116 1.7164-11.926-2.2886 0.23158-4.3483 1.2737-6.1791 3.0105-11.786-1.3895-12.816 10.189-12.816 10.305l1.3731-1.2737c-0.45771 1.2737-0.801 2.5474-0.91542 3.9368-0.45771 4.5158 0.801 8.9158 3.7761 13.316 4.5771 5.9053 11.786 9.4947 18.652 9.4947 7.7811 0 12.816-2.8947 16.134-6.6 0.22886-0.23158 0.45771-0.46316 0.68657-0.69474 0.68657-0.81053 1.3731-1.6211 1.9453-2.5474 0.57214-0.81053 0.91542-1.7368 1.2587-2.5474 0.22886-0.81053 0.45771-1.5053 0.57214-1.9684v-0.69474s-0.22886 0.11579-0.68657 0.46316z" fill="#ff9800" stroke-width="1.1511"/>
- <path d="m10.154 28.632c-0.22886-8.1053 4.9204-7.4105 7.5522-6.4842-1.8308-0.34737-2.6318 1.3895-1.8308 3.0105-0.34328 0-3.8905-0.34737-5.7214 3.4737zm7.209 3.3579c2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.22886-0.11579 0.57214-0.11579 0.801 0-3.3184-1.9684-6.8657 2.2-14.647 0.92632 1.9453 1.5053 5.0348 1.9684 5.0348 1.9684zm-0.22886-18.989c-0.22886 1.7368 0.11443 3.8211 1.2587 6.0211 1.602-0.92632 3.204-1.9684 3.204-1.9684s2.2886-2.3158 0-2.3158c-2.1741 0-3.6617-0.92632-4.4627-1.7368zm-8.9254-2.4316c-1.0299-0.92632-2.6318-2.7789-2.6318-5.0947 0 0-2.7463 4.5158-1.7164 8.1053 1.0299-1.2737 2.5174-2.3158 4.3483-3.0105z" fill="#ef6c00" stroke-width="1.1511"/>
- <path d="m18.393 19.021c1.602-0.92632 3.204-1.9684 3.204-1.9684s0.22886-0.23158 0.45771-0.46316l-0.45771-0.69474h-4.3483c0.22886 1.0421 0.57214 2.0842 1.1443 3.1263z" fill="#ffcc80" stroke-width="1.1511"/>
- <path d="m21.597 14.737c-0.34328 0-0.68657 0-1.0299-0.11579l-0.11443 0.11579s0.91542 1.5053 1.1443 2.3158c0 0 2.2886-2.3158 0-2.3158z" fill="#5d4037" stroke-width="1.1511"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1.1511"><path d="m23.886 2a21.741 22 0 1 0 0 44 21.741 22 0 1 0 0-44z" fill="#01579b"/><path d="m35.328 20.295c0-0.69474 0-3.3579-1.7164-5.4421-0.11443-0.11579-0.22886-0.34737-0.22886-0.46316-0.11443-0.11579-0.11443-0.23158-0.22886-0.46316l-0.45771-0.69474c-0.22886-0.34737-0.34328-0.57895-0.34328-0.57895-0.45771-0.69474-0.57214-1.6211-0.11443-2.4316 0.11443-0.23158 0.34328-0.46316 0.45771-0.69474-0.11443-0.11579-0.22886-0.23158-0.34328-0.23158h-0.11443c-0.34328-0.23158-0.68657-0.46316-0.91542-0.69474l-0.801-0.57895c-0.57214-0.34737-0.91542-0.46316-0.91542-0.57895-0.801-0.46316-1.2587-1.2737-1.1443-2.2 0.11443-0.92632 0.68657-1.7368 1.602-1.9684 0.11443 0 0.34328-0.11579 0.57214-0.11579l-0.11443-0.11579c-2.0597-0.69474-4.3483-1.0421-6.6368-1.0421-8.4677 0-15.905 4.9789-19.453 12.158v0.57895c0 8.3368 7.209 15.053 16.02 15.053 6.7512 0 12.473-3.9368 14.876-9.4947z" fill="#0277bd"/><path d="m30.751 5.4737s0.34328-0.11579 1.0299-0.11579h1.1443c0.45771 0 0.91542 0.11579 1.4876 0.23158 0.57214 0.11579 1.1443 0.34737 1.7164 0.57895 0.57214 0.23158 1.2587 0.57895 1.8308 1.0421 0.57214 0.34737 1.1443 0.92632 1.7164 1.3895s1.0299 1.1579 1.4876 1.7368c0.34328 0.69474 0.801 1.2737 1.1443 1.9684 0.34328 0.69474 0.57214 1.3895 0.801 2.0842 0.22886 0.69474 0.34328 1.3895 0.45771 1.9684 0.11443 0.69474 0.11443 1.2737 0.11443 1.7368v0.81053c0 0.23158 0 0.46316-0.11443 0.69474 0 0.46316-0.11443 0.81053-0.11443 1.1579 0 0.57895-0.11443 0.92632-0.11443 0.92632s-0.22886-0.34737-0.45771-0.92632c-0.11443-0.23158-0.34328-0.57895-0.45771-1.0421-0.11443-0.34737-0.34328-0.81053-0.57214-1.2737-0.22886-0.46316-0.45771-0.92632-0.68657-1.5053-0.22886-0.46316-0.57214-1.0421-0.801-1.6211s-0.57214-1.0421-0.91542-1.6211c-0.34328-0.57895-0.68657-1.0421-1.0299-1.5053-0.34328-0.46316-0.68657-1.0421-1.1443-1.3895-0.45771-0.46316-0.801-0.92632-1.2587-1.2737-0.34328-0.46316-0.801-0.81053-1.2587-1.1579-0.45771-0.34737-0.801-0.69474-1.2587-0.92632-0.34328-0.34737-0.801-0.57895-1.1443-0.81053-0.34328-0.23158-0.68657-0.46316-0.91542-0.57895-0.34328-0.34737-0.68657-0.57895-0.68657-0.57895z" fill="#fff176"/><path d="m45.741 16.589c-0.34328-2.5474-1.3731-4.8632-2.5174-6.4842-0.57214-0.81053-1.1443-1.3895-1.4876-1.7368-0.45771-0.34737-0.68657-0.57895-0.68657-0.57895s0 0.34737 0.11443 0.92632 0.11443 1.2737 0.22886 2.2c0.11443 0.46316 0.11443 0.92632 0.22886 1.3895-0.45771-0.69474-1.0299-1.3895-1.602-1.8526-0.57214-0.57895-1.2587-0.92632-1.602-1.1579-0.57214-0.23158-0.801-0.34737-0.801-0.34737s0.11443 0.23158 0.22886 0.69474 0.34328 1.0421 0.57214 1.8526c0.22886 0.81053 0.57214 1.8526 0.91542 2.8947-0.68657-0.81053-1.3731-1.5053-2.0597-1.9684-0.801-0.46316-1.4876-0.81053-2.0597-0.92632-0.68657-0.23158-1.0298-0.23158-1.0298-0.23158s0.22886 0.23158 0.45771 0.69474c0.11443 0.23158 0.34328 0.46316 0.45771 0.81053 0.22886 0.34737 0.34328 0.69474 0.57214 1.0421 0.34328 0.69474 0.801 1.5053 1.1443 2.4316 0.22886 0.46316 0.34328 0.92632 0.57214 1.3895 0.11443 0.46316 0.45771 0.92632 0.57214 1.5053 0.22886 0.46316 0.34328 0.92632 0.57214 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.3895 0.11443 0.46316 0.22886 0.92632 0.45771 1.2737 0.34328 0.81053 0.57214 1.5053 0.801 1.9684 0.22886 0.46316 0.34328 0.69474 0.34328 0.69474s0.11443-0.23158 0.34328-0.81053c0.11443-0.23158 0.22886-0.57895 0.22886-0.92632 0.11443-0.34737 0.22886-0.81053 0.22886-1.2737 0-0.34737 0.11443-0.69474 0.11443-1.0421 0.11443 0.34737 0.22886 0.57895 0.22886 0.57895s0.11443-0.23158 0.34328-0.69474c0.11443-0.23158 0.22886-0.46316 0.34328-0.81053v-0.11579c0 0.23158 0 0.57895 0.11443 0.81053 0 0.46316 0.11443 0.81053 0.11443 1.1579v1.0421c0 0.57895 0.11443 0.92632 0.11443 0.92632s0.22886-0.23158 0.57214-0.69474c0.11443-0.23158 0.34328-0.46316 0.57214-0.81053s0.34328-0.69474 0.57214-1.1579 0.34328-0.92632 0.45771-1.5053c0.11443-0.57895 0.22886-1.1579 0.34328-1.7368 0.11443-0.57895 0.11443-1.2737 0.11443-1.8526 0.11443-0.69474 0-1.3895-0.11443-1.9684z" fill="#fdd835"/><path d="m46.886 19.137c0-0.57895-0.11443-0.92632-0.11443-0.92632s-0.22886 0.34737-0.57214 0.81053c-0.34328 0.57895-0.68657 1.2737-1.1443 2.2-0.34328 0.81053-0.801 1.7368-1.2587 2.6632 0-0.92632 0-1.7368-0.11443-2.5474-0.11443-0.69474-0.22886-1.2737-0.34328-1.8526-0.22886-0.57895-0.34328-1.1579-0.57214-1.6211-0.34328-1.0421-0.801-1.7368-1.1443-2.3158-0.34328-0.57895-0.57214-0.81053-0.57214-0.81053s-0.11443 1.3895-0.11443 3.4737c0 1.0421-0.11443 2.0842-0.22886 3.3579 0 0.57895-0.11443 1.1579-0.11443 1.8526 0 0.57895-0.11443 1.2737-0.22886 1.8526v0.46316c-0.11443-1.0421-0.45771-2.0842-0.91542-2.7789-0.34328-0.81053-0.801-1.3895-1.1443-1.7368-0.45771-0.57895-0.68657-0.69474-0.68657-0.69474v0.81053c0 0.46316 0 1.1579-0.11443 1.9684-0.11443 1.5053-0.34328 3.4737-0.57214 5.3263-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.34328 1.2737-0.11443 0.46316-0.22886 0.81053-0.22886 1.1579-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.11443 0.34737-0.11443 0.57895-0.22886 0.92632-0.11443 0.57895-0.11443 0.92632-0.11443 0.92632s0.22886-0.11579 0.68657-0.46316 1.0299-0.69474 1.602-1.3895c0.22886-0.34737 0.57214-0.69474 0.91542-1.1579 0.22886-0.46316 0.57214-0.81053 0.801-1.2737 0 0.34737-0.11443 0.69474-0.11443 1.0421-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.22886 0.69474-0.22886 1.0421-0.22886 1.0421 0.11443-0.11579 0.45771 0 0.801 0.11579 0 0.11579-0.11443 0.23158-0.11443 0.23158-0.11443 0.34737-0.22886 0.69474-0.34328 1.0421-0.22886 0.57895-0.34328 0.92632-0.34328 0.92632s0.34328-0.11579 0.801-0.46316c0.22886-0.23158 0.57214-0.34737 0.91542-0.69474 0.34328-0.23158 0.68657-0.57895 1.0299-1.0421 0.34328-0.34737 0.68657-0.81053 1.1443-1.2737 0.34328-0.46316 0.68657-1.0421 1.0299-1.6211 0.68657-1.1579 1.2587-2.4316 1.7164-3.7053 0.45771-1.2737 0.91542-2.6632 1.1443-3.9368 0.22886-1.2737 0.34328-2.4316 0.45771-3.4737 0-1.0421 0-1.8526-0.11443-2.5474z" fill="#ffb300"/><path d="m43.796 31.411c-0.45771 0.23158-0.91542 0.69474-1.602 1.1579-0.91542 0.69474-1.9453 1.6211-2.9751 2.6632 0.11443-0.34737 0.34328-0.69474 0.45771-1.0421 0.34328-1.0421 0.45771-1.9684 0.57214-2.7789 0-0.81053 0-1.5053-0.11443-1.9684-0.11443-0.57895-0.22886-0.81053-0.22886-0.81053s-0.22886 0.23158-0.45771 0.57895c-0.22886 0.34737-0.68657 0.92632-1.1443 1.5053-0.45771 0.57895-0.91542 1.3895-1.3731 2.0842-0.11443 0.11579-0.11443 0.23158-0.22886 0.34737 0.22886-0.69474 0.22886-1.5053 0.22886-2.2 0-0.92632-0.22886-1.8526-0.45771-2.5474-0.22886-0.69474-0.57214-1.2737-0.801-1.6211-0.11443-0.23158-0.34328-0.46316-0.34328-0.46316s-0.11443 0.23158-0.22886 0.69474c-0.11443 0.34737-0.34328 0.92632-0.57214 1.6211-0.22886 0.57895-0.34328 1.2737-0.57214 2.0842-0.11443 0.34737-0.22886 0.69474-0.34328 1.1579-0.11443 0.34737-0.22886 0.69474-0.34328 0.92632-2.1741 2.2-4.806 2.7789-7.3234 2.8947-1.3731 0-2.6318-0.23158-3.7761-0.57895-1.7164-0.57895-3.3184-1.6211-4.806-3.0105 2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.34328-0.11579 0.68657-0.11579 1.0299 0 0.68657-0.11579 0.91542-0.46316 0.68657-1.1579-0.34328-0.46316-0.91542-0.92632-1.4876-1.2737-1.4876-0.81053-2.9751-0.69474-4.5771 0.34737-1.4876 0.81053-2.8607 0.69474-4.3483-0.11579-3.5473-1.8526-2.1741-6.6 1.602-4.1684 0.22886-1.1579-0.11443-2.4316-0.801-3.7053-3.3184-6.1368 0.45771-11.116 1.7164-11.926-2.2886 0.23158-4.3483 1.2737-6.1791 3.0105-11.786-1.3895-12.816 10.189-12.816 10.305l1.3731-1.2737c-0.45771 1.2737-0.801 2.5474-0.91542 3.9368-0.45771 4.5158 0.801 8.9158 3.7761 13.316 4.5771 5.9053 11.786 9.4947 18.652 9.4947 7.7811 0 12.816-2.8947 16.134-6.6 0.22886-0.23158 0.45771-0.46316 0.68657-0.69474 0.68657-0.81053 1.3731-1.6211 1.9453-2.5474 0.57214-0.81053 0.91542-1.7368 1.2587-2.5474 0.22886-0.81053 0.45771-1.5053 0.57214-1.9684v-0.69474s-0.22886 0.11579-0.68657 0.46316z" fill="#ff9800"/><path d="m10.154 28.632c-0.22886-8.1053 4.9204-7.4105 7.5522-6.4842-1.8308-0.34737-2.6318 1.3895-1.8308 3.0105-0.34328 0-3.8905-0.34737-5.7214 3.4737zm7.209 3.3579c2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.22886-0.11579 0.57214-0.11579 0.801 0-3.3184-1.9684-6.8657 2.2-14.647 0.92632 1.9453 1.5053 5.0348 1.9684 5.0348 1.9684zm-0.22886-18.989c-0.22886 1.7368 0.11443 3.8211 1.2587 6.0211 1.602-0.92632 3.204-1.9684 3.204-1.9684s2.2886-2.3158 0-2.3158c-2.1741 0-3.6617-0.92632-4.4627-1.7368zm-8.9254-2.4316c-1.0299-0.92632-2.6318-2.7789-2.6318-5.0947 0 0-2.7463 4.5158-1.7164 8.1053 1.0299-1.2737 2.5174-2.3158 4.3483-3.0105z" fill="#ef6c00"/><path d="m18.393 19.021c1.602-0.92632 3.204-1.9684 3.204-1.9684s0.22886-0.23158 0.45771-0.46316l-0.45771-0.69474h-4.3483c0.22886 1.0421 0.57214 2.0842 1.1443 3.1263z" fill="#ffcc80"/><path d="m21.597 14.737c-0.34328 0-0.68657 0-1.0299-0.11579l-0.11443 0.11579s0.91542 1.5053 1.1443 2.3158c0 0 2.2886-2.3158 0-2.3158z" fill="#5d4037"/></g></svg>
--- a/eric6/icons/breeze-dark/flag.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flag.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 .11 .11" xmlns="http://www.w3.org/2000/svg">
- <rect y=".0225" width=".11" height=".065" stroke-width=".021833"/>
- <rect y=".044167" width=".11" height=".043333" fill="#d00" stroke-width=".021833"/>
- <rect y=".065833" width=".11" height=".021667" fill="#ffce00" stroke-width=".021833"/>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 .11 .11" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".021833"><rect y=".0225" width=".11" height=".065"/><rect y=".044167" width=".11" height=".043333" fill="#d00"/><rect y=".065833" width=".11" height=".021667" fill="#ffce00"/></g></svg>
--- a/eric6/icons/breeze-dark/flagBlack.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flagBlack.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/flagBlue.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flagBlue.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#1d99f3" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#1d99f3" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/flagGreen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flagGreen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#43be80" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#43be80" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/flagRed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flagRed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/flagYellow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flagYellow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#edc11e" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#edc11e" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/flashCookie.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flashCookie.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020421 .79593 .78955)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020421 .79593 .78955)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/flashCookie128.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flashCookie128.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="128" height="128" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.12653 0 0 .12661 .73477 .69518)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.12653 0 0 .12661 .73477 .69518)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/flashCookie16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flashCookie16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.014286 0 0 .014295 .85715 .85268)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.014286 0 0 .014295 .85715 .85268)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/flashCookie48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/flashCookie48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.044898 0 0 .044926 1.551 1.537)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.044898 0 0 .044926 1.551 1.537)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/formatTextBold.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextBold.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3 1v20h10a6 6 0 0 0 6-6 6 6 0 0 0-3.082-5.2344c0.67694-0.91404 1.082-2.0409 1.082-3.2656 0-3.0376-2.4624-5.5-5.5-5.5h-4.5zm4 3h4.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5h-4.5zm0 8h6a3 3 0 0 1 3 3 3 3 0 0 1-3 3h-6z" fill="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3 1v20h10a6 6 0 0 0 6-6 6 6 0 0 0-3.082-5.2344c0.67694-0.91404 1.082-2.0409 1.082-3.2656 0-3.0376-2.4624-5.5-5.5-5.5h-4.5zm4 3h4.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5h-4.5zm0 8h6a3 3 0 0 1 3 3 3 3 0 0 1-3 3h-6z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/formatTextBulletedList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextBulletedList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h2.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h2.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/formatTextCodeBlock.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextCodeBlock.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m12.875 1-5 19.692 1.25 0.30762 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34912 0.44434 0.34912 0.44434 4.9683 5.8057 0.93262-0.88623-4.5801-5.3638 4.5801-5.3638zm9.3652 0-0.93262 0.88623 4.5801 5.3638-4.5801 5.3638 0.93262 0.88623 4.9683-5.8057 0.34912-0.44434-0.34912-0.44434z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m12.875 1-5 19.692 1.25 0.30762 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34912 0.44434 0.34912 0.44434 4.9683 5.8057 0.93262-0.88623-4.5801-5.3638 4.5801-5.3638zm9.3652 0-0.93262 0.88623 4.5801 5.3638-4.5801 5.3638 0.93262 0.88623 4.9683-5.8057 0.34912-0.44434-0.34912-0.44434z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/formatTextHeader.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextHeader.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m13.214 13q0.61017 0 1.0943 0.17907 0.49079 0.17907 0.82903 0.49079 0.33825 0.30508 0.51732 0.72292 0.1857 0.4112 0.1857 0.88209 0 0.41783-0.09285 0.73618-0.08622 0.31835-0.25866 0.55711t-0.42447 0.40457q-0.25203 0.16581-0.57038 0.27192 1.5055 0.51069 1.5055 2.0361 0 0.66986-0.24539 1.1805-0.23876 0.50405-0.64996 0.84893-0.40457 0.34488-0.94842 0.51732-0.53721 0.17244-1.1341 0.17244-0.63007 0-1.1142-0.14591-0.47752-0.14591-0.8423-0.43773-0.35814-0.29845-0.62343-0.73618-0.25866-0.43773-0.44436-1.0147l0.70302-0.29845q0.27856-0.11275 0.51732-0.05306 0.2454 0.05306 0.34488 0.25866 0.11938 0.2255 0.25203 0.42447 0.13265 0.19234 0.29845 0.34488 0.17244 0.14591 0.3913 0.23213t0.50405 0.08622q0.35151 0 0.61017-0.11275 0.26529-0.11938 0.43773-0.30508 0.17244-0.19234 0.25866-0.4311t0.08622-0.47752q0-0.30508-0.05969-0.55711-0.05306-0.25203-0.25203-0.4311-0.19234-0.17907-0.57038-0.27856-0.37804-0.09948-1.028-0.09948v-1.1341q0.54385-0.0066 0.88872-0.09948 0.35151-0.09285 0.55048-0.25866 0.19897-0.17244 0.27192-0.40457 0.07296-0.23213 0.07296-0.51732 0-0.60354-0.30508-0.90862-0.29846-0.30509-0.8423-0.30509-0.48416 0-0.80914 0.27192t-0.45099 0.66986q-0.10612 0.30508-0.28519 0.39794-0.17244 0.09285-0.49742 0.03979l-0.8423-0.14591q0.09285-0.64333 0.35151-1.1209 0.25866-0.48416 0.64996-0.80251 0.3913-0.32498 0.88873-0.48416 0.50405-0.1658 1.0811-0.1658z" fill="none"/>
- <path d="m4.5 1v20h2.6v-8.75h7.8v8.75h2.6v-20h-2.6v8.75h-7.8v-8.75z" fill="#eff0f1" stroke-width="1.2748"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m13.214 13q0.61017 0 1.0943 0.17907 0.49079 0.17907 0.82903 0.49079 0.33825 0.30508 0.51732 0.72292 0.1857 0.4112 0.1857 0.88209 0 0.41783-0.09285 0.73618-0.08622 0.31835-0.25866 0.55711t-0.42447 0.40457q-0.25203 0.16581-0.57038 0.27192 1.5055 0.51069 1.5055 2.0361 0 0.66986-0.24539 1.1805-0.23876 0.50405-0.64996 0.84893-0.40457 0.34488-0.94842 0.51732-0.53721 0.17244-1.1341 0.17244-0.63007 0-1.1142-0.14591-0.47752-0.14591-0.8423-0.43773-0.35814-0.29845-0.62343-0.73618-0.25866-0.43773-0.44436-1.0147l0.70302-0.29845q0.27856-0.11275 0.51732-0.05306 0.2454 0.05306 0.34488 0.25866 0.11938 0.2255 0.25203 0.42447 0.13265 0.19234 0.29845 0.34488 0.17244 0.14591 0.3913 0.23213t0.50405 0.08622q0.35151 0 0.61017-0.11275 0.26529-0.11938 0.43773-0.30508 0.17244-0.19234 0.25866-0.4311t0.08622-0.47752q0-0.30508-0.05969-0.55711-0.05306-0.25203-0.25203-0.4311-0.19234-0.17907-0.57038-0.27856-0.37804-0.09948-1.028-0.09948v-1.1341q0.54385-0.0066 0.88872-0.09948 0.35151-0.09285 0.55048-0.25866 0.19897-0.17244 0.27192-0.40457 0.07296-0.23213 0.07296-0.51732 0-0.60354-0.30508-0.90862-0.29846-0.30509-0.8423-0.30509-0.48416 0-0.80914 0.27192t-0.45099 0.66986q-0.10612 0.30508-0.28519 0.39794-0.17244 0.09285-0.49742 0.03979l-0.8423-0.14591q0.09285-0.64333 0.35151-1.1209 0.25866-0.48416 0.64996-0.80251 0.3913-0.32498 0.88873-0.48416 0.50405-0.1658 1.0811-0.1658z" fill="none"/><path d="m4.5 1v20h2.6v-8.75h7.8v8.75h2.6v-20h-2.6v8.75h-7.8v-8.75z" fill="#eff0f1" stroke-width="1.2748"/></svg>
--- a/eric6/icons/breeze-dark/formatTextHeader1.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextHeader1.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1v19.048h2.8586v-8.5714h7.623v8.5714h2.706v-0.59338a0.95298 0.95248 0 0 1 0.15261-0.51711v-4.7824c-0.05474-0.05509-0.11216-0.09424-0.16378-0.16741a0.95298 0.95248 0 0 1-0.0074-0.0093l-0.61416-0.89286a0.95298 0.95248 0 0 1 0.13958-1.2388l0.64579-0.59521v-10.251h-2.8587v7.619h-7.623v-7.619z" fill="#eff0f1" stroke-width=".95263"/>
- <text transform="scale(.96986 1.0311)" x="13.644353" y="20.366993" fill="#49cff1" font-family="sans-serif" font-size="17.067px" letter-spacing="0" stroke-width=".95263" word-spacing="0"><tspan x="13.644353" y="20.366993" fill="#49cff1" font-family="Carlito" font-weight="bold" stroke-width=".95263">1</tspan></text>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v19.048h2.8586v-8.5714h7.623v8.5714h2.706v-0.59338a0.95298 0.95248 0 0 1 0.15261-0.51711v-4.7824c-0.05474-0.05509-0.11216-0.09424-0.16378-0.16741a0.95298 0.95248 0 0 1-0.0074-0.0093l-0.61416-0.89286a0.95298 0.95248 0 0 1 0.13958-1.2388l0.64579-0.59521v-10.251h-2.8587v7.619h-7.623v-7.619z" fill="#eff0f1" stroke-width=".95263"/><text transform="scale(.96986 1.0311)" x="13.644353" y="20.366993" fill="#49cff1" font-family="sans-serif" font-size="17.067px" letter-spacing="0" stroke-width=".95263" word-spacing="0"><tspan x="13.644353" y="20.366993" fill="#49cff1" font-family="Carlito" font-weight="bold" stroke-width=".95263">1</tspan></text></svg>
--- a/eric6/icons/breeze-dark/formatTextHeader2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextHeader2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h0.97656c0.02092-0.15953 0.0529-0.31663 0.10417-0.46503a0.95248 0.95248 0 0 1 0.0074-0.0186c0.11234-0.30421 0.30066-0.56962 0.52083-0.78125l1.2482-1.2891v-3.5175l-0.94494-0.16369a0.95248 0.95248 0 0 1-0.77939-1.0844c0.09839-0.63812 0.28047-1.2226 0.5599-1.7411l0.0019-0.0019v-0.0019c0.271-0.50774 0.62262-0.95429 1.0528-1.3114 0.03406-0.028333 0.07484-0.0472 0.10975-0.074409v-8.5974h-2.8571v7.619h-7.6191v-7.619z" fill="#eff0f1" stroke-width=".95238"/>
- <path d="m17.36 9.5714c-0.4921 0-0.95219 0.070228-1.3821 0.21205-0.42988 0.13616-0.81211 0.3433-1.1458 0.62128-0.32807 0.27231-0.60158 0.61637-0.82217 1.0305-0.2206 0.40847-0.3746 0.88758-0.45945 1.4379l1.0863 0.18787c0.2715 0.04539 0.48344 0.02734 0.63616-0.05208 0.15838-0.07942 0.28338-0.24871 0.37388-0.50967 0.05091-0.17019 0.12334-0.32869 0.21949-0.47619 0.09616-0.1475 0.21209-0.2754 0.34784-0.38318 0.13575-0.10779 0.28976-0.19429 0.45945-0.2567s0.35627-0.09301 0.5599-0.09301c0.47513 0 0.84286 0.13329 1.1031 0.39992 0.26019 0.26664 0.39062 0.66111 0.39062 1.183 0 0.28933-0.03808 0.5667-0.11161 0.83333-0.07353 0.26096-0.18404 0.52214-0.3311 0.78311-0.14141 0.25529-0.31892 0.5147-0.53386 0.77567-0.20928 0.26096-0.45201 0.5347-0.72917 0.82403l-3.2757 3.3798c-0.13575 0.13048-0.23175 0.27093-0.28832 0.42411-0.05091 0.14751-0.07626 0.28619-0.07626 0.41667v0.6901h7.619v-1.2258c0-0.20423-0.067-0.36812-0.20275-0.49293-0.1301-0.12481-0.30403-0.18787-0.51897-0.18787h-2.5539c-0.2206 0-0.45789 0.02344-0.71242 0.06883-0.25454 0.03971-0.50812 0.09915-0.76265 0.17857l2.3921-2.5112c0.29413-0.30635 0.57493-0.60892 0.84077-0.9096 0.26585-0.30635 0.49771-0.61794 0.69568-0.93564 0.19797-0.32337 0.35555-0.66203 0.47433-1.0138 0.11878-0.35741 0.17857-0.74285 0.17857-1.157 0-0.48222-0.08514-0.9217-0.25484-1.3188-0.16403-0.4028-0.39954-0.74685-0.70498-1.0305-0.29978-0.28366-0.66387-0.50159-1.0938-0.65476-0.42422-0.15885-0.89703-0.2381-1.4174-0.2381z" fill="#49cff1" stroke-width=".95238"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h0.97656c0.02092-0.15953 0.0529-0.31663 0.10417-0.46503a0.95248 0.95248 0 0 1 0.0074-0.0186c0.11234-0.30421 0.30066-0.56962 0.52083-0.78125l1.2482-1.2891v-3.5175l-0.94494-0.16369a0.95248 0.95248 0 0 1-0.77939-1.0844c0.09839-0.63812 0.28047-1.2226 0.5599-1.7411l0.0019-0.0019v-0.0019c0.271-0.50774 0.62262-0.95429 1.0528-1.3114 0.03406-0.028333 0.07484-0.0472 0.10975-0.074409v-8.5974h-2.8571v7.619h-7.6191v-7.619z" fill="#eff0f1" stroke-width=".95238"/><path d="m17.36 9.5714c-0.4921 0-0.95219 0.070228-1.3821 0.21205-0.42988 0.13616-0.81211 0.3433-1.1458 0.62128-0.32807 0.27231-0.60158 0.61637-0.82217 1.0305-0.2206 0.40847-0.3746 0.88758-0.45945 1.4379l1.0863 0.18787c0.2715 0.04539 0.48344 0.02734 0.63616-0.05208 0.15838-0.07942 0.28338-0.24871 0.37388-0.50967 0.05091-0.17019 0.12334-0.32869 0.21949-0.47619 0.09616-0.1475 0.21209-0.2754 0.34784-0.38318 0.13575-0.10779 0.28976-0.19429 0.45945-0.2567s0.35627-0.09301 0.5599-0.09301c0.47513 0 0.84286 0.13329 1.1031 0.39992 0.26019 0.26664 0.39062 0.66111 0.39062 1.183 0 0.28933-0.03808 0.5667-0.11161 0.83333-0.07353 0.26096-0.18404 0.52214-0.3311 0.78311-0.14141 0.25529-0.31892 0.5147-0.53386 0.77567-0.20928 0.26096-0.45201 0.5347-0.72917 0.82403l-3.2757 3.3798c-0.13575 0.13048-0.23175 0.27093-0.28832 0.42411-0.05091 0.14751-0.07626 0.28619-0.07626 0.41667v0.6901h7.619v-1.2258c0-0.20423-0.067-0.36812-0.20275-0.49293-0.1301-0.12481-0.30403-0.18787-0.51897-0.18787h-2.5539c-0.2206 0-0.45789 0.02344-0.71242 0.06883-0.25454 0.03971-0.50812 0.09915-0.76265 0.17857l2.3921-2.5112c0.29413-0.30635 0.57493-0.60892 0.84077-0.9096 0.26585-0.30635 0.49771-0.61794 0.69568-0.93564 0.19797-0.32337 0.35555-0.66203 0.47433-1.0138 0.11878-0.35741 0.17857-0.74285 0.17857-1.157 0-0.48222-0.08514-0.9217-0.25484-1.3188-0.16403-0.4028-0.39954-0.74685-0.70498-1.0305-0.29978-0.28366-0.66387-0.50159-1.0938-0.65476-0.42422-0.15885-0.89703-0.2381-1.4174-0.2381z" fill="#49cff1" stroke-width=".95238"/></svg>
--- a/eric6/icons/breeze-dark/formatTextHeader3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextHeader3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h1.8192c-0.05366-0.07836-0.11583-0.14858-0.16555-0.23066l-0.0019-0.0037-0.0037-0.0056c-0.26179-0.44319-0.47425-0.93695-0.64916-1.4806l-0.26786-0.82961 1.702-0.71987 0.0074-0.0037c0.12979-0.05255 0.27396-0.07709 0.41668-0.10417v-2.753l-1.7169-0.29576 0.13207-0.91704c0.09162-0.63506 0.27172-1.2202 0.55246-1.7392v-0.0019c0.26523-0.49481 0.61423-0.92634 1.0324-1.2741v-8.6887h-2.8571v7.619h-7.619v-7.619z" fill="#eff0f1" stroke-width=".95238"/>
- <path d="m17.464 9.5714c-0.48829 0-0.94621 0.069828-1.3728 0.21019-0.42094 0.13475-0.79609 0.34058-1.1272 0.6157-0.33114 0.2695-0.607 0.60948-0.82589 1.0193-0.21889 0.40425-0.36785 0.87837-0.44643 1.423l1.0696 0.18415c0.27502 0.04491 0.48651 0.02838 0.63244-0.05022 0.15154-0.07861 0.27106-0.24582 0.36086-0.50409 0.10664-0.33688 0.2979-0.62174 0.57292-0.85193 0.27502-0.2302 0.61707-0.34412 1.0268-0.34412 0.46023 0 0.817 0.12863 1.0696 0.3869 0.25818 0.25827 0.3869 0.64234 0.3869 1.1533 0 0.24143-0.03127 0.46011-0.09301 0.65662s-0.17574 0.36741-0.34412 0.51339c-0.16838 0.14037-0.40194 0.25064-0.69941 0.32924-0.29185 0.07863-0.667 0.1209-1.1272 0.12649v1.4397c0.55003 0 0.98403 0.04227 1.3039 0.12649 0.31992 0.08422 0.56268 0.20183 0.72545 0.35342 0.16838 0.1516 0.27504 0.33538 0.31994 0.54874 0.05051 0.21336 0.07441 0.44857 0.07441 0.70684 0 0.20213-0.03678 0.40427-0.10975 0.6064-0.07296 0.20213-0.18145 0.38405-0.32738 0.54688-0.14593 0.15721-0.33167 0.28584-0.55618 0.3869-0.21889 0.09545-0.47634 0.14323-0.77381 0.14323-0.24134 0-0.45467-0.03489-0.63988-0.10789-0.18521-0.07299-0.35073-0.17224-0.49665-0.29576-0.14031-0.12914-0.26721-0.2743-0.37946-0.43713-0.11225-0.16844-0.21891-0.34854-0.31994-0.53943-0.08419-0.17406-0.22946-0.28433-0.43713-0.32924-0.20205-0.05053-0.42089-0.02662-0.65662 0.06883l-0.89286 0.3776c0.15715 0.48847 0.34473 0.9185 0.56362 1.2891 0.2245 0.37057 0.48933 0.68298 0.79241 0.93564 0.30869 0.24704 0.6636 0.4308 1.0677 0.55432 0.40972 0.12352 0.88236 0.18601 1.4155 0.18601 0.50513 0 0.98512-0.07351 1.4397-0.21949 0.46023-0.14598 0.86113-0.36466 1.2035-0.65662 0.34798-0.29196 0.62384-0.6503 0.82589-1.077 0.20766-0.43233 0.31064-0.93218 0.31064-1.4993 0-1.2914-0.63629-2.1532-1.9103-2.5856 0.2694-0.08984 0.51031-0.20562 0.72359-0.34598s0.39351-0.31126 0.53943-0.51339c0.14593-0.20213 0.25442-0.43734 0.32738-0.70684 0.07857-0.2695 0.11719-0.58192 0.11719-0.93564 0-0.39864-0.07723-0.77168-0.23438-1.1198-0.15154-0.35372-0.37038-0.66063-0.65662-0.9189-0.28624-0.26389-0.6375-0.47154-1.0528-0.62314-0.40972-0.15159-0.87315-0.22693-1.3895-0.22693z" fill="#49cff1" stroke-width=".95238"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h1.8192c-0.05366-0.07836-0.11583-0.14858-0.16555-0.23066l-0.0019-0.0037-0.0037-0.0056c-0.26179-0.44319-0.47425-0.93695-0.64916-1.4806l-0.26786-0.82961 1.702-0.71987 0.0074-0.0037c0.12979-0.05255 0.27396-0.07709 0.41668-0.10417v-2.753l-1.7169-0.29576 0.13207-0.91704c0.09162-0.63506 0.27172-1.2202 0.55246-1.7392v-0.0019c0.26523-0.49481 0.61423-0.92634 1.0324-1.2741v-8.6887h-2.8571v7.619h-7.619v-7.619z" fill="#eff0f1" stroke-width=".95238"/><path d="m17.464 9.5714c-0.48829 0-0.94621 0.069828-1.3728 0.21019-0.42094 0.13475-0.79609 0.34058-1.1272 0.6157-0.33114 0.2695-0.607 0.60948-0.82589 1.0193-0.21889 0.40425-0.36785 0.87837-0.44643 1.423l1.0696 0.18415c0.27502 0.04491 0.48651 0.02838 0.63244-0.05022 0.15154-0.07861 0.27106-0.24582 0.36086-0.50409 0.10664-0.33688 0.2979-0.62174 0.57292-0.85193 0.27502-0.2302 0.61707-0.34412 1.0268-0.34412 0.46023 0 0.817 0.12863 1.0696 0.3869 0.25818 0.25827 0.3869 0.64234 0.3869 1.1533 0 0.24143-0.03127 0.46011-0.09301 0.65662s-0.17574 0.36741-0.34412 0.51339c-0.16838 0.14037-0.40194 0.25064-0.69941 0.32924-0.29185 0.07863-0.667 0.1209-1.1272 0.12649v1.4397c0.55003 0 0.98403 0.04227 1.3039 0.12649 0.31992 0.08422 0.56268 0.20183 0.72545 0.35342 0.16838 0.1516 0.27504 0.33538 0.31994 0.54874 0.05051 0.21336 0.07441 0.44857 0.07441 0.70684 0 0.20213-0.03678 0.40427-0.10975 0.6064-0.07296 0.20213-0.18145 0.38405-0.32738 0.54688-0.14593 0.15721-0.33167 0.28584-0.55618 0.3869-0.21889 0.09545-0.47634 0.14323-0.77381 0.14323-0.24134 0-0.45467-0.03489-0.63988-0.10789-0.18521-0.07299-0.35073-0.17224-0.49665-0.29576-0.14031-0.12914-0.26721-0.2743-0.37946-0.43713-0.11225-0.16844-0.21891-0.34854-0.31994-0.53943-0.08419-0.17406-0.22946-0.28433-0.43713-0.32924-0.20205-0.05053-0.42089-0.02662-0.65662 0.06883l-0.89286 0.3776c0.15715 0.48847 0.34473 0.9185 0.56362 1.2891 0.2245 0.37057 0.48933 0.68298 0.79241 0.93564 0.30869 0.24704 0.6636 0.4308 1.0677 0.55432 0.40972 0.12352 0.88236 0.18601 1.4155 0.18601 0.50513 0 0.98512-0.07351 1.4397-0.21949 0.46023-0.14598 0.86113-0.36466 1.2035-0.65662 0.34798-0.29196 0.62384-0.6503 0.82589-1.077 0.20766-0.43233 0.31064-0.93218 0.31064-1.4993 0-1.2914-0.63629-2.1532-1.9103-2.5856 0.2694-0.08984 0.51031-0.20562 0.72359-0.34598s0.39351-0.31126 0.53943-0.51339c0.14593-0.20213 0.25442-0.43734 0.32738-0.70684 0.07857-0.2695 0.11719-0.58192 0.11719-0.93564 0-0.39864-0.07723-0.77168-0.23438-1.1198-0.15154-0.35372-0.37038-0.66063-0.65662-0.9189-0.28624-0.26389-0.6375-0.47154-1.0528-0.62314-0.40972-0.15159-0.87315-0.22693-1.3895-0.22693z" fill="#49cff1" stroke-width=".95238"/></svg>
--- a/eric6/icons/breeze-dark/formatTextHorizontalLine.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextHorizontalLine.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2.6667 7.6668h1.6667v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v6.6665h-16.667zm-1.6667-1.6666v9.9998h20v-9.9998z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m2.6667 7.6668h1.6667v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v6.6665h-16.667zm-1.6667-1.6666v9.9998h20v-9.9998z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/formatTextHyperlink.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextHyperlink.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.1111 6.5c-0.61557 0-1.1111 0.50174-1.1111 1.125v6.75c0 0.62326 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50174 1.1111-1.125v-1.125h2.2222v1.125c0 0.62325 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50175 1.1111-1.125v-6.75c0-0.62325-0.49554-1.125-1.1111-1.125h-6.6667c-0.61557 0-1.1111 0.50175-1.1111 1.125v1.125h-2.2222v-1.125c0-0.62326-0.49554-1.125-1.1111-1.125zm0 1.125h6.6667v1.125c-0.61557 0-1.1111 0.50174-1.1111 1.125v2.25c0 0.62326 0.49554 1.125 1.1111 1.125v1.125h-6.6667zm11.111 0h6.6667v6.75h-6.6667v-1.125c0.61557 0 1.1111-0.50174 1.1111-1.125v-2.25c0-0.62326-0.49554-1.125-1.1111-1.125zm-4.4444 2.25h4.4444v2.25h-4.4444z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.1111 6.5c-0.61557 0-1.1111 0.50174-1.1111 1.125v6.75c0 0.62326 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50174 1.1111-1.125v-1.125h2.2222v1.125c0 0.62325 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50175 1.1111-1.125v-6.75c0-0.62325-0.49554-1.125-1.1111-1.125h-6.6667c-0.61557 0-1.1111 0.50175-1.1111 1.125v1.125h-2.2222v-1.125c0-0.62326-0.49554-1.125-1.1111-1.125zm0 1.125h6.6667v1.125c-0.61557 0-1.1111 0.50174-1.1111 1.125v2.25c0 0.62326 0.49554 1.125 1.1111 1.125v1.125h-6.6667zm11.111 0h6.6667v6.75h-6.6667v-1.125c0.61557 0 1.1111-0.50174 1.1111-1.125v-2.25c0-0.62326-0.49554-1.125-1.1111-1.125zm-4.4444 2.25h4.4444v2.25h-4.4444z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/formatTextImage.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextImage.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#eff0f1" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#eff0f1" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g></svg>
--- a/eric6/icons/breeze-dark/formatTextInlineCode.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextInlineCode.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m12.743 7-1.9676 7.877 0.4919 0.12305 1.9676-7.877zm-2.5805 1.5-1.9551 2.3223-0.13738 0.17773 0.13738 0.17773 1.9551 2.3223 0.367-0.35449-1.8023-2.1455 1.8023-2.1455zm3.6854 0-0.367 0.35449 1.8023 2.1455-1.8023 2.1455 0.367 0.35449 1.9551-2.3223 0.13738-0.17773-0.13738-0.17773z" color="#eff0f1" fill="currentColor"/>
- <text transform="scale(.99752 1.0025)" x="1.0024848" y="14.962821" fill="#49cff1" font-family="sans-serif" font-size="11.13px" letter-spacing="0px" stroke-width=".27825" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.0024848" y="14.962821" fill="#49cff1" stroke-width=".27825">A</tspan></text>
- <text transform="scale(.9782 1.0223)" x="15.776766" y="14.571308" fill="#49cff1" font-family="sans-serif" font-size="10.163px" letter-spacing="0px" stroke-width=".25408" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="15.776766" y="14.571308" fill="#49cff1" stroke-width=".25408">b</tspan></text>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m12.743 7-1.9676 7.877 0.4919 0.12305 1.9676-7.877zm-2.5805 1.5-1.9551 2.3223-0.13738 0.17773 0.13738 0.17773 1.9551 2.3223 0.367-0.35449-1.8023-2.1455 1.8023-2.1455zm3.6854 0-0.367 0.35449 1.8023 2.1455-1.8023 2.1455 0.367 0.35449 1.9551-2.3223 0.13738-0.17773-0.13738-0.17773z" color="#eff0f1" fill="currentColor"/><text transform="scale(.99752 1.0025)" x="1.0024848" y="14.962821" fill="#49cff1" font-family="sans-serif" font-size="11.13px" letter-spacing="0px" stroke-width=".27825" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.0024848" y="14.962821" fill="#49cff1" stroke-width=".27825">A</tspan></text><text transform="scale(.9782 1.0223)" x="15.776766" y="14.571308" fill="#49cff1" font-family="sans-serif" font-size="10.163px" letter-spacing="0px" stroke-width=".25408" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="15.776766" y="14.571308" fill="#49cff1" stroke-width=".25408">b</tspan></text></svg>
--- a/eric6/icons/breeze-dark/formatTextItalic.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextItalic.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m8.4648 1c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.070312c0 0.25708 0.20776 0.46484 0.46484 0.46484h2.5352l-2 18h-2.5352c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.07031c0 0.25708 0.20776 0.46485 0.46484 0.46485h7.0703c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.07031c0-0.25708-0.20776-0.46485-0.46484-0.46485h-2.5352l2-18h2.5352c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.070312c0-0.25708-0.20776-0.46484-0.46484-0.46484h-6.8613z" fill="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m8.4648 1c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.070312c0 0.25708 0.20776 0.46484 0.46484 0.46484h2.5352l-2 18h-2.5352c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.07031c0 0.25708 0.20776 0.46485 0.46484 0.46485h7.0703c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.07031c0-0.25708-0.20776-0.46485-0.46484-0.46485h-2.5352l2-18h2.5352c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.070312c0-0.25708-0.20776-0.46484-0.46484-0.46484h-6.8613z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/formatTextNumberedList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextNumberedList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1v1.25h1.25v2.5h-1.25v1.25h3.75v-1.25h-1.25v-2.5h1.25v-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-8.75 5v1.25h1.25v2.5h-1.25v1.25h6.25v-1.25h-1.25v-2.5h1.25v-1.25zm8.75 0v1.25h11.25v-1.25zm-6.25 1.25h1.25v2.5h-1.25zm6.25 1.25v1.25h2.5v-1.25zm0 5v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1v1.25h1.25v2.5h-1.25v1.25h3.75v-1.25h-1.25v-2.5h1.25v-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-8.75 5v1.25h1.25v2.5h-1.25v1.25h6.25v-1.25h-1.25v-2.5h1.25v-1.25zm8.75 0v1.25h11.25v-1.25zm-6.25 1.25h1.25v2.5h-1.25zm6.25 1.25v1.25h2.5v-1.25zm0 5v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/formatTextQuote.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextQuote.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/formatTextStrikethrough.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/formatTextStrikethrough.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-1,-1)" fill="#eff0f1">
-  <rect x="2" y="11" width="20" height="1" ry=".46404"/>
-  <path d="m13 2c-3.3137 0-6 2.6863-6 6 0.0027 0.6818 0.12159 1.3582 0.35156 2h3.6484c-1.4459-2.7593-0.31236-5.9297 2-6 1.3532 8.071e-4 2.6142 0.6857 3.3516 1.8203l1.293-1.6133c-1.1385-1.3954-2.8436-2.2057-4.6445-2.207z"/>
-  <path d="m11.995 22c3.3137-1e-6 6-2.6863 6-6-0.002702-0.6818-0.12159-1.3582-0.35156-2h-3.643c2.108 2.5861 0.40732 5.9267-2.0055 6-1.3532-8.07e-4 -2.6142-0.6857-3.3516-1.8203l-1.293 1.6133c1.1385 1.3954 2.8436 2.2057 4.6445 2.207z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-1,-1)" fill="#eff0f1"><rect x="2" y="11" width="20" height="1" ry=".46404"/><path d="m13 2c-3.3137 0-6 2.6863-6 6 0.0027 0.6818 0.12159 1.3582 0.35156 2h3.6484c-1.4459-2.7593-0.31236-5.9297 2-6 1.3532 8.071e-4 2.6142 0.6857 3.3516 1.8203l1.293-1.6133c-1.1385-1.3954-2.8436-2.2057-4.6445-2.207z"/><path d="m11.995 22c3.3137-1e-6 6-2.6863 6-6-0.002702-0.6818-0.12159-1.3582-0.35156-2h-3.643c2.108 2.5861 0.40732 5.9267-2.0055 6-1.3532-8.07e-4 -2.6142-0.6857-3.3516-1.8203l-1.293 1.6133c1.1385 1.3954 2.8436 2.2057 4.6445 2.207z"/></g></svg>
--- a/eric6/icons/breeze-dark/forward.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/forward.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/gRPC48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/gRPC48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)">
-  <path transform="matrix(0 1.0824 -1.0867 0 323.69 283.85)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/>
-  <g transform="matrix(1.0531 0 0 1.0178 .72897 -5.0872)" fill="#fff" stroke-width=".34158">
-   <path d="m5.6954 291.9h-0.35278c-0.39088 0-0.70555-0.29501-0.70555-0.66146v-3.3073h0.70555l-0.88194-0.99219-0.88195 0.99219h0.70556v3.3073c0 0.54967 0.47202 0.99219 1.0583 0.99219h0.35278z" color="#eff0f1"/>
-   <path d="m4.9794 289.25h0.35278c0.39088 0 0.70555 0.29501 0.70555 0.66146v3.3073h-0.70555l0.88194 0.99219 0.88195-0.99219h-0.70556v-3.3073c0-0.54967-0.47202-0.99219-1.0583-0.99219h-0.35278z" color="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)"><path transform="matrix(0 1.0824 -1.0867 0 323.69 283.85)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/><g transform="matrix(1.0531 0 0 1.0178 .72897 -5.0872)" fill="#fff" stroke-width=".34158"><path d="m5.6954 291.9h-0.35278c-0.39088 0-0.70555-0.29501-0.70555-0.66146v-3.3073h0.70555l-0.88194-0.99219-0.88195 0.99219h0.70556v3.3073c0 0.54967 0.47202 0.99219 1.0583 0.99219h0.35278z" color="#eff0f1"/><path d="m4.9794 289.25h0.35278c0.39088 0 0.70555 0.29501 0.70555 0.66146v3.3073h-0.70555l0.88194 0.99219 0.88195-0.99219h-0.70556v-3.3073c0-0.54967-0.47202-0.99219-1.0583-0.99219h-0.35278z" color="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-dark/geolocation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/geolocation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-3.5898 1.37e-5 -6.5 2.9848-6.5 6.6667 0.00255 0.79395 0.14335 1.5811 0.41577 2.3242 0.19717 0.5589 0.59479 1.1777 0.84424 1.6048l5.24 9.4043 5.24-9.401c0.41147-0.52568 0.58978-1.082 0.84741-1.6081 0.27134-0.74337 0.41107-1.5305 0.4126-2.3242-1.3e-5 -3.6819-2.9102-6.6667-6.5-6.6667zm0 1.6667c1.4874 2.58e-5 2.8934 0.69647 3.8181 1.8913 0.20251 0.26121 0.379 0.54256 0.52686 0.83984 0.29551 0.59612 0.47142 1.247 0.51734 1.9141 0.0083 0.11808 0.01251 0.23643 0.01267 0.35482-3.82e-4 0.50109-0.0742 0.99928-0.219 1.4779-0.08027 0.25974-0.18112 0.51232-0.30151 0.75521-0.01348 0.030517-0.0272 0.060917-0.04126 0.09115-0.84164 1.6443-2.5025 2.6746-4.3132 2.6758-1.8107-0.001165-3.4715-1.0315-4.3132-2.6758-0.07228-0.14102-0.13795-0.2855-0.19678-0.43294l-0.0095226-0.022783c-0.053656-0.13773-0.10131-0.27784-0.14282-0.41992-0.00646-0.0195-0.012805-0.039017-0.019044-0.0586-0.036107-0.13318-0.066813-0.26785-0.092041-0.40364-0.0065813-0.02815-0.012935-0.056367-0.019043-0.084633-0.024913-0.14017-0.043972-0.28135-0.057128-0.42318-0.0022913-0.02385-0.0044038-0.047733-0.0063538-0.071617-0.011726-0.13531-0.018079-0.27106-0.019034-0.4069 3.805e-4 -0.16634 0.0088545-0.33257 0.02539-0.49805 0.13099-1.3446 0.787-2.5775 1.8186-3.418 0.25468-0.2077 0.529-0.38872 0.81885-0.54036 0.68527-0.35759 1.4433-0.54387 2.2122-0.54362z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-3.5898 1.37e-5 -6.5 2.9848-6.5 6.6667 0.00255 0.79395 0.14335 1.5811 0.41577 2.3242 0.19717 0.5589 0.59479 1.1777 0.84424 1.6048l5.24 9.4043 5.24-9.401c0.41147-0.52568 0.58978-1.082 0.84741-1.6081 0.27134-0.74337 0.41107-1.5305 0.4126-2.3242-1.3e-5 -3.6819-2.9102-6.6667-6.5-6.6667zm0 1.6667c1.4874 2.58e-5 2.8934 0.69647 3.8181 1.8913 0.20251 0.26121 0.379 0.54256 0.52686 0.83984 0.29551 0.59612 0.47142 1.247 0.51734 1.9141 0.0083 0.11808 0.01251 0.23643 0.01267 0.35482-3.82e-4 0.50109-0.0742 0.99928-0.219 1.4779-0.08027 0.25974-0.18112 0.51232-0.30151 0.75521-0.01348 0.030517-0.0272 0.060917-0.04126 0.09115-0.84164 1.6443-2.5025 2.6746-4.3132 2.6758-1.8107-0.001165-3.4715-1.0315-4.3132-2.6758-0.07228-0.14102-0.13795-0.2855-0.19678-0.43294l-0.0095226-0.022783c-0.053656-0.13773-0.10131-0.27784-0.14282-0.41992-0.00646-0.0195-0.012805-0.039017-0.019044-0.0586-0.036107-0.13318-0.066813-0.26785-0.092041-0.40364-0.0065813-0.02815-0.012935-0.056367-0.019043-0.084633-0.024913-0.14017-0.043972-0.28135-0.057128-0.42318-0.0022913-0.02385-0.0044038-0.047733-0.0063538-0.071617-0.011726-0.13531-0.018079-0.27106-0.019034-0.4069 3.805e-4 -0.16634 0.0088545-0.33257 0.02539-0.49805 0.13099-1.3446 0.787-2.5775 1.8186-3.418 0.25468-0.2077 0.529-0.38872 0.81885-0.54036 0.68527-0.35759 1.4433-0.54387 2.2122-0.54362z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/getAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/getAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/>
- <path class="ColorScheme-Text" d="m17.497 4-10.493 10.493h-0.0034125v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.0017062 0.00175-0.0017063-3.5-3.5-0.0017 0.00171-0.0018-0.00171m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.3588 0.35888h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#232629" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/><path class="ColorScheme-Text" d="m17.497 4-10.493 10.493h-0.0034125v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.0017062 0.00175-0.0017063-3.5-3.5-0.0017 0.00171-0.0018-0.00171m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.3588 0.35888h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#232629" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/globalVariables.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/globalVariables.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/>
- <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/>
- <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/>
- <path class="ColorScheme-Text" d="m8.75 5s-3.75 1e-5 -3.75 3.75c0.74912-1.4982 1.4652-1.717 3.709-1.7188-9e-3 8.2027-2.2071 8.2379-2.209 9.5469 1.1256 0.86407 2.8845 0.38512 3.0137-1.3125l0.67578-8.2578 2.9883-0.01172-0.67773 8.3164c0 2.25 3 2.25 3.75 0l0.75-2.25c-0.75 1.5-2.9994 3.7505-2.9336 1.4609l0.63477-7.5156 2.2988-0.0078v-2z" fill="currentColor"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g stroke-width=".5"><circle cx="11" cy="11" r="10" fill="url(#h)"/><path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#g)" opacity=".2"/><path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#f)"/><path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2"/></g><path class="ColorScheme-Text" d="m8.75 5s-3.75 1e-5 -3.75 3.75c0.74912-1.4982 1.4652-1.717 3.709-1.7188-9e-3 8.2027-2.2071 8.2379-2.209 9.5469 1.1256 0.86407 2.8845 0.38512 3.0137-1.3125l0.67578-8.2578 2.9883-0.01172-0.67773 8.3164c0 2.25 3 2.25 3.75 0l0.75-2.25c-0.75 1.5-2.9994 3.7505-2.9336 1.4609l0.63477-7.5156 2.2988-0.0078v-2z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/google.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/google.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.8245 2.3285-3.04 4-5.6515 4-3.3135 0-6-2.6865-6-6s2.6865-6 6-6c1.5295 0 2.921 0.577 3.9805 1.5195l2.8285-2.8285c-1.786-1.6645-4.175-2.691-6.809-2.691-5.5225 0-10 4.4775-10 10s4.4775 10 10 10 10-4.4775 10-10c0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#ffc107" stroke-width=".5"/>
- <path d="M 2.153,6.3455 5.4385,8.755 C 6.3275,6.554 8.4805,5 11,5 c 1.5295,0 2.921,0.577 3.9805,1.5195 L 17.809,3.691 C 16.023,2.0265 13.634,1 11,1 7.159,1 3.828,3.1685 2.153,6.3455 Z" fill="#ff3d00" stroke-width=".5"/>
- <path d="m11 21c2.583 0 4.93-0.9885 6.7045-2.596l-3.095-2.619c-1.004 0.7605-2.252 1.215-3.6095 1.215-2.601 0-4.8095-1.6585-5.6415-3.973l-3.261 2.5125c1.655 3.2385 5.016 5.4605 8.9025 5.4605z" fill="#4caf50" stroke-width=".5"/>
- <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.396 1.1185-1.1155 2.083-2.0435 2.7855 5e-4 -5e-4 1e-3 -5e-4 0.0015-1e-3l3.095 2.619c-0.219 0.199 3.2955-2.4035 3.2955-7.4035 0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#1976d2" stroke-width=".5"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".5"><path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.8245 2.3285-3.04 4-5.6515 4-3.3135 0-6-2.6865-6-6s2.6865-6 6-6c1.5295 0 2.921 0.577 3.9805 1.5195l2.8285-2.8285c-1.786-1.6645-4.175-2.691-6.809-2.691-5.5225 0-10 4.4775-10 10s4.4775 10 10 10 10-4.4775 10-10c0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#ffc107"/><path d="M 2.153,6.3455 5.4385,8.755 C 6.3275,6.554 8.4805,5 11,5 c 1.5295,0 2.921,0.577 3.9805,1.5195 L 17.809,3.691 C 16.023,2.0265 13.634,1 11,1 7.159,1 3.828,3.1685 2.153,6.3455 Z" fill="#ff3d00"/><path d="m11 21c2.583 0 4.93-0.9885 6.7045-2.596l-3.095-2.619c-1.004 0.7605-2.252 1.215-3.6095 1.215-2.601 0-4.8095-1.6585-5.6415-3.973l-3.261 2.5125c1.655 3.2385 5.016 5.4605 8.9025 5.4605z" fill="#4caf50"/><path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.396 1.1185-1.1155 2.083-2.0435 2.7855 5e-4 -5e-4 1e-3 -5e-4 0.0015-1e-3l3.095 2.619c-0.219 0.199 3.2955-2.4035 3.2955-7.4035 0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#1976d2"/></g></svg>
--- a/eric6/icons/breeze-dark/goto.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/goto.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g fill="#eff0f1">
-   <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/>
-   <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/>
-   <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g fill="#eff0f1"><path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/><path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/><g stroke-width=".52917"><path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/gotoBrace.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/gotoBrace.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="#eff0f1">
-  <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/>
-  <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/>
-  <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-  <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-  <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-  <text transform="scale(.81839 1.2219)" x="0.22397032" y="242.45308" font-family="sans-serif" font-size="2.4832px" letter-spacing="0px" stroke-width=".062079" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.22397032" y="242.45308" fill="#eff0f1" stroke-width=".062079">()</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="#eff0f1"><path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/><path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/><g stroke-width=".52917"><path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/></g><text transform="scale(.81839 1.2219)" x="0.22397032" y="242.45308" font-family="sans-serif" font-size="2.4832px" letter-spacing="0px" stroke-width=".062079" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.22397032" y="242.45308" fill="#eff0f1" stroke-width=".062079">()</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/gotoLastEditPosition.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/gotoLastEditPosition.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-10h6.25v1.25h6.25v-8.75h-6.25v-1.25h-6.25v-1.25zm17.5 3.75-2.5 2.5 2.5 2.5v-1.6064c0.78052 1.1788 1.25 2.5798 1.25 4.1064 0 4.155-3.345 7.5-7.5 7.5v1.25c4.8475 0 8.75-3.9025 8.75-8.75 0-2.3864-0.95963-4.5298-2.5-6.1035z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-10h6.25v1.25h6.25v-8.75h-6.25v-1.25h-6.25v-1.25zm17.5 3.75-2.5 2.5 2.5 2.5v-1.6064c0.78052 1.1788 1.25 2.5798 1.25 4.1064 0 4.155-3.345 7.5-7.5 7.5v1.25c4.8475 0 8.75-3.9025 8.75-8.75 0-2.3864-0.95963-4.5298-2.5-6.1035z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/greaseMonkey.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/greaseMonkey.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,59 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#e6ffe6" offset="0"/>
-   <stop stop-color="#d0e6d0" offset=".343"/>
-   <stop stop-color="#d0e6d0" offset=".694"/>
-   <stop stop-color="#e6ffe6" offset="1"/>
-  </linearGradient>
-  <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#346732" offset="0"/>
-   <stop stop-color="#021301" offset="1"/>
-  </linearGradient>
-  <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#efddb5" offset="0"/>
-   <stop stop-color="#efd092" offset=".407"/>
-   <stop stop-color="#cca76e" offset=".678"/>
-   <stop stop-color="#8d4600" offset="1"/>
-  </radialGradient>
-  <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#570503" offset=".631"/>
-   <stop stop-color="#710603" offset=".796"/>
-   <stop stop-color="#680603" offset=".889"/>
-   <stop stop-color="#570503" offset="1"/>
-  </radialGradient>
-  <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#957c53" offset="0"/>
-   <stop stop-color="#d3af75" offset=".762"/>
-   <stop stop-color="#c8a66f" offset="1"/>
-  </radialGradient>
-  <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
- </defs>
- <g transform="matrix(.20263 0 0 .2 .86938 11.4)" fill-rule="evenodd">
-  <g transform="translate(0,-52)">
-   <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/>
-   <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/>
-   <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/>
-   <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/>
-   <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/>
-   <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/>
-  </g>
-  <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/>
-  <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/>
-  <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/>
-  <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/>
-  <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="h" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="a" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"><stop stop-color="#e6ffe6" offset="0"/><stop stop-color="#d0e6d0" offset=".343"/><stop stop-color="#d0e6d0" offset=".694"/><stop stop-color="#e6ffe6" offset="1"/></linearGradient><linearGradient id="b" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"><stop stop-color="#346732" offset="0"/><stop stop-color="#021301" offset="1"/></linearGradient><linearGradient id="g" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><radialGradient id="j" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"><stop stop-color="#efddb5" offset="0"/><stop stop-color="#efd092" offset=".407"/><stop stop-color="#cca76e" offset=".678"/><stop stop-color="#8d4600" offset="1"/></radialGradient><radialGradient id="k" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#c"/><radialGradient id="i" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"><stop stop-color="#570503" offset=".631"/><stop stop-color="#710603" offset=".796"/><stop stop-color="#680603" offset=".889"/><stop stop-color="#570503" offset="1"/></radialGradient><radialGradient id="c" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"><stop stop-color="#957c53" offset="0"/><stop stop-color="#d3af75" offset=".762"/><stop stop-color="#c8a66f" offset="1"/></radialGradient><radialGradient id="d" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="matrix(.20263 0 0 .2 .86938 11.4)" fill-rule="evenodd"><g transform="translate(0,-52)"><path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/><path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#d)"/></g><g transform="translate(0,-52)"><path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/><path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#k)"/></g><g transform="translate(0,-52)"><path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/><path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/><path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/><path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#j)"/></g><path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#i)"/><path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#f)"/><path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#e)"/><path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#h)"/><path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#g)"/></g></svg>
--- a/eric6/icons/breeze-dark/greaseMonkey48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/greaseMonkey48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,59 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#e6ffe6" offset="0"/>
-   <stop stop-color="#d0e6d0" offset=".343"/>
-   <stop stop-color="#d0e6d0" offset=".694"/>
-   <stop stop-color="#e6ffe6" offset="1"/>
-  </linearGradient>
-  <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#346732" offset="0"/>
-   <stop stop-color="#021301" offset="1"/>
-  </linearGradient>
-  <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#efddb5" offset="0"/>
-   <stop stop-color="#efd092" offset=".407"/>
-   <stop stop-color="#cca76e" offset=".678"/>
-   <stop stop-color="#8d4600" offset="1"/>
-  </radialGradient>
-  <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#570503" offset=".631"/>
-   <stop stop-color="#710603" offset=".796"/>
-   <stop stop-color="#680603" offset=".889"/>
-   <stop stop-color="#570503" offset="1"/>
-  </radialGradient>
-  <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#957c53" offset="0"/>
-   <stop stop-color="#d3af75" offset=".762"/>
-   <stop stop-color="#c8a66f" offset="1"/>
-  </radialGradient>
-  <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
- </defs>
- <g transform="matrix(.45591 0 0 .45999 1.2061 24.92)" fill-rule="evenodd">
-  <g transform="translate(0,-52)">
-   <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/>
-   <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/>
-   <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/>
-   <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/>
-   <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/>
-   <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/>
-  </g>
-  <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/>
-  <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/>
-  <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/>
-  <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/>
-  <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="h" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="a" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"><stop stop-color="#e6ffe6" offset="0"/><stop stop-color="#d0e6d0" offset=".343"/><stop stop-color="#d0e6d0" offset=".694"/><stop stop-color="#e6ffe6" offset="1"/></linearGradient><linearGradient id="b" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"><stop stop-color="#346732" offset="0"/><stop stop-color="#021301" offset="1"/></linearGradient><linearGradient id="g" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><radialGradient id="j" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"><stop stop-color="#efddb5" offset="0"/><stop stop-color="#efd092" offset=".407"/><stop stop-color="#cca76e" offset=".678"/><stop stop-color="#8d4600" offset="1"/></radialGradient><radialGradient id="k" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#c"/><radialGradient id="i" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"><stop stop-color="#570503" offset=".631"/><stop stop-color="#710603" offset=".796"/><stop stop-color="#680603" offset=".889"/><stop stop-color="#570503" offset="1"/></radialGradient><radialGradient id="c" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"><stop stop-color="#957c53" offset="0"/><stop stop-color="#d3af75" offset=".762"/><stop stop-color="#c8a66f" offset="1"/></radialGradient><radialGradient id="d" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="matrix(.45591 0 0 .45999 1.2061 24.92)" fill-rule="evenodd"><g transform="translate(0,-52)"><path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/><path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#d)"/></g><g transform="translate(0,-52)"><path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/><path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#k)"/></g><g transform="translate(0,-52)"><path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/><path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/><path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/><path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#j)"/></g><path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#i)"/><path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#f)"/><path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#e)"/><path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#h)"/><path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#g)"/></g></svg>
--- a/eric6/icons/breeze-dark/greaseMonkeyScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/greaseMonkeyScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<g transform="matrix(.030612 0 0 .030607 .69388 .69628)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m2677.4 5008.9c-567.2-84.3-1052-504-1247.5-1078.9-107.3-310.4-103.5-218.5-103.5-3359.2v-2901.2h-484.8c-463.7 0-488.7-1.9-569.1-42.2-105.4-53.6-172.5-170.5-172.5-302.7 0-381.3 128.4-835.5 331.5-1178.5 107.3-185.9 373.7-473.3 536.6-582.6 253-170.5 571.1-287.4 894.9-327.7 132.2-15.3 829.7-19.2 2539.1-15.3 2205.6 5.7 2364.7 9.6 2472 42.2 546.1 164.8 935.1 561.5 1115.3 1136.3l53.6 168.6 9.6 3008.6 9.6 3008.5 827.8 9.6c797.2 9.6 829.7 11.5 879.6 49.8 118.8 88.2 132.2 126.5 130.3 358.3-7.7 536.6-185.9 1078.9-475.3 1444.9-151.4 189.7-314.3 323.8-519.3 425.4-316.2 157.1-32.6 143.7-3257.7 147.6-1580.9 1.9-2918.5-3.8-2970.2-11.5zm6045.8-741.6c323.8-161 551.9-515.5 561.5-870 3.8-105.4-1.9-120.7-49.8-162.9l-53.7-46h-1128.7v293.2c0 463.7 40.2 619 189.7 743.5 155.3 132.3 281.7 143.8 481 42.2zm-5104.9-2345.5c151.4-72.8 214.6-264.4 138-410.1-17.2-30.7-264.4-289.4-551.9-573l-521.2-515.5 538.5-538.5c584.5-584.5 599.8-605.5 557.6-756.9-38.3-147.6-151.4-235.7-297-235.7-46 0-103.5 11.5-130.3 26.8-74.7 40.2-1347.1 1301.1-1381.6 1370.1-38.3 74.7-40.2 178.2-3.8 260.6 36.4 84.3 1305 1345.2 1391.2 1381.6 91.8 40.4 164.7 38.5 260.5-9.4zm2418.3 7.7c32.6-19.2 358.3-331.5 722.4-695.6 555.7-555.7 665-672.6 682.2-737.8 44.1-159 34.5-170.5-678.3-887.2-360.3-362.2-680.3-672.6-712.9-687.9-126.5-69-310.4-24.9-398.6 93.9-53.7 72.8-65.2 222.3-23 310.4 21.1 42.2 243.4 276 557.6 582.6l525.1 513.6-528.9 525c-289.4 289.4-540.4 550-555.7 578.7-34.5 65.2-34.5 193.5 0 260.6 80.5 155.2 266.4 220.3 410.1 143.7zm-415.8-4928.7c49.8-49.8 55.6-70.9 55.6-170.5 0-189.7 93.9-350.7 346.8-601.7 136.1-134.1 208.9-218.4 208.9-245.3 0-23-24.9-67.1-55.6-97.7l-55.6-55.6h-2188.4c-2441.3 0-2351.3-3.8-2634.9 134.1-331.5 161-555.7 490.6-576.8 843.2-9.6 149.5 1.9 182 78.6 226.1 28.7 15.3 661.1 21.1 2401.1 23h2364.7z" fill="#eff0f1"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.030612 0 0 .030607 .69388 .69628)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m2677.4 5008.9c-567.2-84.3-1052-504-1247.5-1078.9-107.3-310.4-103.5-218.5-103.5-3359.2v-2901.2h-484.8c-463.7 0-488.7-1.9-569.1-42.2-105.4-53.6-172.5-170.5-172.5-302.7 0-381.3 128.4-835.5 331.5-1178.5 107.3-185.9 373.7-473.3 536.6-582.6 253-170.5 571.1-287.4 894.9-327.7 132.2-15.3 829.7-19.2 2539.1-15.3 2205.6 5.7 2364.7 9.6 2472 42.2 546.1 164.8 935.1 561.5 1115.3 1136.3l53.6 168.6 9.6 3008.6 9.6 3008.5 827.8 9.6c797.2 9.6 829.7 11.5 879.6 49.8 118.8 88.2 132.2 126.5 130.3 358.3-7.7 536.6-185.9 1078.9-475.3 1444.9-151.4 189.7-314.3 323.8-519.3 425.4-316.2 157.1-32.6 143.7-3257.7 147.6-1580.9 1.9-2918.5-3.8-2970.2-11.5zm6045.8-741.6c323.8-161 551.9-515.5 561.5-870 3.8-105.4-1.9-120.7-49.8-162.9l-53.7-46h-1128.7v293.2c0 463.7 40.2 619 189.7 743.5 155.3 132.3 281.7 143.8 481 42.2zm-5104.9-2345.5c151.4-72.8 214.6-264.4 138-410.1-17.2-30.7-264.4-289.4-551.9-573l-521.2-515.5 538.5-538.5c584.5-584.5 599.8-605.5 557.6-756.9-38.3-147.6-151.4-235.7-297-235.7-46 0-103.5 11.5-130.3 26.8-74.7 40.2-1347.1 1301.1-1381.6 1370.1-38.3 74.7-40.2 178.2-3.8 260.6 36.4 84.3 1305 1345.2 1391.2 1381.6 91.8 40.4 164.7 38.5 260.5-9.4zm2418.3 7.7c32.6-19.2 358.3-331.5 722.4-695.6 555.7-555.7 665-672.6 682.2-737.8 44.1-159 34.5-170.5-678.3-887.2-360.3-362.2-680.3-672.6-712.9-687.9-126.5-69-310.4-24.9-398.6 93.9-53.7 72.8-65.2 222.3-23 310.4 21.1 42.2 243.4 276 557.6 582.6l525.1 513.6-528.9 525c-289.4 289.4-540.4 550-555.7 578.7-34.5 65.2-34.5 193.5 0 260.6 80.5 155.2 266.4 220.3 410.1 143.7zm-415.8-4928.7c49.8-49.8 55.6-70.9 55.6-170.5 0-189.7 93.9-350.7 346.8-601.7 136.1-134.1 208.9-218.4 208.9-245.3 0-23-24.9-67.1-55.6-97.7l-55.6-55.6h-2188.4c-2441.3 0-2351.3-3.8-2634.9 134.1-331.5 161-555.7 490.6-576.8 843.2-9.6 149.5 1.9 182 78.6 226.1 28.7 15.3 661.1 21.1 2401.1 23h2364.7z" fill="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-dark/greaseMonkeyTrash.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/greaseMonkeyTrash.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5zm-5.1429 3.75v1.25h18v-1.25zm2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5zm-5.1429 3.75v1.25h18v-1.25zm2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/greyscale.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/greyscale.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.625 0 0 1.6667 -2.5 -12.333)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m8 8c-0.166 0.569-0.389 1.125-0.631 1.67-1.232 2.7-3.162 4.548-3.348 6.252-5e-3 0.025-0.017 0.053-0.021 0.078l0.016 6e-3c-4e-3 0.059-0.016 0.117-0.016 0.176 0 2.109 1.791 3.818 4 3.818s4-1.71 4-3.818c0-0.058-0.012-0.117-0.016-0.176l0.016-6e-3c-4e-3 -0.025-0.016-0.053-0.021-0.078-0.186-1.704-2.115-3.552-3.348-6.252-0.242-0.545-0.465-1.101-0.631-1.67m0 1.465c0.58 1.366 1.338 2.51 1.996 3.506 0.446 0.694 0.95 1.454 1.287 2.299 0.09 0.295 0.144 0.601 0.145 0.912 0 1.807-1.534 3.273-3.428 3.273s-3.428-1.466-3.428-3.273c0-0.311 0.054-0.617 0.145-0.912 0.337-0.844 0.842-1.605 1.287-2.299 0.658-0.996 1.416-2.14 1.996-3.506" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m8 9.47c-0.58 1.366-1.338 2.51-1.996 3.506-0.446 0.694-0.95 1.454-1.287 2.299-0.09 0.295-0.144 0.601-0.145 0.912 0 1.081 0.556 2.033 1.402 2.629 0.28955 0.06377 0.58565 0.09654 0.88281 0.0977 2.2084 0 3.999-1.7084 4-3.8164-0.0016-0.28942-0.03761-0.57773-0.10742-0.85938 0.0345 0.04669 0.06771 0.09423 0.0996 0.14258-0.272-0.496-0.572-0.966-0.854-1.404-0.658-0.996-1.416-2.14-1.996-3.506" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.625 0 0 1.6667 -2.5 -12.333)" fill="#eff0f1"><path class="ColorScheme-Text" d="m8 8c-0.166 0.569-0.389 1.125-0.631 1.67-1.232 2.7-3.162 4.548-3.348 6.252-5e-3 0.025-0.017 0.053-0.021 0.078l0.016 6e-3c-4e-3 0.059-0.016 0.117-0.016 0.176 0 2.109 1.791 3.818 4 3.818s4-1.71 4-3.818c0-0.058-0.012-0.117-0.016-0.176l0.016-6e-3c-4e-3 -0.025-0.016-0.053-0.021-0.078-0.186-1.704-2.115-3.552-3.348-6.252-0.242-0.545-0.465-1.101-0.631-1.67m0 1.465c0.58 1.366 1.338 2.51 1.996 3.506 0.446 0.694 0.95 1.454 1.287 2.299 0.09 0.295 0.144 0.601 0.145 0.912 0 1.807-1.534 3.273-3.428 3.273s-3.428-1.466-3.428-3.273c0-0.311 0.054-0.617 0.145-0.912 0.337-0.844 0.842-1.605 1.287-2.299 0.658-0.996 1.416-2.14 1.996-3.506" color="#eff0f1"/><path class="ColorScheme-Text" d="m8 9.47c-0.58 1.366-1.338 2.51-1.996 3.506-0.446 0.694-0.95 1.454-1.287 2.299-0.09 0.295-0.144 0.601-0.145 0.912 0 1.081 0.556 2.033 1.402 2.629 0.28955 0.06377 0.58565 0.09654 0.88281 0.0977 2.2084 0 3.999-1.7084 4-3.8164-0.0016-0.28942-0.03761-0.57773-0.10742-0.85938 0.0345 0.04669 0.06771 0.09423 0.0996 0.14258-0.272-0.496-0.572-0.966-0.854-1.404-0.658-0.996-1.416-2.14-1.996-3.506" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/grid.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/grid.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/group.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/group.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m15.375 7.4281h-8.75v7.1429h8.75v-7.1429m0.625-1.4281v10h-10v-10h10" fill="#eff0f1"/>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m15.375 7.4281h-8.75v7.1429h8.75v-7.1429m0.625-1.4281v10h-10v-10h10"/><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/help.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/help.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/helpAbout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/helpAbout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/helpAboutQt.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/helpAboutQt.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#eff0f1" stroke-width=".43797"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#eff0f1" stroke-width=".43797"/></svg>
--- a/eric6/icons/breeze-dark/hexEditor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/hexEditor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <path transform="matrix(0 .28236 -.28349 0 87.106 293.37)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/>
-  <path class="ColorScheme-Text" d="m4.6995 294.32-1.111 1.111v0.47645h0.47646l1.111-1.111zm-0.27104 0.46173 0.28577 0.28577-0.41987 0.42013v-0.0894l-0.1341 3e-3h-0.13694v-0.21444l0.19069-0.19042zm-0.53924 0.53899v0.21445h0.2682l0.00284 0.0863-0.14289 0.14315h-0.19068l-0.095343-0.0953v-0.19069z" fill="currentColor"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/><path transform="matrix(0 .28236 -.28349 0 87.106 293.37)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/><path class="ColorScheme-Text" d="m4.6995 294.32-1.111 1.111v0.47645h0.47646l1.111-1.111zm-0.27104 0.46173 0.28577 0.28577-0.41987 0.42013v-0.0894l-0.1341 3e-3h-0.13694v-0.21444l0.19069-0.19042zm-0.53924 0.53899v0.21445h0.2682l0.00284 0.0863-0.14289 0.14315h-0.19068l-0.095343-0.0953v-0.19069z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/hidePassword.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/hidePassword.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m18.507 2.5-16.011 16.249 0.74021 0.75122 16.011-16.249zm-7.6352 3.1875a10.469 10.625 0 0 0-9.1217 5.4391c0.18767 0.31992 0.45425 0.58385 0.77497 0.76575a9.4223 9.5625 0 0 1 8.3467-5.1423 4.1877 4.25 0 0 0-4.1877 4.25 4.1877 4.25 0 0 0 0.37419 1.7452l0.80973-0.82178a3.1408 3.1875 0 0 1-0.137-0.92346 3.1408 3.1875 0 0 1 3.1408-3.1875 3.1408 3.1875 0 0 1 0.90992 0.13904l0.80768-0.8197a4.1877 4.25 0 0 0-1.3577-0.36316 9.4223 9.5625 0 0 1 1.5213 0.19714l0.88334-0.89648a10.469 10.625 0 0 0-2.7645-0.38184zm5.6579 1.6954-0.7627 0.77405a9.4223 9.5625 0 0 1 3.4536 3.7333c0.32259-0.1836 0.59162-0.44887 0.77906-0.77197a10.469 10.625 0 0 0-3.47-3.7354zm-5.6579 1.4921a2.0938 2.125 0 0 0-2.0938 2.125zm3.8135 0.37976-0.80973 0.82178a3.1408 3.1875 0 0 1 0.137 0.92346 3.1408 3.1875 0 0 1-3.1408 3.1875 3.1408 3.1875 0 0 1-0.90992-0.13904l-0.80973 0.82178a4.1877 4.25 0 0 0 1.7196 0.37976 4.1877 4.25 0 0 0 4.1877-4.25 4.1877 4.25 0 0 0-0.37419-1.7452zm-1.7196 1.7452-2.0938 2.125a2.0938 2.125 0 0 0 2.0938-2.125zm-12.563 2.125c-0.69795 6.375-0.34897 3.1875 0 0z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m18.507 2.5-16.011 16.249 0.74021 0.75122 16.011-16.249zm-7.6352 3.1875a10.469 10.625 0 0 0-9.1217 5.4391c0.18767 0.31992 0.45425 0.58385 0.77497 0.76575a9.4223 9.5625 0 0 1 8.3467-5.1423 4.1877 4.25 0 0 0-4.1877 4.25 4.1877 4.25 0 0 0 0.37419 1.7452l0.80973-0.82178a3.1408 3.1875 0 0 1-0.137-0.92346 3.1408 3.1875 0 0 1 3.1408-3.1875 3.1408 3.1875 0 0 1 0.90992 0.13904l0.80768-0.8197a4.1877 4.25 0 0 0-1.3577-0.36316 9.4223 9.5625 0 0 1 1.5213 0.19714l0.88334-0.89648a10.469 10.625 0 0 0-2.7645-0.38184zm5.6579 1.6954-0.7627 0.77405a9.4223 9.5625 0 0 1 3.4536 3.7333c0.32259-0.1836 0.59162-0.44887 0.77906-0.77197a10.469 10.625 0 0 0-3.47-3.7354zm-5.6579 1.4921a2.0938 2.125 0 0 0-2.0938 2.125zm3.8135 0.37976-0.80973 0.82178a3.1408 3.1875 0 0 1 0.137 0.92346 3.1408 3.1875 0 0 1-3.1408 3.1875 3.1408 3.1875 0 0 1-0.90992-0.13904l-0.80973 0.82178a4.1877 4.25 0 0 0 1.7196 0.37976 4.1877 4.25 0 0 0 4.1877-4.25 4.1877 4.25 0 0 0-0.37419-1.7452zm-1.7196 1.7452-2.0938 2.125a2.0938 2.125 0 0 0 2.0938-2.125zm-12.563 2.125c-0.69795 6.375-0.34897 3.1875 0 0z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/history.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/history.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75m-1.25 1.25v8.75h7.5v-1.25h-6.25v-7.5h-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75m-1.25 1.25v8.75h7.5v-1.25h-6.25v-7.5h-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/historyClear.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/historyClear.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/home.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/home.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1-10 10 0.88379 0.88379 0.36621-0.36621v9.4824h17.5v-9.4824l0.36621 0.36621 0.88379-0.88379-3.75-3.75v-3.75h-3.75l-2.5-2.5m0 1.7676 7.5 7.5v9.4824h-5v-6.25h-5v6.25h-5v-9.4824l7.5-7.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1-10 10 0.88379 0.88379 0.36621-0.36621v9.4824h17.5v-9.4824l0.36621 0.36621 0.88379-0.88379-3.75-3.75v-3.75h-3.75l-2.5-2.5m0 1.7676 7.5 7.5v9.4824h-5v-6.25h-5v6.25h-5v-9.4824l7.5-7.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/html.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/html.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(2.75 0 0 2.75 -1166 -1452.2)" fill="#eff0f1">
-  <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(2.75 0 0 2.75 -1166 -1452.2)" fill="#eff0f1"><rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/><path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/iconEditor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/iconEditor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,47 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <g transform="matrix(.22049 0 0 .22049 -90.512 176.4)" color="#000000">
-   <path d="m425.71 535.79h2v2h-2z" fill="#f47750"/>
-   <path d="m423.71 539.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m431.71 535.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m423.71 535.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m429.71 535.79h2v2h-2z" fill="#da4453"/>
-   <path d="m427.71 535.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m427.71 537.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m425.71 537.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m423.71 537.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 537.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m429.71 537.79h2v2h-2z" fill="#f47750"/>
-   <path d="m431.71 539.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m429.71 539.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m427.71 539.79h2v2h-2z" fill="#da4453"/>
-   <path d="m425.71 539.79h2v2h-2z" fill="#f47750"/>
-   <path d="m429.71 541.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m427.71 541.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m425.71 541.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 541.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m425.71 543.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m423.71 543.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m433.71 537.79h2v2h-2z" fill="#da4453"/>
-   <path d="m433.71 539.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m423.71 541.79h2v2h-2z" fill="#f47750"/>
-   <path d="m433.71 535.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m423.71 533.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m427.71 533.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m425.71 533.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 533.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m433.71 533.79h2v2h-2z" fill="#f47750"/>
-   <path d="m429.71 533.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m433.71 541.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 543.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m429.71 543.79h2v2h-2z" fill="#da4453"/>
-   <g fill="#2ecc71">
-    <path d="m427.71 543.79h2v2h-2z"/>
-    <path d="m433.71 543.79h2v2h-2z"/>
-   </g>
-  </g>
-  <path class="ColorScheme-Text" d="m4.5605 294.51-0.74591 0.7459-0.4797 0.47972v0.52559h0.52559l1.2256-1.2256zm-0.29899 0.50934 0.31524 0.31524-0.46317 0.46345v-0.0986l-0.14793 3e-3h-0.15106v-0.23646l0.21035-0.20991zm-0.59485 0.59458v0.23656h0.29586l0.00313 0.0952-0.15762 0.15791h-0.21034l-0.10517-0.10513v-0.21035z" fill="currentColor"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g transform="matrix(.22049 0 0 .22049 -90.512 176.4)" color="#000000"><path d="m425.71 535.79h2v2h-2z" fill="#f47750"/><path d="m423.71 539.79h2v2h-2z" fill="#2ecc71"/><path d="m431.71 535.79h2v2h-2z" fill="#fdbc4b"/><path d="m423.71 535.79h2v2h-2z" fill="#1d99f3"/><path d="m429.71 535.79h2v2h-2z" fill="#da4453"/><path d="m427.71 535.79h2v2h-2z" fill="#2ecc71"/><path d="m427.71 537.79h2v2h-2z" fill="#fdbc4b"/><path d="m425.71 537.79h2v2h-2z" fill="#1d99f3"/><path d="m423.71 537.79h2v2h-2z" fill="#da4453"/><path d="m431.71 537.79h2v2h-2z" fill="#2ecc71"/><path d="m429.71 537.79h2v2h-2z" fill="#f47750"/><path d="m431.71 539.79h2v2h-2z" fill="#fdbc4b"/><path d="m429.71 539.79h2v2h-2z" fill="#1d99f3"/><path d="m427.71 539.79h2v2h-2z" fill="#da4453"/><path d="m425.71 539.79h2v2h-2z" fill="#f47750"/><path d="m429.71 541.79h2v2h-2z" fill="#fdbc4b"/><path d="m427.71 541.79h2v2h-2z" fill="#1d99f3"/><path d="m425.71 541.79h2v2h-2z" fill="#da4453"/><path d="m431.71 541.79h2v2h-2z" fill="#2ecc71"/><path d="m425.71 543.79h2v2h-2z" fill="#fdbc4b"/><path d="m423.71 543.79h2v2h-2z" fill="#1d99f3"/><path d="m433.71 537.79h2v2h-2z" fill="#da4453"/><path d="m433.71 539.79h2v2h-2z" fill="#1d99f3"/><path d="m423.71 541.79h2v2h-2z" fill="#f47750"/><path d="m433.71 535.79h2v2h-2z" fill="#2ecc71"/><path d="m423.71 533.79h2v2h-2z" fill="#fdbc4b"/><path d="m427.71 533.79h2v2h-2z" fill="#1d99f3"/><path d="m425.71 533.79h2v2h-2z" fill="#da4453"/><path d="m431.71 533.79h2v2h-2z" fill="#2ecc71"/><path d="m433.71 533.79h2v2h-2z" fill="#f47750"/><path d="m429.71 533.79h2v2h-2z" fill="#fdbc4b"/><path d="m433.71 541.79h2v2h-2z" fill="#da4453"/><path d="m431.71 543.79h2v2h-2z" fill="#fdbc4b"/><path d="m429.71 543.79h2v2h-2z" fill="#da4453"/><g fill="#2ecc71"><path d="m427.71 543.79h2v2h-2z"/><path d="m433.71 543.79h2v2h-2z"/></g></g><path class="ColorScheme-Text" d="m4.5605 294.51-0.74591 0.7459-0.4797 0.47972v0.52559h0.52559l1.2256-1.2256zm-0.29899 0.50934 0.31524 0.31524-0.46317 0.46345v-0.0986l-0.14793 3e-3h-0.15106v-0.23646l0.21035-0.20991zm-0.59485 0.59458v0.23656h0.29586l0.00313 0.0952-0.15762 0.15791h-0.21034l-0.10517-0.10513v-0.21035z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/icons.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/icons.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm-10 1.25h6.25v6.25h-6.25zm-1.25 10v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm1.25 1.25h6.25v6.25h-6.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm-10 1.25h6.25v6.25h-6.25zm-1.25 10v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm1.25 1.25h6.25v6.25h-6.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/importShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/importShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="currentColor">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
- <path class="ColorScheme-Text" d="m1 1v8h8v-6.6667h-3.3281l-1.3333-1.3333-0.0052 0.005207v-0.005207h-2.6667zm0.66667 0.66667h2.3945l0.66797 0.66667h-0.39583v0.00521l-0.0052-0.00521-1.3333 1.3333h-1.3281zm0 2.6667h6.6667v4h-6.6667z" color="#eff0f1" fill="currentColor"/>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="currentColor"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g><path class="ColorScheme-Text" d="m1 1v8h8v-6.6667h-3.3281l-1.3333-1.3333-0.0052 0.005207v-0.005207h-2.6667zm0.66667 0.66667h2.3945l0.66797 0.66667h-0.39583v0.00521l-0.0052-0.00521-1.3333 1.3333h-1.3281zm0 2.6667h6.6667v4h-6.6667z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/importedModule.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/importedModule.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/importedName.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/importedName.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m9.75 8.5v8.75h2.5v-8.75zm0-3.75v2.5h2.5v-2.5zm1.25-2.5c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm0-1.25c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m9.75 8.5v8.75h2.5v-8.75zm0-3.75v2.5h2.5v-2.5zm1.25-2.5c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm0-1.25c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/imports.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/imports.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/>
- <path d="m9.9855 19.7c-1.0165-0.12302-1.7475-0.33636-2.714-0.79214-2.788-1.3148-4.6293-3.8942-4.9726-6.9661-0.49907-4.4661 2.5202-8.6093 6.9371-9.5194 0.89581-0.18458 2.5391-0.19141 3.4449-0.014312 3.3088 0.64694 5.9098 3.0917 6.8067 6.3979 0.29865 1.1009 0.30128 3.3218 0.0052 4.3936-0.87439 3.1654-3.3702 5.5992-6.4751 6.3141-0.95834 0.22065-2.146 0.29367-3.0322 0.18642zm2.2143-6.7986v-4.3814h-2.4237v8.7627h2.4237zm0-6.8983v-1.2119h-2.4237v2.4237h2.4237z" fill="#c83737" stroke="#232629" stroke-width=".09322"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/><path d="m9.9855 19.7c-1.0165-0.12302-1.7475-0.33636-2.714-0.79214-2.788-1.3148-4.6293-3.8942-4.9726-6.9661-0.49907-4.4661 2.5202-8.6093 6.9371-9.5194 0.89581-0.18458 2.5391-0.19141 3.4449-0.014312 3.3088 0.64694 5.9098 3.0917 6.8067 6.3979 0.29865 1.1009 0.30128 3.3218 0.0052 4.3936-0.87439 3.1654-3.3702 5.5992-6.4751 6.3141-0.95834 0.22065-2.146 0.29367-3.0322 0.18642zm2.2143-6.7986v-4.3814h-2.4237v8.7627h2.4237zm0-6.8983v-1.2119h-2.4237v2.4237h2.4237z" fill="#c83737" stroke="#232629" stroke-width=".09322"/></svg>
--- a/eric6/icons/breeze-dark/incomingBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/incomingBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
- <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g><path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/info.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/info.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/infoEdit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/infoEdit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/internet_explorer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/internet_explorer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,44 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<style type="text/css">
-	.st0{fill:url(#SVGID_1_);stroke:#2064A9;stroke-miterlimit:10;}
-	.st1{fill:url(#SVGID_2_);fill-opacity:0.95;}
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.st0{fill:url(#c);stroke:#2064A9;stroke-miterlimit:10;}
+	.st1{fill:url(#b);fill-opacity:0.95;}
 	.st2{fill:#FFB700;fill-opacity:0.95;}
-	.st3{filter:url(#AI_GaussianBlur_4);}
+	.st3{filter:url(#d);}
 	.st4{fill:#FFFFA6;}
-	.st5{fill:url(#SVGID_3_);fill-opacity:0.95;}
-</style>
-<filter id="AI_GaussianBlur_4">
-	<feGaussianBlur stdDeviation="4"/>
-</filter>
-<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)">
-	
-		<radialGradient id="SVGID_1_" cx="143.52" cy="115.76" r="104.43" fx="138.95" fy="113.59" gradientTransform="matrix(.6237 .7816 -.7859 .6271 144.97 -69.011)" gradientUnits="userSpaceOnUse">
-		<stop stop-color="#89EAFE" offset="0"/>
-		<stop stop-color="#86E8FD" offset=".2624"/>
-		<stop stop-color="#7DDFF9" offset=".4357"/>
-		<stop stop-color="#6ED2F2" offset=".5832"/>
-		<stop stop-color="#59BEE9" offset=".7163"/>
-		<stop stop-color="#3EA5DD" offset=".8397"/>
-		<stop stop-color="#1C87CF" offset=".9544"/>
-		<stop stop-color="#0D79C8" offset="1"/>
-	</radialGradient>
-	<path class="st0" d="m100.5 117.8c2.6-23.3 21-42 43.9-42 25.7 0 43.4 18 45 42zm84.2 49.2c-6.5 13.4-20 22.1-40.4 22.6-28.3 0.7-43.2-23.4-43.9-44.1h145.8c0.5-4.2 0.8-8.4 0.8-12.8 0-56.4-45.7-102.1-102.1-102.1s-102.1 45.7-102.1 102.1 45.7 102.1 102.1 102.1c44.4 0 82.1-28.3 96.2-67.8z" fill="url(#SVGID_1_)" stroke="#2064a9" stroke-miterlimit="10"/>
-</g>
-<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)">
-	<linearGradient id="SVGID_2_" x1="237.88" x2="234.56" y1="64.28" y2="79.694" gradientUnits="userSpaceOnUse">
-		<stop stop-color="#FFB700" offset="0"/>
-		<stop stop-color="#FFB700" stop-opacity="0" offset=".8599"/>
-	</linearGradient>
-	<path class="st1" d="m235.5 63.7c-0.8 3.1-1.6 5.8-2.1 8.1-0.4 1.8-0.6 7.1-0.6 7.1s3.8-2.4 4.7-3.6c0.8-1.1 1.9-5.8 2.9-10.5z" fill="url(#SVGID_2_)" fill-opacity=".95"/>
-	<path class="st2" d="m240.6 65c0.7-3.1 1.3-6.3 1.6-8.5 1.3-8.1 4-51.3-53.7-39-77.4 16.4-120.2 77.1-127 85.5-12.9 16-51.3 77.8-41.2 115.8 5.9 22.2 29.5 22.1 46.7 18.6l-1.2-6.1c-29.2 4.7-33.6-17.5-29.6-34.8 4.9-21.6 20.8-57.1 72.2-107.1 45.6-44.4 94-69.2 119.2-56.9 13.4 6.5 10.8 20.6 7.9 31.4z" fill="#ffb700" fill-opacity=".95"/>
-	<g class="st3" filter="url(#AI_GaussianBlur_4)">
-		<path class="st4" d="m188.5 17.5c-77.4 16.4-120.2 77.1-127 85.5-8.1 10-26.1 38-36 66.8-0.6 2.3-1.3 4.6-2.1 6.6 31.8-81.5 110.8-139.2 168.2-159.5-1 0.2-2.1 0.4-3.1 0.6z" fill="#ffffa6"/>
-	</g>
-	<linearGradient id="SVGID_3_" x1="66.431" x2="87.933" y1="235.13" y2="226.5" gradientUnits="userSpaceOnUse">
-		<stop stop-color="#FFB700" offset="0"/>
-		<stop stop-color="#FFB700" stop-opacity="0" offset="1"/>
-	</linearGradient>
-	<path class="st5" d="m67 237.3c9.4-2 17.1-5 18.8-5.9 1.6-0.9 7.1-3.9 12.1-6.9l-4.4-2.5c-2.4 0.9-5.2 2-8.3 3.3-7.3 3-13.9 4.9-19.4 5.7z" fill="url(#SVGID_3_)" fill-opacity=".95"/>
-</g>
-</svg>
+	.st5{fill:url(#a);fill-opacity:0.95;}</style><filter id="d"><feGaussianBlur stdDeviation="4"/></filter><g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"><radialGradient id="c" cx="143.52" cy="115.76" r="104.43" fx="138.95" fy="113.59" gradientTransform="matrix(.6237 .7816 -.7859 .6271 144.97 -69.011)" gradientUnits="userSpaceOnUse"><stop stop-color="#89EAFE" offset="0"/><stop stop-color="#86E8FD" offset=".2624"/><stop stop-color="#7DDFF9" offset=".4357"/><stop stop-color="#6ED2F2" offset=".5832"/><stop stop-color="#59BEE9" offset=".7163"/><stop stop-color="#3EA5DD" offset=".8397"/><stop stop-color="#1C87CF" offset=".9544"/><stop stop-color="#0D79C8" offset="1"/></radialGradient><path class="st0" d="m100.5 117.8c2.6-23.3 21-42 43.9-42 25.7 0 43.4 18 45 42zm84.2 49.2c-6.5 13.4-20 22.1-40.4 22.6-28.3 0.7-43.2-23.4-43.9-44.1h145.8c0.5-4.2 0.8-8.4 0.8-12.8 0-56.4-45.7-102.1-102.1-102.1s-102.1 45.7-102.1 102.1 45.7 102.1 102.1 102.1c44.4 0 82.1-28.3 96.2-67.8z" fill="url(#c)" stroke="#2064a9" stroke-miterlimit="10"/></g><g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"><linearGradient id="b" x1="237.88" x2="234.56" y1="64.28" y2="79.694" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB700" offset="0"/><stop stop-color="#FFB700" stop-opacity="0" offset=".8599"/></linearGradient><path class="st1" d="m235.5 63.7c-0.8 3.1-1.6 5.8-2.1 8.1-0.4 1.8-0.6 7.1-0.6 7.1s3.8-2.4 4.7-3.6c0.8-1.1 1.9-5.8 2.9-10.5z" fill="url(#b)" fill-opacity=".95"/><path class="st2" d="m240.6 65c0.7-3.1 1.3-6.3 1.6-8.5 1.3-8.1 4-51.3-53.7-39-77.4 16.4-120.2 77.1-127 85.5-12.9 16-51.3 77.8-41.2 115.8 5.9 22.2 29.5 22.1 46.7 18.6l-1.2-6.1c-29.2 4.7-33.6-17.5-29.6-34.8 4.9-21.6 20.8-57.1 72.2-107.1 45.6-44.4 94-69.2 119.2-56.9 13.4 6.5 10.8 20.6 7.9 31.4z" fill="#ffb700" fill-opacity=".95"/><g class="st3" filter="url(#d)"><path class="st4" d="m188.5 17.5c-77.4 16.4-120.2 77.1-127 85.5-8.1 10-26.1 38-36 66.8-0.6 2.3-1.3 4.6-2.1 6.6 31.8-81.5 110.8-139.2 168.2-159.5-1 0.2-2.1 0.4-3.1 0.6z" fill="#ffffa6"/></g><linearGradient id="a" x1="66.431" x2="87.933" y1="235.13" y2="226.5" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB700" offset="0"/><stop stop-color="#FFB700" stop-opacity="0" offset="1"/></linearGradient><path class="st5" d="m67 237.3c9.4-2 17.1-5 18.8-5.9 1.6-0.9 7.1-3.9 12.1-6.9l-4.4-2.5c-2.4 0.9-5.2 2-8.3 3.3-7.3 3-13.9 4.9-19.4 5.7z" fill="url(#a)" fill-opacity=".95"/></g></svg>
--- a/eric6/icons/breeze-dark/irc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/irc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse">
-   <stop stop-opacity=".286" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
-  <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2f74c8" offset="0"/>
-   <stop stop-color="#4699d7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- </defs>
- <g transform="matrix(.5 0 0 .5 -193.28 -250.9)" fill-rule="evenodd">
-  <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/>
-  <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/>
-  <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="i" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="e" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"><stop stop-opacity=".286" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/><linearGradient id="g" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2f74c8" offset="0"/><stop stop-color="#4699d7" offset="1"/></linearGradient><linearGradient id="f" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/></defs><g transform="matrix(.5 0 0 .5 -193.28 -250.9)" fill-rule="evenodd"><path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#g)"/><path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#f)" opacity=".2"/><path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#h)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#i)"/></g></svg>
--- a/eric6/icons/breeze-dark/irc128.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/irc128.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse">
-   <stop stop-opacity=".286" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
-  <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2f74c8" offset="0"/>
-   <stop stop-color="#4699d7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- </defs>
- <g transform="matrix(3 0 0 3 -1161.7 -1507.4)" fill-rule="evenodd">
-  <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/>
-  <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/>
-  <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="i" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="e" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"><stop stop-opacity=".286" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/><linearGradient id="g" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2f74c8" offset="0"/><stop stop-color="#4699d7" offset="1"/></linearGradient><linearGradient id="f" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/></defs><g transform="matrix(3 0 0 3 -1161.7 -1507.4)" fill-rule="evenodd"><path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#g)"/><path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#f)" opacity=".2"/><path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#h)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#i)"/></g></svg>
--- a/eric6/icons/breeze-dark/irc48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/irc48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse">
-   <stop stop-opacity=".286" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
-  <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2f74c8" offset="0"/>
-   <stop stop-color="#4699d7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- </defs>
- <g transform="matrix(1.1 0 0 1.1 -425.43 -552.18)" fill-rule="evenodd">
-  <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/>
-  <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/>
-  <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="i" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="e" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"><stop stop-opacity=".286" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/><linearGradient id="g" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2f74c8" offset="0"/><stop stop-color="#4699d7" offset="1"/></linearGradient><linearGradient id="f" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/></defs><g transform="matrix(1.1 0 0 1.1 -425.43 -552.18)" fill-rule="evenodd"><path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#g)"/><path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#f)" opacity=".2"/><path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#h)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#i)"/></g></svg>
--- a/eric6/icons/breeze-dark/ircAdmin.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircAdmin.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#b380ff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#b380ff"/></svg>
--- a/eric6/icons/breeze-dark/ircAway.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircAway.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m12 9.375c1.4542 0 2.625 1.1708 2.625 2.625s-1.1708 2.625-2.625 2.625-2.625-1.1708-2.625-2.625 1.1708-2.625 2.625-2.625m0-0.375c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3" color="#eff0f1" fill="currentColor"/>
- <path d="m11.625 9.75v2.625h2.25v-0.375h-1.875v-2.25h-0.375" color="#eff0f1"/>
- <path d="m11.676 14.609c-0.98596-0.11724-1.8391-0.81419-2.1675-1.7707-0.085023-0.24762-0.10104-0.34997-0.11494-0.7343-0.013821-0.38222-0.00604-0.48655 0.053982-0.72391 0.31598-1.2495 1.451-2.0848 2.7166-1.9992 0.95688 0.064746 1.761 0.60101 2.183 1.4558 0.18682 0.37842 0.24603 0.60733 0.26894 1.0397 0.04233 0.79897-0.2394 1.4823-0.84592 2.0517-0.54678 0.51333-1.3385 0.77073-2.0941 0.68088zm2.218-2.4292 0.0098-0.20599h-1.8818v-2.2443l-0.41198 0.01962-0.0086 1.2853c-0.0047 0.70691-0.0014 1.3041 0.0074 1.327 0.01257 0.03275 0.25855 0.03985 1.1457 0.03304l1.1297-0.0087z" fill="#fff" stroke="#232629" stroke-width=".032958"/>
- <path d="m11.703 14.574c-0.98355-0.090547-1.8772-0.8374-2.1839-1.8252-0.10396-0.33484-0.12883-0.9398-0.052908-1.2873 0.16507-0.75558 0.69558-1.4375 1.3916-1.7888 0.60674-0.30625 1.3231-0.34421 2.0134-0.10672 0.34839 0.11985 0.58439 0.26258 0.87099 0.52673 0.26792 0.24695 0.44825 0.50058 0.6203 0.87247 0.17382 0.37573 0.2126 0.56642 0.21191 1.0421-7.15e-4 0.49575-0.05105 0.71329-0.26692 1.1535-0.13267 0.27058-0.19874 0.35838-0.48646 0.64649-0.29947 0.29988-0.36768 0.35016-0.67864 0.50024-0.48668 0.23488-0.917 0.31454-1.4394 0.26645zm2.1154-2.1671c0.09672-0.02057 0.09909-0.02589 0.10862-0.24329l0.0097-0.22226h-1.8816v-2.2442l-0.44494 0.0195-0.02228 0.14831c-0.03041 0.20249-0.03216 2.446-0.0019 2.4933 0.01332 0.02083 0.06129 0.04477 0.10661 0.05319 0.12597 0.02341 2.0134 0.01938 2.1258-0.0045z" fill="#fff" stroke="#232629" stroke-width=".032958"/>
-</svg>
+      }</style></defs><path d="m12 9.375c1.4542 0 2.625 1.1708 2.625 2.625s-1.1708 2.625-2.625 2.625-2.625-1.1708-2.625-2.625 1.1708-2.625 2.625-2.625m0-0.375c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3" color="#eff0f1" fill="currentColor"/><path d="m11.625 9.75v2.625h2.25v-0.375h-1.875v-2.25h-0.375" color="#eff0f1"/><path d="m11.676 14.609c-0.98596-0.11724-1.8391-0.81419-2.1675-1.7707-0.085023-0.24762-0.10104-0.34997-0.11494-0.7343-0.013821-0.38222-0.00604-0.48655 0.053982-0.72391 0.31598-1.2495 1.451-2.0848 2.7166-1.9992 0.95688 0.064746 1.761 0.60101 2.183 1.4558 0.18682 0.37842 0.24603 0.60733 0.26894 1.0397 0.04233 0.79897-0.2394 1.4823-0.84592 2.0517-0.54678 0.51333-1.3385 0.77073-2.0941 0.68088zm2.218-2.4292 0.0098-0.20599h-1.8818v-2.2443l-0.41198 0.01962-0.0086 1.2853c-0.0047 0.70691-0.0014 1.3041 0.0074 1.327 0.01257 0.03275 0.25855 0.03985 1.1457 0.03304l1.1297-0.0087z" fill="#fff" stroke="#232629" stroke-width=".032958"/><path d="m11.703 14.574c-0.98355-0.090547-1.8772-0.8374-2.1839-1.8252-0.10396-0.33484-0.12883-0.9398-0.052908-1.2873 0.16507-0.75558 0.69558-1.4375 1.3916-1.7888 0.60674-0.30625 1.3231-0.34421 2.0134-0.10672 0.34839 0.11985 0.58439 0.26258 0.87099 0.52673 0.26792 0.24695 0.44825 0.50058 0.6203 0.87247 0.17382 0.37573 0.2126 0.56642 0.21191 1.0421-7.15e-4 0.49575-0.05105 0.71329-0.26692 1.1535-0.13267 0.27058-0.19874 0.35838-0.48646 0.64649-0.29947 0.29988-0.36768 0.35016-0.67864 0.50024-0.48668 0.23488-0.917 0.31454-1.4394 0.26645zm2.1154-2.1671c0.09672-0.02057 0.09909-0.02589 0.10862-0.24329l0.0097-0.22226h-1.8816v-2.2442l-0.44494 0.0195-0.02228 0.14831c-0.03041 0.20249-0.03216 2.446-0.0019 2.4933 0.01332 0.02083 0.06129 0.04477 0.10661 0.05319 0.12597 0.02341 2.0134 0.01938 2.1258-0.0045z" fill="#fff" stroke="#232629" stroke-width=".032958"/></svg>
--- a/eric6/icons/breeze-dark/ircCloseChannel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircCloseChannel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor">
-  <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/>
-  <path d="m7.5 9.998h7v2h-7z"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"><path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/><path d="m7.5 9.998h7v2h-7z"/></g></svg>
--- a/eric6/icons/breeze-dark/ircConfigure.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircConfigure.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/></svg>
--- a/eric6/icons/breeze-dark/ircConnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircConnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/ircDisconnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircDisconnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/ircEditTopic.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircEditTopic.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m18.374 12.25-6.1239 6.1239v2.6261h2.6261l6.1239-6.1239zm-1.4939 2.545 1.5751 1.5751-2.3142 2.3157v-0.49276l-0.73914 0.01566h-0.7548v-1.182l1.051-1.0496zm-2.9722 2.9708v1.182h1.4783l0.01566 0.47567-0.78756 0.78898h-1.051l-0.52551-0.52551v-1.051z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m18.374 12.25-6.1239 6.1239v2.6261h2.6261l6.1239-6.1239zm-1.4939 2.545 1.5751 1.5751-2.3142 2.3157v-0.49276l-0.73914 0.01566h-0.7548v-1.182l1.051-1.0496zm-2.9722 2.9708v1.182h1.4783l0.01566 0.47567-0.78756 0.78898h-1.051l-0.52551-0.52551v-1.051z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/ircHalfOp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircHalfOp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m10.998 1a5.0449 5 0 0 0-5.0449 5 5.0449 5 0 0 0 5.0449 5 5.0449 5 0 0 0 5.0449-5 5.0449 5 0 0 0-5.0449-5zm0 1.25a3.7837 3.75 0 0 1 3.7852 3.75 3.7837 3.75 0 0 1-3.7852 3.75 3.7837 3.75 0 0 1-3.7832-3.75 3.7837 3.75 0 0 1 3.7832-3.75zm0 10a10.09 10 0 0 0-9.998 8.75h1.2715a8.8286 8.75 0 0 1 8.7266-7.5 8.8286 8.75 0 0 1 3.877 0.9043h2.3555a10.09 10 0 0 0-6.2324-2.1543z" color="#eff0f1" fill="#87de87"/>
-</svg>
+      }</style></defs><path d="m10.998 1a5.0449 5 0 0 0-5.0449 5 5.0449 5 0 0 0 5.0449 5 5.0449 5 0 0 0 5.0449-5 5.0449 5 0 0 0-5.0449-5zm0 1.25a3.7837 3.75 0 0 1 3.7852 3.75 3.7837 3.75 0 0 1-3.7852 3.75 3.7837 3.75 0 0 1-3.7832-3.75 3.7837 3.75 0 0 1 3.7832-3.75zm0 10a10.09 10 0 0 0-9.998 8.75h1.2715a8.8286 8.75 0 0 1 8.7266-7.5 8.8286 8.75 0 0 1 3.877 0.9043h2.3555a10.09 10 0 0 0-6.2324-2.1543z" color="#eff0f1" fill="#87de87"/></svg>
--- a/eric6/icons/breeze-dark/ircJoinChannel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircJoinChannel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="currentColor"/>
- <path d="m16.625 12.25c-2.4238 0-4.375 1.9512-4.375 4.375s1.9512 4.375 4.375 4.375 4.375-1.9512 4.375-4.375-1.9512-4.375-4.375-4.375z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="currentColor"/><path d="m16.625 12.25c-2.4238 0-4.375 1.9512-4.375 4.375s1.9512 4.375 4.375 4.375 4.375-1.9512 4.375-4.375-1.9512-4.375-4.375-4.375z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/ircNormal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircNormal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/ircOp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircOp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#87de87"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#87de87"/></svg>
--- a/eric6/icons/breeze-dark/ircOwner.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircOwner.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#de8787"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#de8787"/></svg>
--- a/eric6/icons/breeze-dark/ircUserAway.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircUserAway.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)" fill="#fdbc4b">
-  <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/>
-  <path transform="translate(420.71 524.79)" d="m12 13a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/>
-  <path d="m440.71 536.79-8 4 2 1 1 3 1-2 2 1z" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)" fill="#fdbc4b"><path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/><path transform="translate(420.71 524.79)" d="m12 13a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/><path d="m440.71 536.79-8 4 2 1 1 3 1-2 2 1z" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/ircUserPresent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircUserPresent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)">
-  <g fill="#43be80">
-   <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/>
-   <path transform="translate(421.71 525.79)" d="m11 12a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/>
-   <circle cx="437.21" cy="541.29" r="3.5"/>
-  </g>
-  <path d="m438.71 539.79 1 1-3 3-2-2 1-1 1 1z" fill="#fff" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)"><g fill="#43be80"><path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/><path transform="translate(421.71 525.79)" d="m11 12a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/><circle cx="437.21" cy="541.29" r="3.5"/></g><path d="m438.71 539.79 1 1-3 3-2-2 1-1 1 1z" fill="#fff" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/ircVoice.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/ircVoice.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15 4-12 3.418v6.1641l1 0.28516v2.4336l6 1.6992v-2.4238l5 1.4238v-13zm4.0293 0.42773-0.77148 0.63086c1.1373 1.7722 1.7419 3.8337 1.7422 5.9395-4e-3 2.1039-0.61142 4.1625-1.75 5.9316l0.7832 0.64258c1.2816-1.9532 1.9651-4.2381 1.9668-6.5742-4e-3 -2.3352-0.6885-4.6186-1.9707-6.5703zm-5.0293 0.90039v10.344l-10-2.8477v-4.6484l10-2.8477zm2.6895 1.0156-0.78125 0.63867c0.71179 1.2188 1.0885 2.6042 1.0918 4.0156-2e-3 1.4119-0.3784 2.798-1.0898 4.0176l0.78125 0.64062c0.85323-1.4042 1.3058-3.0151 1.3086-4.6582-4e-3 -1.6419-0.45732-3.2515-1.3105-4.6543zm-14.689 1.3594-1 0.28516v5.0234l1 0.28516v-5.5937zm3 6.4492 4 1.1387v1.4258l-4-1.1328v-1.4316z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15 4-12 3.418v6.1641l1 0.28516v2.4336l6 1.6992v-2.4238l5 1.4238v-13zm4.0293 0.42773-0.77148 0.63086c1.1373 1.7722 1.7419 3.8337 1.7422 5.9395-4e-3 2.1039-0.61142 4.1625-1.75 5.9316l0.7832 0.64258c1.2816-1.9532 1.9651-4.2381 1.9668-6.5742-4e-3 -2.3352-0.6885-4.6186-1.9707-6.5703zm-5.0293 0.90039v10.344l-10-2.8477v-4.6484l10-2.8477zm2.6895 1.0156-0.78125 0.63867c0.71179 1.2188 1.0885 2.6042 1.0918 4.0156-2e-3 1.4119-0.3784 2.798-1.0898 4.0176l0.78125 0.64062c0.85323-1.4042 1.3058-3.0151 1.3086-4.6582-4e-3 -1.6419-0.45732-3.2515-1.3105-4.6543zm-14.689 1.3594-1 0.28516v5.0234l1 0.28516v-5.5937zm3 6.4492 4 1.1387v1.4258l-4-1.1328v-1.4316z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/issueFixable.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/issueFixable.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#ffd750" stroke="#ffd750" stroke-width=".2637"/>
-  <g transform="matrix(.26458 0 0 -.26458 3.25e-8 297)">
-   <path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1"/>
-   <path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#ffd750" stroke="#ffd750" stroke-width=".2637"/><g transform="matrix(.26458 0 0 -.26458 3.25e-8 297)"><path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1"/><path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-dark/issueFixed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/issueFixed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#89a02c" stroke="#89a02c" stroke-width=".2637"/>
-  <path d="m4.3963 292.5-2.3781 2.4298-0.59376-0.60667-0.36617 0.37412 0.95588 0.97773 0.00303-5e-3 0.00405 5e-3 2.7412-2.8009-0.36617-0.37413" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#89a02c" stroke="#89a02c" stroke-width=".2637"/><path d="m4.3963 292.5-2.3781 2.4298-0.59376-0.60667-0.36617 0.37412 0.95588 0.97773 0.00303-5e-3 0.00405 5e-3 2.7412-2.8009-0.36617-0.37413" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/keywords.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/keywords.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 5v12h6.25v-5.3333h8.75v2.6667h1.25v-2.6667h1.25v2.6667h1.25v-2.6667h1.25v-1.3333h-13.75v-5.3333zm1.25 1.3333h3.75v9.3333h-3.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 5v12h6.25v-5.3333h8.75v2.6667h1.25v-2.6667h1.25v2.6667h1.25v-2.6667h1.25v-1.3333h-13.75v-5.3333zm1.25 1.3333h3.75v9.3333h-3.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/konqueror.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/konqueror.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,34 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788 33.941)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#b0b8b8" offset="0"/>
-   <stop stop-color="#eff1f1" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="17.428" x2="36.551" y1="12.997" y2="32.13" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#abf9c7" offset="0"/>
-   <stop stop-color="#54d883" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="33.405" x2="17.759" y1="32.721" y2="12.32" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="3.242" x2="40" y1="15.778" y2="37" gradientTransform="matrix(-.96593 -.25882 .25882 -.96593 40.971 53.39)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="e" x1="24" x2="40" y1="23" y2="39" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient854" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788,33.941)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <g transform="matrix(1.1004 0 0 1.1004 -2.4103 -2.4104)" color="#000000">
-  <g stroke-linejoin="round" stroke-width="3">
-   <circle transform="rotate(15)" cx="29.394" cy="16.971" r="15" fill="url(#linearGradient854)" stroke-linecap="round"/>
-   <path d="m21.952 43.884a20 20 0 0 0 4.0971 0.0059l0.475-3.1a17 17 0 0 0 3.6873-0.98547l1.956 2.441a20 20 0 0 0 3.549-2.0538l-1.135-2.911a17 17 0 0 0 2.7098-2.6952l2.893 1.127a20 20 0 0 0 2.0501-3.5534l-2.422-1.941a17 17 0 0 0 0.60859-1.8185 17 17 0 0 0 0.36937-1.8765l3.094-0.475a20 20 0 0 0 0.0059-4.0971l-3.1-0.475a17 17 0 0 0-0.98547-3.6873l2.441-1.956a20 20 0 0 0-2.0538-3.549l-2.911 1.135a17 17 0 0 0-2.6949-2.7096l1.1271-2.8928a20 20 0 0 0-3.5535-2.0501l-1.9395 2.4221a17 17 0 0 0-1.8201-0.60874 17 17 0 0 0-1.8765-0.36937l-0.47338-3.0939a20 20 0 0 0-4.0971-0.00591l-0.47694 3.0999a17 17 0 0 0-3.687 0.98574l-1.956-2.4407a20 20 0 0 0-3.549 2.0538l1.135 2.911a17 17 0 0 0-2.7098 2.6952l-2.8932-1.128a20 20 0 0 0-2.0501 3.5534l2.422 1.941a17 17 0 0 0-0.60859 1.8185 17 17 0 0 0-0.36937 1.8765l-3.094 0.475a20 20 0 0 0-0.00591 4.0971l3.1 0.475a17 17 0 0 0 0.98548 3.6873l-2.441 1.956a20 20 0 0 0 2.0538 3.549l2.911-1.135a17 17 0 0 0 2.6952 2.7098l-1.127 2.893a20 20 0 0 0 3.5534 2.0501l1.941-2.422a17 17 0 0 0 1.8185 0.60859 17 17 0 0 0 1.8765 0.36937zm-1.5754-6.3608a14 14 0 0 1-9.8995-17.146 14 14 0 0 1 17.146-9.8995 14 14 0 0 1 9.8995 17.146 14 14 0 0 1-17.146 9.8995" fill="url(#d)"/>
-  </g>
-  <path d="m33.19 14.807-18.387 18.387 10.736 10.734c0.169-0.013 0.338-0.02 0.506-0.037l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-1.135-2.91c1-0.794 1.91-1.698 2.709-2.695l2.893 1.127c0.803-1.111 1.491-2.301 2.051-3.553l-2.422-1.941c0.237-0.594 0.439-1.201 0.607-1.818 0.158-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.018-0.17 0.028-0.34 0.041-0.51z" color-rendering="auto" fill="url(#e)" fill-rule="evenodd" image-rendering="auto" opacity=".2" shape-rendering="auto"/>
-  <path d="m41.883 15.12-2.078 1.666c0.096 0.259 0.186 0.52 0.27 0.783l2.172-1.74c-0.116-0.239-0.237-0.475-0.363-0.709m-35.758 6e-3c-0.124 0.235-0.244 0.472-0.359 0.711l2.154 1.727c0.083-0.264 0.172-0.526 0.268-0.785zm-2.092 8.361c-0.029 0.854-4e-3 1.708 0.076 2.559l3.102 0.475c0.152 0.987 0.392 1.959 0.715 2.904l0.27-0.217c-0.466-1.188-0.796-2.425-0.984-3.688l-3.102-0.475c-0.046-0.518-0.071-1.038-0.076-1.559m39.934 0.02c-8e-3 0.514-0.036 1.027-0.084 1.539l-3.092 0.475c-0.088 0.632-0.212 1.259-0.371 1.877-0.168 0.617-0.371 1.224-0.607 1.818l0.268 0.215c0.124-0.341 0.238-0.685 0.34-1.033 0.159-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.082-0.844 0.11-1.692 0.084-2.539m-2.092 8.361c-0.484 0.992-1.05 1.943-1.691 2.842l-2.893-1.127c-0.799 0.997-1.708 1.902-2.709 2.695l0.291 0.744c0.886-0.729 1.696-1.547 2.418-2.439l2.893 1.127c0.804-1.111 1.491-2.301 2.051-3.553zm-35.758 6e-3 -0.363 0.291c0.561 1.25 1.25 2.439 2.055 3.549l2.91-1.135c0.715 0.901 1.519 1.728 2.4 2.467l0.295-0.758c-0.997-0.799-1.902-1.708-2.695-2.709l-2.91 1.135c-0.641-0.898-1.207-1.848-1.691-2.84m24.09 6.928c-1.188 0.465-2.425 0.796-3.688 0.984l-0.475 3.102c-1.363 0.138-2.736 0.135-4.098-8e-3l-0.475-3.092c-0.632-0.088-1.259-0.212-1.877-0.371-0.617-0.168-1.224-0.371-1.818-0.607l-1.941 2.422c-1.136-0.513-2.221-1.132-3.242-1.848l-0.311 0.797c1.111 0.804 2.301 1.491 3.553 2.051l1.941-2.422c0.594 0.237 1.201 0.439 1.818 0.607 0.618 0.159 1.245 0.283 1.877 0.371l0.475 3.092c1.362 0.143 2.735 0.145 4.098 8e-3l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-0.311-0.795c-1.019 0.716-2.104 1.335-3.238 1.85z" fill="#172525" opacity=".2" stroke-linejoin="round" stroke-width="3"/>
- </g>
- <rect x="11" y="11" width="26" height="26" rx="13" fill="url(#c)"/>
- <path d="m24 11c-.944 0-1.862.104-2.747.293l-1.153 2.307-1.742-1.306c-3.124 1.502-5.544 4.207-6.665 7.53l2.557-1.023 1.95 1.3.65-1.95 8.45-4.55-.515-2.575c-.26-.015-.521-.025-.785-.025m9.627 4.269l-.527 1.581.65.65-2.6 3.9 1.3 4.55 4.311.54c.155-.806.239-1.637.239-2.49 0-2.226-.557-4.316-1.535-6.145l-1.065-.355.387-.776c-.348-.516-.744-.995-1.16-1.455m-22.369 6.131c-.143.712-.225 1.448-.248 2.198l4.54 1.702-.65-1.95-1.3-1.95zm4.292 3.9l3.25 7.8v2.82c1.592.692 3.348 1.08 5.2 1.08.129 0 .256-.005.385-.009l4.165-7.141-10.4-5.85z" fill="url(#b)" fill-rule="evenodd"/>
- <path d="m11.03 23.5c-.006.167-.025.331-.025.5 0 7.202 5.798 13 13 13 7.202 0 13-5.798 13-13 0-.169-.019-.333-.025-.5-.263 6.966-5.942 12.5-12.975 12.5-7.03 0-12.711-5.534-12.975-12.5" fill="#172525" opacity=".2"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="a" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788 33.941)" gradientUnits="userSpaceOnUse"><stop stop-color="#b0b8b8" offset="0"/><stop stop-color="#eff1f1" offset="1"/></linearGradient><linearGradient id="j" x1="17.428" x2="36.551" y1="12.997" y2="32.13" gradientUnits="userSpaceOnUse"><stop stop-color="#abf9c7" offset="0"/><stop stop-color="#54d883" offset="1"/></linearGradient><linearGradient id="i" x1="33.405" x2="17.759" y1="32.721" y2="12.32" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="h" x1="3.242" x2="40" y1="15.778" y2="37" gradientTransform="matrix(-.96593 -.25882 .25882 -.96593 40.971 53.39)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="g" x1="24" x2="40" y1="23" y2="39" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="f" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788,33.941)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="matrix(1.1004 0 0 1.1004 -2.4103 -2.4104)" color="#000000"><g stroke-linejoin="round" stroke-width="3"><circle transform="rotate(15)" cx="29.394" cy="16.971" r="15" fill="url(#f)" stroke-linecap="round"/><path d="m21.952 43.884a20 20 0 0 0 4.0971 0.0059l0.475-3.1a17 17 0 0 0 3.6873-0.98547l1.956 2.441a20 20 0 0 0 3.549-2.0538l-1.135-2.911a17 17 0 0 0 2.7098-2.6952l2.893 1.127a20 20 0 0 0 2.0501-3.5534l-2.422-1.941a17 17 0 0 0 0.60859-1.8185 17 17 0 0 0 0.36937-1.8765l3.094-0.475a20 20 0 0 0 0.0059-4.0971l-3.1-0.475a17 17 0 0 0-0.98547-3.6873l2.441-1.956a20 20 0 0 0-2.0538-3.549l-2.911 1.135a17 17 0 0 0-2.6949-2.7096l1.1271-2.8928a20 20 0 0 0-3.5535-2.0501l-1.9395 2.4221a17 17 0 0 0-1.8201-0.60874 17 17 0 0 0-1.8765-0.36937l-0.47338-3.0939a20 20 0 0 0-4.0971-0.00591l-0.47694 3.0999a17 17 0 0 0-3.687 0.98574l-1.956-2.4407a20 20 0 0 0-3.549 2.0538l1.135 2.911a17 17 0 0 0-2.7098 2.6952l-2.8932-1.128a20 20 0 0 0-2.0501 3.5534l2.422 1.941a17 17 0 0 0-0.60859 1.8185 17 17 0 0 0-0.36937 1.8765l-3.094 0.475a20 20 0 0 0-0.00591 4.0971l3.1 0.475a17 17 0 0 0 0.98548 3.6873l-2.441 1.956a20 20 0 0 0 2.0538 3.549l2.911-1.135a17 17 0 0 0 2.6952 2.7098l-1.127 2.893a20 20 0 0 0 3.5534 2.0501l1.941-2.422a17 17 0 0 0 1.8185 0.60859 17 17 0 0 0 1.8765 0.36937zm-1.5754-6.3608a14 14 0 0 1-9.8995-17.146 14 14 0 0 1 17.146-9.8995 14 14 0 0 1 9.8995 17.146 14 14 0 0 1-17.146 9.8995" fill="url(#h)"/></g><path d="m33.19 14.807-18.387 18.387 10.736 10.734c0.169-0.013 0.338-0.02 0.506-0.037l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-1.135-2.91c1-0.794 1.91-1.698 2.709-2.695l2.893 1.127c0.803-1.111 1.491-2.301 2.051-3.553l-2.422-1.941c0.237-0.594 0.439-1.201 0.607-1.818 0.158-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.018-0.17 0.028-0.34 0.041-0.51z" color-rendering="auto" fill="url(#g)" fill-rule="evenodd" image-rendering="auto" opacity=".2" shape-rendering="auto"/><path d="m41.883 15.12-2.078 1.666c0.096 0.259 0.186 0.52 0.27 0.783l2.172-1.74c-0.116-0.239-0.237-0.475-0.363-0.709m-35.758 6e-3c-0.124 0.235-0.244 0.472-0.359 0.711l2.154 1.727c0.083-0.264 0.172-0.526 0.268-0.785zm-2.092 8.361c-0.029 0.854-4e-3 1.708 0.076 2.559l3.102 0.475c0.152 0.987 0.392 1.959 0.715 2.904l0.27-0.217c-0.466-1.188-0.796-2.425-0.984-3.688l-3.102-0.475c-0.046-0.518-0.071-1.038-0.076-1.559m39.934 0.02c-8e-3 0.514-0.036 1.027-0.084 1.539l-3.092 0.475c-0.088 0.632-0.212 1.259-0.371 1.877-0.168 0.617-0.371 1.224-0.607 1.818l0.268 0.215c0.124-0.341 0.238-0.685 0.34-1.033 0.159-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.082-0.844 0.11-1.692 0.084-2.539m-2.092 8.361c-0.484 0.992-1.05 1.943-1.691 2.842l-2.893-1.127c-0.799 0.997-1.708 1.902-2.709 2.695l0.291 0.744c0.886-0.729 1.696-1.547 2.418-2.439l2.893 1.127c0.804-1.111 1.491-2.301 2.051-3.553zm-35.758 6e-3 -0.363 0.291c0.561 1.25 1.25 2.439 2.055 3.549l2.91-1.135c0.715 0.901 1.519 1.728 2.4 2.467l0.295-0.758c-0.997-0.799-1.902-1.708-2.695-2.709l-2.91 1.135c-0.641-0.898-1.207-1.848-1.691-2.84m24.09 6.928c-1.188 0.465-2.425 0.796-3.688 0.984l-0.475 3.102c-1.363 0.138-2.736 0.135-4.098-8e-3l-0.475-3.092c-0.632-0.088-1.259-0.212-1.877-0.371-0.617-0.168-1.224-0.371-1.818-0.607l-1.941 2.422c-1.136-0.513-2.221-1.132-3.242-1.848l-0.311 0.797c1.111 0.804 2.301 1.491 3.553 2.051l1.941-2.422c0.594 0.237 1.201 0.439 1.818 0.607 0.618 0.159 1.245 0.283 1.877 0.371l0.475 3.092c1.362 0.143 2.735 0.145 4.098 8e-3l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-0.311-0.795c-1.019 0.716-2.104 1.335-3.238 1.85z" fill="#172525" opacity=".2" stroke-linejoin="round" stroke-width="3"/></g><rect x="11" y="11" width="26" height="26" rx="13" fill="url(#i)"/><path d="m24 11c-.944 0-1.862.104-2.747.293l-1.153 2.307-1.742-1.306c-3.124 1.502-5.544 4.207-6.665 7.53l2.557-1.023 1.95 1.3.65-1.95 8.45-4.55-.515-2.575c-.26-.015-.521-.025-.785-.025m9.627 4.269l-.527 1.581.65.65-2.6 3.9 1.3 4.55 4.311.54c.155-.806.239-1.637.239-2.49 0-2.226-.557-4.316-1.535-6.145l-1.065-.355.387-.776c-.348-.516-.744-.995-1.16-1.455m-22.369 6.131c-.143.712-.225 1.448-.248 2.198l4.54 1.702-.65-1.95-1.3-1.95zm4.292 3.9l3.25 7.8v2.82c1.592.692 3.348 1.08 5.2 1.08.129 0 .256-.005.385-.009l4.165-7.141-10.4-5.85z" fill="url(#j)" fill-rule="evenodd"/><path d="m11.03 23.5c-.006.167-.025.331-.025.5 0 7.202 5.798 13 13 13 7.202 0 13-5.798 13-13 0-.169-.019-.333-.025-.5-.263 6.966-5.942 12.5-12.975 12.5-7.03 0-12.711-5.534-12.975-12.5" fill="#172525" opacity=".2"/></svg>
--- a/eric6/icons/breeze-dark/languages/lexerBash.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerBash.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#eff0f1" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#eff0f1" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerBatch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerBatch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <text transform="scale(.97773 1.0228)" x="-0.16767628" y="15.154785" fill="#1eb4ff" font-family="sans-serif" font-size="12.273px" letter-spacing="0px" stroke-width=".30682" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-0.16767628" y="15.154785" fill="#1eb4ff" stroke-width=".30682">BAT</tspan></text>
-</svg>
+      }</style></defs><text transform="scale(.97773 1.0228)" x="-0.16767628" y="15.154785" fill="#1eb4ff" font-family="sans-serif" font-size="12.273px" letter-spacing="0px" stroke-width=".30682" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-0.16767628" y="15.154785" fill="#1eb4ff" stroke-width=".30682">BAT</tspan></text></svg>
--- a/eric6/icons/breeze-dark/languages/lexerCMake.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerCMake.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4333" x1="44" x2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#42a603" offset="0"/>
-   <stop stop-color="#78da06" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4315" x1="24" x2="4" y1="4" y2="44" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4325" x1="44" x2="24" y1="44" y2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c61423" offset="0"/>
-   <stop stop-color="#dc2b41" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m337.01 535.36 1.4674 16.648 8.5234 3.3516z" fill="url(#linearGradient4325)" fill-rule="evenodd" stroke-width="1.2533"/>
-  <path d="m337.01 535.36-9.9908 20 10.887-9.834z" fill="url(#linearGradient4315)" fill-rule="evenodd" stroke-width="1.2533"/>
-  <path d="m333.08 549.89-6.0589 5.4717 19.98 1e-3 -13.921-5.4736zm-6.0432 5.4385-0.036 0.0332h0.0195l0.0167-0.0332z" fill="url(#linearGradient4333)" fill-rule="evenodd" stroke-width="1.2533"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="44" x2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"><stop stop-color="#42a603" offset="0"/><stop stop-color="#78da06" offset="1"/></linearGradient><linearGradient id="c" x1="24" x2="4" y1="4" y2="44" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="b" x1="44" x2="24" y1="44" y2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"><stop stop-color="#c61423" offset="0"/><stop stop-color="#dc2b41" offset="1"/></linearGradient></defs><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><g fill-rule="evenodd" stroke-width="1.2533"><path d="m337.01 535.36 1.4674 16.648 8.5234 3.3516z" fill="url(#b)"/><path d="m337.01 535.36-9.9908 20 10.887-9.834z" fill="url(#c)"/><path d="m333.08 549.89-6.0589 5.4717 19.98 1e-3 -13.921-5.4736zm-6.0432 5.4385-0.036 0.0332h0.0195l0.0167-0.0332z" fill="url(#a)"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerCPP.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerCPP.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" fill="#1eb4ff">
-  <path d="m16 3v2h-2v1h2v2h1v-2h2v-1h-2v-2zm-6 0v2h-2v1h2v2h1v-2h2v-1h-2v-2z"/>
-  <path d="m8 9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 3.533-1.467l-0.707-0.707a4 4 0 0 1-2.826 1.174 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 2.826 1.174l0.707-0.707a5 5 0 0 0-3.533-1.467z" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" fill="#1eb4ff"><path d="m16 3v2h-2v1h2v2h1v-2h2v-1h-2v-2zm-6 0v2h-2v1h2v2h1v-2h2v-1h-2v-2z"/><path d="m8 9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 3.533-1.467l-0.707-0.707a4 4 0 0 1-2.826 1.174 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 2.826 1.174l0.707-0.707a5 5 0 0 0-3.533-1.467z" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerCSS.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerCSS.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m337 535.36c-2.1778 0.0159-3.0957 0.90106-3.0957 3.1352v3.0521c0 1.3924-0.0427 3.0057-1.2695 3.0057h-0.63477v1.6115h0.63477c1.2268 0 1.2695 1.6133 1.2695 3.0057v3.0521c0 2.2341 0.91796 3.1192 3.0957 3.1352v-1.4797c-1.4187-0.017-1.4453-0.62651-1.4453-2.7616v-2.5198c0-1.0388-0.25589-2.5845-1.5039-3.2255 1.248-0.64096 1.5039-2.1891 1.5039-3.2279v-2.5418c0-2.1351 0.0266-2.7445 1.4453-2.7616zm2.5 2e-3v1.4797c1.3982 0.023 1.4453 0.6349 1.4453 2.7591v2.5418c0 1.0389 0.25588 2.587 1.5039 3.2279-1.248 0.64095-1.5039 2.1867-1.5039 3.2255v2.5198c0 2.1242-0.0471 2.7362-1.4453 2.7591v1.4797c2.1632-0.0214 3.0957-0.90576 3.0957-3.1327v-3.0521c0-1.3924 0.0857-3.0057 1.2915-3.0057h0.6128v-1.6115h-0.6128c-1.2057 0-1.2915-1.6133-1.2915-3.0057v-3.0521c0-2.227-0.93247-3.1113-3.0957-3.1327zm-10 18.748v1.2502h1.25v-1.2502z" fill="#f9d24c"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m337 535.36c-2.1778 0.0159-3.0957 0.90106-3.0957 3.1352v3.0521c0 1.3924-0.0427 3.0057-1.2695 3.0057h-0.63477v1.6115h0.63477c1.2268 0 1.2695 1.6133 1.2695 3.0057v3.0521c0 2.2341 0.91796 3.1192 3.0957 3.1352v-1.4797c-1.4187-0.017-1.4453-0.62651-1.4453-2.7616v-2.5198c0-1.0388-0.25589-2.5845-1.5039-3.2255 1.248-0.64096 1.5039-2.1891 1.5039-3.2279v-2.5418c0-2.1351 0.0266-2.7445 1.4453-2.7616zm2.5 2e-3v1.4797c1.3982 0.023 1.4453 0.6349 1.4453 2.7591v2.5418c0 1.0389 0.25588 2.587 1.5039 3.2279-1.248 0.64095-1.5039 2.1867-1.5039 3.2255v2.5198c0 2.1242-0.0471 2.7362-1.4453 2.7591v1.4797c2.1632-0.0214 3.0957-0.90576 3.0957-3.1327v-3.0521c0-1.3924 0.0857-3.0057 1.2915-3.0057h0.6128v-1.6115h-0.6128c-1.2057 0-1.2915-1.6133-1.2915-3.0057v-3.0521c0-2.227-0.93247-3.1113-3.0957-3.1327zm-10 18.748v1.2502h1.25v-1.2502z" fill="#f9d24c"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerCoffeeScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerCoffeeScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" preserveAspectRatio="xMinYMin meet" version="1.1" viewBox="0 0 2.2528 2.2525" xmlns="http://www.w3.org/2000/svg">
- <path d="m0.91531 0.37935c0.001864 0.011112-0.003728 0.020378-0.022352 0.029637-0.024216-0.012965-0.076384-0.020378-0.11922-0.016672-0.046576 0.003707-0.085696 0.018525-0.080104 0.050008 0.007448 0.03149 0.05216 0.050016 0.13226 0.042602 0.1956-0.016672 0.19374-0.14818 0.48062-0.17411 0.22354-0.02037 0.34835 0.048162 0.36512 0.13151 0.01304 0.064826-0.040984 0.12781-0.20306 0.14077-0.14344 0.012965-0.22727-0.02593-0.23472-0.064826-0.00373-0.020378 0.00745-0.050016 0.076375-0.057421 0.00745 0.03149 0.046576 0.064826 0.13972 0.055568 0.067065-0.00556 0.12294-0.029637 0.1155-0.066679-0.00745-0.038896-0.07824-0.061128-0.19002-0.051861-0.22727 0.02037-0.28315 0.14447-0.4769 0.16114-0.13785 0.012965-0.24962-0.037058-0.26453-0.11114-0.005585-0.027784-0.005585-0.09261 0.13972-0.10558 0.074512-0.00556 0.13413 0.007405 0.14158 0.037042zm-0.72652 0.77422c-0.063336 0.079645-0.09128 0.17225-0.085696 0.26301 0.005592 0.090757 0.050296 0.16484 0.12109 0.22226 0.074512 0.057413 0.15462 0.074085 0.2459 0.057413 0.035392-0.00555 0.074512-0.024077 0.1099-0.035189-0.074512 0-0.13785-0.024077-0.20119-0.074085-0.06892-0.050016-0.1155-0.12039-0.12667-0.2056-0.016768-0.079645 0-0.15373 0.044712-0.21856 0.050296-0.062973 0.1155-0.09817 0.20118-0.10928 0.085696-0.00555 0.16021 0.016672 0.23472 0.068533-0.01676-0.024077-0.040976-0.040749-0.063328-0.062973-0.07452-0.050016-0.15462-0.074093-0.25336-0.050016-0.089416 0.018533-0.16393 0.064826-0.22726 0.14448zm0.9985-0.42786c-0.24032 0-0.45454-0.024077-0.60917-0.057421-0.16579-0.040749-0.25335-0.085197-0.25335-0.14262 0-0.024077 0.011184-0.044456 0.04472-0.068533-0.10433 0.040749-0.16022 0.074093-0.16022 0.12595 0.005592 0.057413 0.098736 0.11483 0.28874 0.15929 0.17884 0.044448 0.40798 0.068525 0.68368 0.068525 0.2813 0 0.50484-0.024077 0.68368-0.068525 0.19001-0.044456 0.28129-0.10372 0.28129-0.15929 0-0.040749-0.040984-0.079645-0.1155-0.10928 0.016768 0.011112 0.029808 0.029637 0.029808 0.050008 0 0.057421-0.085696 0.10372-0.25894 0.14262-0.16021 0.035197-0.36512 0.059274-0.61474 0.059274zm0.68554 0.15929c-0.17884 0.040749-0.40797 0.068533-0.68368 0.068533-0.28129 0-0.51042-0.029637-0.68926-0.068533-0.16021-0.040749-0.24589-0.085205-0.2757-0.13151 0.029808 0.20004 0.098736 0.38896 0.19002 0.55566 0.068928 0.10372 0.13785 0.19448 0.20678 0.29265 0.029808 0.057413 0.050296 0.11483 0.063336 0.17225 0.044712 0.062973 0.10992 0.10372 0.19002 0.12595 0.098736 0.035189 0.20119 0.050008 0.30552 0.044457h0.011168c0.10432 0.00555 0.21424-0.011121 0.31483-0.044457 0.074512-0.024077 0.13785-0.062973 0.18442-0.12595h0.00558c0.011178-0.057429 0.02981-0.11484 0.057754-0.17225 0.068928-0.09817 0.13786-0.18893 0.20678-0.29265 0.09128-0.16485 0.15462-0.35377 0.19002-0.55566-0.037256 0.051861-0.12295 0.096317-0.27757 0.13151z" fill="#eff0f1" stroke-width=".007977"/>
-</svg>
+<svg width="22" height="22" preserveAspectRatio="xMinYMin meet" version="1.1" viewBox="0 0 2.2528 2.2525" xmlns="http://www.w3.org/2000/svg"><path d="m0.91531 0.37935c0.001864 0.011112-0.003728 0.020378-0.022352 0.029637-0.024216-0.012965-0.076384-0.020378-0.11922-0.016672-0.046576 0.003707-0.085696 0.018525-0.080104 0.050008 0.007448 0.03149 0.05216 0.050016 0.13226 0.042602 0.1956-0.016672 0.19374-0.14818 0.48062-0.17411 0.22354-0.02037 0.34835 0.048162 0.36512 0.13151 0.01304 0.064826-0.040984 0.12781-0.20306 0.14077-0.14344 0.012965-0.22727-0.02593-0.23472-0.064826-0.00373-0.020378 0.00745-0.050016 0.076375-0.057421 0.00745 0.03149 0.046576 0.064826 0.13972 0.055568 0.067065-0.00556 0.12294-0.029637 0.1155-0.066679-0.00745-0.038896-0.07824-0.061128-0.19002-0.051861-0.22727 0.02037-0.28315 0.14447-0.4769 0.16114-0.13785 0.012965-0.24962-0.037058-0.26453-0.11114-0.005585-0.027784-0.005585-0.09261 0.13972-0.10558 0.074512-0.00556 0.13413 0.007405 0.14158 0.037042zm-0.72652 0.77422c-0.063336 0.079645-0.09128 0.17225-0.085696 0.26301 0.005592 0.090757 0.050296 0.16484 0.12109 0.22226 0.074512 0.057413 0.15462 0.074085 0.2459 0.057413 0.035392-0.00555 0.074512-0.024077 0.1099-0.035189-0.074512 0-0.13785-0.024077-0.20119-0.074085-0.06892-0.050016-0.1155-0.12039-0.12667-0.2056-0.016768-0.079645 0-0.15373 0.044712-0.21856 0.050296-0.062973 0.1155-0.09817 0.20118-0.10928 0.085696-0.00555 0.16021 0.016672 0.23472 0.068533-0.01676-0.024077-0.040976-0.040749-0.063328-0.062973-0.07452-0.050016-0.15462-0.074093-0.25336-0.050016-0.089416 0.018533-0.16393 0.064826-0.22726 0.14448zm0.9985-0.42786c-0.24032 0-0.45454-0.024077-0.60917-0.057421-0.16579-0.040749-0.25335-0.085197-0.25335-0.14262 0-0.024077 0.011184-0.044456 0.04472-0.068533-0.10433 0.040749-0.16022 0.074093-0.16022 0.12595 0.005592 0.057413 0.098736 0.11483 0.28874 0.15929 0.17884 0.044448 0.40798 0.068525 0.68368 0.068525 0.2813 0 0.50484-0.024077 0.68368-0.068525 0.19001-0.044456 0.28129-0.10372 0.28129-0.15929 0-0.040749-0.040984-0.079645-0.1155-0.10928 0.016768 0.011112 0.029808 0.029637 0.029808 0.050008 0 0.057421-0.085696 0.10372-0.25894 0.14262-0.16021 0.035197-0.36512 0.059274-0.61474 0.059274zm0.68554 0.15929c-0.17884 0.040749-0.40797 0.068533-0.68368 0.068533-0.28129 0-0.51042-0.029637-0.68926-0.068533-0.16021-0.040749-0.24589-0.085205-0.2757-0.13151 0.029808 0.20004 0.098736 0.38896 0.19002 0.55566 0.068928 0.10372 0.13785 0.19448 0.20678 0.29265 0.029808 0.057413 0.050296 0.11483 0.063336 0.17225 0.044712 0.062973 0.10992 0.10372 0.19002 0.12595 0.098736 0.035189 0.20119 0.050008 0.30552 0.044457h0.011168c0.10432 0.00555 0.21424-0.011121 0.31483-0.044457 0.074512-0.024077 0.13785-0.062973 0.18442-0.12595h0.00558c0.011178-0.057429 0.02981-0.11484 0.057754-0.17225 0.068928-0.09817 0.13786-0.18893 0.20678-0.29265 0.09128-0.16485 0.15462-0.35377 0.19002-0.55566-0.037256 0.051861-0.12295 0.096317-0.27757 0.13151z" fill="#eff0f1" stroke-width=".007977"/></svg>
--- a/eric6/icons/breeze-dark/languages/lexerCsharp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerCsharp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,17 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#1eaa00" stroke-width="2">
-   <rect x="333" y="537.36" width="1" height="16"/>
-   <rect x="340" y="537.36" width="1" height="16"/>
-   <rect transform="rotate(90)" x="541.36" y="-345" width="1" height="16"/>
-   <rect transform="rotate(90)" x="548.36" y="-345" width="1" height="16"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#1eaa00" stroke-width="2"><rect x="333" y="537.36" width="1" height="16"/><rect x="340" y="537.36" width="1" height="16"/><rect transform="rotate(90)" x="541.36" y="-345" width="1" height="16"/><rect transform="rotate(90)" x="548.36" y="-345" width="1" height="16"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerCython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerCython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m12.46 1a9.9605 10 0 0 0-9.9605 10 9.9605 10 0 0 0 9.9605 10 9.9605 10 0 0 0 7.0395-2.9325l-0.88026-0.88375a8.7154 8.75 0 0 1-6.1593 2.5662 8.7154 8.75 0 0 1-8.7154-8.75 8.7154 8.75 0 0 1 8.7154-8.75 8.7154 8.75 0 0 1 6.1593 2.5662l0.88026-0.88375a9.9605 10 0 0 0-7.0395-2.9325z" fill="#1eb4ff" fill-rule="evenodd" stroke-width="1.2475"/>
- <g transform="matrix(.64426 0 0 .64519 5.4364 4.0477)">
-  <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
-  <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m12.46 1a9.9605 10 0 0 0-9.9605 10 9.9605 10 0 0 0 9.9605 10 9.9605 10 0 0 0 7.0395-2.9325l-0.88026-0.88375a8.7154 8.75 0 0 1-6.1593 2.5662 8.7154 8.75 0 0 1-8.7154-8.75 8.7154 8.75 0 0 1 8.7154-8.75 8.7154 8.75 0 0 1 6.1593 2.5662l0.88026-0.88375a9.9605 10 0 0 0-7.0395-2.9325z" fill="#1eb4ff" fill-rule="evenodd" stroke-width="1.2475"/><g transform="matrix(.64426 0 0 .64519 5.4364 4.0477)"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerD.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerD.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerDiff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerDiff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.625 0 0 1.6666 30.541 -.80779)" fill="#eff0f1">
-  <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/>
-  <path d="m-16.025 11.085v2h8v-2z"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.625 0 0 1.6666 30.541 -.80779)" fill="#eff0f1"><path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/><path d="m-16.025 11.085v2h8v-2z"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerFortran.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerFortran.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m1.5 18.805h1.6813c0.93205 0 1.8486-0.51418 1.8486-1.791v-12.027c0-1.6177-0.5529-1.791-2.27-1.791h-1.1546v-2.1954h18.895v7.9792h-2.203c0-1.9066-0.22339-3.2995-0.78192-4.3394-0.61441-1.1555-1.8743-1.4443-4.0805-1.4443h-4.4939v6.3619h0.87203c2.546 0 3.2207-0.62189 3.1677-3.9354h1.9866v10.323h-1.9866c-0.17765-3.322-0.36841-4.5078-3.5595-4.4715h-0.53286v5.5403c0 1.6177 0.68786 1.791 2.4049 1.791h1.2334v2.1954h-11.026z" fill="#eff0f1" stroke-width=".039738"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1.5 18.805h1.6813c0.93205 0 1.8486-0.51418 1.8486-1.791v-12.027c0-1.6177-0.5529-1.791-2.27-1.791h-1.1546v-2.1954h18.895v7.9792h-2.203c0-1.9066-0.22339-3.2995-0.78192-4.3394-0.61441-1.1555-1.8743-1.4443-4.0805-1.4443h-4.4939v6.3619h0.87203c2.546 0 3.2207-0.62189 3.1677-3.9354h1.9866v10.323h-1.9866c-0.17765-3.322-0.36841-4.5078-3.5595-4.4715h-0.53286v5.5403c0 1.6177 0.68786 1.791 2.4049 1.791h1.2334v2.1954h-11.026z" fill="#eff0f1" stroke-width=".039738"/></svg>
--- a/eric6/icons/breeze-dark/languages/lexerGettext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerGettext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/>
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#eff0f1">
-   <path d="m329 537.36v16h16v-16zm1 4h14v11h-14z"/>
-   <path d="m337.47 548.52-1.4271-1.4103 0.0168-0.0168c0.97764-1.09 1.6744-2.343 2.0845-3.669h1.6463v-1.1237h-3.933v-1.1237h-1.1237v1.1237h-3.933v1.1181h6.276c-0.37645 1.0844-0.97202 2.1126-1.7811 3.0116-0.52254-0.57872-0.95516-1.2136-1.2979-1.8822h-1.1237c0.41016 0.91584 0.97203 1.7811 1.6744 2.5621l-2.8599 2.8206 0.79786 0.79783 2.8093-2.8093 1.7474 1.7474 0.42701-1.1462zm3.1633-2.8486h-1.1237l-2.5284 6.7423h1.1237l0.62929-1.6856h2.6688l0.6349 1.6856h1.1237zm-1.4721 3.933 0.91021-2.4328 0.91022 2.4328z"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/></g><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#eff0f1"><path d="m329 537.36v16h16v-16zm1 4h14v11h-14z"/><path d="m337.47 548.52-1.4271-1.4103 0.0168-0.0168c0.97764-1.09 1.6744-2.343 2.0845-3.669h1.6463v-1.1237h-3.933v-1.1237h-1.1237v1.1237h-3.933v1.1181h6.276c-0.37645 1.0844-0.97202 2.1126-1.7811 3.0116-0.52254-0.57872-0.95516-1.2136-1.2979-1.8822h-1.1237c0.41016 0.91584 0.97203 1.7811 1.6744 2.5621l-2.8599 2.8206 0.79786 0.79783 2.8093-2.8093 1.7474 1.7474 0.42701-1.1462zm3.1633-2.8486h-1.1237l-2.5284 6.7423h1.1237l0.62929-1.6856h2.6688l0.6349 1.6856h1.1237zm-1.4721 3.933 0.91021-2.4328 0.91022 2.4328z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerHTML.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerHTML.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#eff0f1">
-  <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#eff0f1"><rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/><path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerIDL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerIDL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="none">
-  <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#eff0f1" stroke-width=".61294"/>
-  <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453">
-   <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/>
-   <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-   <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="none"><circle cx="2.9101" cy="294.07" r="1.4302" stroke="#eff0f1" stroke-width=".61294"/><g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"><rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/><path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/><path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerJSON.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerJSON.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="293.38" y="518.48" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="300.34" y="541.05" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="302.16" y="539.99" width="0" height="14.668" fill="#cf000f"/>
-  <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66015v1.6113h0.66015c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26613-2.5842-1.5641-3.2251 1.298-0.64087 1.5641-2.1888 1.5641-3.2276v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2276-1.2979 0.64088-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0419 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.2539 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98836-3.1372-3.2982-3.1372z" fill="#cf74e0"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#cf000f"><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="293.38" y="518.48" width="0" height="14.668"/><rect x="300.34" y="541.05" width="0" height="14.668"/><rect x="302.16" y="539.99" width="0" height="14.668"/></g><path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66015v1.6113h0.66015c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26613-2.5842-1.5641-3.2251 1.298-0.64087 1.5641-2.1888 1.5641-3.2276v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2276-1.2979 0.64088-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0419 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.2539 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98836-3.1372-3.2982-3.1372z" fill="#cf74e0"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerJava.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerJava.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#16907d"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#16907d"/>
-  <path d="m333.25 535.36v4.9999h1.25v-4.9999zm2.5 1.25v3.75h1.25v-3.75zm-5 1.25v2.5h1.25v-2.5zm7.5 0v2.5h1.25v-2.5zm-10 1.25v1.25h1.25v-1.25zm12.5 0v1.25h1.25v-1.25zm-13.75 2.5v7.4999a5 4.9867 0 0 0 0 0.0125 5 4.9867 0 0 0 5 4.9877h-3.75v1.25h13.75v-1.25h-3.75a5 4.9867 0 0 0 5-4.9877 5 4.9867 0 0 0 0-0.0125h2.5c0.69251 0 1.25-0.55748 1.25-1.25v-3.75c0-0.6925-0.55749-1.25-1.25-1.25h-2.5v-1.25zm1.25 1.25h13.75v6.2499a3.75 3.7499 0 0 1-3.75 3.75h-6.25a3.75 3.7499 0 0 1-3.75-3.75zm15 1.25h2.5v3.75h-2.5z" fill="#f27935" stroke-width="7.4999"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#16907d"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/></g><path d="m333.25 535.36v4.9999h1.25v-4.9999zm2.5 1.25v3.75h1.25v-3.75zm-5 1.25v2.5h1.25v-2.5zm7.5 0v2.5h1.25v-2.5zm-10 1.25v1.25h1.25v-1.25zm12.5 0v1.25h1.25v-1.25zm-13.75 2.5v7.4999a5 4.9867 0 0 0 0 0.0125 5 4.9867 0 0 0 5 4.9877h-3.75v1.25h13.75v-1.25h-3.75a5 4.9867 0 0 0 5-4.9877 5 4.9867 0 0 0 0-0.0125h2.5c0.69251 0 1.25-0.55748 1.25-1.25v-3.75c0-0.6925-0.55749-1.25-1.25-1.25h-2.5v-1.25zm1.25 1.25h13.75v6.2499a3.75 3.7499 0 0 1-3.75 3.75h-6.25a3.75 3.7499 0 0 1-3.75-3.75zm15 1.25h2.5v3.75h-2.5z" fill="#f27935" stroke-width="7.4999"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerJavaScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerJavaScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerLua.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerLua.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m18.5 1a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m-8.3333 1.6667a9.1667 9.1667 0 0 0-9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667-9.1667 9.1667 9.1667 0 0 0-2.1387-5.8724 3.3333 3.3333 0 0 1 0.472 1.7057 3.3333 3.3333 0 0 1-3.3333 3.3333 3.3333 3.3333 0 0 1-3.3333-3.3333 3.3333 3.3333 0 0 1 3.3333-3.3333 3.3333 3.3333 0 0 1 1.7546 0.50456 9.1667 9.1667 0 0 0-5.9212-2.1712" color="#4d4d4d" color-rendering="auto" fill="#3a7dc1" image-rendering="auto" shape-rendering="auto" stroke-width="1.6667"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m18.5 1a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m-8.3333 1.6667a9.1667 9.1667 0 0 0-9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667-9.1667 9.1667 9.1667 0 0 0-2.1387-5.8724 3.3333 3.3333 0 0 1 0.472 1.7057 3.3333 3.3333 0 0 1-3.3333 3.3333 3.3333 3.3333 0 0 1-3.3333-3.3333 3.3333 3.3333 0 0 1 3.3333-3.3333 3.3333 3.3333 0 0 1 1.7546 0.50456 9.1667 9.1667 0 0 0-5.9212-2.1712" color="#4d4d4d" color-rendering="auto" fill="#3a7dc1" image-rendering="auto" shape-rendering="auto" stroke-width="1.6667"/></svg>
--- a/eric6/icons/breeze-dark/languages/lexerMakefile.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerMakefile.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/>
-  <path d="m339.64 542.1c0.0248-0.1964 0.0434-0.39587 0.0434-0.5984 0-0.20255-0.0185-0.40201-0.0434-0.5984l1.3113-1.0158c0.1178-0.0921 0.15191-0.25777 0.0744-0.39279l-1.24-2.1266c-0.0776-0.13195-0.23869-0.18719-0.37819-0.13195l-1.5438 0.61681c-0.31931-0.24243-0.66963-0.44803-1.0478-0.60454l-0.2325-1.6264c-0.028-0.14423-0.15502-0.25777-0.31002-0.25777h-2.48c-0.15502 0-0.28211 0.11349-0.30692 0.25777l-0.2325 1.6264c-0.37821 0.15651-0.72853 0.35904-1.0478 0.60454l-1.5438-0.61681c-0.13949-0.0522-0.3007 0-0.37819 0.13195l-1.24 2.1266c-0.0775 0.13194-0.0434 0.29766 0.0746 0.39279l1.3082 1.0158c-0.0247 0.19639-0.0434 0.39585-0.0434 0.5984 0 0.20253 0.0185 0.402 0.0434 0.5984l-1.3082 1.0158c-0.1178 0.0921-0.1519 0.25777-0.0746 0.39279l1.24 2.1266c0.0775 0.13196 0.2387 0.1872 0.37819 0.13196l1.5438-0.61682c0.31929 0.24243 0.66961 0.44803 1.0478 0.60455l0.2325 1.6264c0.0249 0.14423 0.1519 0.25779 0.30692 0.25779h2.48c0.155 0 0.28211-0.1135 0.30691-0.25779l0.23251-1.6264c0.3782-0.15652 0.72851-0.35906 1.0478-0.60455l1.5438 0.61682c0.13951 0.0522 0.30072 0 0.3782-0.13196l1.24-2.1266c0.0775-0.13196 0.0434-0.29766-0.0745-0.39279l-1.3082-1.0158zm-4.6067 1.5497c-1.1997 0-2.17-0.96051-2.17-2.1481 0-1.1876 0.97033-2.1481 2.17-2.1481 1.1997 0 2.1701 0.9605 2.1701 2.1481 0 1.1876-0.97032 2.1481-2.1701 2.1481z" fill="#eff0f1" stroke-width="1.2522"/>
-  <path d="m343.19 552.94c0.0856-0.1176 0.16815-0.23934 0.23992-0.36949 0.0717-0.13016 0.13048-0.26481 0.18413-0.39964l1.2026-0.1975c0.10836-0.0183 0.18895-0.11287 0.18698-0.22661l-0.0434-1.7972c-2e-3 -0.11175-0.0871-0.20318-0.19631-0.21611l-1.2107-0.13961c-0.11932-0.26667-0.2716-0.52042-0.4592-0.75231l0.42685-1.126c0.0332-0.10241-7e-3 -0.21949-0.10786-0.2733l-1.5938-0.86105c-0.0995-0.0538-0.22153-0.0249-0.28858 0.0592l-0.72569 0.96452c-0.29851-0.0308-0.59541-0.0222-0.8876 0.0247l-0.77361-0.93241c-0.0711-0.082-0.19324-0.1044-0.28981-0.0465l-1.5504 0.93616c-0.0966 0.0578-0.13337 0.17625-0.0913 0.27828l0.48086 1.107c-0.0856 0.11761-0.16815 0.23933-0.23993 0.3695-0.0717 0.13016-0.13048 0.26481-0.18412 0.39964l-1.2006 0.19858c-0.10836 0.0183-0.18895 0.11287-0.18699 0.2266l0.0434 1.7972c2e-3 0.11175 0.0871 0.20318 0.1963 0.21612l1.2107 0.1396c0.1193 0.26666 0.27157 0.52042 0.4592 0.7523l-0.42686 1.126c-0.0352 0.10128 6e-3 0.2184 0.10584 0.27221l1.5938 0.86106c0.0995 0.0538 0.22152 0.0249 0.28857-0.0592l0.72569-0.96453c0.29853 0.0308 0.59541 0.0222 0.88759-0.0247l0.77362 0.93241c0.0711 0.082 0.19327 0.1044 0.28982 0.0465l1.5504-0.93617c0.0966-0.0579 0.13337-0.17624 0.0913-0.27827zm-3.5096-0.60347c-0.77101-0.41652-1.0543-1.3707-0.63349-2.1339 0.42078-0.76323 1.3847-1.0436 2.1557-0.6271s1.0543 1.3707 0.63349 2.1339c-0.42079 0.76324-1.3847 1.0436-2.1557 0.62709z" fill="#eff0f1" stroke-width="1.2522"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/></g><path d="m339.64 542.1c0.0248-0.1964 0.0434-0.39587 0.0434-0.5984 0-0.20255-0.0185-0.40201-0.0434-0.5984l1.3113-1.0158c0.1178-0.0921 0.15191-0.25777 0.0744-0.39279l-1.24-2.1266c-0.0776-0.13195-0.23869-0.18719-0.37819-0.13195l-1.5438 0.61681c-0.31931-0.24243-0.66963-0.44803-1.0478-0.60454l-0.2325-1.6264c-0.028-0.14423-0.15502-0.25777-0.31002-0.25777h-2.48c-0.15502 0-0.28211 0.11349-0.30692 0.25777l-0.2325 1.6264c-0.37821 0.15651-0.72853 0.35904-1.0478 0.60454l-1.5438-0.61681c-0.13949-0.0522-0.3007 0-0.37819 0.13195l-1.24 2.1266c-0.0775 0.13194-0.0434 0.29766 0.0746 0.39279l1.3082 1.0158c-0.0247 0.19639-0.0434 0.39585-0.0434 0.5984 0 0.20253 0.0185 0.402 0.0434 0.5984l-1.3082 1.0158c-0.1178 0.0921-0.1519 0.25777-0.0746 0.39279l1.24 2.1266c0.0775 0.13196 0.2387 0.1872 0.37819 0.13196l1.5438-0.61682c0.31929 0.24243 0.66961 0.44803 1.0478 0.60455l0.2325 1.6264c0.0249 0.14423 0.1519 0.25779 0.30692 0.25779h2.48c0.155 0 0.28211-0.1135 0.30691-0.25779l0.23251-1.6264c0.3782-0.15652 0.72851-0.35906 1.0478-0.60455l1.5438 0.61682c0.13951 0.0522 0.30072 0 0.3782-0.13196l1.24-2.1266c0.0775-0.13196 0.0434-0.29766-0.0745-0.39279l-1.3082-1.0158zm-4.6067 1.5497c-1.1997 0-2.17-0.96051-2.17-2.1481 0-1.1876 0.97033-2.1481 2.17-2.1481 1.1997 0 2.1701 0.9605 2.1701 2.1481s-0.97032 2.1481-2.1701 2.1481z" fill="#eff0f1" stroke-width="1.2522"/><path d="m343.19 552.94c0.0856-0.1176 0.16815-0.23934 0.23992-0.36949 0.0717-0.13016 0.13048-0.26481 0.18413-0.39964l1.2026-0.1975c0.10836-0.0183 0.18895-0.11287 0.18698-0.22661l-0.0434-1.7972c-2e-3 -0.11175-0.0871-0.20318-0.19631-0.21611l-1.2107-0.13961c-0.11932-0.26667-0.2716-0.52042-0.4592-0.75231l0.42685-1.126c0.0332-0.10241-7e-3 -0.21949-0.10786-0.2733l-1.5938-0.86105c-0.0995-0.0538-0.22153-0.0249-0.28858 0.0592l-0.72569 0.96452c-0.29851-0.0308-0.59541-0.0222-0.8876 0.0247l-0.77361-0.93241c-0.0711-0.082-0.19324-0.1044-0.28981-0.0465l-1.5504 0.93616c-0.0966 0.0578-0.13337 0.17625-0.0913 0.27828l0.48086 1.107c-0.0856 0.11761-0.16815 0.23933-0.23993 0.3695-0.0717 0.13016-0.13048 0.26481-0.18412 0.39964l-1.2006 0.19858c-0.10836 0.0183-0.18895 0.11287-0.18699 0.2266l0.0434 1.7972c2e-3 0.11175 0.0871 0.20318 0.1963 0.21612l1.2107 0.1396c0.1193 0.26666 0.27157 0.52042 0.4592 0.7523l-0.42686 1.126c-0.0352 0.10128 6e-3 0.2184 0.10584 0.27221l1.5938 0.86106c0.0995 0.0538 0.22152 0.0249 0.28857-0.0592l0.72569-0.96453c0.29853 0.0308 0.59541 0.0222 0.88759-0.0247l0.77362 0.93241c0.0711 0.082 0.19327 0.1044 0.28982 0.0465l1.5504-0.93617c0.0966-0.0579 0.13337-0.17624 0.0913-0.27827zm-3.5096-0.60347c-0.77101-0.41652-1.0543-1.3707-0.63349-2.1339 0.42078-0.76323 1.3847-1.0436 2.1557-0.6271s1.0543 1.3707 0.63349 2.1339c-0.42079 0.76324-1.3847 1.0436-2.1557 0.62709z" fill="#eff0f1" stroke-width="1.2522"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerMarkdown.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerMarkdown.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/>
-  <path transform="translate(326 534.36)" d="m0 5v12.1h22v-12.1zm1 1h20v10.1h-20z" fill="#eff0f1"/>
-  <path d="m328 541.36v0.82617 7.1738h2v-5.1738l2 2 2-2v5.1738h2v-7.1738-0.82617h-2.002l-1.998 1.998-1.998-1.998h-2.002zm13 0v4h-3l4 4 4-4h-3v-4h-2z" fill="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/></g><path transform="translate(326 534.36)" d="m0 5v12.1h22v-12.1zm1 1h20v10.1h-20z" fill="#eff0f1"/><path d="m328 541.36v8h2v-5.1738l2 2 2-2v5.1738h2v-8h-2.002l-1.998 1.998-1.998-1.998h-2.002zm13 0v4h-3l4 4 4-4h-3v-4h-2z" fill="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerMatlab.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerMatlab.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,48 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="0" x1="375.8" x2="382.68" y1="522.29" y2="549.47" gradientTransform="matrix(1.1196 -.015866 .015866 1.1196 -15.14 -88.436)" gradientUnits="userSpaceOnUse" xlink:href="#1"/>
-  <linearGradient id="1">
-   <stop stop-color="#fff80f" offset="0"/>
-   <stop stop-color="#fff80f" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="2" x1="37.971" x2="35.118" y1="24.451" y2="25.031" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#af270f" offset="0"/>
-   <stop stop-color="#d86c3b" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="4" x1="36.213" x2="33.719" y1="8.638" y2="17.945" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <linearGradient id="5">
-   <stop stop-color="#771a0f" offset="0"/>
-   <stop stop-color="#92280f" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="6" x2="0" y1="4.135" y2="22.616" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#a0240f" offset="0"/>
-   <stop stop-color="#bc4a0f" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="8" x1="22.858" x2="22.274" y1="43.732" y2="36.825" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#1"/>
-  <linearGradient id="9" x1="21.824" x2="27.722" y1="22.849" y2="24.063" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <linearGradient id="A" x1="20.616" x2="19.831" y1="25.815" y2="21.263" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#4a2834" offset="0"/>
-   <stop stop-color="#512531" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="C" x1="20.626" x2="18.225" y1="24.225" y2="21.824" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#6d9990" offset="0"/>
-   <stop stop-color="#6dcec5" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.50052 0 0 .49613 -193.5 -248.88)">
-  <path d="m415.29 506.12c-0.21279-0.0132-0.43353 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27776-0.0342 0.0326-0.16694 0.14802-0.29742 0.25586-0.18834 0.15566-0.42772 0.44798-0.69985 0.82232-0.3214 0.44212-0.69395 1.0115-1.146 1.778-0.25391 0.4306-0.60385 1.0044-0.77856 1.275-0.1747 0.27066-0.3754 0.59128-0.44616 0.71296-0.2865 0.49266-1.2371 1.7895-1.9858 2.7097-0.63386 0.77903-1.8358 1.8953-2.2898 2.1258-0.0861 0.0437-0.23838 0.13284-0.33679 0.19901-0.22078 0.14843-0.62894 0.30939-1.1766 0.46583-0.46307 0.13229-1.3315 0.56164-1.7037 0.842-0.6369 0.47971-2.0614 2.0149-2.655 2.8606-0.0923 0.13155-0.23401 0.31002-0.31492 0.39804-0.0808 0.0881-0.18581 0.21375-0.23401 0.27775-0.054 0.0717-0.23394 0.17599-0.46802 0.27118-0.20915 0.0851-0.56149 0.23455-0.78295 0.33243-0.22145 0.0979-0.83567 0.34355-1.3647 0.54675s-1.1741 0.46738-1.4325 0.58612c-0.25836 0.11873-0.62984 0.27521-0.82668 0.34773-0.54703 0.20151-1.7145 0.6709-1.8961 0.76325-0.089 0.0453-0.78562 0.32903-1.5484 0.62767-0.76275 0.29866-1.5388 0.61149-1.7234 0.69766-0.18453 0.0863-0.57737 0.25394-0.87262 0.37179-0.7091 0.28307-0.71399 0.31356-0.1334 0.69547 0.20216 0.13297 0.91089 0.6413 1.6052 1.1525 0.14495 0.10672 0.39727 0.28675 0.55987 0.39804 0.16262 0.1113 0.48577 0.34201 0.71953 0.51394 0.23374 0.17191 0.51078 0.36799 0.61454 0.43522 0.17146 0.11108 0.87556 0.61616 1.5506 1.1132 0.14496 0.10672 0.39726 0.28658 0.55987 0.39803 0.27551 0.18882 0.87774 0.6221 1.4981 1.0782 0.50347 0.37016 1.0156 0.70858 1.0716 0.70858 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18937 0.83543-0.21214 0.0477-4e-3 0.10032 0.0159 0.14435 0.0153 0.17561-2e-3 0.32838 1.9e-4 0.57299 0.0613 0.63837 0.15941 0.82928 0.28052 1.4128 0.88574 0.45239 0.46922 0.58372 0.64305 1.0607 1.4128 0.59745 0.96416 0.83527 1.4148 1.0585 1.9945 0.0812 0.21092 0.29332 0.68506 0.4702 1.0541 0.17686 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.7258 0.4046 0.98415c0.11573 0.25835 0.34798 0.81285 0.51612 1.2335 0.16814 0.4206 0.37562 0.91824 0.46146 1.1066 0.11085 0.24337 0.18093 0.34354 0.23838 0.34336 0.10392-3.6e-4 0.75944-0.15778 1.1132-0.26681 0.26628-0.0821 1.0836-0.48064 1.7627-0.8595 0.18455-0.10291 0.53729-0.34558 0.78295-0.54018 0.51198-0.40556 1.907-1.6473 2.0514-1.8262 0.0532-0.0659 0.36767-0.42005 0.69983-0.78733 0.33218-0.36727 0.85594-0.95838 1.1635-1.3122 0.30757-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21065 0.54099-0.62326 0.78951-0.91853 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73077 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15966 0.55422 0.18763 0.72297 0.27063 1.1416 0.55331 0.17223 0.11629 0.36875 0.24497 0.4374 0.2865 0.32691 0.19766 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61237-1.5309-0.16458-0.35677-0.38622-0.88052-0.49207-1.1635-0.10581-0.28295-0.33708-0.85673-0.51393-1.275-0.17686-0.41829-0.40786-1.0016-0.51395-1.2969-0.10604-0.29527-0.3375-0.8786-0.51395-1.2969-0.17644-0.4183-0.42879-1.0421-0.55987-1.3866-0.13107-0.34446-0.37749-0.98958-0.54894-1.4325-0.35827-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64282-1.2388-1.493-1.6402-1.708-0.17057-0.0914-0.37551-0.14644-0.58831-0.15965z" fill-opacity=".235"/>
-  <path d="m399.08 531.24c0.1756-2e-3 0.32786-1e-5 0.57248 0.061 0.63837 0.15942 0.83066 0.27979 1.4142 0.885 0.45239 0.46923 0.58275 0.64229 1.0597 1.412 0.59745 0.96417 0.8365 1.4148 1.0597 1.9945 0.0812 0.21092 0.29262 0.68567 0.46949 1.0548 0.17687 0.36908 0.40846 0.90249 0.51495 1.1854 0.10648 0.28296 0.28842 0.72609 0.40415 0.98444 0.11574 0.25835 0.34823 0.81385 0.51637 1.2345 0.16814 0.42061 0.37585 0.91823 0.46168 1.1066 0.11086 0.24336 0.17908 0.34253 0.23653 0.34235 0.10391-3.6e-4 0.76137-0.15732 1.1151-0.26635 0.26628-0.0821 1.0831-0.48059 1.7622-0.85944 0.18455-0.1029 0.53636-0.34593 0.78202-0.54053 0.51198-0.40555 1.9069-1.648 2.0513-1.8268 0.0533-0.0659 0.36888-0.42042 0.70105-0.78769 0.33217-0.36728 0.85516-0.95667 1.1627-1.3105s0.71093-0.81569 0.89638-1.0264c0.18543-0.21065 0.5406-0.62454 0.78911-0.9198 0.61687-0.73293 1.954-2.0404 2.4966-2.4412 0.98927-0.73077 1.6338-1.0497 2.4284-1.2018 0.59225-0.11336 1.0761-0.0689 1.7558 0.16123 0.55422 0.18764 0.72206 0.2685 1.1407 0.55117 0.17223 0.1163 0.36888 0.24544 0.43752 0.28696 0.32692 0.19766 1.3397 1.0632 2.0463 1.7487 1.5413 1.4953 3.073 2.7818 3.182 2.6728 0.0473-0.0473-0.11744-0.45942-0.61226-1.5321-0.16459-0.35677-0.38566-0.88047-0.49151-1.1634-0.10581-0.28296-0.33739-0.85666-0.51424-1.275s-0.40814-1.0017-0.51424-1.297c-0.10604-0.29526-0.33709-0.87938-0.51353-1.2977-0.17645-0.41828-0.42863-1.042-0.5597-1.3865-0.13108-0.34447-0.37831-0.98901-0.54975-1.4319-0.35827-0.92548-1.1647-3.2365-2.4036-6.8897-1.2341-3.6389-1.8349-5.332-2.5399-7.1575-0.60002-1.5535-1.7201-3.857-2.3205-4.7716-0.42197-0.64282-1.2386-1.4938-1.64-1.7089-0.34113-0.18278-0.82325-0.2124-1.2203-0.076-0.28649 0.0984-0.42065 0.16776-0.53767 0.27915-0.0342 0.0326-0.16855 0.14714-0.29904 0.25499-0.18833 0.15566-0.42821 0.44745-0.70032 0.82179-0.10996 0.41264-0.17094 0.82196-0.29052 1.2345-0.56123 1.9364-1.2293 3.8684-2.0051 5.7674-0.77582 1.8991-1.6597 3.7653-2.6529 5.5707-0.49661 0.90273-1.0204 1.7906-1.5718 2.6593-0.55149 0.86873-1.1306 1.7186-1.7373 2.5463s-1.2412 1.6332-1.9035 2.4128c-0.66231 0.77963-1.3522 1.5328-2.0705 2.2573-0.58001 0.58507-1.1917 1.137-1.8084 1.682z" fill="#d5600f"/>
-  <path d="m399.08 531.24c0.61669-0.54497 1.2284-1.0969 1.8084-1.682 0.71824-0.72448 1.4082-1.4776 2.0705-2.2572 0.6623-0.77963 1.2968-1.5851 1.9035-2.4128 0.60672-0.82771 1.1858-1.6776 1.7373-2.5464 0.55148-0.86872 1.0752-1.7566 1.5718-2.6593 0.99322-1.8054 1.8771-3.6716 2.6529-5.5707 0.77583-1.8991 1.4439-3.8311 2.0051-5.7675 0.11958-0.4125 0.18061-0.82182 0.29052-1.2345-0.32141 0.44212-0.69293 1.0113-1.145 1.7778-0.25391 0.43059-0.60445 1.005-0.77917 1.2757-0.1747 0.27065-0.37529 0.59142-0.44605 0.71311-0.28651 0.49266-1.2365 1.7888-1.9852 2.709-0.63386 0.77902-1.8359 1.8947-2.2899 2.1252-0.0861 0.0437-0.23754 0.13342-0.33596 0.19959-0.22078 0.14842-0.62998 0.31091-1.1776 0.46736-0.46306 0.13229-1.331 0.56133-1.7032 0.84168-0.6369 0.47971-2.0614 2.0139-2.655 2.8596-0.0923 0.13154-0.23444 0.31115-0.31536 0.39917-0.0808 0.088-0.18618 0.213-0.23439 0.27701-0.0539 0.0716-0.23399 0.17543-0.46807 0.27061-0.20915 0.0851-0.56128 0.23454-0.78272 0.33242-0.22145 0.0979-0.83544 0.34441-1.3644 0.54762-0.52901 0.2032-1.1736 0.46654-1.4319 0.58527s-0.63063 0.27552-0.82748 0.34803c-0.54702 0.20153-1.7148 0.67191-1.8964 0.76426-0.089 0.0453-0.78562 0.32711-1.5484 0.62576-0.76275 0.29864-1.5379 0.61345-1.7224 0.69962-0.18454 0.0863-0.57697 0.25291-0.87222 0.37076-0.70909 0.28308-0.71483 0.31276-0.13424 0.69465 0.20216 0.13299 0.91087 0.64296 1.6052 1.1542 0.14496 0.10672 0.39709 0.28505 0.55969 0.39634 0.16263 0.1113 0.48647 0.34303 0.72024 0.51496 0.23374 0.17192 0.5099 0.36745 0.61367 0.43469 0.17146 0.11107 0.87621 0.61739 1.5512 1.1144 0.14495 0.10672 0.39709 0.28489 0.55969 0.39634 0.27552 0.18882 0.87905 0.62353 1.4994 1.0796 0.50346 0.37015 1.0151 0.70885 1.0711 0.70885 0.0575 0 0.7791-0.28215 0.91555-0.35798 0.16972-0.0942 0.54118-0.18819 0.836-0.21095 0.0478-4e-3 0.0994 0.0163 0.14348 0.0157z" fill="#6dd6cd"/>
-  <path d="m411.94 511.13c-1.4767 1.6662-6.6742 10.053-9.625 9.9771-3.4379-0.0882-12.606 4.4943-12.606 4.4943s0.82513 1.0241 1.9464 2.2964c0.0848 0.0611 0.15503 0.10916 0.22963 0.16402 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87774 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.7086 1.0716 0.7086 0.0574 0 0.7799-0.28065 0.91636-0.35649 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.6167-0.54497 1.2286-1.0967 1.8086-1.6818 0.71824-0.72448 1.4066-1.4774 2.0689-2.257 0.6623-0.77963 1.2982-1.5846 1.9049-2.4123 0.60673-0.82771 1.185-1.6769 1.7365-2.5457 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.99323-1.8054 1.877-3.6734 2.6528-5.5725 0.40318-0.9869 0.77466-1.9824 1.1198-2.9831z" fill="url(#C)"/>
-  <path d="m409.28 517.52c-1.9651 0.90851-6.4461 2.8345-9.4128 3.3439-0.0861 0.0548-0.1409 0.1066-0.28212 0.16402-0.028 0.0114-0.0726 0.0303-0.10498 0.0438 2.8482 0.92241 4.6172 2.17 5.6665 3.403 0.50006-0.69847 0.9908-1.4034 1.4522-2.1301 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.39086-0.71047 0.75176-1.4376 1.1088-2.1651z" fill="url(#A)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15941 0.82929 0.28051 1.4128 0.88573 0.45238 0.46923 0.58371 0.64306 1.0607 1.4128 0.59745 0.96416 0.83528 1.4148 1.0585 1.9945 0.0812 0.21091 0.29333 0.68505 0.4702 1.0541 0.0513 0.10688 0.0927 0.21896 0.14872 0.34335 8.6822-6.2627 10.382-19.508 12.112-28.053-0.25789-0.49289-0.41499-1.1125-0.60293-1.3988-0.42198-0.64281 0.96493-1.493 0.56351-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#9)"/>
-  <path d="m415.06 505.68c-0.13992 0.01-0.27933 0.032-0.40897 0.0766-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.4203 0.10496 0.65039 0.20585 0.92292 0.42647 0.14701-0.14182 0.2979-0.27915 0.44177-0.42428 0.80802-0.81505 1.5841-1.662 2.3292-2.5391 0.74507-0.87708 1.4585-1.7851 2.1411-2.7163 0.68257-0.93117 1.3347-1.8854 1.9552-2.8628 0.62043-0.97732 1.2084-1.9762 1.7671-2.9918 1.1174-2.0311 2.1125-4.1314 2.9853-6.2679 0.87281-2.1365 1.6256-4.3104 2.257-6.4888 0.13452-0.46408 0.20215-0.92452 0.32586-1.3887 0.10227-0.14069 0.19313-0.25189 0.2865-0.3696zm9.555 26.723c0.25268 0.22544 0.51194 0.4508 0.73482 0.66703 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0307-0.0307-0.0749-0.30557-0.25588-0.72608-0.76769-0.72237-1.7092-1.5296-2.0405-1.7299-0.0772-0.0467-0.29832-0.19284-0.49209-0.32367-0.4188-0.28278-0.65189-0.39205-1.1285-0.55987z" fill-opacity=".235"/>
-  <path d="m408.02 535.81c-1.2682-0.0367-2.7543 0.14897-4.4702 0.59923 0.0412 0.0891 0.0653 0.15355 0.10497 0.2362 0.17687 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40554 1.907-1.6473 2.0514-1.8261 0.0532-0.0659 0.36767-0.42004 0.69984-0.78732 0.03-0.0331 0.0723-0.0817 0.10498-0.1181-1.0678-0.73837-2.4575-1.2375-4.2843-1.2903z" fill="url(#8)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.11518 0.13559-0.23525 0.26624-0.3521 0.40021 9.9246-3.5501 16.972-3.5446 21.962-1.9574-0.39901-1.0678-1.0608-2.9472-2.1892-6.2745-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#6)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.14026 0.22094-0.29794 0.42889-0.44177 0.64735 17.276-10.936 13.158 5.4278 18.686 3.5276-0.0207-0.0536-0.0421-0.11029-0.0612-0.15966-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#4)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.24981 0.0859-0.37771 0.15182-0.48551 0.24057 6.7988 9.32 7.7946 17.939 7.0181 24.337 0.16983 0.0361 0.34532 0.0827 0.54018 0.14871 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61236-1.5309-0.16459-0.35678-0.38623-0.88053-0.49208-1.1635-0.10581-0.28296-0.33709-0.85673-0.51393-1.275-0.17686-0.41829-0.40785-1.0016-0.51395-1.2969-0.10604-0.29527-0.33751-0.8786-0.51395-1.2969-0.17645-0.41829-0.4288-1.0421-0.55987-1.3866-0.13108-0.34447-0.37749-0.98958-0.54893-1.4325-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#2)"/>
-  <path d="m389.23 525.26c-0.0329 0.0134-0.0608 0.0269-0.0919 0.0394-0.7091 0.28307-0.71398 0.31356-0.1334 0.69547 0.20216 0.13298 0.91089 0.6413 1.6052 1.1525 0.14496 0.10672 0.39727 0.28675 0.55987 0.39804 0.16263 0.11131 0.48577 0.34202 0.71953 0.51394 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87775 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.70859 1.0716 0.70859 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15942 0.82929 0.28052 1.4128 0.88574 0.45238 0.46923 0.58371 0.64305 1.0607 1.4128 0.59745 0.96417 0.83528 1.4148 1.0585 1.9946 0.0812 0.21091 0.29333 0.68505 0.47021 1.0541 0.17686 0.36909 0.40745 0.90239 0.51394 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40555 1.907-1.6473 2.0514-1.8261 0.0533-0.0659 0.36767-0.42004 0.69984-0.78732s0.85592-0.95839 1.1635-1.3122c0.30758-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21066 0.541-0.62327 0.78951-0.91854 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73076 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15965 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0394-0.0394-0.1201-0.43026-0.44396-1.1482-0.57911-0.42661-1.6443-1.3598-2.7381-2.421-0.70659-0.68551-1.7201-1.5497-2.047-1.7474-0.0687-0.0416-0.26517-0.1702-0.4374-0.2865-0.41865-0.28266-0.5874-0.36567-1.1416-0.55331-0.67975-0.23008-1.1617-0.273-1.754-0.15965-0.79461 0.15211-1.4405 0.4699-2.4298 1.2007-0.5426 0.40084-1.8785 1.71-2.4954 2.4429-0.24851 0.29527-0.60408 0.70788-0.78951 0.91854-0.18544 0.21066-0.58909 0.67191-0.89667 1.0257-0.30756 0.35381-0.83131 0.94492-1.1635 1.3122s-0.64654 0.72137-0.69984 0.78732c-0.14442 0.17885-1.5394 1.4206-2.0514 1.8261-0.24566 0.1946-0.59841 0.43729-0.78295 0.5402-0.67913 0.37885-1.4964 0.77741-1.7627 0.85948-0.35375 0.10905-1.0093 0.26646-1.1132 0.26682-0.0575 1.8e-4 -0.12754-0.1-0.23839-0.34336-0.0859-0.18838-0.29332-0.68601-0.46146-1.1066-0.16814-0.42061-0.40039-0.97512-0.51612-1.2335-0.11574-0.25836-0.29811-0.70119-0.4046-0.98415s-0.33708-0.81626-0.51394-1.1854c-0.17688-0.36907-0.38903-0.84322-0.47021-1.0541-0.22323-0.57973-0.46106-1.0304-1.0585-1.9946-0.47698-0.76975-0.60831-0.94358-1.0607-1.4128-0.58352-0.60522-0.77443-0.72632-1.4128-0.88574-0.2446-0.0611-0.39737-0.0634-0.57299-0.0612-0.044 5.6e-4 -0.0966-0.0186-0.14434-0.0153-0.29483 0.0227-0.66571 0.11786-0.83543 0.21214-0.13646 0.0758-0.85891 0.35649-0.91636 0.35649-0.056 0-0.56815-0.33843-1.0716-0.7086-0.62034-0.45609-1.2226-0.88936-1.4981-1.0782-0.16261-0.11143-0.41492-0.29132-0.55987-0.39803-0.67504-0.49703-1.3791-1.0021-1.5506-1.1132-0.10376-0.0672-0.38079-0.26329-0.61454-0.43521-0.23376-0.17192-0.5569-0.40263-0.71953-0.51394-0.1626-0.11129-0.41491-0.29132-0.55987-0.39804-0.5969-0.43949-1.0928-0.79212-1.38-0.9907z" fill="#0f0f0f" fill-opacity=".314"/>
-  <path d="m414.98 508.31c0 8.6574-1.7432 16.183-5.7278 22.83-2.0206 1.6536-1.9444 0.72252-1.5374 2.5632s9.9154-6.0504 10.454-6.058c0.48527-7e-3 1.7031 0.66333 2.2001-0.5555 0.64244-8.5875-2.0876-14.664-5.3888-18.78z" fill="url(#0)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="j" x1="375.8" x2="382.68" y1="522.29" y2="549.47" gradientTransform="matrix(1.1196 -.015866 .015866 1.1196 -15.14 -88.436)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop stop-color="#fff80f" offset="0"/><stop stop-color="#fff80f" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="i" x1="37.971" x2="35.118" y1="24.451" y2="25.031" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#af270f" offset="0"/><stop stop-color="#d86c3b" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="36.213" x2="33.719" y1="8.638" y2="17.945" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#771a0f" offset="0"/><stop stop-color="#92280f" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x2="0" y1="4.135" y2="22.616" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#a0240f" offset="0"/><stop stop-color="#bc4a0f" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="f" x1="22.858" x2="22.274" y1="43.732" y2="36.825" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x1="21.824" x2="27.722" y1="22.849" y2="24.063" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x1="20.616" x2="19.831" y1="25.815" y2="21.263" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#4a2834" offset="0"/><stop stop-color="#512531" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="c" x1="20.626" x2="18.225" y1="24.225" y2="21.824" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#6d9990" offset="0"/><stop stop-color="#6dcec5" offset="1"/></linearGradient></defs><g transform="matrix(.50052 0 0 .49613 -193.5 -248.88)"><path d="m415.29 506.12c-0.21279-0.0132-0.43353 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27776-0.0342 0.0326-0.16694 0.14802-0.29742 0.25586-0.18834 0.15566-0.42772 0.44798-0.69985 0.82232-0.3214 0.44212-0.69395 1.0115-1.146 1.778-0.25391 0.4306-0.60385 1.0044-0.77856 1.275-0.1747 0.27066-0.3754 0.59128-0.44616 0.71296-0.2865 0.49266-1.2371 1.7895-1.9858 2.7097-0.63386 0.77903-1.8358 1.8953-2.2898 2.1258-0.0861 0.0437-0.23838 0.13284-0.33679 0.19901-0.22078 0.14843-0.62894 0.30939-1.1766 0.46583-0.46307 0.13229-1.3315 0.56164-1.7037 0.842-0.6369 0.47971-2.0614 2.0149-2.655 2.8606-0.0923 0.13155-0.23401 0.31002-0.31492 0.39804-0.0808 0.0881-0.18581 0.21375-0.23401 0.27775-0.054 0.0717-0.23394 0.17599-0.46802 0.27118-0.20915 0.0851-0.56149 0.23455-0.78295 0.33243-0.22145 0.0979-0.83567 0.34355-1.3647 0.54675s-1.1741 0.46738-1.4325 0.58612c-0.25836 0.11873-0.62984 0.27521-0.82668 0.34773-0.54703 0.20151-1.7145 0.6709-1.8961 0.76325-0.089 0.0453-0.78562 0.32903-1.5484 0.62767-0.76275 0.29866-1.5388 0.61149-1.7234 0.69766-0.18453 0.0863-0.57737 0.25394-0.87262 0.37179-0.7091 0.28307-0.71399 0.31356-0.1334 0.69547 0.20216 0.13297 0.91089 0.6413 1.6052 1.1525 0.14495 0.10672 0.39727 0.28675 0.55987 0.39804 0.16262 0.1113 0.48577 0.34201 0.71953 0.51394 0.23374 0.17191 0.51078 0.36799 0.61454 0.43522 0.17146 0.11108 0.87556 0.61616 1.5506 1.1132 0.14496 0.10672 0.39726 0.28658 0.55987 0.39803 0.27551 0.18882 0.87774 0.6221 1.4981 1.0782 0.50347 0.37016 1.0156 0.70858 1.0716 0.70858 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18937 0.83543-0.21214 0.0477-4e-3 0.10032 0.0159 0.14435 0.0153 0.17561-2e-3 0.32838 1.9e-4 0.57299 0.0613 0.63837 0.15941 0.82928 0.28052 1.4128 0.88574 0.45239 0.46922 0.58372 0.64305 1.0607 1.4128 0.59745 0.96416 0.83527 1.4148 1.0585 1.9945 0.0812 0.21092 0.29332 0.68506 0.4702 1.0541 0.17686 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.7258 0.4046 0.98415c0.11573 0.25835 0.34798 0.81285 0.51612 1.2335 0.16814 0.4206 0.37562 0.91824 0.46146 1.1066 0.11085 0.24337 0.18093 0.34354 0.23838 0.34336 0.10392-3.6e-4 0.75944-0.15778 1.1132-0.26681 0.26628-0.0821 1.0836-0.48064 1.7627-0.8595 0.18455-0.10291 0.53729-0.34558 0.78295-0.54018 0.51198-0.40556 1.907-1.6473 2.0514-1.8262 0.0532-0.0659 0.36767-0.42005 0.69983-0.78733 0.33218-0.36727 0.85594-0.95838 1.1635-1.3122 0.30757-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21065 0.54099-0.62326 0.78951-0.91853 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73077 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15966 0.55422 0.18763 0.72297 0.27063 1.1416 0.55331 0.17223 0.11629 0.36875 0.24497 0.4374 0.2865 0.32691 0.19766 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61237-1.5309-0.16458-0.35677-0.38622-0.88052-0.49207-1.1635-0.10581-0.28295-0.33708-0.85673-0.51393-1.275-0.17686-0.41829-0.40786-1.0016-0.51395-1.2969-0.10604-0.29527-0.3375-0.8786-0.51395-1.2969-0.17644-0.4183-0.42879-1.0421-0.55987-1.3866-0.13107-0.34446-0.37749-0.98958-0.54894-1.4325-0.35827-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64282-1.2388-1.493-1.6402-1.708-0.17057-0.0914-0.37551-0.14644-0.58831-0.15965z" fill-opacity=".235"/><path d="m399.08 531.24c0.1756-2e-3 0.32786-1e-5 0.57248 0.061 0.63837 0.15942 0.83066 0.27979 1.4142 0.885 0.45239 0.46923 0.58275 0.64229 1.0597 1.412 0.59745 0.96417 0.8365 1.4148 1.0597 1.9945 0.0812 0.21092 0.29262 0.68567 0.46949 1.0548 0.17687 0.36908 0.40846 0.90249 0.51495 1.1854 0.10648 0.28296 0.28842 0.72609 0.40415 0.98444 0.11574 0.25835 0.34823 0.81385 0.51637 1.2345 0.16814 0.42061 0.37585 0.91823 0.46168 1.1066 0.11086 0.24336 0.17908 0.34253 0.23653 0.34235 0.10391-3.6e-4 0.76137-0.15732 1.1151-0.26635 0.26628-0.0821 1.0831-0.48059 1.7622-0.85944 0.18455-0.1029 0.53636-0.34593 0.78202-0.54053 0.51198-0.40555 1.9069-1.648 2.0513-1.8268 0.0533-0.0659 0.36888-0.42042 0.70105-0.78769 0.33217-0.36728 0.85516-0.95667 1.1627-1.3105s0.71093-0.81569 0.89638-1.0264c0.18543-0.21065 0.5406-0.62454 0.78911-0.9198 0.61687-0.73293 1.954-2.0404 2.4966-2.4412 0.98927-0.73077 1.6338-1.0497 2.4284-1.2018 0.59225-0.11336 1.0761-0.0689 1.7558 0.16123 0.55422 0.18764 0.72206 0.2685 1.1407 0.55117 0.17223 0.1163 0.36888 0.24544 0.43752 0.28696 0.32692 0.19766 1.3397 1.0632 2.0463 1.7487 1.5413 1.4953 3.073 2.7818 3.182 2.6728 0.0473-0.0473-0.11744-0.45942-0.61226-1.5321-0.16459-0.35677-0.38566-0.88047-0.49151-1.1634-0.10581-0.28296-0.33739-0.85666-0.51424-1.275s-0.40814-1.0017-0.51424-1.297c-0.10604-0.29526-0.33709-0.87938-0.51353-1.2977-0.17645-0.41828-0.42863-1.042-0.5597-1.3865-0.13108-0.34447-0.37831-0.98901-0.54975-1.4319-0.35827-0.92548-1.1647-3.2365-2.4036-6.8897-1.2341-3.6389-1.8349-5.332-2.5399-7.1575-0.60002-1.5535-1.7201-3.857-2.3205-4.7716-0.42197-0.64282-1.2386-1.4938-1.64-1.7089-0.34113-0.18278-0.82325-0.2124-1.2203-0.076-0.28649 0.0984-0.42065 0.16776-0.53767 0.27915-0.0342 0.0326-0.16855 0.14714-0.29904 0.25499-0.18833 0.15566-0.42821 0.44745-0.70032 0.82179-0.10996 0.41264-0.17094 0.82196-0.29052 1.2345-0.56123 1.9364-1.2293 3.8684-2.0051 5.7674-0.77582 1.8991-1.6597 3.7653-2.6529 5.5707-0.49661 0.90273-1.0204 1.7906-1.5718 2.6593-0.55149 0.86873-1.1306 1.7186-1.7373 2.5463s-1.2412 1.6332-1.9035 2.4128c-0.66231 0.77963-1.3522 1.5328-2.0705 2.2573-0.58001 0.58507-1.1917 1.137-1.8084 1.682z" fill="#d5600f"/><path d="m399.08 531.24c0.61669-0.54497 1.2284-1.0969 1.8084-1.682 0.71824-0.72448 1.4082-1.4776 2.0705-2.2572 0.6623-0.77963 1.2968-1.5851 1.9035-2.4128 0.60672-0.82771 1.1858-1.6776 1.7373-2.5464 0.55148-0.86872 1.0752-1.7566 1.5718-2.6593 0.99322-1.8054 1.8771-3.6716 2.6529-5.5707 0.77583-1.8991 1.4439-3.8311 2.0051-5.7675 0.11958-0.4125 0.18061-0.82182 0.29052-1.2345-0.32141 0.44212-0.69293 1.0113-1.145 1.7778-0.25391 0.43059-0.60445 1.005-0.77917 1.2757-0.1747 0.27065-0.37529 0.59142-0.44605 0.71311-0.28651 0.49266-1.2365 1.7888-1.9852 2.709-0.63386 0.77902-1.8359 1.8947-2.2899 2.1252-0.0861 0.0437-0.23754 0.13342-0.33596 0.19959-0.22078 0.14842-0.62998 0.31091-1.1776 0.46736-0.46306 0.13229-1.331 0.56133-1.7032 0.84168-0.6369 0.47971-2.0614 2.0139-2.655 2.8596-0.0923 0.13154-0.23444 0.31115-0.31536 0.39917-0.0808 0.088-0.18618 0.213-0.23439 0.27701-0.0539 0.0716-0.23399 0.17543-0.46807 0.27061-0.20915 0.0851-0.56128 0.23454-0.78272 0.33242-0.22145 0.0979-0.83544 0.34441-1.3644 0.54762-0.52901 0.2032-1.1736 0.46654-1.4319 0.58527s-0.63063 0.27552-0.82748 0.34803c-0.54702 0.20153-1.7148 0.67191-1.8964 0.76426-0.089 0.0453-0.78562 0.32711-1.5484 0.62576-0.76275 0.29864-1.5379 0.61345-1.7224 0.69962-0.18454 0.0863-0.57697 0.25291-0.87222 0.37076-0.70909 0.28308-0.71483 0.31276-0.13424 0.69465 0.20216 0.13299 0.91087 0.64296 1.6052 1.1542 0.14496 0.10672 0.39709 0.28505 0.55969 0.39634 0.16263 0.1113 0.48647 0.34303 0.72024 0.51496 0.23374 0.17192 0.5099 0.36745 0.61367 0.43469 0.17146 0.11107 0.87621 0.61739 1.5512 1.1144 0.14495 0.10672 0.39709 0.28489 0.55969 0.39634 0.27552 0.18882 0.87905 0.62353 1.4994 1.0796 0.50346 0.37015 1.0151 0.70885 1.0711 0.70885 0.0575 0 0.7791-0.28215 0.91555-0.35798 0.16972-0.0942 0.54118-0.18819 0.836-0.21095 0.0478-4e-3 0.0994 0.0163 0.14348 0.0157z" fill="#6dd6cd"/><path d="m411.94 511.13c-1.4767 1.6662-6.6742 10.053-9.625 9.9771-3.4379-0.0882-12.606 4.4943-12.606 4.4943s0.82513 1.0241 1.9464 2.2964c0.0848 0.0611 0.15503 0.10916 0.22963 0.16402 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87774 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.7086 1.0716 0.7086 0.0574 0 0.7799-0.28065 0.91636-0.35649 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.6167-0.54497 1.2286-1.0967 1.8086-1.6818 0.71824-0.72448 1.4066-1.4774 2.0689-2.257 0.6623-0.77963 1.2982-1.5846 1.9049-2.4123 0.60673-0.82771 1.185-1.6769 1.7365-2.5457 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.99323-1.8054 1.877-3.6734 2.6528-5.5725 0.40318-0.9869 0.77466-1.9824 1.1198-2.9831z" fill="url(#c)"/><path d="m409.28 517.52c-1.9651 0.90851-6.4461 2.8345-9.4128 3.3439-0.0861 0.0548-0.1409 0.1066-0.28212 0.16402-0.028 0.0114-0.0726 0.0303-0.10498 0.0438 2.8482 0.92241 4.6172 2.17 5.6665 3.403 0.50006-0.69847 0.9908-1.4034 1.4522-2.1301 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.39086-0.71047 0.75176-1.4376 1.1088-2.1651z" fill="url(#d)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15941 0.82929 0.28051 1.4128 0.88573 0.45238 0.46923 0.58371 0.64306 1.0607 1.4128 0.59745 0.96416 0.83528 1.4148 1.0585 1.9945 0.0812 0.21091 0.29333 0.68505 0.4702 1.0541 0.0513 0.10688 0.0927 0.21896 0.14872 0.34335 8.6822-6.2627 10.382-19.508 12.112-28.053-0.25789-0.49289-0.41499-1.1125-0.60293-1.3988-0.42198-0.64281 0.96493-1.493 0.56351-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#e)"/><path d="m415.06 505.68c-0.13992 0.01-0.27933 0.032-0.40897 0.0766-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.4203 0.10496 0.65039 0.20585 0.92292 0.42647 0.14701-0.14182 0.2979-0.27915 0.44177-0.42428 0.80802-0.81505 1.5841-1.662 2.3292-2.5391 0.74507-0.87708 1.4585-1.7851 2.1411-2.7163 0.68257-0.93117 1.3347-1.8854 1.9552-2.8628 0.62043-0.97732 1.2084-1.9762 1.7671-2.9918 1.1174-2.0311 2.1125-4.1314 2.9853-6.2679 0.87281-2.1365 1.6256-4.3104 2.257-6.4888 0.13452-0.46408 0.20215-0.92452 0.32586-1.3887 0.10227-0.14069 0.19313-0.25189 0.2865-0.3696zm9.555 26.723c0.25268 0.22544 0.51194 0.4508 0.73482 0.66703 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0307-0.0307-0.0749-0.30557-0.25588-0.72608-0.76769-0.72237-1.7092-1.5296-2.0405-1.7299-0.0772-0.0467-0.29832-0.19284-0.49209-0.32367-0.4188-0.28278-0.65189-0.39205-1.1285-0.55987z" fill-opacity=".235"/><path d="m408.02 535.81c-1.2682-0.0367-2.7543 0.14897-4.4702 0.59923 0.0412 0.0891 0.0653 0.15355 0.10497 0.2362 0.17687 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40554 1.907-1.6473 2.0514-1.8261 0.0532-0.0659 0.36767-0.42004 0.69984-0.78732 0.03-0.0331 0.0723-0.0817 0.10498-0.1181-1.0678-0.73837-2.4575-1.2375-4.2843-1.2903z" fill="url(#f)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.11518 0.13559-0.23525 0.26624-0.3521 0.40021 9.9246-3.5501 16.972-3.5446 21.962-1.9574-0.39901-1.0678-1.0608-2.9472-2.1892-6.2745-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#g)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.14026 0.22094-0.29794 0.42889-0.44177 0.64735 17.276-10.936 13.158 5.4278 18.686 3.5276-0.0207-0.0536-0.0421-0.11029-0.0612-0.15966-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#h)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.24981 0.0859-0.37771 0.15182-0.48551 0.24057 6.7988 9.32 7.7946 17.939 7.0181 24.337 0.16983 0.0361 0.34532 0.0827 0.54018 0.14871 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61236-1.5309-0.16459-0.35678-0.38623-0.88053-0.49208-1.1635-0.10581-0.28296-0.33709-0.85673-0.51393-1.275-0.17686-0.41829-0.40785-1.0016-0.51395-1.2969-0.10604-0.29527-0.33751-0.8786-0.51395-1.2969-0.17645-0.41829-0.4288-1.0421-0.55987-1.3866-0.13108-0.34447-0.37749-0.98958-0.54893-1.4325-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#i)"/><path d="m389.23 525.26c-0.0329 0.0134-0.0608 0.0269-0.0919 0.0394-0.7091 0.28307-0.71398 0.31356-0.1334 0.69547 0.20216 0.13298 0.91089 0.6413 1.6052 1.1525 0.14496 0.10672 0.39727 0.28675 0.55987 0.39804 0.16263 0.11131 0.48577 0.34202 0.71953 0.51394 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87775 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.70859 1.0716 0.70859 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15942 0.82929 0.28052 1.4128 0.88574 0.45238 0.46923 0.58371 0.64305 1.0607 1.4128 0.59745 0.96417 0.83528 1.4148 1.0585 1.9946 0.0812 0.21091 0.29333 0.68505 0.47021 1.0541 0.17686 0.36909 0.40745 0.90239 0.51394 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40555 1.907-1.6473 2.0514-1.8261 0.0533-0.0659 0.36767-0.42004 0.69984-0.78732s0.85592-0.95839 1.1635-1.3122c0.30758-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21066 0.541-0.62327 0.78951-0.91854 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73076 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15965 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0394-0.0394-0.1201-0.43026-0.44396-1.1482-0.57911-0.42661-1.6443-1.3598-2.7381-2.421-0.70659-0.68551-1.7201-1.5497-2.047-1.7474-0.0687-0.0416-0.26517-0.1702-0.4374-0.2865-0.41865-0.28266-0.5874-0.36567-1.1416-0.55331-0.67975-0.23008-1.1617-0.273-1.754-0.15965-0.79461 0.15211-1.4405 0.4699-2.4298 1.2007-0.5426 0.40084-1.8785 1.71-2.4954 2.4429-0.24851 0.29527-0.60408 0.70788-0.78951 0.91854-0.18544 0.21066-0.58909 0.67191-0.89667 1.0257-0.30756 0.35381-0.83131 0.94492-1.1635 1.3122s-0.64654 0.72137-0.69984 0.78732c-0.14442 0.17885-1.5394 1.4206-2.0514 1.8261-0.24566 0.1946-0.59841 0.43729-0.78295 0.5402-0.67913 0.37885-1.4964 0.77741-1.7627 0.85948-0.35375 0.10905-1.0093 0.26646-1.1132 0.26682-0.0575 1.8e-4 -0.12754-0.1-0.23839-0.34336-0.0859-0.18838-0.29332-0.68601-0.46146-1.1066-0.16814-0.42061-0.40039-0.97512-0.51612-1.2335-0.11574-0.25836-0.29811-0.70119-0.4046-0.98415s-0.33708-0.81626-0.51394-1.1854c-0.17688-0.36907-0.38903-0.84322-0.47021-1.0541-0.22323-0.57973-0.46106-1.0304-1.0585-1.9946-0.47698-0.76975-0.60831-0.94358-1.0607-1.4128-0.58352-0.60522-0.77443-0.72632-1.4128-0.88574-0.2446-0.0611-0.39737-0.0634-0.57299-0.0612-0.044 5.6e-4 -0.0966-0.0186-0.14434-0.0153-0.29483 0.0227-0.66571 0.11786-0.83543 0.21214-0.13646 0.0758-0.85891 0.35649-0.91636 0.35649-0.056 0-0.56815-0.33843-1.0716-0.7086-0.62034-0.45609-1.2226-0.88936-1.4981-1.0782-0.16261-0.11143-0.41492-0.29132-0.55987-0.39803-0.67504-0.49703-1.3791-1.0021-1.5506-1.1132-0.10376-0.0672-0.38079-0.26329-0.61454-0.43521-0.23376-0.17192-0.5569-0.40263-0.71953-0.51394-0.1626-0.11129-0.41491-0.29132-0.55987-0.39804-0.5969-0.43949-1.0928-0.79212-1.38-0.9907z" fill="#0f0f0f" fill-opacity=".314"/><path d="m414.98 508.31c0 8.6574-1.7432 16.183-5.7278 22.83-2.0206 1.6536-1.9444 0.72252-1.5374 2.5632s9.9154-6.0504 10.454-6.058c0.48527-7e-3 1.7031 0.66333 2.2001-0.5555 0.64244-8.5875-2.0876-14.664-5.3888-18.78z" fill="url(#j)"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerOctave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerOctave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4265" x1="26" x2="26" y1="44" y2="4" gradientTransform="translate(0,-26)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.49924 0 0 .5 -.99698 12)">
-  <path d="m11.014-17.845c-6.2008 6.7385-4.698 19.296 3.3548 28.047 8.0527 8.7511 19.606 10.382 25.807 3.6436 6.2008-6.7385 4.7023-19.297-3.3505-28.048-8.0527-8.7511-19.611-10.382-25.812-3.6431zm5.6227 2.7992c4.8722-5.2947 13.83-4.1429 20.01 2.5729 6.18 6.7159 7.2398 16.451 2.3676 21.746-4.8722 5.2947-13.833 4.1455-20.013-2.5704-6.18-6.7159-7.2374-16.454-2.3653-21.748z" fill="url(#linearGradient4265)"/>
-  <rect x="33.498" y="-15.502" width="5.0034" height="5.0034" rx=".88521" ry=".88521" fill="#f4754e" stroke="#35383b" stroke-width=".99665"/>
-  <rect x="4.4954" y="-8.5046" width="12.009" height="12.009" rx="2.1247" ry="2.1247" fill="#f4754e" stroke="#35383b" stroke-width=".99087"/>
-  <rect x="36.499" y="7.4989" width="7.0022" height="7.0022" rx="1.2388" ry="1.2388" fill="#f4754e" stroke="#35383b" stroke-width=".99783"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="26" x2="26" y1="44" y2="4" gradientTransform="translate(0,-26)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><g transform="matrix(.49924 0 0 .5 -.99698 12)"><path d="m11.014-17.845c-6.2008 6.7385-4.698 19.296 3.3548 28.047 8.0527 8.7511 19.606 10.382 25.807 3.6436 6.2008-6.7385 4.7023-19.297-3.3505-28.048-8.0527-8.7511-19.611-10.382-25.812-3.6431zm5.6227 2.7992c4.8722-5.2947 13.83-4.1429 20.01 2.5729 6.18 6.7159 7.2398 16.451 2.3676 21.746-4.8722 5.2947-13.833 4.1455-20.013-2.5704s-7.2374-16.454-2.3653-21.748z" fill="url(#a)"/><g fill="#f4754e" stroke="#35383b"><rect x="33.498" y="-15.502" width="5.0034" height="5.0034" rx=".88521" ry=".88521" stroke-width=".99665"/><rect x="4.4954" y="-8.5046" width="12.009" height="12.009" rx="2.1247" ry="2.1247" stroke-width=".99087"/><rect x="36.499" y="7.4989" width="7.0022" height="7.0022" rx="1.2388" ry="1.2388" stroke-width=".99783"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPHP.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPHP.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(-326 -534.36)">
-  <path d="m338.88 535.36-5 19.692 1.25 0.30761 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34913 0.44434 0.34913 0.44434 4.9683 5.8057 0.93261-0.88622-4.5801-5.3638 4.5801-5.3638zm11.558 0a3.125 3.125 0 0 0-3.125 3.125v1.875h1.25v-1.875a1.875 1.875 0 0 1 1.875-1.875 1.875 1.875 0 0 1 1.875 1.875v3.125h-0.625a3.125 3.125 0 0 0-3.125 3.125v0.625h1.25v-0.625a1.875 1.875 0 0 1 1.875-1.875h1.25 0.625v-4.375a3.125 3.125 0 0 0-3.125-3.125zm-1.25 11.25a0.625 0.625 0 0 0-0.625 0.625 0.625 0.625 0 0 0 0.625 0.625 0.625 0.625 0 0 0 0.625-0.625 0.625 0.625 0 0 0-0.625-0.625z" color="#000000" fill="#a592ff" style="text-decoration-line:none;text-indent:0;text-transform:none"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m338.88 535.36-5 19.692 1.25 0.30761 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34913 0.44434 0.34913 0.44434 4.9683 5.8057 0.93261-0.88622-4.5801-5.3638 4.5801-5.3638zm11.558 0a3.125 3.125 0 0 0-3.125 3.125v1.875h1.25v-1.875a1.875 1.875 0 0 1 1.875-1.875 1.875 1.875 0 0 1 1.875 1.875v3.125h-0.625a3.125 3.125 0 0 0-3.125 3.125v0.625h1.25v-0.625a1.875 1.875 0 0 1 1.875-1.875h1.875v-4.375a3.125 3.125 0 0 0-3.125-3.125zm-1.25 11.25a0.625 0.625 0 0 0-0.625 0.625 0.625 0.625 0 0 0 0.625 0.625 0.625 0.625 0 0 0 0.625-0.625 0.625 0.625 0 0 0-0.625-0.625z" color="#000000" fill="#a592ff" style="text-decoration-line:none;text-indent:0;text-transform:none"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPOV.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPOV.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image x="1.0583" y="291.44" width="3.7042" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 QmCC "/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image x="1.0583" y="291.44" width="3.7042" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 QmCC "/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPascal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPascal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#e00a5e">
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <g transform="matrix(1.4615 0 0 1.4232 -154.81 -230.77)">
-   <path transform="translate(326 534.36)" d="m9 3.9473v14.053h1v-7.3613c0.75804 0.86363 1.8509 1.3595 3 1.3613 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4c-1.1491 2e-3 -2.242 0.4977-3 1.3613v-1.4141zm4 1.0527c1.6568 0 3 1.3432 3 3s-1.3432 3-3 3-3-1.3432-3-3 1.3432-3 3-3z"/>
-   <circle cx="331" cy="544.36" r="1" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><g transform="matrix(1.4615 0 0 1.4232 -154.81 -230.77)"><path transform="translate(326 534.36)" d="m9 3.9473v14.053h1v-7.3613c0.75804 0.86363 1.8509 1.3595 3 1.3613 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4c-1.1491 2e-3 -2.242 0.4977-3 1.3613v-1.4141zm4 1.0527c1.6568 0 3 1.3432 3 3s-1.3432 3-3 3-3-1.3432-3-3 1.3432-3 3-3z"/><circle cx="331" cy="544.36" r="1" stroke-width="2"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPerl.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPerl.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m332.53 555.19c-0.40334-0.10334-0.36274-0.21534 0.30229-0.82936 1.1452-1.0577 1.336-2.1114 1.01-5.5791-0.25992-2.7647-0.31823-2.9766-0.75573-2.7451-0.94667 0.50085-2.1296-0.145-3.4726-1.8962-0.66405-0.86585-0.72707-1.1194-0.61304-2.4687 0.0699-0.82702 0.21271-1.8254 0.31735-2.2186 0.1607-0.60351 0.10882-0.71451-0.33391-0.71451-0.28832 0-0.67333-0.17768-0.85554-0.39468-0.45884-0.54651 0.359-1.4245 1.327-1.4245 0.39365 0 0.86297-0.17533 1.043-0.38967 0.46467-0.55368 1.1753-0.48318 1.9731 0.19517 0.84812 0.72118 1.1369 2.3911 0.66034 3.8186-0.53866 1.6135-0.16452 1.7717 0.58903 0.24901 0.42167-0.85202 1.017-1.5952 1.5071-1.8814 0.44558-0.26017 1.0967-0.92202 1.447-1.4704 0.35025-0.54868 0.78949-1.094 0.97605-1.212 0.57275-0.36234 2.1486-0.86035 2.7354-0.86469 0.80044-0.0167 1.874 0.92069 2.0653 1.7819 0.0904 0.40684 0.57267 1.3662 1.0717 2.1319 0.49901 0.76586 0.90731 1.5264 0.90731 1.6902 0 0.16334 0.35488 0.73919 0.78863 1.2789 0.64957 0.80802 0.78666 1.2152 0.77759 2.3096-0.0124 1.501-0.83029 3.4144-1.1297 2.6431-0.0944-0.24334-0.0549-0.65835 0.0881-0.92236 0.29852-0.55151 0.0349-2.9981-0.28853-2.6784-0.22567 0.22317-0.37312 2.6099-0.30983 5.015 0.0822 3.1231-0.0715 6.0675-0.32052 6.146-0.63682 0.20017-0.91515-0.31901-0.65381-1.2199 0.39365-1.357 0.31274-4.9646-0.12416-5.5346-0.20182-0.26351-0.44495-0.93519-0.54026-1.493-0.0953-0.55768-0.27628-1.077-0.40213-1.1539-0.41439-0.25317-1.0398 1.3859-1.0398 2.7251 0 1.0482-0.1598 1.5325-0.78864 2.3909-0.88983 1.2144-0.95944 1.5739-0.3943 2.0376 0.44076 0.36168 0.5264 1.188 0.14711 1.4199-0.13596 0.0833-0.49085-0.10667-0.78862-0.42351-0.42105-0.44685-0.54143-0.48368-0.54143-0.16667 0 0.47534-0.97444 0.79752-1.5123 0.49984-0.28784-0.15834-0.21993-0.30067 0.30877-0.64318 0.94163-0.61002 0.85085-1.1104-0.40778-2.2477-0.98106-0.88652-1.0684-1.065-0.90758-1.854 0.50901-2.4969 0.50696-2.5622-0.0811-2.5622-0.38515 0-0.5545 0.16333-0.5545 0.53684 0 0.29518-0.13056 0.77785-0.29011 1.0727-0.28152 0.52002-0.36548 0.93819-1.0466 5.2121-0.33943 2.1299-0.42322 2.2112-1.8895 1.8337zm7.0582-4.5364c0.34141-0.65269 0.39098-1.2115 0.24461-2.7561-0.19452-2.052-0.33728-2.1236-0.906-0.45335-0.19468 0.57168-0.57371 1.3184-0.84228 1.6592-0.62555 0.79402-0.61427 1.0334 0.0832 1.7674 0.74667 0.78568 0.90876 0.76085 1.4204-0.21717z" fill="#22a7f0" stroke-width="1.6763"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/><rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/><rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/><path d="m332.53 555.19c-0.40334-0.10334-0.36274-0.21534 0.30229-0.82936 1.1452-1.0577 1.336-2.1114 1.01-5.5791-0.25992-2.7647-0.31823-2.9766-0.75573-2.7451-0.94667 0.50085-2.1296-0.145-3.4726-1.8962-0.66405-0.86585-0.72707-1.1194-0.61304-2.4687 0.0699-0.82702 0.21271-1.8254 0.31735-2.2186 0.1607-0.60351 0.10882-0.71451-0.33391-0.71451-0.28832 0-0.67333-0.17768-0.85554-0.39468-0.45884-0.54651 0.359-1.4245 1.327-1.4245 0.39365 0 0.86297-0.17533 1.043-0.38967 0.46467-0.55368 1.1753-0.48318 1.9731 0.19517 0.84812 0.72118 1.1369 2.3911 0.66034 3.8186-0.53866 1.6135-0.16452 1.7717 0.58903 0.24901 0.42167-0.85202 1.017-1.5952 1.5071-1.8814 0.44558-0.26017 1.0967-0.92202 1.447-1.4704 0.35025-0.54868 0.78949-1.094 0.97605-1.212 0.57275-0.36234 2.1486-0.86035 2.7354-0.86469 0.80044-0.0167 1.874 0.92069 2.0653 1.7819 0.0904 0.40684 0.57267 1.3662 1.0717 2.1319 0.49901 0.76586 0.90731 1.5264 0.90731 1.6902 0 0.16334 0.35488 0.73919 0.78863 1.2789 0.64957 0.80802 0.78666 1.2152 0.77759 2.3096-0.0124 1.501-0.83029 3.4144-1.1297 2.6431-0.0944-0.24334-0.0549-0.65835 0.0881-0.92236 0.29852-0.55151 0.0349-2.9981-0.28853-2.6784-0.22567 0.22317-0.37312 2.6099-0.30983 5.015 0.0822 3.1231-0.0715 6.0675-0.32052 6.146-0.63682 0.20017-0.91515-0.31901-0.65381-1.2199 0.39365-1.357 0.31274-4.9646-0.12416-5.5346-0.20182-0.26351-0.44495-0.93519-0.54026-1.493-0.0953-0.55768-0.27628-1.077-0.40213-1.1539-0.41439-0.25317-1.0398 1.3859-1.0398 2.7251 0 1.0482-0.1598 1.5325-0.78864 2.3909-0.88983 1.2144-0.95944 1.5739-0.3943 2.0376 0.44076 0.36168 0.5264 1.188 0.14711 1.4199-0.13596 0.0833-0.49085-0.10667-0.78862-0.42351-0.42105-0.44685-0.54143-0.48368-0.54143-0.16667 0 0.47534-0.97444 0.79752-1.5123 0.49984-0.28784-0.15834-0.21993-0.30067 0.30877-0.64318 0.94163-0.61002 0.85085-1.1104-0.40778-2.2477-0.98106-0.88652-1.0684-1.065-0.90758-1.854 0.50901-2.4969 0.50696-2.5622-0.0811-2.5622-0.38515 0-0.5545 0.16333-0.5545 0.53684 0 0.29518-0.13056 0.77785-0.29011 1.0727-0.28152 0.52002-0.36548 0.93819-1.0466 5.2121-0.33943 2.1299-0.42322 2.2112-1.8895 1.8337zm7.0582-4.5364c0.34141-0.65269 0.39098-1.2115 0.24461-2.7561-0.19452-2.052-0.33728-2.1236-0.906-0.45335-0.19468 0.57168-0.57371 1.3184-0.84228 1.6592-0.62555 0.79402-0.61427 1.0334 0.0832 1.7674 0.74667 0.78568 0.90876 0.76085 1.4204-0.21717z" fill="#22a7f0" stroke-width="1.6763"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPostscript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPostscript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#f62459">
-  <path d="m329.5 535.36v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25zm1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25zm1.25 1.25v1.25h10v-1.25zm-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5zm12.5 1.25v1.25h3.75v-1.25zm-7.5 7.5h7.5v2.5h-7.5z" stroke-width="1.25"/>
-  <rect x="318.28" y="538.32" width="0" height="11"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#f62459"><path d="m329.5 535.36v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25zm1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25zm1.25 1.25v1.25h10v-1.25zm-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5zm12.5 1.25v1.25h3.75v-1.25zm-7.5 7.5h7.5v2.5h-7.5z" stroke-width="1.25"/><rect x="318.28" y="538.32" width="0" height="11"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerProperties.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerProperties.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#5fd38d">
-   <rect x="329" y="537.36" width="8" height="1"/>
-   <rect x="329" y="541.36" width="16" height="1"/>
-   <rect x="329" y="548.36" width="16" height="1"/>
-   <rect x="329" y="545.36" width="8" height="1"/>
-   <rect x="329" y="552.36" width="12" height=".99998"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#5fd38d"><rect x="329" y="537.36" width="8" height="1"/><rect x="329" y="541.36" width="16" height="1"/><rect x="329" y="548.36" width="16" height="1"/><rect x="329" y="545.36" width="8" height="1"/><rect x="329" y="552.36" width="12" height=".99998"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <text transform="scale(1.0362 .96506)" x="0.27806708" y="11.398298" fill="#fff6d5" font-family="sans-serif" font-size="14.312px" letter-spacing="0px" stroke-width=".35781" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.27806708" y="11.398298" fill="#fff6d5" stroke-width=".35781">2</tspan></text>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><text transform="scale(1.0362 .96506)" x="0.27806708" y="11.398298" fill="#fff6d5" font-family="sans-serif" font-size="14.312px" letter-spacing="0px" stroke-width=".35781" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.27806708" y="11.398298" fill="#fff6d5" stroke-width=".35781">2</tspan></text></svg>
--- a/eric6/icons/breeze-dark/languages/lexerPython3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerPython3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerRuby.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerRuby.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerSQL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerSQL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m337 535.36a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" fill="#8e84fc" stroke-width="2.5"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/><rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/><rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/><path d="m337 535.36a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" fill="#8e84fc" stroke-width="2.5"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerTCL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerTCL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m328.09 535.36-1.0937 0.86496 6.7243 7.7065-6.7243 7.7065 1.0937 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#f27935" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m328.09 535.36-1.0937 0.86496 6.7243 7.7065-6.7243 7.7065 1.0937 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#f27935" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerTeX.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerTeX.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path d="m1 1v1.25h20v-1.25zm7.5 3.3325v1.2817l5.3589 7.0532-5.3589 6.4111v1.9214h12.5v-5h-0.70557c0 0.9255 2e-3 1.87-0.81055 2.4243-0.89069 0.60816-2.0641 0.72266-3.0957 0.72266h-4.9121l4.7607-6.4795-4.7607-7.4097h2.7979c1.9848 0 4.8103-0.17856 5.5957 2.1411 0.13426 0.396 0.22256 1.9349 0.25635 2.3511h0.87402v-5.4175zm-7.5 1.6675v1.25h6.25v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h6.25v-1.25z" fill="#9378c5" stroke-width="1.25"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v1.25h20v-1.25zm7.5 3.3325v1.2817l5.3589 7.0532-5.3589 6.4111v1.9214h12.5v-5h-0.70557c0 0.9255 2e-3 1.87-0.81055 2.4243-0.89069 0.60816-2.0641 0.72266-3.0957 0.72266h-4.9121l4.7607-6.4795-4.7607-7.4097h2.7979c1.9848 0 4.8103-0.17856 5.5957 2.1411 0.13426 0.396 0.22256 1.9349 0.25635 2.3511h0.87402v-5.4175zm-7.5 1.6675v1.25h6.25v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h6.25v-1.25z" fill="#9378c5" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/languages/lexerVHDL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerVHDL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,36 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g transform="translate(-6.8792)" fill="none" stroke="#eff0f1">
-   <rect x="8.167" y="292.47" width="3.2452" height="3.2452" stroke-width=".45896"/>
-   <g stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-   <g transform="translate(-4.3735e-8 -4.4979)" stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-   <g transform="rotate(-90 7.5407 296.34)" stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-   <g transform="rotate(-90 9.7897 294.09)" stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g transform="translate(-6.8792)" fill="none" stroke="#eff0f1"><rect x="8.167" y="292.47" width="3.2452" height="3.2452" stroke-width=".45896"/><g stroke-width=".25636"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/><g transform="translate(-4.3735e-8 -4.4979)"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/></g><g transform="rotate(-90 7.5407 296.34)"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/></g><g transform="rotate(-90 9.7897 294.09)"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/></g></g></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerXML.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerXML.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#cf000f"/>
-  <g transform="matrix(1.25 0 0 1.25 -365.86 -227.95)" fill="#cf8fe0">
-   <path d="m563.79 610.65-4 15.754 1 0.24616 4-15.754z" color="#000000"/>
-   <path d="m566.03 613.65-0.74534 0.70967 3.6646 4.2903-3.6646 4.2903 0.74534 0.70968 3.9752-4.6452 0.27951-0.35485-0.27951-0.35483z" color="#000000"/>
-   <path d="m558.54 613.65 0.74534 0.70967-3.6646 4.2903 3.6646 4.2903-0.74534 0.70968-3.9752-4.6452-0.27951-0.35485 0.27951-0.35483z" color="#000000"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#cf000f"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/></g><g transform="matrix(1.25 0 0 1.25 -365.86 -227.95)" fill="#cf8fe0"><path d="m563.79 610.65-4 15.754 1 0.24616 4-15.754z" color="#000000"/><path d="m566.03 613.65-0.74534 0.70967 3.6646 4.2903-3.6646 4.2903 0.74534 0.70968 3.9752-4.6452 0.27951-0.35485-0.27951-0.35483z" color="#000000"/><path d="m558.54 613.65 0.74534 0.70967-3.6646 4.2903 3.6646 4.2903-0.74534 0.70968-3.9752-4.6452-0.27951-0.35485 0.27951-0.35483z" color="#000000"/></g></g></svg>
--- a/eric6/icons/breeze-dark/languages/lexerYAML.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/languages/lexerYAML.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.99793 1.0021)" x="-8.8817842e-16" y="294.5368" fill="#f9d24c" font-family="sans-serif" font-size="2.9584px" letter-spacing="0px" stroke-width=".07396" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-8.8817842e-16" y="294.5368" fill="#f9d24c" stroke-width=".07396">YML</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.99793 1.0021)" x="-8.8817842e-16" y="294.5368" fill="#f9d24c" font-family="sans-serif" font-size="2.9584px" letter-spacing="0px" stroke-width=".07396" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-8.8817842e-16" y="294.5368" fill="#f9d24c" stroke-width=".07396">YML</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/linguist4.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/linguist4.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-dark/linguist48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/linguist48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#eff0f1" stroke-width=".85654"/>
- <path d="m46 26.683v14.049l-5.5 5.2683v-5.2683h-16.5v-14.049z" fill="#5fd38d"/>
- <path d="m44.167 28.439h-18.333v10.537h18.333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#eff0f1" stroke-width=".85654"/><path d="m46 26.683v14.049l-5.5 5.2683v-5.2683h-16.5v-14.049z" fill="#5fd38d"/><path d="m44.167 28.439h-18.333v10.537h18.333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-dark/linkConnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/linkConnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/linkDisconnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/linkDisconnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/listBookmarks.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/listBookmarks.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m240 320v16h96v-16zm0-32v16h96v-16zm0-32v16h96v-16zm-96-240-42.667 85.333-85.333 21.333 64 64-21.333 85.333 85.333-42.667 85.333 42.667-21.333-85.333 64-64-85.333-21.333z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m240 320v16h96v-16zm0-32v16h96v-16zm0-32v16h96v-16zm-96-240-42.667 85.333-85.333 21.333 64 64-21.333 85.333 85.333-42.667 85.333 42.667-21.333-85.333 64-64-85.333-21.333z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/listSelection.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/listSelection.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25zm0 2.5v1.25h11.25v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h12.5v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h16.25v-1.25zm17.5 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25zm0 2.5v1.25h11.25v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h12.5v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h16.25v-1.25zm17.5 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/loading.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/loading.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#bebebe;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 9v4h4v-4zm8 0v4h4v-4zm8 0v4h4v-4z" color="#bebebe" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 9v4h4v-4zm8 0v4h4v-4zm8 0v4h4v-4z" color="#bebebe" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/loadingAnimation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/loadingAnimation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,26 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="396" height="22" version="1.1" viewBox="0 0 396 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 396 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 10.999c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m42.848 12.735c-0.31293 1.7747-1.0768 3.3505-2.1448 4.6419l-0.74858-1.0691 0.0029-2e-3 -2.8157-4.0242 1.0238-0.7169 2.5147 3.5943c0.43736-0.80583 0.76821-1.6858 0.93667-2.6412 0.84176-4.7739-2.3238-9.2948-7.0977-10.137-1.431-0.25233-2.8366-0.13738-4.1299 0.26589l-0.74858-1.0691c1.5788-0.56195 3.3208-0.74081 5.0955-0.42787 5.4558 0.96201 9.0736 6.1287 8.1116 11.585zm-6.489 7.6837c-1.5789 0.56193-3.3208 0.7408-5.0955 0.42787-5.4558-0.96201-9.0736-6.1287-8.1116-11.585 0.31293-1.7747 1.0768-3.3505 2.1448-4.6419l0.69313 0.98989 0.0029-0.00197 2.8676 4.0954-1.0238 0.7169-2.5131-3.589c-0.43937 0.80759-0.77154 1.6899-0.94046 2.6479-0.84176 4.7739 2.3238 9.2947 7.0976 10.136 1.431 0.25233 2.8366 0.13737 4.1299-0.26589z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m64.397 14.419c-0.61635 1.6934-1.6423 3.1126-2.9183 4.1989l-0.55156-1.1828 0.0032-0.0015-2.0741-4.452 1.1328-0.52822 1.8523 3.9763c0.57064-0.71764 1.0493-1.5268 1.3811-2.4384 1.6579-4.5552-0.67447-9.557-5.2296-11.215-1.3655-0.49699-2.7697-0.62787-4.1133-0.4553l-0.55156-1.1828c1.6524-0.27926 3.399-0.1529 5.0924 0.46345 5.2059 1.8948 7.8715 7.6112 5.9767 12.817zm-7.7247 6.4402c-1.6525 0.27923-3.399 0.1529-5.0924-0.46345-5.2059-1.8948-7.8715-7.6112-5.9767-12.817 0.61635-1.6934 1.6423-3.1126 2.9183-4.1989l0.5107 1.0952 0.0032-0.00144 2.1129 4.5311-1.1328 0.52822-1.8516-3.9709c-0.57293 0.71903-1.0533 1.5302-1.386 2.4444-1.6579 4.5552 0.67448 9.557 5.2296 11.215 1.3655 0.49699 2.7697 0.62786 4.1133 0.4553z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m85.66 15.999c-0.90105 1.5607-2.1578 2.7802-3.6031 3.6284l-0.33779-1.2606 0.0034-9.22e-4 -1.2695-4.7445 1.2073-0.32349 1.1337 4.2376c0.68659-0.60764 1.2985-1.3214 1.7835-2.1615 2.4238-4.1981 0.99535-9.529-3.2027-11.953-1.2584-0.72655-2.6186-1.0993-3.9718-1.1627l-0.33779-1.2606c1.6758 0.011912 3.3739 0.43965 4.9346 1.3407 4.7978 2.77 6.4303 8.8625 3.6603 13.66zm-8.7257 5.001c-1.6758-0.01196-3.3739-0.43965-4.9346-1.3407-4.7978-2.77-6.4303-8.8625-3.6603-13.66 0.90105-1.5607 2.1578-2.7802 3.6031-3.6284l0.31276 1.1673 0.0034-8.624e-4 1.294 4.8292-1.2073 0.32349-1.134-4.2321c-0.68909 0.60862-1.303 1.3241-1.7894 2.1666-2.4237 4.1981-0.99534 9.529 3.2027 11.953 1.2584 0.72655 2.6186 1.0993 3.9718 1.1627z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m106.66 17.427c-1.1584 1.3805-2.6078 2.3632-4.1784 2.9476l-0.11374-1.3001 2e-3 -9.33e-4 -0.42636-4.8929 1.2451-0.10894 0.38063 4.3701c0.78167-0.47919 1.5082-1.0758 2.1318-1.819 3.1166-3.7131 2.6356-9.2111-1.0778-12.327-1.1131-0.93403-2.3879-1.5373-3.7096-1.8347l-0.11348-1.3001c1.6482 0.30272 3.2463 1.0188 4.6268 2.1772 4.2439 3.561 4.7936 9.8444 1.2326 14.088zm-9.4616 3.4098c-1.6483-0.30278-3.2463-1.0188-4.6268-2.1772-4.2439-3.561-4.7936-9.8444-1.2326-14.088 1.1584-1.3805 2.6078-2.3632 4.1784-2.9476l0.10532 1.2038 0.0035-2.589e-4 0.43574 4.9805-1.2451 0.10893-0.38186-4.3647c-0.7843 0.47971-1.5131 1.0777-2.1384 1.8229-3.1159 3.7134-2.6349 9.2114 1.0785 12.327 1.1131 0.93403 2.3879 1.5373 3.7096 1.8347z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m127.43 18.659c-1.3805 1.1584-2.9786 1.8745-4.6268 2.1772l0.11375-1.3001 3e-3 -7.5e-5 0.42975-4.8926 1.2451 0.10893-0.38401 4.3698c0.85301-0.33617 1.6721-0.79761 2.4152-1.4212 3.7134-3.1159 4.1944-8.6139 1.0785-12.327-0.93403-1.1131-2.0847-1.9286-3.3346-2.451l0.11374-1.3001c1.5706 0.58433 3.0201 1.5671 4.1784 2.9476 3.561 4.2439 3.0113 10.527-1.2326 14.088zm-9.9099 1.715c-1.5707-0.58441-3.02-1.5671-4.1784-2.9476-3.561-4.2439-3.0113-10.527 1.2326-14.088 1.3805-1.1584 2.9786-1.8745 4.6268-2.1772l-0.10532 1.2038 3e-3 -3.63e-5 -0.43573 4.9805-1.2451-0.10893 0.38187-4.3647c-0.85569 0.33623-1.6773 0.7986-2.4225 1.4239-3.7134 3.1159-4.1944 8.6139-1.0785 12.327 0.93404 1.1131 2.0847 1.9286 3.3346 2.451z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m148 19.659c-1.5607 0.90105-3.2588 1.3288-4.9346 1.3407l0.33779-1.2606 3e-3 4.82e-4 1.2728-4.7436 1.2073 0.32349-1.137 4.2367c0.89843-0.18294 1.7852-0.49514 2.6253-0.98019 4.1981-2.4238 5.6265-7.7547 3.2027-11.953-0.72655-1.2584-1.7181-2.2613-2.8583-2.9928l0.33779-1.2606c1.4453 0.84819 2.702 2.0677 3.6031 3.6284 2.77 4.7978 1.1375 10.89-3.6602 13.66zm-10.057-0.0319c-1.4453-0.84828-2.7021-2.0677-3.6031-3.6284-2.77-4.7978-1.1375-10.89 3.6603-13.66 1.5607-0.90105 3.2588-1.3288 4.9346-1.3407l-0.31276 1.1673 3e-3 5.12e-4 -1.294 4.8292-1.2073-0.32349 1.134-4.2321c-0.90107 0.18253-1.7905 0.49521-2.6329 0.98161-4.1981 2.4238-5.6265 7.7547-3.2027 11.953 0.72655 1.2584 1.7181 2.2613 2.8583 2.9928z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m168.42 20.395c-1.6934 0.61636-3.44 0.7427-5.0924 0.46345l0.55156-1.1828 3e-3 2e-3 2.0772-4.4505 1.1328 0.52822-1.8554 3.9749c0.91654-0.02415 1.8441-0.17762 2.7557-0.50941 4.5552-1.6579 6.8876-6.6598 5.2296-11.215-0.49699-1.3655-1.2993-2.5253-2.2952-3.4437l0.55156-1.1828c1.276 1.0863 2.302 2.5055 2.9183 4.1989 1.8948 5.2059-0.77083 10.922-5.9767 12.817zm-9.8988-1.7778c-1.2761-1.0864-2.302-2.5055-2.9183-4.1989-1.8948-5.2059 0.77083-10.922 5.9767-12.817 1.6934-0.61635 3.44-0.7427 5.0924-0.46345l-0.51071 1.0952 3e-3 0.00104-2.1129 4.5311-1.1328-0.52822 1.8516-3.9709c-0.91908 0.023289-1.8493 0.17678-2.7634 0.50949-4.5552 1.6579-6.8876 6.6598-5.2296 11.215 0.49699 1.3655 1.2994 2.5253 2.2952 3.4437z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m188.74 20.847c-1.7747 0.31293-3.5168 0.13406-5.0955-0.42787l0.74857-1.0691 3e-3 0.0015 2.8185-4.0222 1.0238 0.7169-2.5174 3.5923c0.90681 0.13537 1.8469 0.1453 2.8022-0.02316 4.7738-0.84176 7.9394-5.3626 7.0976-10.136-0.25233-1.431-0.84109-2.7126-1.6624-3.7899l0.74858-1.0691c1.068 1.2914 1.8319 2.8672 2.1448 4.6419 0.96201 5.4558-2.6558 10.623-8.1116 11.585zm-9.4397-3.4697c-1.068-1.2915-1.8319-2.8672-2.1448-4.6419-0.96201-5.4558 2.6558-10.623 8.1116-11.585 1.7747-0.31293 3.5168-0.13406 5.0955 0.42787l-0.69313 0.98989 3e-3 0.00253-2.8676 4.0954-1.0238-0.71689 2.513-3.589c-0.90916-0.13666-1.8519-0.14703-2.8099 0.021894-4.7739 0.84176-7.9394 5.3626-7.0976 10.136 0.25233 1.431 0.8411 2.7126 1.6624 3.7899z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m209 20.999c-1.8021 0-3.4866-0.47865-4.9438-1.3062l0.92285-0.92285 2e-3 2e-3 3.4741-3.4717 0.88379 0.88379-3.103 3.1006c0.86953 0.29078 1.7936 0.4638 2.7637 0.4638 4.8475 0 8.75-3.9025 8.75-8.75 0-1.4531-0.35728-2.8174-0.979-4.021l0.92285-0.92285c0.82756 1.4572 1.3062 3.1417 1.3062 4.9438 0 5.54-4.46 10-10 10zm-8.6938-5.0562c-0.82756-1.4573-1.3062-3.1417-1.3062-4.9438 0-5.54 4.46-10 10-10 1.8021 0 3.4866 0.47865 4.9438 1.3062l-0.85449 0.85449 2e-3 2e-3 -3.5352 3.5352-0.88379-0.88379 3.0981-3.0981c-0.87162-0.29246-1.7982-0.46637-2.771-0.46637-4.8475 0-8.75 3.9025-8.75 8.75 0 1.4531 0.35729 2.8174 0.979 4.021z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m229.26 20.847c-1.7747-0.31293-3.3505-1.0768-4.6419-2.1448l1.0691-0.74858 2e-3 0.0024 4.0242-2.8157 0.7169 1.0238-3.5943 2.5147c0.80583 0.43736 1.6858 0.76821 2.6412 0.93666 4.7739 0.84176 9.2947-2.3238 10.136-7.0976 0.25233-1.431 0.13738-2.8366-0.26589-4.1299l1.0691-0.74858c0.56195 1.5788 0.74081 3.3208 0.42788 5.0955-0.96201 5.4558-6.1287 9.0736-11.585 8.1116zm-7.6837-6.489c-0.56193-1.5789-0.7408-3.3208-0.42787-5.0955 0.96201-5.4558 6.1287-9.0736 11.585-8.1116 1.7747 0.31293 3.3505 1.0768 4.6419 2.1448l-0.98989 0.69313 2e-3 0.00239-4.0954 2.8676-0.71689-1.0238 3.589-2.5131c-0.80759-0.43937-1.6899-0.77154-2.6479-0.94046-4.7738-0.84176-9.2947 2.3238-10.136 7.0976-0.25232 1.431-0.13737 2.8366 0.26589 4.1299z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m249.58 20.395c-1.6934-0.61635-3.1126-1.6423-4.1989-2.9183l1.1828-0.55156 1e-3 0.0037 4.452-2.0741 0.52822 1.1328-3.9763 1.8523c0.71764 0.57064 1.5268 1.0493 2.4384 1.3811 4.5552 1.6579 9.557-0.67447 11.215-5.2296 0.49699-1.3655 0.62788-2.7697 0.45531-4.1133l1.1832-0.55159c0.27926 1.6524 0.1529 3.399-0.46346 5.0924-1.8948 5.2059-7.6112 7.8715-12.817 5.9767zm-6.4402-7.7247c-0.27922-1.6525-0.1529-3.399 0.46346-5.0924 1.8948-5.2059 7.6112-7.8715 12.817-5.9767 1.6934 0.61635 3.1126 1.6423 4.1989 2.9183l-1.0952 0.51071 2e-3 0.00271-4.5311 2.1129-0.52822-1.1328 3.9709-1.8516c-0.71902-0.57293-1.5302-1.0533-2.4444-1.386-4.5552-1.6579-9.557 0.67447-11.215 5.2296-0.49699 1.3655-0.62787 2.7697-0.45531 4.1133z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m270 19.659c-1.5607-0.90105-2.7802-2.1578-3.6284-3.6031l1.2606-0.33779 1e-3 3e-3 4.7445-1.2695 0.32349 1.2073-4.2376 1.1337c0.60765 0.68659 1.3214 1.2985 2.1615 1.7835 4.1981 2.4238 9.529 0.99534 11.953-3.2027 0.72655-1.2584 1.0993-2.6186 1.1627-3.9718l1.2606-0.33779c-0.0119 1.6758-0.43965 3.3739-1.3407 4.9346-2.77 4.7978-8.8625 6.4303-13.66 3.6603zm-5.001-8.7257c0.012-1.6758 0.43964-3.3739 1.3407-4.9346 2.77-4.7978 8.8625-6.4303 13.66-3.6603 1.5607 0.90105 2.7802 2.1578 3.6284 3.6031l-1.1672 0.31276 1e-3 0.00295-4.8292 1.294-0.32349-1.2073 4.2321-1.134c-0.60861-0.68909-1.3241-1.303-2.1666-1.7894-4.1981-2.4237-9.529-0.99534-11.953 3.2027-0.72655 1.2584-1.0993 2.6186-1.1627 3.9718z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m290.57 18.659c-1.3805-1.1584-2.3632-2.6078-2.9476-4.1784l1.3001-0.11375 6.3e-4 0.0031 4.8929-0.42637 0.10893 1.2451-4.3701 0.38063c0.47919 0.78167 1.0758 1.5082 1.819 2.1318 3.7134 3.1159 9.2114 2.6349 12.327-1.0785 0.93404-1.1131 1.5373-2.3879 1.8347-3.7096l1.3002-0.11375c-0.30273 1.6482-1.0188 3.2463-2.1772 4.6268-3.561 4.2439-9.8444 4.7936-14.088 1.2326zm-3.4098-9.4615c0.30278-1.6483 1.0188-3.2463 2.1772-4.6268 3.561-4.2439 9.8444-4.7936 14.088-1.2326 1.3805 1.1584 2.3632 2.6078 2.9476 4.1784l-1.2038 0.10532-6e-5 0.00387-4.9805 0.43574-0.10893-1.2451 4.3647-0.38186c-0.47971-0.7843-1.0777-1.5131-1.8229-2.1384-3.7134-3.1159-9.2114-2.6349-12.327 1.0785-0.93404 1.1131-1.5373 2.3879-1.8347 3.7096z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m311.34 17.426c-1.1584-1.3805-1.8745-2.9786-2.1772-4.6268l1.3001 0.11375 7e-5 0.0032 4.8926 0.42975-0.10893 1.2451-4.3698-0.38401c0.33617 0.85301 0.79761 1.6721 1.4212 2.4152 3.1159 3.7134 8.6139 4.1944 12.327 1.0785 1.1131-0.93403 1.9286-2.0847 2.451-3.3346l1.3001 0.11375c-0.58434 1.5706-1.5671 3.0201-2.9476 4.1784-4.2439 3.561-10.527 3.0113-14.088-1.2326zm-1.715-9.9099c0.58441-1.5707 1.5671-3.0201 2.9476-4.1784 4.2439-3.561 10.527-3.0113 14.088 1.2326 1.1584 1.3805 1.8745 2.9786 2.1772 4.6268l-1.2038-0.10532 3e-5 0.00315-4.9805-0.43574 0.10893-1.2451 4.3647 0.38186c-0.33623-0.85569-0.7986-1.6773-1.4239-2.4225-3.1159-3.7134-8.6139-4.1944-12.327-1.0785-1.1131 0.93403-1.9286 2.0847-2.451 3.3346z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m332.34 15.999c-0.90105-1.5607-1.3288-3.2588-1.3407-4.9346l1.2606 0.33779-4.8e-4 0.0032 4.7436 1.2728-0.32349 1.2073-4.2367-1.137c0.18294 0.89842 0.49514 1.7852 0.98019 2.6253 2.4238 4.1981 7.7547 5.6265 11.953 3.2027 1.2584-0.72655 2.2613-1.7181 2.9928-2.8583l1.2606 0.33779c-0.84819 1.4453-2.0677 2.7021-3.6284 3.6031-4.7978 2.77-10.89 1.1375-13.66-3.6603zm0.0319-10.057c0.84827-1.4453 2.0677-2.7021 3.6284-3.6031 4.7978-2.77 10.89-1.1375 13.66 3.6603 0.90105 1.5607 1.3288 3.2588 1.3407 4.9346l-1.1672-0.31276-5.1e-4 0.0031-4.8292-1.294 0.32349-1.2073 4.2321 1.134c-0.18254-0.90106-0.49521-1.7905-0.98161-2.6329-2.4238-4.1981-7.7547-5.6265-11.953-3.2027-1.2584 0.72655-2.2613 1.7181-2.9928 2.8583z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m353.6 14.419c-0.61635-1.6934-0.7427-3.44-0.46345-5.0924l1.1828 0.55156-1e-3 0.00303 4.4506 2.0772-0.52822 1.1328-3.9749-1.8554c0.0242 0.91654 0.17762 1.8441 0.50941 2.7557 1.6579 4.5552 6.6598 6.8876 11.215 5.2296 1.3655-0.49699 2.5253-1.2993 3.4437-2.2952l1.1828 0.55156c-1.0863 1.276-2.5055 2.302-4.1989 2.9183-5.2059 1.8948-10.922-0.77083-12.817-5.9767zm1.7778-9.8988c1.0864-1.2761 2.5055-2.302 4.1989-2.9183 5.2059-1.8948 10.922 0.77083 12.817 5.9767 0.61636 1.6934 0.74271 3.44 0.46346 5.0924l-1.0952-0.5107-1e-3 3e-3 -4.5311-2.1129 0.52822-1.1328 3.9709 1.8516c-0.0233-0.91908-0.17678-1.8493-0.50949-2.7634-1.6579-4.5552-6.6598-6.8876-11.215-5.2296-1.3655 0.49699-2.5253 1.2994-3.4437 2.2952z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m375.15 12.735c-0.31294-1.7747-0.13407-3.5167 0.42787-5.0955l1.0691 0.74858-2e-3 0.00281 4.0222 2.8185-0.71689 1.0238-3.5923-2.5174c-0.13537 0.90681-0.14529 1.8469 0.0232 2.8023 0.84176 4.7739 5.3626 7.9394 10.136 7.0976 1.431-0.25233 2.7126-0.84109 3.7899-1.6624l1.0691 0.74858c-1.2914 1.068-2.8672 1.8319-4.6419 2.1448-5.4558 0.96201-10.623-2.6558-11.585-8.1116zm3.4697-9.4397c1.2914-1.068 2.8672-1.8319 4.6419-2.1448 5.4558-0.96201 10.623 2.6558 11.585 8.1116 0.31293 1.7747 0.13406 3.5167-0.42787 5.0955l-0.98989-0.69313-2e-3 0.0028-4.0954-2.8676 0.71689-1.0238 3.589 2.5131c0.13666-0.90916 0.14703-1.8519-0.0219-2.8099-0.84176-4.7739-5.3626-7.9394-10.136-7.0976-1.431 0.25233-2.7126 0.8411-3.7899 1.6624z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/>
-</svg>
+      }</style></defs><g fill="#eff0f1" stroke-width="1.25"><path class="ColorScheme-Text" d="m21 10.999c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1"/><path class="ColorScheme-Text" d="m42.848 12.735c-0.31293 1.7747-1.0768 3.3505-2.1448 4.6419l-0.74858-1.0691 0.0029-2e-3 -2.8157-4.0242 1.0238-0.7169 2.5147 3.5943c0.43736-0.80583 0.76821-1.6858 0.93667-2.6412 0.84176-4.7739-2.3238-9.2948-7.0977-10.137-1.431-0.25233-2.8366-0.13738-4.1299 0.26589l-0.74858-1.0691c1.5788-0.56195 3.3208-0.74081 5.0955-0.42787 5.4558 0.96201 9.0736 6.1287 8.1116 11.585zm-6.489 7.6837c-1.5789 0.56193-3.3208 0.7408-5.0955 0.42787-5.4558-0.96201-9.0736-6.1287-8.1116-11.585 0.31293-1.7747 1.0768-3.3505 2.1448-4.6419l0.69313 0.98989 0.0029-0.00197 2.8676 4.0954-1.0238 0.7169-2.5131-3.589c-0.43937 0.80759-0.77154 1.6899-0.94046 2.6479-0.84176 4.7739 2.3238 9.2947 7.0976 10.136 1.431 0.25233 2.8366 0.13737 4.1299-0.26589z" color="#eff0f1"/><path class="ColorScheme-Text" d="m64.397 14.419c-0.61635 1.6934-1.6423 3.1126-2.9183 4.1989l-0.55156-1.1828 0.0032-0.0015-2.0741-4.452 1.1328-0.52822 1.8523 3.9763c0.57064-0.71764 1.0493-1.5268 1.3811-2.4384 1.6579-4.5552-0.67447-9.557-5.2296-11.215-1.3655-0.49699-2.7697-0.62787-4.1133-0.4553l-0.55156-1.1828c1.6524-0.27926 3.399-0.1529 5.0924 0.46345 5.2059 1.8948 7.8715 7.6112 5.9767 12.817zm-7.7247 6.4402c-1.6525 0.27923-3.399 0.1529-5.0924-0.46345-5.2059-1.8948-7.8715-7.6112-5.9767-12.817 0.61635-1.6934 1.6423-3.1126 2.9183-4.1989l0.5107 1.0952 0.0032-0.00144 2.1129 4.5311-1.1328 0.52822-1.8516-3.9709c-0.57293 0.71903-1.0533 1.5302-1.386 2.4444-1.6579 4.5552 0.67448 9.557 5.2296 11.215 1.3655 0.49699 2.7697 0.62786 4.1133 0.4553z" color="#eff0f1"/><path class="ColorScheme-Text" d="m85.66 15.999c-0.90105 1.5607-2.1578 2.7802-3.6031 3.6284l-0.33779-1.2606 0.0034-9.22e-4 -1.2695-4.7445 1.2073-0.32349 1.1337 4.2376c0.68659-0.60764 1.2985-1.3214 1.7835-2.1615 2.4238-4.1981 0.99535-9.529-3.2027-11.953-1.2584-0.72655-2.6186-1.0993-3.9718-1.1627l-0.33779-1.2606c1.6758 0.011912 3.3739 0.43965 4.9346 1.3407 4.7978 2.77 6.4303 8.8625 3.6603 13.66zm-8.7257 5.001c-1.6758-0.01196-3.3739-0.43965-4.9346-1.3407-4.7978-2.77-6.4303-8.8625-3.6603-13.66 0.90105-1.5607 2.1578-2.7802 3.6031-3.6284l0.31276 1.1673 0.0034-8.624e-4 1.294 4.8292-1.2073 0.32349-1.134-4.2321c-0.68909 0.60862-1.303 1.3241-1.7894 2.1666-2.4237 4.1981-0.99534 9.529 3.2027 11.953 1.2584 0.72655 2.6186 1.0993 3.9718 1.1627z" color="#eff0f1"/><path class="ColorScheme-Text" d="m106.66 17.427c-1.1584 1.3805-2.6078 2.3632-4.1784 2.9476l-0.11374-1.3001 2e-3 -9.33e-4 -0.42636-4.8929 1.2451-0.10894 0.38063 4.3701c0.78167-0.47919 1.5082-1.0758 2.1318-1.819 3.1166-3.7131 2.6356-9.2111-1.0778-12.327-1.1131-0.93403-2.3879-1.5373-3.7096-1.8347l-0.11348-1.3001c1.6482 0.30272 3.2463 1.0188 4.6268 2.1772 4.2439 3.561 4.7936 9.8444 1.2326 14.088zm-9.4616 3.4098c-1.6483-0.30278-3.2463-1.0188-4.6268-2.1772-4.2439-3.561-4.7936-9.8444-1.2326-14.088 1.1584-1.3805 2.6078-2.3632 4.1784-2.9476l0.10532 1.2038 0.0035-2.589e-4 0.43574 4.9805-1.2451 0.10893-0.38186-4.3647c-0.7843 0.47971-1.5131 1.0777-2.1384 1.8229-3.1159 3.7134-2.6349 9.2114 1.0785 12.327 1.1131 0.93403 2.3879 1.5373 3.7096 1.8347z" color="#eff0f1"/><path class="ColorScheme-Text" d="m127.43 18.659c-1.3805 1.1584-2.9786 1.8745-4.6268 2.1772l0.11375-1.3001 3e-3 -7.5e-5 0.42975-4.8926 1.2451 0.10893-0.38401 4.3698c0.85301-0.33617 1.6721-0.79761 2.4152-1.4212 3.7134-3.1159 4.1944-8.6139 1.0785-12.327-0.93403-1.1131-2.0847-1.9286-3.3346-2.451l0.11374-1.3001c1.5706 0.58433 3.0201 1.5671 4.1784 2.9476 3.561 4.2439 3.0113 10.527-1.2326 14.088zm-9.9099 1.715c-1.5707-0.58441-3.02-1.5671-4.1784-2.9476-3.561-4.2439-3.0113-10.527 1.2326-14.088 1.3805-1.1584 2.9786-1.8745 4.6268-2.1772l-0.10532 1.2038 3e-3 -3.63e-5 -0.43573 4.9805-1.2451-0.10893 0.38187-4.3647c-0.85569 0.33623-1.6773 0.7986-2.4225 1.4239-3.7134 3.1159-4.1944 8.6139-1.0785 12.327 0.93404 1.1131 2.0847 1.9286 3.3346 2.451z" color="#eff0f1"/><path class="ColorScheme-Text" d="m148 19.659c-1.5607 0.90105-3.2588 1.3288-4.9346 1.3407l0.33779-1.2606 3e-3 4.82e-4 1.2728-4.7436 1.2073 0.32349-1.137 4.2367c0.89843-0.18294 1.7852-0.49514 2.6253-0.98019 4.1981-2.4238 5.6265-7.7547 3.2027-11.953-0.72655-1.2584-1.7181-2.2613-2.8583-2.9928l0.33779-1.2606c1.4453 0.84819 2.702 2.0677 3.6031 3.6284 2.77 4.7978 1.1375 10.89-3.6602 13.66zm-10.057-0.0319c-1.4453-0.84828-2.7021-2.0677-3.6031-3.6284-2.77-4.7978-1.1375-10.89 3.6603-13.66 1.5607-0.90105 3.2588-1.3288 4.9346-1.3407l-0.31276 1.1673 3e-3 5.12e-4 -1.294 4.8292-1.2073-0.32349 1.134-4.2321c-0.90107 0.18253-1.7905 0.49521-2.6329 0.98161-4.1981 2.4238-5.6265 7.7547-3.2027 11.953 0.72655 1.2584 1.7181 2.2613 2.8583 2.9928z" color="#eff0f1"/><path class="ColorScheme-Text" d="m168.42 20.395c-1.6934 0.61636-3.44 0.7427-5.0924 0.46345l0.55156-1.1828 3e-3 2e-3 2.0772-4.4505 1.1328 0.52822-1.8554 3.9749c0.91654-0.02415 1.8441-0.17762 2.7557-0.50941 4.5552-1.6579 6.8876-6.6598 5.2296-11.215-0.49699-1.3655-1.2993-2.5253-2.2952-3.4437l0.55156-1.1828c1.276 1.0863 2.302 2.5055 2.9183 4.1989 1.8948 5.2059-0.77083 10.922-5.9767 12.817zm-9.8988-1.7778c-1.2761-1.0864-2.302-2.5055-2.9183-4.1989-1.8948-5.2059 0.77083-10.922 5.9767-12.817 1.6934-0.61635 3.44-0.7427 5.0924-0.46345l-0.51071 1.0952 3e-3 0.00104-2.1129 4.5311-1.1328-0.52822 1.8516-3.9709c-0.91908 0.023289-1.8493 0.17678-2.7634 0.50949-4.5552 1.6579-6.8876 6.6598-5.2296 11.215 0.49699 1.3655 1.2994 2.5253 2.2952 3.4437z" color="#eff0f1"/><path class="ColorScheme-Text" d="m188.74 20.847c-1.7747 0.31293-3.5168 0.13406-5.0955-0.42787l0.74857-1.0691 3e-3 0.0015 2.8185-4.0222 1.0238 0.7169-2.5174 3.5923c0.90681 0.13537 1.8469 0.1453 2.8022-0.02316 4.7738-0.84176 7.9394-5.3626 7.0976-10.136-0.25233-1.431-0.84109-2.7126-1.6624-3.7899l0.74858-1.0691c1.068 1.2914 1.8319 2.8672 2.1448 4.6419 0.96201 5.4558-2.6558 10.623-8.1116 11.585zm-9.4397-3.4697c-1.068-1.2915-1.8319-2.8672-2.1448-4.6419-0.96201-5.4558 2.6558-10.623 8.1116-11.585 1.7747-0.31293 3.5168-0.13406 5.0955 0.42787l-0.69313 0.98989 3e-3 0.00253-2.8676 4.0954-1.0238-0.71689 2.513-3.589c-0.90916-0.13666-1.8519-0.14703-2.8099 0.021894-4.7739 0.84176-7.9394 5.3626-7.0976 10.136 0.25233 1.431 0.8411 2.7126 1.6624 3.7899z" color="#eff0f1"/><path class="ColorScheme-Text" d="m209 20.999c-1.8021 0-3.4866-0.47865-4.9438-1.3062l0.92285-0.92285 2e-3 2e-3 3.4741-3.4717 0.88379 0.88379-3.103 3.1006c0.86953 0.29078 1.7936 0.4638 2.7637 0.4638 4.8475 0 8.75-3.9025 8.75-8.75 0-1.4531-0.35728-2.8174-0.979-4.021l0.92285-0.92285c0.82756 1.4572 1.3062 3.1417 1.3062 4.9438 0 5.54-4.46 10-10 10zm-8.6938-5.0562c-0.82756-1.4573-1.3062-3.1417-1.3062-4.9438 0-5.54 4.46-10 10-10 1.8021 0 3.4866 0.47865 4.9438 1.3062l-0.85449 0.85449 2e-3 2e-3 -3.5352 3.5352-0.88379-0.88379 3.0981-3.0981c-0.87162-0.29246-1.7982-0.46637-2.771-0.46637-4.8475 0-8.75 3.9025-8.75 8.75 0 1.4531 0.35729 2.8174 0.979 4.021z" color="#eff0f1"/><path class="ColorScheme-Text" d="m229.26 20.847c-1.7747-0.31293-3.3505-1.0768-4.6419-2.1448l1.0691-0.74858 2e-3 0.0024 4.0242-2.8157 0.7169 1.0238-3.5943 2.5147c0.80583 0.43736 1.6858 0.76821 2.6412 0.93666 4.7739 0.84176 9.2947-2.3238 10.136-7.0976 0.25233-1.431 0.13738-2.8366-0.26589-4.1299l1.0691-0.74858c0.56195 1.5788 0.74081 3.3208 0.42788 5.0955-0.96201 5.4558-6.1287 9.0736-11.585 8.1116zm-7.6837-6.489c-0.56193-1.5789-0.7408-3.3208-0.42787-5.0955 0.96201-5.4558 6.1287-9.0736 11.585-8.1116 1.7747 0.31293 3.3505 1.0768 4.6419 2.1448l-0.98989 0.69313 2e-3 0.00239-4.0954 2.8676-0.71689-1.0238 3.589-2.5131c-0.80759-0.43937-1.6899-0.77154-2.6479-0.94046-4.7738-0.84176-9.2947 2.3238-10.136 7.0976-0.25232 1.431-0.13737 2.8366 0.26589 4.1299z" color="#eff0f1"/><path class="ColorScheme-Text" d="m249.58 20.395c-1.6934-0.61635-3.1126-1.6423-4.1989-2.9183l1.1828-0.55156 1e-3 0.0037 4.452-2.0741 0.52822 1.1328-3.9763 1.8523c0.71764 0.57064 1.5268 1.0493 2.4384 1.3811 4.5552 1.6579 9.557-0.67447 11.215-5.2296 0.49699-1.3655 0.62788-2.7697 0.45531-4.1133l1.1832-0.55159c0.27926 1.6524 0.1529 3.399-0.46346 5.0924-1.8948 5.2059-7.6112 7.8715-12.817 5.9767zm-6.4402-7.7247c-0.27922-1.6525-0.1529-3.399 0.46346-5.0924 1.8948-5.2059 7.6112-7.8715 12.817-5.9767 1.6934 0.61635 3.1126 1.6423 4.1989 2.9183l-1.0952 0.51071 2e-3 0.00271-4.5311 2.1129-0.52822-1.1328 3.9709-1.8516c-0.71902-0.57293-1.5302-1.0533-2.4444-1.386-4.5552-1.6579-9.557 0.67447-11.215 5.2296-0.49699 1.3655-0.62787 2.7697-0.45531 4.1133z" color="#eff0f1"/><path class="ColorScheme-Text" d="m270 19.659c-1.5607-0.90105-2.7802-2.1578-3.6284-3.6031l1.2606-0.33779 1e-3 3e-3 4.7445-1.2695 0.32349 1.2073-4.2376 1.1337c0.60765 0.68659 1.3214 1.2985 2.1615 1.7835 4.1981 2.4238 9.529 0.99534 11.953-3.2027 0.72655-1.2584 1.0993-2.6186 1.1627-3.9718l1.2606-0.33779c-0.0119 1.6758-0.43965 3.3739-1.3407 4.9346-2.77 4.7978-8.8625 6.4303-13.66 3.6603zm-5.001-8.7257c0.012-1.6758 0.43964-3.3739 1.3407-4.9346 2.77-4.7978 8.8625-6.4303 13.66-3.6603 1.5607 0.90105 2.7802 2.1578 3.6284 3.6031l-1.1672 0.31276 1e-3 0.00295-4.8292 1.294-0.32349-1.2073 4.2321-1.134c-0.60861-0.68909-1.3241-1.303-2.1666-1.7894-4.1981-2.4237-9.529-0.99534-11.953 3.2027-0.72655 1.2584-1.0993 2.6186-1.1627 3.9718z" color="#eff0f1"/><path class="ColorScheme-Text" d="m290.57 18.659c-1.3805-1.1584-2.3632-2.6078-2.9476-4.1784l1.3001-0.11375 6.3e-4 0.0031 4.8929-0.42637 0.10893 1.2451-4.3701 0.38063c0.47919 0.78167 1.0758 1.5082 1.819 2.1318 3.7134 3.1159 9.2114 2.6349 12.327-1.0785 0.93404-1.1131 1.5373-2.3879 1.8347-3.7096l1.3002-0.11375c-0.30273 1.6482-1.0188 3.2463-2.1772 4.6268-3.561 4.2439-9.8444 4.7936-14.088 1.2326zm-3.4098-9.4615c0.30278-1.6483 1.0188-3.2463 2.1772-4.6268 3.561-4.2439 9.8444-4.7936 14.088-1.2326 1.3805 1.1584 2.3632 2.6078 2.9476 4.1784l-1.2038 0.10532-6e-5 0.00387-4.9805 0.43574-0.10893-1.2451 4.3647-0.38186c-0.47971-0.7843-1.0777-1.5131-1.8229-2.1384-3.7134-3.1159-9.2114-2.6349-12.327 1.0785-0.93404 1.1131-1.5373 2.3879-1.8347 3.7096z" color="#eff0f1"/><path class="ColorScheme-Text" d="m311.34 17.426c-1.1584-1.3805-1.8745-2.9786-2.1772-4.6268l1.3001 0.11375 7e-5 0.0032 4.8926 0.42975-0.10893 1.2451-4.3698-0.38401c0.33617 0.85301 0.79761 1.6721 1.4212 2.4152 3.1159 3.7134 8.6139 4.1944 12.327 1.0785 1.1131-0.93403 1.9286-2.0847 2.451-3.3346l1.3001 0.11375c-0.58434 1.5706-1.5671 3.0201-2.9476 4.1784-4.2439 3.561-10.527 3.0113-14.088-1.2326zm-1.715-9.9099c0.58441-1.5707 1.5671-3.0201 2.9476-4.1784 4.2439-3.561 10.527-3.0113 14.088 1.2326 1.1584 1.3805 1.8745 2.9786 2.1772 4.6268l-1.2038-0.10532 3e-5 0.00315-4.9805-0.43574 0.10893-1.2451 4.3647 0.38186c-0.33623-0.85569-0.7986-1.6773-1.4239-2.4225-3.1159-3.7134-8.6139-4.1944-12.327-1.0785-1.1131 0.93403-1.9286 2.0847-2.451 3.3346z" color="#eff0f1"/><path class="ColorScheme-Text" d="m332.34 15.999c-0.90105-1.5607-1.3288-3.2588-1.3407-4.9346l1.2606 0.33779-4.8e-4 0.0032 4.7436 1.2728-0.32349 1.2073-4.2367-1.137c0.18294 0.89842 0.49514 1.7852 0.98019 2.6253 2.4238 4.1981 7.7547 5.6265 11.953 3.2027 1.2584-0.72655 2.2613-1.7181 2.9928-2.8583l1.2606 0.33779c-0.84819 1.4453-2.0677 2.7021-3.6284 3.6031-4.7978 2.77-10.89 1.1375-13.66-3.6603zm0.0319-10.057c0.84827-1.4453 2.0677-2.7021 3.6284-3.6031 4.7978-2.77 10.89-1.1375 13.66 3.6603 0.90105 1.5607 1.3288 3.2588 1.3407 4.9346l-1.1672-0.31276-5.1e-4 0.0031-4.8292-1.294 0.32349-1.2073 4.2321 1.134c-0.18254-0.90106-0.49521-1.7905-0.98161-2.6329-2.4238-4.1981-7.7547-5.6265-11.953-3.2027-1.2584 0.72655-2.2613 1.7181-2.9928 2.8583z" color="#eff0f1"/><path class="ColorScheme-Text" d="m353.6 14.419c-0.61635-1.6934-0.7427-3.44-0.46345-5.0924l1.1828 0.55156-1e-3 0.00303 4.4506 2.0772-0.52822 1.1328-3.9749-1.8554c0.0242 0.91654 0.17762 1.8441 0.50941 2.7557 1.6579 4.5552 6.6598 6.8876 11.215 5.2296 1.3655-0.49699 2.5253-1.2993 3.4437-2.2952l1.1828 0.55156c-1.0863 1.276-2.5055 2.302-4.1989 2.9183-5.2059 1.8948-10.922-0.77083-12.817-5.9767zm1.7778-9.8988c1.0864-1.2761 2.5055-2.302 4.1989-2.9183 5.2059-1.8948 10.922 0.77083 12.817 5.9767 0.61636 1.6934 0.74271 3.44 0.46346 5.0924l-1.0952-0.5107-1e-3 3e-3 -4.5311-2.1129 0.52822-1.1328 3.9709 1.8516c-0.0233-0.91908-0.17678-1.8493-0.50949-2.7634-1.6579-4.5552-6.6598-6.8876-11.215-5.2296-1.3655 0.49699-2.5253 1.2994-3.4437 2.2952z" color="#eff0f1"/><path class="ColorScheme-Text" d="m375.15 12.735c-0.31294-1.7747-0.13407-3.5167 0.42787-5.0955l1.0691 0.74858-2e-3 0.00281 4.0222 2.8185-0.71689 1.0238-3.5923-2.5174c-0.13537 0.90681-0.14529 1.8469 0.0232 2.8023 0.84176 4.7739 5.3626 7.9394 10.136 7.0976 1.431-0.25233 2.7126-0.84109 3.7899-1.6624l1.0691 0.74858c-1.2914 1.068-2.8672 1.8319-4.6419 2.1448-5.4558 0.96201-10.623-2.6558-11.585-8.1116zm3.4697-9.4397c1.2914-1.068 2.8672-1.8319 4.6419-2.1448 5.4558-0.96201 10.623 2.6558 11.585 8.1116 0.31293 1.7747 0.13406 3.5167-0.42787 5.0955l-0.98989-0.69313-2e-3 0.0028-4.0954-2.8676 0.71689-1.0238 3.589 2.5131c0.13666-0.90916 0.14703-1.8519-0.0219-2.8099-0.84176-4.7739-5.3626-7.9394-10.136-7.0976-1.431 0.25233-2.7126 0.8411-3.7899 1.6624z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/localVariables.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/localVariables.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
- <path class="ColorScheme-Text" d="m9.125 8s-3.125 7.5e-6 -3.125 3.125c0.62426-1.2485 1.221-1.4309 3.0908-1.4323-0.0075 6.8355-1.8393 6.8649-1.8408 7.9557 0.93802 0.72006 2.4038 0.32093 2.5114-1.0938l0.56315-6.8815 2.4902-0.0098-0.56478 6.9303c0 1.875 2.5 1.875 3.125 0l0.625-1.875c-0.625 1.25-2.4995 3.1254-2.4447 1.2174l0.52897-6.263 1.9157-0.0065v-1.6666z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/><path class="ColorScheme-Text" d="m9.125 8s-3.125 7.5e-6 -3.125 3.125c0.62426-1.2485 1.221-1.4309 3.0908-1.4323-0.0075 6.8355-1.8393 6.8649-1.8408 7.9557 0.93802 0.72006 2.4038 0.32093 2.5114-1.0938l0.56315-6.8815 2.4902-0.0098-0.56478 6.9303c0 1.875 2.5 1.875 3.125 0l0.625-1.875c-0.625 1.25-2.4995 3.1254-2.4447 1.2174l0.52897-6.263 1.9157-0.0065v-1.6666z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/logViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/logViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,33 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <linearGradient id="b" x1="386.57" x2="386.57" y1="527.13" y2="504.91" gradientTransform="matrix(.71429 0 0 .70714 -276.55 -352.47)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#1d1e1e" offset="0"/>
-  <stop stop-color="#44484c" offset="1"/>
- </linearGradient>
- <linearGradient id="a" x1="-2" x2="-2" y1="30" y2="2" gradientTransform="matrix(.71429 0 0 .71429 -.42857 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#c6cdd1" offset="0"/>
-  <stop stop-color="#e0e5e7" offset="1"/>
- </linearGradient>
- <rect x="1.9656" y="1.9656" width="18.069" height="18.069" fill="#232629" stroke="#eff0f1" stroke-width="1.9313"/>
- <g transform="matrix(.8 0 0 .8 2.1835 2.2852)">
-  <path d="m1 1v20h20v-20z" fill="url(#a)" stroke-width=".71429"/>
-  <path d="m1 4.5714h20v14.286h-20z" fill="url(#b)" stroke-width=".71429"/>
-  <path d="m1 1h20v2.8571h-20z" fill="#566069" stroke-width=".71429"/>
-  <path d="m1 3.8571h20v0.71429h-20z" fill="#3daee9" stroke-width=".71429"/>
-  <rect x="18.857" y="1.7143" width="1.4286" height="1.4286" rx=".71429" fill="#eff0f1" stroke-width=".71429"/>
-  <circle cx="4.9286" cy="14.929" r="2.5" fill="#eff0f1" stroke-width=".71429"/>
-  <circle cx="4.9286" cy="14.929" r="1.7857" fill="#3daefd" stroke-width=".71429"/>
-  <path d="m8.8571 7.4286h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#da4453" stroke-width=".71429"/>
-  <path d="m15.286 7.4286h2.1429v0.71429h-2.1429zm0 1.4286h4.2857v0.71429h-4.2857zm2.8571-1.4286h1.4286v0.71429h-1.4286z" fill="#95a5a6" stroke-width=".71429"/>
-  <path d="m8.8571 8.8571h2.8571v0.71429h-2.8571zm3.5714 0h1.4286v0.71429h-1.4286z" fill="#bdc3c7" stroke-width=".71429"/>
-  <path d="m8.8571 13.857h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#3daefd" stroke-width=".71429"/>
-  <path d="m15.286 13.857h2.8571v0.71429h-2.8571z" fill="#95a5a6" stroke-width=".71429"/>
-  <path d="m8.8571 15.286h2.1429v0.71429h-2.1429z" fill="#bdc3c7" stroke-width=".71429"/>
-  <path d="m15.286 15.286h2.1429v0.71429h-2.1429zm2.8571 0h0.71429v0.71429h-0.71429zm0.71429-1.4286h0.71429v0.71429h-0.71429z" fill="#95a5a6" stroke-width=".71429"/>
-  <g transform="matrix(.71429 0 0 .71429 -.42857 -.42857)" fill-rule="evenodd">
-   <path d="m7.5 8.92-3.501 1.467s0.416 1.902 0.867 3c0.225 0.551 0.5 1.121 0.889 1.617s0.965 0.99 1.745 0.99 1.354-0.494 1.743-0.99 0.664-1.066 0.889-1.617c0.451-1.102 0.869-3 0.869-3z" fill="#eff0f1"/>
-   <path d="m5 11 2.5-1 2.5 1s-0.928 4-2.5 4-2.5-4-2.5-4" fill="#da4453"/>
-  </g>
-  <path d="m1 20.286h20v0.71429h-20z" fill="#99a1a7" stroke-width=".71429"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><linearGradient id="c" x1="386.57" x2="386.57" y1="527.13" y2="504.91" gradientTransform="matrix(.71429 0 0 .70714 -276.55 -352.47)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="d" x1="-2" x2="-2" y1="30" y2="2" gradientTransform="matrix(.71429 0 0 .71429 -.42857 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><rect x="1.9656" y="1.9656" width="18.069" height="18.069" fill="#232629" stroke="#eff0f1" stroke-width="1.9313"/><g transform="matrix(.8 0 0 .8 2.1835 2.2852)"><g stroke-width=".71429"><path d="m1 1v20h20v-20z" fill="url(#d)"/><path d="m1 4.5714h20v14.286h-20z" fill="url(#c)"/><path d="m1 1h20v2.8571h-20z" fill="#566069"/><path d="m1 3.8571h20v0.71429h-20z" fill="#3daee9"/><rect x="18.857" y="1.7143" width="1.4286" height="1.4286" rx=".71429" fill="#eff0f1"/><circle cx="4.9286" cy="14.929" r="2.5" fill="#eff0f1"/><circle cx="4.9286" cy="14.929" r="1.7857" fill="#3daefd"/><path d="m8.8571 7.4286h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#da4453"/><path d="m15.286 7.4286h2.1429v0.71429h-2.1429zm0 1.4286h4.2857v0.71429h-4.2857zm2.8571-1.4286h1.4286v0.71429h-1.4286z" fill="#95a5a6"/><path d="m8.8571 8.8571h2.8571v0.71429h-2.8571zm3.5714 0h1.4286v0.71429h-1.4286z" fill="#bdc3c7"/><path d="m8.8571 13.857h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#3daefd"/><path d="m15.286 13.857h2.8571v0.71429h-2.8571z" fill="#95a5a6"/><path d="m8.8571 15.286h2.1429v0.71429h-2.1429z" fill="#bdc3c7"/><path d="m15.286 15.286h2.1429v0.71429h-2.1429zm2.8571 0h0.71429v0.71429h-0.71429zm0.71429-1.4286h0.71429v0.71429h-0.71429z" fill="#95a5a6"/></g><g transform="matrix(.71429 0 0 .71429 -.42857 -.42857)" fill-rule="evenodd"><path d="m7.5 8.92-3.501 1.467s0.416 1.902 0.867 3c0.225 0.551 0.5 1.121 0.889 1.617s0.965 0.99 1.745 0.99 1.354-0.494 1.743-0.99 0.664-1.066 0.889-1.617c0.451-1.102 0.869-3 0.869-3z" fill="#eff0f1"/><path d="m5 11 2.5-1 2.5 1s-0.928 4-2.5 4-2.5-4-2.5-4" fill="#da4453"/></g><path d="m1 20.286h20v0.71429h-20z" fill="#99a1a7" stroke-width=".71429"/></g></svg>
--- a/eric6/icons/breeze-dark/mailSend.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/mailSend.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6.4545 4v0.875h12.306l-6.8519 6.595-5.4545-5.25v1.2373l2.7486 2.6472-2.7486 2.6455v1.2373l3.3913-3.2642 2.0632 1.9841 2.0632-1.9841 6.1186 5.8892v0.5127h-13.636v0.875h14.545v-14h-0.90909zm13.592 0.875h0.04439v10.5l-5.4759-5.2705zm-19.047 4.375v0.875h4.5455v-0.875zm1.8182 2.625v0.875h2.7273v-0.875z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6.4545 4v0.875h12.306l-6.8519 6.595-5.4545-5.25v1.2373l2.7486 2.6472-2.7486 2.6455v1.2373l3.3913-3.2642 2.0632 1.9841 2.0632-1.9841 6.1186 5.8892v0.5127h-13.636v0.875h14.545v-14h-0.90909zm13.592 0.875h0.04439v10.5l-5.4759-5.2705zm-19.047 4.375v0.875h4.5455v-0.875zm1.8182 2.625v0.875h2.7273v-0.875z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/makefile.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/makefile.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.6857 0 0 1.6686 -2.5294 -1731.6)" fill="#eff0f1">
-  <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/>
-  <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.6857 0 0 1.6686 -2.5294 -1731.6)" fill="#eff0f1"><path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/><path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/></g></svg>
--- a/eric6/icons/breeze-dark/makefile48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/makefile48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(3.7928 0 0 3.6709 -6.4411 -3809.7)" fill="#eff0f1">
-  <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/>
-  <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(3.7928 0 0 3.6709 -6.4411 -3809.7)" fill="#eff0f1"><path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/><path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/></g></svg>
--- a/eric6/icons/breeze-dark/masterProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/masterProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
- <path d="m17.122 8.0064-7.653 7.653-1.9108-1.9108-1.1784 1.1784 3.0762 3.0794 0.0097-0.01296 0.01296 0.01296 8.8216-8.8216-1.1784-1.1784" color="#eff0f1" fill="#87de87"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/><path d="m17.122 8.0064-7.653 7.653-1.9108-1.9108-1.1784 1.1784 3.0762 3.0794 0.0097-0.01296 0.01296 0.01296 8.8216-8.8216-1.1784-1.1784" color="#eff0f1" fill="#87de87"/></svg>
--- a/eric6/icons/breeze-dark/mediaPlaybackPause.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/mediaPlaybackPause.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/mediaPlaybackStart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/mediaPlaybackStart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm5 3.3333v10l6.6667-5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm5 3.3333v10l6.6667-5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/method.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/method.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/method_class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/method_class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#9de3f1">
-  <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#9de3f1"><path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/method_private.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/method_private.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.8 0 0 .66667 4.6 -691.24)">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="currentColor"/><g transform="matrix(.8 0 0 .66667 4.6 -691.24)"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/method_protected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/method_protected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2 1v8h5.625v-3.5556h7.875v1.7778h1.125v-1.7778h1.125v1.7778h1.125v-1.7778h1.125v-0.88889h-12.375v-3.5556zm1.125 0.88889h3.375v6.2222h-3.375z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2 1v8h5.625v-3.5556h7.875v1.7778h1.125v-1.7778h1.125v1.7778h1.125v-1.7778h1.125v-0.88889h-12.375v-3.5556zm1.125 0.88889h3.375v6.2222h-3.375z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/method_static.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/method_static.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#80ff80">
-  <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#80ff80"><path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/microbitDevice.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/microbitDevice.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)" stroke="#eff0f1">
-  <rect x=".78637" y="288" width="11.132" height="5.3112" ry="2.6556" fill="none" stroke-width=".50959"/>
-  <g fill="#eff0f1" stroke-width=".50065">
-   <ellipse cx="2.747" cy="290.65" rx=".51892" ry=".50925"/>
-   <ellipse cx="9.8545" cy="290.65" rx=".51892" ry=".50925"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)" stroke="#eff0f1"><rect x=".78637" y="288" width="11.132" height="5.3112" ry="2.6556" fill="none" stroke-width=".50959"/><g fill="#eff0f1" stroke-width=".50065"><ellipse cx="2.747" cy="290.65" rx=".51892" ry=".50925"/><ellipse cx="9.8545" cy="290.65" rx=".51892" ry=".50925"/></g></g></svg>
--- a/eric6/icons/breeze-dark/micropython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/micropython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1h8v17h2.5v-17h9.5v20h-4l1-17h-3.5v17h-8.5v-17h-2v17h-3zm19 16.257h-1.5v1.9883h1.5z" fill="#eff0f1" stroke-width=".05848"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1h8v17h2.5v-17h9.5v20h-4l1-17h-3.5v17h-8.5v-17h-2v17h-3zm19 16.257h-1.5v1.9883h1.5z" fill="#eff0f1" stroke-width=".05848"/></svg>
--- a/eric6/icons/breeze-dark/micropython48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/micropython48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m2 2h17.6v37.4h5.5v-37.4h20.9v44h-8.3v-37.4h-6v37.4h-18.7v-37.4h-4.4v37.4h-6.6zm41.8 35.766h-3.3v4.3743h3.3z" fill="#eff0f1" stroke-width=".12866"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m2 2h17.6v37.4h5.5v-37.4h20.9v44h-8.3v-37.4h-6v37.4h-18.7v-37.4h-4.4v37.4h-6.6zm41.8 35.766h-3.3v4.3743h3.3z" fill="#eff0f1" stroke-width=".12866"/></svg>
--- a/eric6/icons/breeze-dark/miniconda.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/miniconda.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" fill="#eff0f1" stroke-width=".17302"/>
- <path d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" fill="#eff0f1" stroke-width=".17302"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" fill="#eff0f1" stroke-width=".17302"/><path d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" fill="#eff0f1" stroke-width=".17302"/></svg>
--- a/eric6/icons/breeze-dark/miniconda48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/miniconda48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <style>.st0{fill:#eff0f1}</style>
- <path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" fill="#eff0f1" stroke-width=".37751"/>
- <path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" fill="#eff0f1" stroke-width=".37751"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><style>.st0{fill:#eff0f1}</style><path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" fill="#eff0f1" stroke-width=".37751"/><path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" fill="#eff0f1" stroke-width=".37751"/></svg>
--- a/eric6/icons/breeze-dark/minus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/minus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/module.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/module.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="#de8787"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="#de8787"/></svg>
--- a/eric6/icons/breeze-dark/mouse.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/mouse.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m9.6667 1a6.6667 6.25 0 0 0-6.6667 6.25v7.5a6.6667 6.25 0 0 0 6.6667 6.25h2.6667a6.6667 6.25 0 0 0 6.6667-6.25v-7.5a6.6667 6.25 0 0 0-6.6667-6.25zm0 1.25h2.6667a5.3333 5 0 0 1 5.3333 5v7.5a5.3333 5 0 0 1-5.3333 5h-2.6667a5.3333 5 0 0 1-5.3333-5v-7.5a5.3333 5 0 0 1 5.3333-5zm0 1.25v6.25h2.6667v-6.25z" color="#eff0f1" fill="currentColor" stroke-width="1.291"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m9.6667 1a6.6667 6.25 0 0 0-6.6667 6.25v7.5a6.6667 6.25 0 0 0 6.6667 6.25h2.6667a6.6667 6.25 0 0 0 6.6667-6.25v-7.5a6.6667 6.25 0 0 0-6.6667-6.25zm0 1.25h2.6667a5.3333 5 0 0 1 5.3333 5v7.5a5.3333 5 0 0 1-5.3333 5h-2.6667a5.3333 5 0 0 1-5.3333-5v-7.5a5.3333 5 0 0 1 5.3333-5zm0 1.25v6.25h2.6667v-6.25z" color="#eff0f1" fill="currentColor" stroke-width="1.291"/></svg>
--- a/eric6/icons/breeze-dark/moveBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/moveBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(24 0 0 24 -32 -24873)" fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/>
- </g>
- <path d="m304 160v-32h32v-32h-32v-32l-64 48 64 48" fill="#49cf00"/>
- <path d="m218.31 112v-32h-32v-32h32v-32l64 48-64 48" fill="#49cf00"/>
-</svg>
+      }</style></defs><g transform="matrix(24 0 0 24 -32 -24873)" fill="#eff0f1"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/></g><path d="m304 160v-32h32v-32h-32v-32l-64 48 64 48" fill="#49cf00"/><path d="m218.31 112v-32h-32v-32h32v-32l64 48-64 48" fill="#49cf00"/></svg>
--- a/eric6/icons/breeze-dark/moveInstructionPointer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/moveInstructionPointer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-13.75 5v10h1.25v-3.75h5v2.5l5-3.75-5-3.75v2.5h-5v-3.75h-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-13.75 5v10h1.25v-3.75h5v2.5l5-3.75-5-3.75v2.5h-5v-3.75h-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectClose.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectClose.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectNew.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectNew.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path d="m15.6 12v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path d="m15.6 12v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectOpen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectOpen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectProps.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectProps.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path d="m19.838 21c0.15174-0.0021 0.30148-0.03496 0.4402-0.0966 0.13874-0.06164 0.26356-0.15076 0.367-0.26198 0.20126-0.18366 0.32609-0.4365 0.3496-0.70819 0.0267-0.28084-0.0546-0.5613-0.2273-0.78412-0.77558-0.81941-2.3053-2.3518-3.4179-3.4431 0.23675-0.64136 0.22569-1.3482-0.03102-1.9818-0.2111-0.52719-0.58649-0.972-1.0703-1.2682-0.37955-0.25181-0.8158-0.40483-1.2693-0.44522-0.45347-0.04038-0.90977 0.03313-1.3278 0.21392l-0.39671 0.17212 1.8423 1.9005-0.80659 0.81042-1.8924-1.8527-0.17184 0.39864c-0.14484 0.33608-0.22166 0.69764-0.22596 1.0637-0.0044 0.36605 0.06396 0.72932 0.20089 1.0687 0.13576 0.33561 0.33744 0.64047 0.59304 0.89648 0.14484 0.14198 0.30491 0.26745 0.47732 0.37413 0.35672 0.23864 0.76487 0.38908 1.1909 0.43896 0.42609 0.04988 0.85789-0.0023 1.2599-0.15208 0.70578 0.71718 2.4675 2.494 3.4191 3.3839 0.19088 0.17368 0.43899 0.27073 0.69683 0.27254zm-5.1027-8.4024c0.42287-0.0011 0.83649 0.12375 1.1884 0.35859 0.13725 0.08394 0.26471 0.18297 0.38003 0.29524 0.3067 0.30971 0.51154 0.70596 0.58703 1.1356 0.0755 0.42964 0.01805 0.87215-0.16464 1.2682l-0.08711 0.19125 0.14974 0.14643c1.1174 1.0925 2.7444 2.7175 3.5265 3.5447 0.06965 0.10388 0.09943 0.22945 0.08385 0.35355-0.01557 0.12416-0.07545 0.23847-0.16857 0.3218-0.05367 0.0599-0.11906 0.10812-0.19211 0.14162-0.0644 0.02917-0.13398 0.04501-0.20464 0.04662-0.1073-0.0027-0.21003-0.04411-0.28935-0.11649-1.0112-0.9455-2.9651-2.9225-3.5384-3.5035l-0.14736-0.14882-0.18972 0.08666c-0.33027 0.15423-0.69472 0.22026-1.058 0.19166-0.36328-0.02859-0.71299-0.15082-1.0152-0.35482-0.1375-0.08492-0.26498-0.18517-0.37999-0.29882-0.19916-0.19894-0.35653-0.43579-0.46292-0.69661-0.10634-0.26081-0.15949-0.54031-0.15641-0.82202 0-0.13888 0.0138-0.27743 0.0412-0.41358l1.6568 1.6196 1.64-1.6406-1.6168-1.6674c0.13756-0.02679 0.27746-0.03981 0.4176-0.03885z" fill="#eff0f1" stroke-width=".64342"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path d="m19.838 21c0.15174-0.0021 0.30148-0.03496 0.4402-0.0966 0.13874-0.06164 0.26356-0.15076 0.367-0.26198 0.20126-0.18366 0.32609-0.4365 0.3496-0.70819 0.0267-0.28084-0.0546-0.5613-0.2273-0.78412-0.77558-0.81941-2.3053-2.3518-3.4179-3.4431 0.23675-0.64136 0.22569-1.3482-0.03102-1.9818-0.2111-0.52719-0.58649-0.972-1.0703-1.2682-0.37955-0.25181-0.8158-0.40483-1.2693-0.44522-0.45347-0.04038-0.90977 0.03313-1.3278 0.21392l-0.39671 0.17212 1.8423 1.9005-0.80659 0.81042-1.8924-1.8527-0.17184 0.39864c-0.14484 0.33608-0.22166 0.69764-0.22596 1.0637-0.0044 0.36605 0.06396 0.72932 0.20089 1.0687 0.13576 0.33561 0.33744 0.64047 0.59304 0.89648 0.14484 0.14198 0.30491 0.26745 0.47732 0.37413 0.35672 0.23864 0.76487 0.38908 1.1909 0.43896 0.42609 0.04988 0.85789-0.0023 1.2599-0.15208 0.70578 0.71718 2.4675 2.494 3.4191 3.3839 0.19088 0.17368 0.43899 0.27073 0.69683 0.27254zm-5.1027-8.4024c0.42287-0.0011 0.83649 0.12375 1.1884 0.35859 0.13725 0.08394 0.26471 0.18297 0.38003 0.29524 0.3067 0.30971 0.51154 0.70596 0.58703 1.1356 0.0755 0.42964 0.01805 0.87215-0.16464 1.2682l-0.08711 0.19125 0.14974 0.14643c1.1174 1.0925 2.7444 2.7175 3.5265 3.5447 0.06965 0.10388 0.09943 0.22945 0.08385 0.35355-0.01557 0.12416-0.07545 0.23847-0.16857 0.3218-0.05367 0.0599-0.11906 0.10812-0.19211 0.14162-0.0644 0.02917-0.13398 0.04501-0.20464 0.04662-0.1073-0.0027-0.21003-0.04411-0.28935-0.11649-1.0112-0.9455-2.9651-2.9225-3.5384-3.5035l-0.14736-0.14882-0.18972 0.08666c-0.33027 0.15423-0.69472 0.22026-1.058 0.19166-0.36328-0.02859-0.71299-0.15082-1.0152-0.35482-0.1375-0.08492-0.26498-0.18517-0.37999-0.29882-0.19916-0.19894-0.35653-0.43579-0.46292-0.69661-0.10634-0.26081-0.15949-0.54031-0.15641-0.82202 0-0.13888 0.0138-0.27743 0.0412-0.41358l1.6568 1.6196 1.64-1.6406-1.6168-1.6674c0.13756-0.02679 0.27746-0.03981 0.4176-0.03885z" fill="#eff0f1" stroke-width=".64342"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectSave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectSave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectSaveAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectSaveAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m12 12.9v8.097h4.5v-0.506h-2.5v-3.036h2.5v-0.506h-3v3.542h-1v-7.084h1.5v2.53h4v-2.53h0.14648l1.3535 1.3698v1.6663h0.5v-1.8718h-0.0039l0.0039-0.0049-1.6465-1.6663-0.0039 0.0049v-0.0049h-0.34961zm2.5 0.50699h1.9502v2.024h-1.9502zm5.5 3.542-0.49805 0.50304h-0.0019l-2.5 2.529 0.0039 0.0049-0.0019 0.50798h-0.0019v0.50596h1l0.0029-0.0049h0.0068l-0.0029-0.0049 0.49316-0.49908 2-2.022-0.35254-0.35875-2.4951 2.5231-0.29688-0.29945 2.4961-2.5241 0.2959 0.30044 0.35254 0.35578 0.49996-0.506z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m12 12.9v8.097h4.5v-0.506h-2.5v-3.036h2.5v-0.506h-3v3.542h-1v-7.084h1.5v2.53h4v-2.53h0.14648l1.3535 1.3698v1.6663h0.5v-1.8718h-0.0039l0.0039-0.0049-1.6465-1.6663-0.0039 0.0049v-0.0049h-0.34961zm2.5 0.50699h1.9502v2.024h-1.9502zm5.5 3.542-0.49805 0.50304h-0.0019l-2.5 2.529 0.0039 0.0049-0.0019 0.50798h-0.0019v0.50596h1l0.0029-0.0049h0.0068l-0.0029-0.0049 0.49316-0.49908 2-2.022-0.35254-0.35875-2.4951 2.5231-0.29688-0.29945 2.4961-2.5241 0.2959 0.30044 0.35254 0.35578 0.49996-0.506z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/multiProjectViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/multiProjectViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/namedgroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/namedgroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m17 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
- <path d="m8.5 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m17 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8"/><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text></g><path d="m8.5 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/namedreference.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/namedreference.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m16.25 7.4281h-10.5v7.1429h10.5v-7.1429m0.75-1.4281v10h-12v-10h12" fill="#eff0f1"/>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
- <path d="m12.5 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path d="m16.25 7.4281h-10.5v7.1429h10.5v-7.1429m0.75-1.4281v10h-12v-10h12"/><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text></g><path d="m12.5 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/namingError.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/namingError.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/>
- <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/><path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/neglookahead.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/neglookahead.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/>
- <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
- <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" fill="#da4453" stroke-width=".7746"/>
-</svg>
+      }</style></defs><path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/><path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/><path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" fill="#da4453" stroke-width=".7746"/></svg>
--- a/eric6/icons/breeze-dark/neglookbehind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/neglookbehind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/>
- <g transform="translate(-10)" fill="#da4453">
-  <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z"/>
-  <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" stroke-width=".7746"/>
- </g>
-</svg>
+      }</style></defs><path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/><g transform="translate(-10)" fill="#da4453"><path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z"/><path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" stroke-width=".7746"/></g></svg>
--- a/eric6/icons/breeze-dark/network-offline.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/network-offline.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#4d4d4d;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/network-online.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/network-online.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#4d4d4d;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/network-server.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/network-server.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm13.75 1.25h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm13.75 1.25h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/new.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/new.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.010044 0.012207v-0.012207h-11.571zm14.143 13.75v2.5h-2.5714v1.25h2.5714v2.5h1.2857v-2.5h2.5714v-1.25h-2.5714v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.010044 0.012207v-0.012207h-11.571zm14.143 13.75v2.5h-2.5714v1.25h2.5714v2.5h1.2857v-2.5h2.5714v-1.25h-2.5714v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/newWindow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/newWindow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-13.75h17.5v7.5h1.25v-12.5h-20m16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5h-1.25" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-13.75h17.5v7.5h1.25v-12.5h-20m16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5h-1.25" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/nongroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/nongroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text>
-</svg>
+      }</style></defs><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text></svg>
--- a/eric6/icons/breeze-dark/nonwordboundary.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/nonwordboundary.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/>
- <text transform="scale(.98849 1.0116)" x="0.80468601" y="15.681291" fill="#da4453" font-family="sans-serif" font-size="13.449px" letter-spacing="0px" stroke-width=".33622" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.80468601" y="15.681291" fill="#da4453" stroke-width=".33622">&amp;</tspan></text>
-</svg>
+      }</style></defs><path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/><text transform="scale(.98849 1.0116)" x="0.80468601" y="15.681291" fill="#da4453" font-family="sans-serif" font-size="13.449px" letter-spacing="0px" stroke-width=".33622" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.80468601" y="15.681291" fill="#da4453" stroke-width=".33622">&amp;</tspan></text></svg>
--- a/eric6/icons/breeze-dark/notcovered.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/notcovered.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/notcoveredNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/notcoveredNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 4v14h0.875v-14h-0.875" color="#eff0f1" fill="currentColor"/>
- <path d="m1.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 4v14h0.875v-14h-0.875" color="#eff0f1" fill="currentColor"/><path d="m1.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/notcoveredPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/notcoveredPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7 4v14h0.875v-14h-0.875" color="#eff0f1" fill="currentColor"/>
- <path d="m7.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7 4v14h0.875v-14h-0.875" color="#eff0f1" fill="currentColor"/><path d="m7.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/notification.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/notification.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(1.7168 5.9456e-8 -4.4492e-8 1.2835 -6.5558 -1.2667)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eeeeec" offset="0"/>
-   <stop stop-color="#babdb6" offset=".7922"/>
-   <stop stop-color="#a1a59b" offset="1"/>
-  </radialGradient>
-  <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(.95283 0 0 .95238 -.9355 .077221)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#d7e866" offset="0"/>
-   <stop stop-color="#8cab2a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" stop-opacity=".4" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <path d="m1.4763 11.381v-3.4286c0-3.4286 2.8585-4.4762 4.5736-4.5714h8.0038c1.7151 0.13095 4.5736 1.1429 4.5736 4.5714v3.4286c0 3.4286-1.731 4.381-3.4302 4.381-2.7398-0.01618-0.59017 3.304 0 4.7619h-0.76226l-4.9547-4.7619h-3.4302c-1.7468-0.035715-4.5736-0.95238-4.5736-4.381z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width=".95261"/>
- <path d="m6.1214 4.3629c-0.68606 0.038096-1.6865 0.28438-2.4118 0.83334-0.7253 0.54895-1.2506 1.328-1.2506 2.7678v3.4227c0 1.4429 0.51436 2.1458 1.2208 2.6488 0.69849 0.49731 1.671 0.72514 2.3821 0.74405h3.4242a0.98447 0.984 0 0 1 0.68485 0.26786l2.8288 2.7084c-0.15102-0.5919-0.26466-1.2616 0.08933-1.9345 0.37045-0.70418 1.2311-1.0469 2.1141-1.0417 0.66676 0 1.2162-0.15961 1.6377-0.59524 0.42153-0.43563 0.80395-1.2483 0.80395-2.7976v-3.4227c-2e-6 -1.4398-0.52472-2.1922-1.2506-2.7381-0.72588-0.54591-1.7367-0.80928-2.4416-0.8631h-7.8311z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width=".95261"/>
- <g transform="matrix(.95283 0 0 .95238 -12.491 -39.476)">
-  <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/>
-  <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="a" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(1.7168 5.9456e-8 -4.4492e-8 1.2835 -6.5558 -1.2667)" gradientUnits="userSpaceOnUse"><stop stop-color="#eeeeec" offset="0"/><stop stop-color="#babdb6" offset=".7922"/><stop stop-color="#a1a59b" offset="1"/></radialGradient><linearGradient id="c" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(.95283 0 0 .95238 -.9355 .077221)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="b" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"><stop stop-color="#d7e866" offset="0"/><stop stop-color="#8cab2a" offset="1"/></linearGradient><linearGradient id="d" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity=".4" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient></defs><path d="m1.4763 11.381v-3.4286c0-3.4286 2.8585-4.4762 4.5736-4.5714h8.0038c1.7151 0.13095 4.5736 1.1429 4.5736 4.5714v3.4286c0 3.4286-1.731 4.381-3.4302 4.381-2.7398-0.01618-0.59017 3.304 0 4.7619h-0.76226l-4.9547-4.7619h-3.4302c-1.7468-0.035715-4.5736-0.95238-4.5736-4.381z" fill="url(#a)" stroke="#888a86" stroke-width=".95261"/><path d="m6.1214 4.3629c-0.68606 0.038096-1.6865 0.28438-2.4118 0.83334-0.7253 0.54895-1.2506 1.328-1.2506 2.7678v3.4227c0 1.4429 0.51436 2.1458 1.2208 2.6488 0.69849 0.49731 1.671 0.72514 2.3821 0.74405h3.4242a0.98447 0.984 0 0 1 0.68485 0.26786l2.8288 2.7084c-0.15102-0.5919-0.26466-1.2616 0.08933-1.9345 0.37045-0.70418 1.2311-1.0469 2.1141-1.0417 0.66676 0 1.2162-0.15961 1.6377-0.59524 0.42153-0.43563 0.80395-1.2483 0.80395-2.7976v-3.4227c-2e-6 -1.4398-0.52472-2.1922-1.2506-2.7381-0.72588-0.54591-1.7367-0.80928-2.4416-0.8631h-7.8311z" fill="none" opacity=".6" stroke="url(#c)" stroke-width=".95261"/><g transform="matrix(.95283 0 0 .95238 -12.491 -39.476)"><path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#b)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/><path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#d)"/></g></svg>
--- a/eric6/icons/breeze-dark/notification48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/notification48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(3.777 1.3081e-7 -9.7884e-8 2.8238 -14.623 -2.9876)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eeeeec" offset="0"/>
-   <stop stop-color="#babdb6" offset=".7922"/>
-   <stop stop-color="#a1a59b" offset="1"/>
-  </radialGradient>
-  <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(2.0962 0 0 2.0953 -2.2581 -.030805)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#d7e866" offset="0"/>
-   <stop stop-color="#8cab2a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" stop-opacity=".4" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <path d="m3.0479 24.837v-7.543c0-7.543 6.2887-9.8478 10.062-10.057h17.608c3.7732 0.2881 10.062 2.5143 10.062 10.057v7.543c0 7.543-3.8083 9.6383-7.5465 9.6383-6.0276-0.0356-1.2984 7.2689 0 10.476h-1.677l-10.9-10.476h-7.5465c-3.8431-0.078575-10.062-2.0953-10.062-9.6383z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width="2.0958"/>
- <path d="m13.267 9.3978c-1.5093 0.08382-3.7104 0.62565-5.306 1.8334-1.5957 1.2077-2.7513 2.9217-2.7513 6.0893v7.53c0 3.1743 1.1316 4.7209 2.6857 5.8274 1.5367 1.0941 3.6762 1.5953 5.2406 1.6369h7.5334a2.1658 2.1648 0 0 1 1.5067 0.5893l6.2233 5.9585c-0.33226-1.3022-0.58225-2.7756 0.19653-4.2559 0.815-1.5492 2.7084-2.3031 4.6512-2.2918 1.4669 0 2.6757-0.35114 3.603-1.3095 0.92738-0.9584 1.7687-2.7463 1.7687-6.1549v-7.53c-5e-6 -3.1676-1.1544-4.8229-2.7513-6.0239s-3.8208-1.7804-5.3716-1.8988h-17.229z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width="2.0958"/>
- <g transform="matrix(2.0962 0 0 2.0953 -27.681 -87.05)">
-  <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/>
-  <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="a" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(3.777 1.3081e-7 -9.7884e-8 2.8238 -14.623 -2.9876)" gradientUnits="userSpaceOnUse"><stop stop-color="#eeeeec" offset="0"/><stop stop-color="#babdb6" offset=".7922"/><stop stop-color="#a1a59b" offset="1"/></radialGradient><linearGradient id="c" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(2.0962 0 0 2.0953 -2.2581 -.030805)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="b" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"><stop stop-color="#d7e866" offset="0"/><stop stop-color="#8cab2a" offset="1"/></linearGradient><linearGradient id="d" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity=".4" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient></defs><path d="m3.0479 24.837v-7.543c0-7.543 6.2887-9.8478 10.062-10.057h17.608c3.7732 0.2881 10.062 2.5143 10.062 10.057v7.543c0 7.543-3.8083 9.6383-7.5465 9.6383-6.0276-0.0356-1.2984 7.2689 0 10.476h-1.677l-10.9-10.476h-7.5465c-3.8431-0.078575-10.062-2.0953-10.062-9.6383z" fill="url(#a)" stroke="#888a86" stroke-width="2.0958"/><path d="m13.267 9.3978c-1.5093 0.08382-3.7104 0.62565-5.306 1.8334-1.5957 1.2077-2.7513 2.9217-2.7513 6.0893v7.53c0 3.1743 1.1316 4.7209 2.6857 5.8274 1.5367 1.0941 3.6762 1.5953 5.2406 1.6369h7.5334a2.1658 2.1648 0 0 1 1.5067 0.5893l6.2233 5.9585c-0.33226-1.3022-0.58225-2.7756 0.19653-4.2559 0.815-1.5492 2.7084-2.3031 4.6512-2.2918 1.4669 0 2.6757-0.35114 3.603-1.3095 0.92738-0.9584 1.7687-2.7463 1.7687-6.1549v-7.53c-5e-6 -3.1676-1.1544-4.8229-2.7513-6.0239s-3.8208-1.7804-5.3716-1.8988h-17.229z" fill="none" opacity=".6" stroke="url(#c)" stroke-width="2.0958"/><g transform="matrix(2.0962 0 0 2.0953 -27.681 -87.05)"><path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#b)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/><path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#d)"/></g></svg>
--- a/eric6/icons/breeze-dark/numbers.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/numbers.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.25 1s-6.25 0-6.25 6.25c1.2485-2.4971 2.4981-3.7471 6.2378-3.75-0.014948 13.671-3.7347 14.615-3.7378 16.797 1.876 1.4401 4.8067 0.64188 5.022-2.1875l1.2207-14.609h4.9805l-1.2231 14.688c0 3.75 5 3.75 6.25 0l1.25-3.75c-1.25 2.5-4.9998 6.25-4.8901 2.4341l1.1133-13.372h3.7769v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.25 1s-6.25 0-6.25 6.25c1.2485-2.4971 2.4981-3.7471 6.2378-3.75-0.014948 13.671-3.7347 14.615-3.7378 16.797 1.876 1.4401 4.8067 0.64188 5.022-2.1875l1.2207-14.609h4.9805l-1.2231 14.688c0 3.75 5 3.75 6.25 0l1.25-3.75c-1.25 2.5-4.9998 6.25-4.8901 2.4341l1.1133-13.372h3.7769v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/open.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/open.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/openNewTab.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/openNewTab.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-17.5h5v3.75h12.5v7.5h1.25v-8.75h-3.75v-3.75h-15zm16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-17.5h5v3.75h12.5v7.5h1.25v-8.75h-3.75v-3.75h-15zm16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/openQM.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/openQM.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.6 0 0 .58537 7.0017 7.5463)">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455zm-0.83333 0.81818h-8.3333v4.9091h8.3333z" color="#eff0f1" fill="#5fd38d"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/><g transform="matrix(.6 0 0 .58537 7.0017 7.5463)"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/><path class="ColorScheme-Text" d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455zm-0.83333 0.81818h-8.3333v4.9091h8.3333z" color="#eff0f1" fill="#5fd38d"/></g></svg>
--- a/eric6/icons/breeze-dark/openUI.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/openUI.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.6 0 0 .58537 7.2051 7.3726)" fill="#eff0f1">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/><g transform="matrix(.6 0 0 .58537 7.2051 7.3726)" fill="#eff0f1"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/opera.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/opera.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<path d="m24 0c-12.13 0-22 10.766-22 24s9.87 24 22 24 22-10.766 22-24-9.87-24-22-24zm7.966 37.252c-0.63422 3.4462-3.3882 6.1087-6.854 6.626-0.36506 0.08156-0.738 0.12244-1.112 0.12197-0.39788-0.0011-0.79425-0.04678-1.182-0.13603-3.4392-0.53409-6.1628-3.1878-6.786-6.612-1.2327-4.3141-1.9155-8.7668-2.032-13.252 0.11747-4.4854 0.80091-8.9379 2.034-13.252 0.63497-3.4455 3.3889-6.107 6.854-6.624 0.75497-0.16406 1.5368-0.16003 2.29 0.012 3.4447 0.52997 6.1747 3.1853 6.8 6.614 1.229 4.314 1.9084 8.7658 2.022 13.25-0.11719 4.4856-0.80063 8.9381-2.034 13.252z" fill="#f44336" stroke-width=".09375"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m24 0c-12.13 0-22 10.766-22 24s9.87 24 22 24 22-10.766 22-24-9.87-24-22-24zm7.966 37.252c-0.63422 3.4462-3.3882 6.1087-6.854 6.626-0.36506 0.08156-0.738 0.12244-1.112 0.12197-0.39788-0.0011-0.79425-0.04678-1.182-0.13603-3.4392-0.53409-6.1628-3.1878-6.786-6.612-1.2327-4.3141-1.9155-8.7668-2.032-13.252 0.11747-4.4854 0.80091-8.9379 2.034-13.252 0.63497-3.4455 3.3889-6.107 6.854-6.624 0.75497-0.16406 1.5368-0.16003 2.29 0.012 3.4447 0.52997 6.1747 3.1853 6.8 6.614 1.229 4.314 1.9084 8.7658 2.022 13.25-0.11719 4.4856-0.80063 8.9381-2.034 13.252z" fill="#f44336" stroke-width=".09375"/></svg>
--- a/eric6/icons/breeze-dark/outgoingBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/outgoingBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
- <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22072)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g><path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/passwords.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/passwords.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11 3.5a2.5 2.5 0 0 1 2.5 2.5v5h-5v-5a2.5 2.5 0 0 1 2.5-2.5zm0-2.5a5 5 0 0 0-5 5v5h-2.5v10h15v-10h-2.5v-5a5 5 0 0 0-5-5z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m11 3.5a2.5 2.5 0 0 1 2.5 2.5v5h-5v-5a2.5 2.5 0 0 1 2.5-2.5zm0-2.5a5 5 0 0 0-5 5v5h-2.5v10h15v-10h-2.5v-5a5 5 0 0 0-5-5z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/pause.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pause.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/pim.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pim.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020372 .79592 .81408)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020372 .79592 .81408)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/pim48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pim48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.044898 0 0 .044818 1.551 1.591)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.044898 0 0 .044818 1.551 1.591)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/plugin.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/plugin.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/plugin48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/plugin48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.3333 5.5v3.5h-7.3333v31.5h44v-31.5h-7.3333v-3.5h-11v3.5h-7.3333v-3.5zm-3.6667 7h36.667v24.5h-36.667z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.3333 5.5v3.5h-7.3333v31.5h44v-31.5h-7.3333v-3.5h-11v3.5h-7.3333v-3.5zm-3.6667 7h36.667v24.5h-36.667z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/pluginArchive.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginArchive.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/></g></svg>
--- a/eric6/icons/breeze-dark/pluginArchive48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginArchive48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -508.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m328 510.36v44h44v-44zm2.75 2.75h16.5v2.75h2.75v-2.75h19.25v38.5h-38.5zm19.25 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v5.5h5.5v-2.75h-2.75z" fill="#eff0f1" stroke-width="5.5"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -508.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m328 510.36v44h44v-44zm2.75 2.75h16.5v2.75h2.75v-2.75h19.25v38.5h-38.5zm19.25 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v5.5h5.5v-2.75h-2.75z" fill="#eff0f1" stroke-width="5.5"/></g></svg>
--- a/eric6/icons/breeze-dark/pluginArchiveList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginArchiveList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,22 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/>
-  <g transform="translate(35.39 -10.347)" fill="#49cff1">
-   <path d="m303.61 562.71v1h6v-1z"/>
-   <path d="m303.61 560.71v1h6v-1z"/>
-   <path d="m303.61 558.71v1h6v-1z"/>
-  </g>
-  <g transform="translate(25.39 -10.347)" fill="#49cff1">
-   <path d="m303.61 562.71v1h6v-1z"/>
-   <path d="m303.61 560.71v1h6v-1z"/>
-   <path d="m303.61 558.71v1h6v-1z"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/><g transform="translate(35.39 -10.347)" fill="#49cff1"><path d="m303.61 562.71v1h6v-1z"/><path d="m303.61 560.71v1h6v-1z"/><path d="m303.61 558.71v1h6v-1z"/></g><g transform="translate(25.39 -10.347)" fill="#49cff1"><path d="m303.61 562.71v1h6v-1z"/><path d="m303.61 560.71v1h6v-1z"/><path d="m303.61 558.71v1h6v-1z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/pluginArchiveSnapshot.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginArchiveSnapshot.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/>
-  <path class="ColorScheme-Text" d="m339.57 542.36v0.90906h-8.5714v9.0909h12v-9.0909h-0.85714v-0.90906zm-7.7143 1.8182h10.286v7.2728h-10.286zm3.4286 0.9091a2.5714 2.7273 0 0 0-2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714-2.7273 2.5714 2.7273 0 0 0-2.5714-2.7273zm0 0.9091a1.7143 1.8182 0 0 1 1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143-1.8182 1.7143 1.8182 0 0 1 1.7143-1.8182z" fill="#49cff1"/>
-  <path transform="translate(326 534.36)" d="m8.7905 15.162c-0.16085-0.05167-0.41324-0.19733-0.56087-0.3237-0.82094-0.7027-0.82136-2.0736-8.43e-4 -2.7759 0.25642-0.21948 0.75637-0.41978 1.0478-0.41978 0.30068 0 0.82726 0.21073 1.0544 0.42194l0.23662 0.22006-0.80686 0.0034v2.4529h0.33065c0.29342 0 0.32116 0.01143 0.24638 0.10154-0.27073 0.32621-1.035 0.48403-1.5472 0.3195z" fill="#49cff1" stroke="#49cff1" stroke-width=".1291"/>
-  <path transform="translate(326 534.36)" d="m9.8253 13.515v-1.1619h0.82492l0.13024 0.27708c0.2741 0.58312 0.23896 1.3106-0.08716 1.8046-0.15241 0.23088-0.17615 0.24206-0.5139 0.24206h-0.35411z" fill="#49cff1" stroke="#49cff1" stroke-width=".1291"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/><g fill="#49cff1"><path class="ColorScheme-Text" d="m339.57 542.36v0.90906h-8.5714v9.0909h12v-9.0909h-0.85714v-0.90906zm-7.7143 1.8182h10.286v7.2728h-10.286zm3.4286 0.9091a2.5714 2.7273 0 0 0-2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714-2.7273 2.5714 2.7273 0 0 0-2.5714-2.7273zm0 0.9091a1.7143 1.8182 0 0 1 1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143-1.8182 1.7143 1.8182 0 0 1 1.7143-1.8182z"/><path transform="translate(326 534.36)" d="m8.7905 15.162c-0.16085-0.05167-0.41324-0.19733-0.56087-0.3237-0.82094-0.7027-0.82136-2.0736-8.43e-4 -2.7759 0.25642-0.21948 0.75637-0.41978 1.0478-0.41978 0.30068 0 0.82726 0.21073 1.0544 0.42194l0.23662 0.22006-0.80686 0.0034v2.4529h0.33065c0.29342 0 0.32116 0.01143 0.24638 0.10154-0.27073 0.32621-1.035 0.48403-1.5472 0.3195z" stroke="#49cff1" stroke-width=".1291"/><path transform="translate(326 534.36)" d="m9.8253 13.515v-1.1619h0.82492l0.13024 0.27708c0.2741 0.58312 0.23896 1.3106-0.08716 1.8046-0.15241 0.23088-0.17615 0.24206-0.5139 0.24206h-0.35411z" stroke="#49cff1" stroke-width=".1291"/></g></g></svg>
--- a/eric6/icons/breeze-dark/pluginInstall.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginInstall.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/>
- <path d="m10.6 7v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/><path d="m10.6 7v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/pluginRepository.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginRepository.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,30 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="c-7" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.9 0 0 .89986 17.663 -7.4428)" stroke-width=".24999">
-  <ellipse cx="-6.8474" cy="21.051" rx="5" ry="4.9997" fill="url(#b)"/>
-  <path d="m-6.8474 16.051a5 4.9997 0 0 0-4.975 4.4997h0.725l0.75 0.74993 0.5 0.24983 2.7422 4.4872a5 4.9997 0 0 0 0.25775 0.01134 5 4.9997 0 0 0 5-4.9997 5 4.9997 0 0 0-5-4.9997z" fill="url(#c-7)" opacity=".2"/>
-  <path d="m-2.2009 19.21-1.6465 2.3416 1.5537 1.5536a5 4.9997 0 0 0 0.44625-2.0536 5 4.9997 0 0 0-0.34-1.8114 5 4.9997 0 0 0-0.013531-0.03024z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m-6.8474 16.051a5 4.9997 0 0 0-0.4755 0.02646 5 4.9997 0 0 0-0.063496 0.0076 5 4.9997 0 0 0-0.80475 0.15912v-0.0076a5 4.9997 0 0 0-2.425 1.5349h0.0025a5 4.9997 0 0 0-0.895 1.4861l0.41125-0.20561h1v0.24983l0.25 0.24983v-0.49996l0.5-0.49965h0.25v-0.24983l0.25-0.24983 0.5-0.24983 0.25-0.24983 0.5-0.24983v0.24983l0.5-0.24983h-0.25v-0.24983l-0.25-0.24983h1l-0.25 0.24983 0.75 0.24983-0.25-0.49999v-0.49996l-0.23675-0.2366a5 4.9997 0 0 0-0.26325-0.01134zm3.75 1.7024v0.54746h0.42275a5 4.9997 0 0 0-0.42275-0.54746zm-6.9845 0.01512h0.01523l-0.03073 0.03024 0.01576-0.03024zm7.506 0.69044-0.2715 0.09033-0.5 0.24983v0.24983l-0.5 0.49999-0.25 0.49996v0.99995l0.25 0.49996 0.5 0.24983 0.25 0.24983 1.1793-0.19616a5 4.9997 0 0 0 4.993e-4 -0.0076 5 4.9997 0 0 0 0.052252-0.43797 5 4.9997 0 0 0 0.01799-0.36019 5 4.9997 0 0 0-0.022488-0.43498 5 4.9997 0 0 0-0.024265-0.2022 5 4.9997 0 0 0-0.047497-0.30841 5 4.9997 0 0 0-0.033751-0.14929 5 4.9997 0 0 0-0.089261-0.34847 5 4.9997 0 0 0-0.036246-0.10809 5 4.9997 0 0 0-0.13476-0.36813 5 4.9997 0 0 0-0.037002-0.08239 5 4.9997 0 0 0-0.185-0.3812 5 4.9997 0 0 0-0.11825-0.20636zm-8.5215 1.5902-0.25 0.24983h-0.25l-0.1625-0.16252a5 4.9997 0 0 0 0 9.45e-4 5 4.9997 0 0 0-0.0665 0.49421 5 4.9997 0 0 0-5e-4 0.0076l0.4795 0.1595 0.5 0.24983 0.5 0.49965h0.5v0.49999l-0.25 0.2502-0.25 0.49996v0.24983l0.5 0.49965 0.25 0.49999 0.25 0.24983 0.5 0.24983v1.0799a5 4.9997 0 0 0 0.00151 4.91e-4 5 4.9997 0 0 0 0.42425 0.16139 5 4.9997 0 0 0 0.048 0.0189 5 4.9997 0 0 0 0.37825 0.10205 5 4.9997 0 0 0 0.11275 0.03024 5 4.9997 0 0 0 0.33 0.05405 5 4.9997 0 0 0 0.17 0.02646 5 4.9997 0 0 0 0.2875 0.0189 5 4.9997 0 0 0 0.24775 0.01134 5 4.9997 0 0 0 0.2545-0.0076l0.2455-0.49073v-0.24983l0.5-0.24983 0.25-0.24983 0.25-0.99995 0.25-0.24983v-0.49999l-0.5-0.25285h-0.25l-0.5-0.24983h-0.25l-0.25-0.50014-0.25-0.24983h-0.5l-0.5-0.5003h-0.5l-0.75-0.24983-0.25 0.49996-0.5-0.24983h-0.25001v-0.49996l-0.5-0.24983 0.25-0.49996z" fill="url(#d)"/>
-  <path d="m-11.835 20.926c-1e-3 0.04271-0.01277 0.08202-0.01277 0.1251 0 2.7698 2.23 4.9997 5 4.9997s5-2.2298 5-4.9997c0-0.04271-0.011792-0.08239-0.012775-0.1251-0.00741 0.30123-0.030236 0.59943-0.088505 0.88516a4.9725 4.9722 0 0 1-1.3602 2.5281 4.9875 4.9872 0 0 1-1.5887 1.0697 4.9542 4.9539 0 0 1-0.9395 0.29065 5.051 5.0507 0 0 1-1.01 0.10091c-0.34625 0-0.68425-0.03402-1.01-0.10091a4.9725 4.9722 0 0 1-2.5283-1.3602 4.9875 4.9872 0 0 1-1.0697-1.5886 4.9542 4.9539 0 0 1-0.2905-0.93944c-0.05825-0.28573-0.08075-0.58375-0.0885-0.88516" opacity=".2"/>
- </g>
-</svg>
+      }</style><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="c" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="e" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/><g transform="matrix(.9 0 0 .89986 17.663 -7.4428)" stroke-width=".24999"><ellipse cx="-6.8474" cy="21.051" rx="5" ry="4.9997" fill="url(#f)"/><path d="m-6.8474 16.051a5 4.9997 0 0 0-4.975 4.4997h0.725l0.75 0.74993 0.5 0.24983 2.7422 4.4872a5 4.9997 0 0 0 0.25775 0.01134 5 4.9997 0 0 0 5-4.9997 5 4.9997 0 0 0-5-4.9997z" fill="url(#e)" opacity=".2"/><path d="m-2.2009 19.21-1.6465 2.3416 1.5537 1.5536a5 4.9997 0 0 0 0.44625-2.0536 5 4.9997 0 0 0-0.34-1.8114 5 4.9997 0 0 0-0.013531-0.03024z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/><path d="m-6.8474 16.051a5 4.9997 0 0 0-0.4755 0.02646 5 4.9997 0 0 0-0.063496 0.0076 5 4.9997 0 0 0-0.80475 0.15912v-0.0076a5 4.9997 0 0 0-2.425 1.5349h0.0025a5 4.9997 0 0 0-0.895 1.4861l0.41125-0.20561h1v0.24983l0.25 0.24983v-0.49996l0.5-0.49965h0.25v-0.24983l0.25-0.24983 0.5-0.24983 0.25-0.24983 0.5-0.24983v0.24983l0.5-0.24983h-0.25v-0.24983l-0.25-0.24983h1l-0.25 0.24983 0.75 0.24983-0.25-0.49999v-0.49996l-0.23675-0.2366a5 4.9997 0 0 0-0.26325-0.01134zm3.75 1.7024v0.54746h0.42275a5 4.9997 0 0 0-0.42275-0.54746zm-6.9845 0.01512h0.01523l-0.03073 0.03024 0.01576-0.03024zm7.506 0.69044-0.2715 0.09033-0.5 0.24983v0.24983l-0.5 0.49999-0.25 0.49996v0.99995l0.25 0.49996 0.5 0.24983 0.25 0.24983 1.1793-0.19616a5 4.9997 0 0 0 4.993e-4 -0.0076 5 4.9997 0 0 0 0.052252-0.43797 5 4.9997 0 0 0 0.01799-0.36019 5 4.9997 0 0 0-0.022488-0.43498 5 4.9997 0 0 0-0.024265-0.2022 5 4.9997 0 0 0-0.047497-0.30841 5 4.9997 0 0 0-0.033751-0.14929 5 4.9997 0 0 0-0.089261-0.34847 5 4.9997 0 0 0-0.036246-0.10809 5 4.9997 0 0 0-0.13476-0.36813 5 4.9997 0 0 0-0.037002-0.08239 5 4.9997 0 0 0-0.185-0.3812 5 4.9997 0 0 0-0.11825-0.20636zm-8.5215 1.5902-0.25 0.24983h-0.25l-0.1625-0.16252a5 4.9997 0 0 0 0 9.45e-4 5 4.9997 0 0 0-0.0665 0.49421 5 4.9997 0 0 0-5e-4 0.0076l0.4795 0.1595 0.5 0.24983 0.5 0.49965h0.5v0.49999l-0.25 0.2502-0.25 0.49996v0.24983l0.5 0.49965 0.25 0.49999 0.25 0.24983 0.5 0.24983v1.0799a5 4.9997 0 0 0 0.00151 4.91e-4 5 4.9997 0 0 0 0.42425 0.16139 5 4.9997 0 0 0 0.048 0.0189 5 4.9997 0 0 0 0.37825 0.10205 5 4.9997 0 0 0 0.11275 0.03024 5 4.9997 0 0 0 0.33 0.05405 5 4.9997 0 0 0 0.17 0.02646 5 4.9997 0 0 0 0.2875 0.0189 5 4.9997 0 0 0 0.24775 0.01134 5 4.9997 0 0 0 0.2545-0.0076l0.2455-0.49073v-0.24983l0.5-0.24983 0.25-0.24983 0.25-0.99995 0.25-0.24983v-0.49999l-0.5-0.25285h-0.25l-0.5-0.24983h-0.25l-0.25-0.50014-0.25-0.24983h-0.5l-0.5-0.5003h-0.5l-0.75-0.24983-0.25 0.49996-0.5-0.24983h-0.25001v-0.49996l-0.5-0.24983 0.25-0.49996z" fill="url(#d)"/><path d="m-11.835 20.926c-1e-3 0.04271-0.01277 0.08202-0.01277 0.1251 0 2.7698 2.23 4.9997 5 4.9997s5-2.2298 5-4.9997c0-0.04271-0.011792-0.08239-0.012775-0.1251-0.00741 0.30123-0.030236 0.59943-0.088505 0.88516a4.9725 4.9722 0 0 1-1.3602 2.5281 4.9875 4.9872 0 0 1-1.5887 1.0697 4.9542 4.9539 0 0 1-0.9395 0.29065 5.051 5.0507 0 0 1-1.01 0.10091c-0.34625 0-0.68425-0.03402-1.01-0.10091a4.9725 4.9722 0 0 1-2.5283-1.3602 4.9875 4.9872 0 0 1-1.0697-1.5886 4.9542 4.9539 0 0 1-0.2905-0.93944c-0.05825-0.28573-0.08075-0.58375-0.0885-0.88516" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-dark/pluginUninstall.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pluginUninstall.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="M 8.2726,7 7,8.2726 10.2274,11.500002 7,14.7274 8.2726,16 11.500002,12.7726 14.7274,16 16,14.7274 12.7726,11.500002 16,8.2726 14.7274,7 11.500002,10.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="M 8.2726,7 7,8.2726 10.2274,11.500002 7,14.7274 8.2726,16 11.500002,12.7726 14.7274,16 16,14.7274 12.7726,11.500002 16,8.2726 14.7274,7 11.500002,10.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/plus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/plus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10 4v7h-7v1h7v7h1v-7h7v-1h-7v-7h-1z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10 4v7h-7v1h7v7h1v-7h7v-1h-7v-7h-1z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/poslookahead.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/poslookahead.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/>
- <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
- <path d="m13.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/><path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/><path d="m13.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/poslookbehind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/poslookbehind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/>
- <path d="m11 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
- <path d="m3.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/><path d="m11 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/><path d="m3.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/preferences-api.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-api.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path class="ColorScheme-Text" d="m329.5 535.36v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" fill="#f7a01c"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path class="ColorScheme-Text" d="m329.5 535.36v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" fill="#f7a01c"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-application.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-application.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4184" x2="0" y1="-545.29" y2="-521.03" gradientTransform="matrix(.78399 0 0 -.82434 -302.95 -428.5)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#faae2a" offset="0"/>
-   <stop stop-color="#ffc35a" offset="1"/>
-  </linearGradient>
- </defs>
- <path d="m11 1-3.0902 6.5836-6.9098 1.0557 5 5.1246-1.1803 7.2361 6.1803-3.4164 6.1803 3.4164-1.1803-7.2361 5-5.1246-6.9098-1.0557z" fill="url(#linearGradient4184)" stroke-width=".80391"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="-545.29" y2="-521.03" gradientTransform="matrix(.78399 0 0 -.82434 -302.95 -428.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#faae2a" offset="0"/><stop stop-color="#ffc35a" offset="1"/></linearGradient></defs><path d="m11 1-3.0902 6.5836-6.9098 1.0557 5 5.1246-1.1803 7.2361 6.1803-3.4164 6.1803 3.4164-1.1803-7.2361 5-5.1246-6.9098-1.0557z" fill="url(#a)" stroke-width=".80391"/></svg>
--- a/eric6/icons/breeze-dark/preferences-autocompletion.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-autocompletion.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.875 1-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm6.25 0-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm8.3398 0-16.465 16.465 3.5352 3.5352 16.465-16.465zm-0.08545 1.853 1.7676 1.7676-3.8721 3.8745-1.77-1.77zm-12.004 3.147-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.875 1-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm6.25 0-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm8.3398 0-16.465 16.465 3.5352 3.5352 16.465-16.465zm-0.08545 1.853 1.7676 1.7676-3.8721 3.8745-1.77-1.77zm-12.004 3.147-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-calltips.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-calltips.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,24 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="a" x1="13" x2="36" y1="1016.4" y2="1040.4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x2="0" y1="44" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x2="0" y1="39" y2="9" gradientTransform="matrix(1.0286 0 0 1.2 -5.314 -4.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.4878 0 0 .5 -.95122 -503.18)" fill-rule="evenodd">
-  <g color="#000000" stroke-width="2">
-   <path transform="translate(0 1004.4)" d="m44 24a20 20 0 1 1-40 0 20 20 0 1 1 40 0" fill="url(#b)"/>
-   <path transform="translate(0 1004.4)" d="m24 6c-9.941 0-18 8.06-18 18 0 9.941 8.06 18 18 18 9.941 0 18-8.06 18-18 0-9.941-8.06-18-18-18m-2 6h4v4h-4zm0 8h4v16h-4v-12z" fill="url(#c)"/>
-  </g>
-  <path d="m26 1020.4h-4l4 4v16h-4l8 8h15v-14l-19-18z" fill="url(#a)" opacity=".2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="f" x1="13" x2="36" y1="1016.4" y2="1040.4" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="e" x2="0" y1="44" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="d" x2="0" y1="39" y2="9" gradientTransform="matrix(1.0286 0 0 1.2 -5.314 -4.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><g transform="matrix(.4878 0 0 .5 -.95122 -503.18)" fill-rule="evenodd"><g color="#000000" stroke-width="2"><path transform="translate(0 1004.4)" d="m44 24a20 20 0 1 1-40 0 20 20 0 1 1 40 0" fill="url(#e)"/><path transform="translate(0 1004.4)" d="m24 6c-9.941 0-18 8.06-18 18 0 9.941 8.06 18 18 18 9.941 0 18-8.06 18-18 0-9.941-8.06-18-18-18m-2 6h4v4h-4zm0 8h4v16h-4v-12z" fill="url(#d)"/></g><path d="m26 1020.4h-4l4 4v16h-4l8 8h15v-14l-19-18z" fill="url(#f)" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-colours.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-colours.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,118 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4149" x2="0" y1="545.8" y2="517.8" gradientTransform="translate(1.45e-4,5.74e-4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#1d1e1e" offset="0"/>
-   <stop stop-color="#44484c" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4274" x1="8" x2="24" y1="24" y2="8" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#e81877" offset="0"/>
-   <stop stop-color="#dd1d8c" offset=".3125"/>
-   <stop stop-color="#6d57b1" offset=".5625"/>
-   <stop stop-color="#2a78c1" offset=".75"/>
-   <stop stop-color="#018dcb" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4534">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#e51561" offset="0"/>
-   <stop stop-color="#e4156c" offset=".3125"/>
-   <stop stop-color="#e71e2c" offset=".5625"/>
-   <stop stop-color="#e8301e" offset=".75"/>
-   <stop stop-color="#e6320e" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4584">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4284" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bec900" offset="0"/>
-   <stop stop-color="#9ec80a" offset=".3125"/>
-   <stop stop-color="#71b93d" offset=".5625"/>
-   <stop stop-color="#35a48f" offset=".75"/>
-   <stop stop-color="#018fca" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4550">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4286" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c1cc00" offset="0"/>
-   <stop stop-color="#dfcd00" offset=".3125"/>
-   <stop stop-color="#f0cc00" offset=".5625"/>
-   <stop stop-color="#fd8c08" offset=".75"/>
-   <stop stop-color="#f25c13" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4568">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <filter id="filter4390" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="0.4"/>
-  </filter>
-  <clipPath id="clipPath4578">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528-1">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4578-8">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562-8">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4314" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.2 0 0 .2 318.86 -636.56)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4917" x2="0" y1="524.8" y2="522.8" gradientTransform="translate(-8,8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#989a9b" offset="0"/>
-   <stop stop-color="#f6f6f7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4499" x1="393.57" x2="407.57" y1="524.8" y2="538.8" gradientTransform="translate(-384.57 -515.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <g transform="matrix(.71429 0 0 .71429 109.45 156.94)">
-   <rect x="386.57" y="517.8" width="28" height="28" rx="14" fill="url(#linearGradient4149)"/>
-   <g transform="matrix(.66347 .17778 -.17778 .66347 222.62 111.64)" stroke-opacity=".55027" stroke-width="2.8">
-    <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4534)" fill="url(#linearGradient4274)"/>
-    <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4584)" fill="url(#linearGradient4278)"/>
-    <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4550)" fill="url(#linearGradient4284)"/>
-    <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4568)" fill="url(#linearGradient4286)"/>
-   </g>
-   <g transform="matrix(.68688 0 0 .68688 119.93 172.01)" opacity=".7" stroke-opacity=".55027" stroke-width="2.8">
-    <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" filter="url(#filter4390)" opacity="1"/>
-    <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" filter="url(#filter4390)" opacity="1"/>
-    <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient4286)" filter="url(#filter4390)" opacity="1"/>
-    <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" filter="url(#filter4390)" opacity="1"/>
-   </g>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 400.57 508.48)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient4286)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <g transform="matrix(.17778 .66347 -.66347 .17778 675.46 167.6)" stroke-opacity=".55027" stroke-width="2.8">
-    <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528-1)" fill="url(#linearGradient4274)" opacity=".3"/>
-    <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578-8)" fill="url(#linearGradient4278)" opacity=".3"/>
-    <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-8)" fill="url(#linearGradient4286)" opacity=".3"/>
-    <path transform="translate(-6e-6,1e-5)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544-1)" fill="url(#linearGradient4284)" opacity=".3"/>
-   </g>
-   <path transform="translate(384.57 515.8)" d="m18.699 13-5.3496 6 9.3203 9.3203c2.4018-1.2982 4.3739-3.278 5.666-5.6836z" fill="url(#linearGradient4499)" fill-rule="evenodd" opacity=".2"/>
-   <rect transform="scale(1,-1)" x="396.57" y="-535.8" width="8" height="8" rx="4" fill="url(#linearGradient4314)" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path d="m399.57 532.8 1-2 0.99999 2z" fill="url(#linearGradient4917)" fill-rule="evenodd"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="m" x2="0" y1="545.8" y2="517.8" gradientTransform="translate(1.45e-4,5.74e-4)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="d" x1="8" x2="24" y1="24" y2="8" gradientUnits="userSpaceOnUse"><stop stop-color="#e81877" offset="0"/><stop stop-color="#dd1d8c" offset=".3125"/><stop stop-color="#6d57b1" offset=".5625"/><stop stop-color="#2a78c1" offset=".75"/><stop stop-color="#018dcb" offset="1"/></linearGradient><clipPath id="t"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><linearGradient id="c" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#e51561" offset="0"/><stop stop-color="#e4156c" offset=".3125"/><stop stop-color="#e71e2c" offset=".5625"/><stop stop-color="#e8301e" offset=".75"/><stop stop-color="#e6320e" offset="1"/></linearGradient><clipPath id="n"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="b" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#bec900" offset="0"/><stop stop-color="#9ec80a" offset=".3125"/><stop stop-color="#71b93d" offset=".5625"/><stop stop-color="#35a48f" offset=".75"/><stop stop-color="#018fca" offset="1"/></linearGradient><clipPath id="r"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="a" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse"><stop stop-color="#c1cc00" offset="0"/><stop stop-color="#dfcd00" offset=".3125"/><stop stop-color="#f0cc00" offset=".5625"/><stop stop-color="#fd8c08" offset=".75"/><stop stop-color="#f25c13" offset="1"/></linearGradient><clipPath id="p"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="i"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><filter id="e" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="0.4"/></filter><clipPath id="f"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="g"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="h"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="u"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><clipPath id="o"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="q"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="s"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="l" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.2 0 0 .2 318.86 -636.56)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="j" x2="0" y1="524.8" y2="522.8" gradientTransform="translate(-8,8)" gradientUnits="userSpaceOnUse"><stop stop-color="#989a9b" offset="0"/><stop stop-color="#f6f6f7" offset="1"/></linearGradient><linearGradient id="k" x1="393.57" x2="407.57" y1="524.8" y2="538.8" gradientTransform="translate(-384.57 -515.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g transform="matrix(.71429 0 0 .71429 109.45 156.94)"><rect x="386.57" y="517.8" width="28" height="28" rx="14" fill="url(#m)"/><g stroke-opacity=".55027" stroke-width="2.8"><g transform="matrix(.66347 .17778 -.17778 .66347 222.62 111.64)"><path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#t)" fill="url(#d)"/><path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#n)" fill="url(#c)"/><path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#r)" fill="url(#b)"/><path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#p)" fill="url(#a)"/></g><g transform="matrix(.68688 0 0 .68688 119.93 172.01)" opacity=".7"><path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#i)" fill="url(#d)" filter="url(#e)" opacity="1"/><path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#f)" fill="url(#c)" filter="url(#e)" opacity="1"/><path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#g)" fill="url(#a)" filter="url(#e)" opacity="1"/><path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#h)" fill="url(#b)" filter="url(#e)" opacity="1"/></g><path transform="matrix(.48569 .48569 -.48569 .48569 400.57 508.48)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#i)" fill="url(#d)" opacity=".35"/><path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#f)" fill="url(#c)" opacity=".35"/><path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#g)" fill="url(#a)" opacity=".35"/><path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#h)" fill="url(#b)" opacity=".35"/><g transform="matrix(.17778 .66347 -.66347 .17778 675.46 167.6)"><path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#u)" fill="url(#d)" opacity=".3"/><path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#o)" fill="url(#c)" opacity=".3"/><path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#q)" fill="url(#a)" opacity=".3"/><path transform="translate(-6e-6,1e-5)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#s)" fill="url(#b)" opacity=".3"/></g></g><path transform="translate(384.57 515.8)" d="m18.699 13-5.3496 6 9.3203 9.3203c2.4018-1.2982 4.3739-3.278 5.666-5.6836z" fill="url(#k)" fill-rule="evenodd" opacity=".2"/><rect transform="scale(1,-1)" x="396.57" y="-535.8" width="8" height="8" rx="4" fill="url(#l)" stroke-opacity=".55027" stroke-width="2.8"/><path d="m399.57 532.8 1-2 0.99999 2z" fill="url(#j)" fill-rule="evenodd"/></g></g></svg>
--- a/eric6/icons/breeze-dark/preferences-cooperation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-cooperation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-debugger.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-debugger.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-editor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-editor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-exporters.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-exporters.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v16.25h6.8052l-2.9481 2.8662 0.90904 0.88379 4.5-4.375-4.5-4.375-0.90904 0.88379 2.9481 2.8662h-5.5195v-13.75h15.429v17.5h-7.7143v1.25h9v-20h-1.2857z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v16.25h6.8052l-2.9481 2.8662 0.90904 0.88379 4.5-4.375-4.5-4.375-0.90904 0.88379 2.9481 2.8662h-5.5195v-13.75h15.429v17.5h-7.7143v1.25h9v-20h-1.2857z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-filehandling.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-filehandling.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-general.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-general.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m18.418 21c0.3372-0.0047 0.66996-0.07771 0.97823-0.21466 0.30829-0.13696 0.5857-0.33502 0.81556-0.58217 0.44726-0.40814 0.72464-0.96999 0.7769-1.5738 0.05932-0.6241-0.12134-1.2473-0.50511-1.7425-1.7235-1.8209-5.1228-5.2262-7.5954-7.6513 0.52611-1.4252 0.50153-2.996-0.068943-4.404-0.4691-1.1715-1.3033-2.16-2.3785-2.8183-0.84344-0.55957-1.8129-0.89962-2.8206-0.98937-1.0077-0.08974-2.0217 0.073644-2.9506 0.47539l-0.88157 0.3825 4.094 4.2234-1.7924 1.8009-4.2054-4.1172-0.38186 0.88586c-0.32186 0.74686-0.49257 1.5503-0.50214 2.3638-0.0096 0.81344 0.14214 1.6207 0.44643 2.3749 0.30171 0.7458 0.74986 1.4233 1.3179 1.9922 0.32186 0.31551 0.67757 0.59434 1.0607 0.8314 0.79271 0.53032 1.6997 0.86463 2.6464 0.97546 0.94686 0.11082 1.9064-5e-3 2.7998-0.33796 1.5684 1.5937 5.4834 5.5423 7.598 7.5197 0.42419 0.38596 0.97553 0.60163 1.5485 0.60564zm-11.339-18.672c0.93972-0.00236 1.8589 0.275 2.6409 0.79687 0.30499 0.18654 0.58824 0.4066 0.84451 0.65608 0.68156 0.68825 1.1367 1.5688 1.3045 2.5236 0.16777 0.95476 0.04011 1.9381-0.36586 2.8181l-0.19357 0.42499 0.33277 0.32539c2.4832 2.4278 6.0986 6.039 7.8367 7.8771 0.15476 0.23083 0.22096 0.5099 0.18634 0.78567-0.0346 0.27591-0.16766 0.52993-0.3746 0.71511-0.11926 0.13309-0.26457 0.24028-0.42692 0.3147-0.14309 0.06483-0.29774 0.10003-0.45474 0.10361-0.23844-6e-3 -0.46673-0.09803-0.643-0.25888-2.2472-2.1011-6.5891-6.4945-7.8632-7.7855l-0.32747-0.33071-0.4216 0.19258c-0.73393 0.34273-1.5438 0.48946-2.3511 0.42592-0.80728-0.06353-1.5844-0.33516-2.256-0.7885-0.30557-0.18872-0.58886-0.41148-0.84443-0.66405-0.44257-0.44209-0.79229-0.96843-1.0287-1.548-0.23628-0.57958-0.35443-1.2007-0.34757-1.8267 0-0.30863 0.03057-0.61651 0.09157-0.91906l3.6817 3.5992 3.6445-3.6457-3.5928-3.7054c0.30571-0.059533 0.61657-0.088455 0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m18.418 21c0.3372-0.0047 0.66996-0.07771 0.97823-0.21466 0.30829-0.13696 0.5857-0.33502 0.81556-0.58217 0.44726-0.40814 0.72464-0.96999 0.7769-1.5738 0.05932-0.6241-0.12134-1.2473-0.50511-1.7425-1.7235-1.8209-5.1228-5.2262-7.5954-7.6513 0.52611-1.4252 0.50153-2.996-0.068943-4.404-0.4691-1.1715-1.3033-2.16-2.3785-2.8183-0.84344-0.55957-1.8129-0.89962-2.8206-0.98937-1.0077-0.08974-2.0217 0.073644-2.9506 0.47539l-0.88157 0.3825 4.094 4.2234-1.7924 1.8009-4.2054-4.1172-0.38186 0.88586c-0.32186 0.74686-0.49257 1.5503-0.50214 2.3638-0.0096 0.81344 0.14214 1.6207 0.44643 2.3749 0.30171 0.7458 0.74986 1.4233 1.3179 1.9922 0.32186 0.31551 0.67757 0.59434 1.0607 0.8314 0.79271 0.53032 1.6997 0.86463 2.6464 0.97546 0.94686 0.11082 1.9064-5e-3 2.7998-0.33796 1.5684 1.5937 5.4834 5.5423 7.598 7.5197 0.42419 0.38596 0.97553 0.60163 1.5485 0.60564zm-11.339-18.672c0.93972-0.00236 1.8589 0.275 2.6409 0.79687 0.30499 0.18654 0.58824 0.4066 0.84451 0.65608 0.68156 0.68825 1.1367 1.5688 1.3045 2.5236 0.16777 0.95476 0.04011 1.9381-0.36586 2.8181l-0.19357 0.42499 0.33277 0.32539c2.4832 2.4278 6.0986 6.039 7.8367 7.8771 0.15476 0.23083 0.22096 0.5099 0.18634 0.78567-0.0346 0.27591-0.16766 0.52993-0.3746 0.71511-0.11926 0.13309-0.26457 0.24028-0.42692 0.3147-0.14309 0.06483-0.29774 0.10003-0.45474 0.10361-0.23844-6e-3 -0.46673-0.09803-0.643-0.25888-2.2472-2.1011-6.5891-6.4945-7.8632-7.7855l-0.32747-0.33071-0.4216 0.19258c-0.73393 0.34273-1.5438 0.48946-2.3511 0.42592-0.80728-0.06353-1.5844-0.33516-2.256-0.7885-0.30557-0.18872-0.58886-0.41148-0.84443-0.66405-0.44257-0.44209-0.79229-0.96843-1.0287-1.548-0.23628-0.57958-0.35443-1.2007-0.34757-1.8267 0-0.30863 0.03057-0.61651 0.09157-0.91906l3.6817 3.5992 3.6445-3.6457-3.5928-3.7054c0.30571-0.059533 0.61657-0.088455 0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/></svg>
--- a/eric6/icons/breeze-dark/preferences-graphics.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-graphics.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-help.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-help.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-helpdocumentation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-helpdocumentation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m14 7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.08724 2 2 0 0 0-0.57943 0.08724l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087239 0.57943 2 2 0 0 0 0.08724 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40886-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.08724-0.57943 2 2 0 0 0-0.08724-0.57943zm-2.9245 0.25781a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.08724 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40885 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.08724v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m14 7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.08724 2 2 0 0 0-0.57943 0.08724l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087239 0.57943 2 2 0 0 0 0.08724 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40886-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.08724-0.57943 2 2 0 0 0-0.08724-0.57943zm-2.9245 0.25781a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.08724 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40885 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.08724v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-helpviewers.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-helpviewers.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14.286l3.75 5.7143-2.5e-5 -4.2857 2.5e-5 -1.4286h16.25v-14.286zm1.25 1.4286h17.5v11.429h-17.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5zm-5 0.83333v1.6667l1.6667-1.6667zm5 0a4.1667 4.1667 0 0 1 1.9922 0.50781l-1.2679 1.2679a2.5 2.5 0 0 0-0.72428-0.10905 2.5 2.5 0 0 0-0.72428 0.10905l-1.2646-1.2646a4.1667 4.1667 0 0 1 1.9889-0.51107zm3.3333 0 1.6667 1.6667v-1.6667zm-6.9922 2.1745 1.2679 1.2679a2.5 2.5 0 0 0-0.10905 0.72428 2.5 2.5 0 0 0 0.10905 0.72428l-1.2646 1.2646a4.1667 4.1667 0 0 1-0.51107-1.9889 4.1667 4.1667 0 0 1 0.50781-1.9922zm7.3145 0.00325a4.1667 4.1667 0 0 1 0.51107 1.9889 4.1667 4.1667 0 0 1-0.50781 1.9922l-1.2679-1.2679a2.5 2.5 0 0 0 0.10905-0.72429 2.5 2.5 0 0 0-0.10905-0.72428zm-3.6556 0.32226a1.6667 1.6667 0 0 1 1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667-1.6667 1.6667 1.6667 0 0 1 1.6667-1.6667zm-0.72428 4.0576a2.5 2.5 0 0 0 0.72428 0.10905 2.5 2.5 0 0 0 0.72428-0.10905l1.2646 1.2646a4.1667 4.1667 0 0 1-1.9889 0.51107 4.1667 4.1667 0 0 1-1.9922-0.50781zm-4.2757 0.10905v1.6667h1.6667zm10 0-1.6667 1.6667h1.6667z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14.286l3.75 5.7143-2.5e-5 -4.2857 2.5e-5 -1.4286h16.25v-14.286zm1.25 1.4286h17.5v11.429h-17.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m11 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5zm-5 0.83333v1.6667l1.6667-1.6667zm5 0a4.1667 4.1667 0 0 1 1.9922 0.50781l-1.2679 1.2679a2.5 2.5 0 0 0-0.72428-0.10905 2.5 2.5 0 0 0-0.72428 0.10905l-1.2646-1.2646a4.1667 4.1667 0 0 1 1.9889-0.51107zm3.3333 0 1.6667 1.6667v-1.6667zm-6.9922 2.1745 1.2679 1.2679a2.5 2.5 0 0 0-0.10905 0.72428 2.5 2.5 0 0 0 0.10905 0.72428l-1.2646 1.2646a4.1667 4.1667 0 0 1-0.51107-1.9889 4.1667 4.1667 0 0 1 0.50781-1.9922zm7.3145 0.00325a4.1667 4.1667 0 0 1 0.51107 1.9889 4.1667 4.1667 0 0 1-0.50781 1.9922l-1.2679-1.2679a2.5 2.5 0 0 0 0.10905-0.72429 2.5 2.5 0 0 0-0.10905-0.72428zm-3.6556 0.32226a1.6667 1.6667 0 0 1 1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667-1.6667 1.6667 1.6667 0 0 1 1.6667-1.6667zm-0.72428 4.0576a2.5 2.5 0 0 0 0.72428 0.10905 2.5 2.5 0 0 0 0.72428-0.10905l1.2646 1.2646a4.1667 4.1667 0 0 1-1.9889 0.51107 4.1667 4.1667 0 0 1-1.9922-0.50781zm-4.2757 0.10905v1.6667h1.6667zm10 0-1.6667 1.6667h1.6667z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-highlighter-association.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-highlighter-association.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,32 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4217" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.5 0 0 .5 191.29 274.9)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#21c9fb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4296" x2="0" y1="22" y2="10" gradientTransform="matrix(.71429 0 0 .71429 384.14 525.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4304" x2="0" y1="545.8" y2="517.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#42a603" offset="0"/>
-   <stop stop-color="#78da06" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4227">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4385" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
-  <linearGradient id="linearGradient4389" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 113.73 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
- </defs>
- <g transform="translate(-384.57 -525.8)" stroke-width=".71429">
-  <path d="m389.86 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4304)"/>
-  <path d="m405.57 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/>
-  <path d="m385.57 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4217)"/>
-  <path d="m401.29 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/>
-  <path d="m391.29 532.51c-0.39572 0-0.71429 0.31857-0.71429 0.71428 0 0.39572 0.31857 0.71429 0.71429 0.71429 0.39571 0 0.71428-0.31857 0.71428-0.71429 0-0.39571-0.31857-0.71428-0.71428-0.71428zm3.5714 0-1.4286 1.4286 1.4286 1.4286-1.4286 1.4286 1.4286 1.4286 2.8571-2.8571-1.4286-1.4286zm-5 4.2857c-0.39572 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31857 0.71428 0.71429 0.71428 0.39571 0 0.71428-0.31857 0.71428-0.71428 0-0.39572-0.31857-0.71429-0.71428-0.71429zm2.8571 2.8571c-0.39571 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31858 0.71428 0.71429 0.71428s0.71429-0.31857 0.71429-0.71428c0-0.39572-0.31858-0.71429-0.71429-0.71429z" fill="url(#linearGradient4296)"/>
-  <path d="m396.29 531.8 5 5v-5z" fill="url(#linearGradient4385)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m400.57 531.8 5 5v-5z" fill="url(#linearGradient4389)" fill-rule="evenodd" opacity=".2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="f" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.5 0 0 .5 191.29 274.9)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#21c9fb" offset="1"/></linearGradient><linearGradient id="e" x2="0" y1="22" y2="10" gradientTransform="matrix(.71429 0 0 .71429 384.14 525.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="d" x2="0" y1="545.8" y2="517.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse"><stop stop-color="#42a603" offset="0"/><stop stop-color="#78da06" offset="1"/></linearGradient><linearGradient id="a"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="c" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="b" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 113.73 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="translate(-384.57 -525.8)" stroke-width=".71429"><path d="m389.86 526.8v20h15.714v-15l-5-5z" fill="url(#d)"/><path d="m405.57 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/><path d="m385.57 526.8v20h15.714v-15l-5-5z" fill="url(#f)"/><path d="m401.29 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/><path d="m391.29 532.51c-0.39572 0-0.71429 0.31857-0.71429 0.71428 0 0.39572 0.31857 0.71429 0.71429 0.71429 0.39571 0 0.71428-0.31857 0.71428-0.71429 0-0.39571-0.31857-0.71428-0.71428-0.71428zm3.5714 0-1.4286 1.4286 1.4286 1.4286-1.4286 1.4286 1.4286 1.4286 2.8571-2.8571-1.4286-1.4286zm-5 4.2857c-0.39572 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31857 0.71428 0.71429 0.71428 0.39571 0 0.71428-0.31857 0.71428-0.71428 0-0.39572-0.31857-0.71429-0.71428-0.71429zm2.8571 2.8571c-0.39571 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31858 0.71428 0.71429 0.71428s0.71429-0.31857 0.71429-0.71428c0-0.39572-0.31858-0.71429-0.71429-0.71429z" fill="url(#e)"/><path d="m396.29 531.8 5 5v-5z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/><path d="m400.57 531.8 5 5v-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-highlighting-styles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-highlighting-styles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.5837 1-7.5837 20h2.1696c0.2359 0 0.43607-0.06584 0.60017-0.19775 0.17436-0.13191 0.29254-0.28404 0.35407-0.45654l1.7076-4.7949h3.8622l2.0366-1.9775h-5.1906l2.8602-8.0371c0.092301-0.24353 0.18873-0.52734 0.29129-0.85205s0.20631-0.6813 0.30887-1.0669l3.0234 8.6987 1.0321-1.001c0.12526-0.12114 0.27486-0.21588 0.43945-0.27832 0.06448-0.14962 0.1583-0.28562 0.27623-0.40039l0.2235-0.21728-3.5633-9.4189zm8.8569 15.879-2.0717 2.0264 0.52232 1.4551c0.082049 0.18265 0.19542 0.33478 0.33901 0.45654 0.15384 0.12176 0.35401 0.1831 0.60017 0.1831h2.1696z" fill="#eff0f1" stroke-width="1.2677"/>
- <path class="ColorScheme-Text" d="m16.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" fill="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.5837 1-7.5837 20h2.1696c0.2359 0 0.43607-0.06584 0.60017-0.19775 0.17436-0.13191 0.29254-0.28404 0.35407-0.45654l1.7076-4.7949h3.8622l2.0366-1.9775h-5.1906l2.8602-8.0371c0.092301-0.24353 0.18873-0.52734 0.29129-0.85205s0.20631-0.6813 0.30887-1.0669l3.0234 8.6987 1.0321-1.001c0.12526-0.12114 0.27486-0.21588 0.43945-0.27832 0.06448-0.14962 0.1583-0.28562 0.27623-0.40039l0.2235-0.21728-3.5633-9.4189zm8.8569 15.879-2.0717 2.0264 0.52232 1.4551c0.082049 0.18265 0.19542 0.33478 0.33901 0.45654 0.15384 0.12176 0.35401 0.1831 0.60017 0.1831h2.1696z" fill="#eff0f1" stroke-width="1.2677"/><path class="ColorScheme-Text" d="m16.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/preferences-html5.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-html5.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#eff0f1">
-  <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#eff0f1"><rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/><path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-icons.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-icons.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,35 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 141.19 191.52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="translate(13 -7)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <g transform="matrix(.625 0 0 .64286 137.09 199.43)">
-   <rect x="397.57" y="510.8" width="32" height="28" rx="0" fill="url(#linearGradient4643-8)"/>
-   <path d="m398.57 536.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2"/>
-   <rect x="397.57" y="537.8" width="32" height="1" fill="#99a1a7"/>
-   <rect x="397.57" y="510.8" width="32" height="4" fill="#566069"/>
-   <rect x="397.57" y="514.8" width="32" height="1" fill="#3daee9"/>
-   <rect x="398.57" y="516.8" width="30" height="20" fill="#fff"/>
-   <rect x="426.57" y="511.8" width="2" height="2" rx="1" fill="#eff0f1"/>
-  </g>
-  <g transform="matrix(.625 0 0 .64286 145.21 194.93)">
-   <path transform="translate(384.57 515.8)" d="m4 11v6h7v-5h-3l-1-1z" fill="#7aabdc"/>
-   <path d="m388.57 534.8v6h7v-5h-3l-1-1z" fill="#7aabdc"/>
-   <path d="m398.57 526.8v6h5v-4l-2-2z" fill="#f95"/>
-   <path d="m401.57 526.8 2 2h-2z" fill="#d45500" fill-rule="evenodd"/>
-   <path d="m398.57 534.8v6h5v-4l-2-2z" fill="#71c837"/>
-   <path d="m401.57 534.8 2 2h-2z" fill="#447821" fill-rule="evenodd"/>
-   <rect x="406.57" y="526.8" width="6" height="6" rx="2.6e-5" fill="#333"/>
-   <rect x="407.57" y="528.8" width="4" height="2" rx="1" fill="#3daee9"/>
-   <rect x="409.57" y="528.8" width="2" height="2" rx="1" fill="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 141.19 191.52)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="translate(13 -7)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g transform="matrix(.625 0 0 .64286 137.09 199.43)"><rect x="397.57" y="510.8" width="32" height="28" rx="0" fill="url(#a)"/><path d="m398.57 536.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="397.57" y="537.8" width="32" height="1" fill="#99a1a7"/><rect x="397.57" y="510.8" width="32" height="4" fill="#566069"/><rect x="397.57" y="514.8" width="32" height="1" fill="#3daee9"/><rect x="398.57" y="516.8" width="30" height="20" fill="#fff"/><rect x="426.57" y="511.8" width="2" height="2" rx="1" fill="#eff0f1"/></g><g transform="matrix(.625 0 0 .64286 145.21 194.93)"><path transform="translate(384.57 515.8)" d="m4 11v6h7v-5h-3l-1-1z" fill="#7aabdc"/><path d="m388.57 534.8v6h7v-5h-3l-1-1z" fill="#7aabdc"/><path d="m398.57 526.8v6h5v-4l-2-2z" fill="#f95"/><path d="m401.57 526.8 2 2h-2z" fill="#d45500" fill-rule="evenodd"/><path d="m398.57 534.8v6h5v-4l-2-2z" fill="#71c837"/><path d="m401.57 534.8 2 2h-2z" fill="#447821" fill-rule="evenodd"/><rect x="406.57" y="526.8" width="6" height="6" rx="2.6e-5" fill="#333"/><rect x="407.57" y="528.8" width="4" height="2" rx="1" fill="#3daee9"/><rect x="409.57" y="528.8" width="2" height="2" rx="1" fill="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-dark/preferences-interface.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-interface.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h12.857v-0.01225l0.010044 0.01225 5.1328-4.9902v-15.01h-18m1.2857 1.25h1.2857v13.75h-1.2857v-13.75m2.5714 0h12.857v12.5h-5.1429v1.25h-7.7143v-13.75m3.8571 1.25-2.5714 2.5 2.5714 2.5v-5m-6.4286 13.75h1.2857v2.5h-1.2857v-2.5m2.5714 0h7.7143v2.5h-7.7143v-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h12.857v-0.01225l0.010044 0.01225 5.1328-4.9902v-15.01h-18m1.2857 1.25h1.2857v13.75h-1.2857v-13.75m2.5714 0h12.857v12.5h-5.1429v1.25h-7.7143v-13.75m3.8571 1.25-2.5714 2.5 2.5714 2.5v-5m-6.4286 13.75h1.2857v2.5h-1.2857v-2.5m2.5714 0h7.7143v2.5h-7.7143v-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-keywords.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-keywords.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.6661 0 0 1.6654 -2.3239 -2.3092)" fill="#eff0f1">
-  <path d="m10.06 1.988c-2.175 0-3.939 1.762-3.939 3.936 0 0.591 0.134 1.15 0.367 1.652l-0.674 0.797-0.059 0.748c-6e-3 5e-3 -0.734 0.027-0.734 0.027l-0.375 0.271s3e-3 0.816 0 0.805v2e-3l-0.803 0.014-0.338 0.387-8e-3 0.732s-0.692-0.045-0.762 0.02v2e-3c-0.442 0.407-0.74 0.697-0.74 0.697l2e-3 1.918 0.633-4e-3h-0.26l5.104-5.102c0.307 0.267 0.662 0.474 1.041 0.637 0.476 0.205 0.993 0.334 1.545 0.334 2.176 0 3.939-1.763 3.939-3.938 0-2.174-1.763-3.936-3.939-3.936m0.752 1.877c0.725 0 1.313 0.587 1.313 1.313 0 0.725-0.587 1.313-1.313 1.313-0.725 0-1.314-0.587-1.314-1.313 0-0.725 0.589-1.313 1.314-1.313"/>
-  <path d="m10.814 3.865c-0.725 0-1.314 0.587-1.314 1.313 0 0.725 0.589 1.313 1.314 1.313s1.313-0.587 1.313-1.313c0-0.725-0.587-1.313-1.313-1.313m0 0.75c0.311 0 0.563 0.252 0.563 0.563 0 0.31-0.252 0.563-0.563 0.563s-0.564-0.252-0.564-0.563 0.254-0.563 0.564-0.563m-3.338 4.275-5.104 5.102h1.877l4.453-4.377c-0.454-0.168-0.868-0.413-1.227-0.725" opacity=".525"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.6661 0 0 1.6654 -2.3239 -2.3092)" fill="#eff0f1"><path d="m10.06 1.988c-2.175 0-3.939 1.762-3.939 3.936 0 0.591 0.134 1.15 0.367 1.652l-0.674 0.797-0.059 0.748c-6e-3 5e-3 -0.734 0.027-0.734 0.027l-0.375 0.271s3e-3 0.816 0 0.805v2e-3l-0.803 0.014-0.338 0.387-8e-3 0.732s-0.692-0.045-0.762 0.02v2e-3c-0.442 0.407-0.74 0.697-0.74 0.697l2e-3 1.918 0.633-4e-3h-0.26l5.104-5.102c0.307 0.267 0.662 0.474 1.041 0.637 0.476 0.205 0.993 0.334 1.545 0.334 2.176 0 3.939-1.763 3.939-3.938 0-2.174-1.763-3.936-3.939-3.936m0.752 1.877c0.725 0 1.313 0.587 1.313 1.313 0 0.725-0.587 1.313-1.313 1.313-0.725 0-1.314-0.587-1.314-1.313 0-0.725 0.589-1.313 1.314-1.313"/><path d="m10.814 3.865c-0.725 0-1.314 0.587-1.314 1.313 0 0.725 0.589 1.313 1.314 1.313s1.313-0.587 1.313-1.313c0-0.725-0.587-1.313-1.313-1.313m0 0.75c0.311 0 0.563 0.252 0.563 0.563 0 0.31-0.252 0.563-0.563 0.563s-0.564-0.252-0.564-0.563 0.254-0.563 0.564-0.563m-3.338 4.275-5.104 5.102h1.877l4.453-4.377c-0.454-0.168-0.868-0.413-1.227-0.725" opacity=".525"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-logviewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-logviewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,32 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="f" x1="2" x2="2" y1="27" y2="9" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#31363b" offset="0"/>
-  <stop stop-color="#4f575f" offset="1"/>
- </linearGradient>
- <linearGradient id="a">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="e" cx="12" cy="1" r="9.5" gradientTransform="matrix(0 .20301 -1.1842 -3.2143e-5 3.4344 4.0636)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <radialGradient id="d" cx="2" cy="5.5" r="14.5" gradientTransform="matrix(0 .8867 -1.4224 0 10.073 6.6549)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 -159.24 -203.25)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#c6cdd1" offset="0"/>
-  <stop stop-color="#e0e5e7" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="7" x2="22" y1="10" y2="25" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse">
-  <stop offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <path d="m1 2h20v18h-20z" fill="url(#b)" stroke-width=".63387"/>
- <path d="m1.625 18.714 18.75-12.857 0.625 0.64286v13.5h-18.125z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
- <path d="m1 2h20v2.5714h-20z" fill="#566069" stroke-width=".63387"/>
- <path d="m1 4.5714h20v0.64286h-20z" fill="#3daee9" stroke-width=".63387"/>
- <path d="m1.625 5.8571h18.75v12.857h-18.75z" fill="#eff0f1" stroke-width=".63387"/>
- <rect x="19.125" y="2.6429" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
- <path d="m2.25 18.071 0.625 0.64286h17.5v-9.6429l-0.625-0.64286z" fill="url(#d)" opacity=".2" stroke-width=".63387"/>
- <path d="m2.25 8.4286h17.5v9.6429h-17.5z" fill="#fcfcfc" stroke-width=".63387"/>
- <path d="m2.25 7.1429 1.25 1.2857h10v-1.2857l-0.625-0.64286z" fill="url(#e)" opacity=".2" stroke-width=".63387"/>
- <path d="m2.25 6.5h11.25v0.64286h-11.25z" fill="#fcfcfc" stroke-width=".63387"/>
- <path d="m2.25 6.5h5.625v0.64286h-5.625zm0 10.929h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h6.25v0.64286h-6.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h10v0.64286h-10zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h11.25v0.64286h-11.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5z" fill="url(#f)" stroke-width=".63387"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="g" x1="2" x2="2" y1="27" y2="9" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"><stop stop-color="#31363b" offset="0"/><stop stop-color="#4f575f" offset="1"/></linearGradient><linearGradient id="a"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><radialGradient id="h" cx="12" cy="1" r="9.5" gradientTransform="matrix(0 .20301 -1.1842 -3.2143e-5 3.4344 4.0636)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><radialGradient id="i" cx="2" cy="5.5" r="14.5" gradientTransform="matrix(0 .8867 -1.4224 0 10.073 6.6549)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="k" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 -159.24 -203.25)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="j" x1="7" x2="22" y1="10" y2="25" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><g stroke-width=".63387"><path d="m1 2h20v18h-20z" fill="url(#k)"/><path d="m1.625 18.714 18.75-12.857 0.625 0.64286v13.5h-18.125z" fill="url(#j)" fill-rule="evenodd" opacity=".2"/><path d="m1 2h20v2.5714h-20z" fill="#566069"/><path d="m1 4.5714h20v0.64286h-20z" fill="#3daee9"/><path d="m1.625 5.8571h18.75v12.857h-18.75z" fill="#eff0f1"/><rect x="19.125" y="2.6429" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/><path d="m2.25 18.071 0.625 0.64286h17.5v-9.6429l-0.625-0.64286z" fill="url(#i)" opacity=".2"/><path d="m2.25 8.4286h17.5v9.6429h-17.5z" fill="#fcfcfc"/><path d="m2.25 7.1429 1.25 1.2857h10v-1.2857l-0.625-0.64286z" fill="url(#h)" opacity=".2"/><path d="m2.25 6.5h11.25v0.64286h-11.25z" fill="#fcfcfc"/><path d="m2.25 6.5h5.625v0.64286h-5.625zm0 10.929h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h6.25v0.64286h-6.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h10v0.64286h-10zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h11.25v0.64286h-11.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5z" fill="url(#g)"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-mail_generic.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-mail_generic.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="translate(-421.71 -525.79)">
-  <path class="ColorScheme-Text" d="m422.71 528.79v16h20v-16h-20zm1 1h0.0488l5.9746 5.9766-6.0234 6.0234v-12zm1.4629 0h15.074l-7.5371 7.5371-7.5371-7.5371zm16.488 0h0.0488v12l-6.0234-6.0234 5.9746-5.9766zm-11.221 6.6836 2.2695 2.2676 2.2695-2.2676 6.7305 6.7305v0.58594h-18v-0.58594l6.7305-6.7305z" fill="currentColor"/>
- </g>
-</svg>
+      }</style></defs><g transform="translate(-421.71 -525.79)"><path class="ColorScheme-Text" d="m422.71 528.79v16h20v-16h-20zm1 1h0.0488l5.9746 5.9766-6.0234 6.0234v-12zm1.4629 0h15.074l-7.5371 7.5371-7.5371-7.5371zm16.488 0h0.0488v12l-6.0234-6.0234 5.9746-5.9766zm-11.221 6.6836 2.2695 2.2676 2.2695-2.2676 6.7305 6.7305v0.58594h-18v-0.58594l6.7305-6.7305z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-mimetypes.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-mimetypes.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-dark/preferences-mouse-click-handler.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-mouse-click-handler.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
         }
         .ColorScheme-Highlight {
             color:#3daee9;
-        }</style>
- <rect class="ColorScheme-Highlight" x="9" y="2" width="4" height="7" color="#3daee9" fill="currentColor" fill-rule="evenodd"/>
- <path class="ColorScheme-Text" d="m9.75 1a6.25 6.25 0 0 0-6.25 6.25v7.5a6.25 6.25 0 0 0 6.25 6.25h2.5a6.25 6.25 0 0 0 6.25-6.25v-7.5a6.25 6.25 0 0 0-6.25-6.25zm0 1.25h2.5a5 5 0 0 1 5 5v7.5a5 5 0 0 1-5 5h-2.5a5 5 0 0 1-5-5v-7.5a5 5 0 0 1 5-5z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><rect class="ColorScheme-Highlight" x="9" y="2" width="4" height="7" color="#3daee9" fill="currentColor" fill-rule="evenodd"/><path class="ColorScheme-Text" d="m9.75 1a6.25 6.25 0 0 0-6.25 6.25v7.5a6.25 6.25 0 0 0 6.25 6.25h2.5a6.25 6.25 0 0 0 6.25-6.25v-7.5a6.25 6.25 0 0 0-6.25-6.25zm0 1.25h2.5a5 5 0 0 1 5 5v7.5a5 5 0 0 1-5 5h-2.5a5 5 0 0 1-5-5v-7.5a5 5 0 0 1 5-5z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/preferences-multiproject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-multiproject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#eff0f1">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#eff0f1"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-network.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-network.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,33 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient856" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e3436" offset="0"/>
-   <stop stop-color="#555753" offset="1"/>
-  </linearGradient>
- </defs>
- <linearGradient id="a">
-  <stop offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#c6cdd1" offset="0"/>
-  <stop stop-color="#e0e5e7" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="d" x1="11" x2="25" y1="14" y2="28" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)">
-  <path d="m384.57 517.8h32v28h-32z" fill="url(#b)"/>
-  <path d="m385.57 543.8 30-20 1 1v21h-29z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m384.57 517.8h32v4h-32z" fill="#566069"/>
-  <path d="m384.57 521.8h32v1h-32z" fill="#3daee9"/>
-  <path d="m385.57 523.8h30v20h-30z" fill="#fff"/>
-  <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/>
- </g>
- <path d="m6 7.7857h10l4.375 4.5v6.4286h-10.625l-3.75-3.8571z" fill="url(#d)" opacity=".2" stroke-width=".63387"/>
- <path d="m6.625 8.4286h8.75v5.7857h-8.75z" fill="#fcfcfc" stroke-width=".63387"/>
- <g transform="matrix(.625 0 0 .64286 1 .71429)" fill="url(#linearGradient856)">
-  <path d="m16 12a9 9 0 0 0-7.877 4.668c0.129 0.364 0.357 0.677 0.656 0.908a8 8 0 0 1 7.221-4.576 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.65-3.982 8 8 0 0 1 6.87 4.558c0.302-0.234 0.533-0.55 0.66-0.918a9 9 0 0 0-7.88-4.658zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.09-0.588 1 1 0 0 1-0.91 0.588 1 1 0 0 1-1-1 1 1 0 0 1 0.59-0.91 2 2 0 0 0-0.59-0.09z"/>
-  <path d="m8 11v11h7v2h-3v1h8v-1h-3v-2h7v-11h-15zm1 1h14v9h-14z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#2e3436" offset="0"/><stop stop-color="#555753" offset="1"/></linearGradient></defs><linearGradient id="a"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="g" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="f" x1="11" x2="25" y1="14" y2="28" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"><path d="m384.57 517.8h32v28h-32z" fill="url(#h)"/><path d="m385.57 543.8 30-20 1 1v21h-29z" fill="url(#g)" fill-rule="evenodd" opacity=".2"/><path d="m384.57 517.8h32v4h-32z" fill="#566069"/><path d="m384.57 521.8h32v1h-32z" fill="#3daee9"/><path d="m385.57 523.8h30v20h-30z" fill="#fff"/><rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/></g><path d="m6 7.7857h10l4.375 4.5v6.4286h-10.625l-3.75-3.8571z" fill="url(#f)" opacity=".2" stroke-width=".63387"/><path d="m6.625 8.4286h8.75v5.7857h-8.75z" fill="#fcfcfc" stroke-width=".63387"/><g transform="matrix(.625 0 0 .64286 1 .71429)" fill="url(#e)"><path d="m16 12a9 9 0 0 0-7.877 4.668c0.129 0.364 0.357 0.677 0.656 0.908a8 8 0 0 1 7.221-4.576 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.65-3.982 8 8 0 0 1 6.87 4.558c0.302-0.234 0.533-0.55 0.66-0.918a9 9 0 0 0-7.88-4.658zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.09-0.588 1 1 0 0 1-0.91 0.588 1 1 0 0 1-1-1 1 1 0 0 1 0.59-0.91 2 2 0 0 0-0.59-0.09z"/><path d="m8 11v11h7v2h-3v1h8v-1h-3v-2h7v-11h-15zm1 1h14v9h-14z"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-notifications.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-notifications.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m8.7751 17.25a2.5714 2.5 0 0 0-0.34654 1.25 2.5714 2.5 0 0 0 2.5714 2.5 2.5714 2.5 0 0 0 2.5714-2.5 2.5714 2.5 0 0 0-0.34905-1.25zm2.2249-16.25a1.2857 1.25 0 0 0-1.2857 1.25 1.2857 1.25 0 0 0 0.0126 0.16113 5.1429 5 0 0 0-3.8697 4.8389c0 3.75-1.2857 5-3.8571 7.5v1.25h18v-1.25c-2.5714-2.5-3.8571-3.75-3.8571-7.5a5.1429 5 0 0 0-3.8697-4.8389 1.2857 1.25 0 0 0 0.012557-0.16113 1.2857 1.25 0 0 0-1.2857-1.25zm0 2.5a3.8571 3.75 0 0 1 3.8571 3.75c0 3.75 0.75335 5 3.3248 7.5h-14.364c2.5714-2.5 3.3248-3.75 3.3248-7.5a3.8571 3.75 0 0 1 3.8571-3.75z" color="#eff0f1" fill="currentColor" fill-rule="evenodd" stroke-width="1.2677"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m8.7751 17.25a2.5714 2.5 0 0 0-0.34654 1.25 2.5714 2.5 0 0 0 2.5714 2.5 2.5714 2.5 0 0 0 2.5714-2.5 2.5714 2.5 0 0 0-0.34905-1.25zm2.2249-16.25a1.2857 1.25 0 0 0-1.2857 1.25 1.2857 1.25 0 0 0 0.0126 0.16113 5.1429 5 0 0 0-3.8697 4.8389c0 3.75-1.2857 5-3.8571 7.5v1.25h18v-1.25c-2.5714-2.5-3.8571-3.75-3.8571-7.5a5.1429 5 0 0 0-3.8697-4.8389 1.2857 1.25 0 0 0 0.012557-0.16113 1.2857 1.25 0 0 0-1.2857-1.25zm0 2.5a3.8571 3.75 0 0 1 3.8571 3.75c0 3.75 0.75335 5 3.3248 7.5h-14.364c2.5714-2.5 3.3248-3.75 3.3248-7.5a3.8571 3.75 0 0 1 3.8571-3.75z" color="#eff0f1" fill="currentColor" fill-rule="evenodd" stroke-width="1.2677"/></svg>
--- a/eric6/icons/breeze-dark/preferences-orbit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-orbit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020401 .79577 .79924)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m8366.8 5001c-345.6-42.7-837.7-189.1-1262.6-376.1-207.4-89.5-209.4-91.5-250.1-52.9-24.4 22.4-93.5 65.1-154.5 97.6-101.7 50.8-132.2 56.9-315.1 56.9-166.7 0-221.6-8.1-298.9-44.7-134.2-61-290.7-213.5-355.8-349.7-48.8-99.6-56.9-138.3-56.9-309v-193.2l-172.8-120c-95.6-65.1-270.4-193.2-392.4-282.6-213.5-158.6-235.8-193.2-126.1-195.2 22.4 0 117.9-26.4 213.5-59l172.8-59 512.4 362 115.9-69.1c227.7-136.2 479.8-148.4 711.6-34.6 248 122 380.2 335.5 394.4 636.4l8.1 174.8 217.6 93.5c951.5 404.6 1650.9 437.1 1964.1 89.5 278.5-309 282.6-925.1 12.2-1742.4-341.7-1032.9-1026.8-2161.3-2010.9-3312.1-453.4-528.6-1238.2-1293.1-1797.3-1748.5l-158.6-128.1-93.5 71.2c-195.2 150.5-394.4 215.5-660.8 215.5-298.9 0-549-103.7-764.5-317.2-260.2-260.2-372.1-662.8-280.6-1012.5 18.3-67.1 28.5-122 24.4-126-22.4-22.4-585.6-278.6-766.5-349.7-803.1-311.1-1482.2-390.4-1864.4-217.6-453.4 205.3-546.9 764.5-270.4 1626.5 69.1 211.4 213.5 563.2 319.2 770.6l59 117.9 183 4c150.5 2.1 199.2 12.2 292.8 57 225.7 109.8 390.4 343.6 418.8 591.6 16.3 144.4-30.5 335.5-113.9 461.5l-56.9 85.4 115.9 164.7 117.9 162.7-54.9 174.9c-30.5 95.6-63 205.4-73.2 244l-18.3 67.1-164.7-219.7c-89.5-122-185-254.1-211.5-292.8l-44.7-71.2h-207.4c-178.9 0-219.6-6.1-319.2-52.9-246-115.9-410.7-370-412.7-636.4 0-180.9 30.5-284.6 122-420.9l71.2-107.8-111.8-233.8c-752.3-1575.7-597.8-2671.6 414.8-2944 203.3-56.9 729.9-50.8 1034.9 10.2 453.4 91.5 925.1 256.2 1472 518.5l300.9 142.3 75.2-71.2c164.7-158.6 390.4-256.2 636.4-274.5 514.4-38.6 975.9 282.6 1124.4 784.8 46.8 160.6 42.7 433.1-10.2 601.8-34.6 113.8-36.6 142.3-14.2 162.7 14.2 12.2 136.2 113.8 268.4 225.7 1783 1476.2 3257 3458.6 3814.1 5127.8 160.6 481.9 211.5 760.4 211.5 1173.2 2 392.4-20.3 508.3-142.3 760.4-132.2 270.4-410.7 488-721.8 561.2-168.8 38.6-475.8 52.8-669 30.5zm-1838-703.5c152.5-73.2 217.5-300.9 126-435.1-77.2-111.8-148.4-152.5-270.4-152.5s-193.2 38.6-270.4 154.5c-61 87.4-54.9 244 12.2 337.5 85.5 120 262.3 162.7 402.6 95.6zm-5178.5-5081c154.5-79.3 215.5-248 148.4-402.6-56.9-128.1-148.4-187.1-288.7-187.1-187.1 0-309 120-309 307 0 231.9 248 386.4 449.3 282.7zm3523.5-1960c126.1-61 246-178.9 315.1-311.1 50.8-95.6 56.9-128.1 56.9-300.9 0-162.7-8.1-207.4-46.8-280.6-73.2-136.2-199.2-262.3-327.3-323.3-95.6-48.8-140.3-56.9-276.5-56.9-276.5 0-483.9 128.1-603.9 372.1-59 120-67.1 154.5-67.1 298.9 2 120 12.2 187.1 44.7 256.2 75.2 166.7 231.8 311.1 410.7 378.2 112 40.6 376.3 24.4 494.2-32.6z"/><path d="m3987.4 2874.2c-894.6-176.9-1579.8-868.2-1750.6-1762.8-38.6-207.4-38.6-593.7 0-801.1 170.8-904.8 880.4-1608.2 1777-1764.8 211.5-36.6 571.3-38.7 774.6-2.1 839.7 150.6 1516.8 778.9 1744.5 1614.5 46.8 176.9 52.9 233.8 52.9 553 2 327.3-2.1 372.1-54.9 557.1-233.8 843.8-902.7 1461.9-1740.4 1608.3-209.5 36.6-614.1 36.6-803.1-2.1z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020401 .79577 .79924)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m8366.8 5001c-345.6-42.7-837.7-189.1-1262.6-376.1-207.4-89.5-209.4-91.5-250.1-52.9-24.4 22.4-93.5 65.1-154.5 97.6-101.7 50.8-132.2 56.9-315.1 56.9-166.7 0-221.6-8.1-298.9-44.7-134.2-61-290.7-213.5-355.8-349.7-48.8-99.6-56.9-138.3-56.9-309v-193.2l-172.8-120c-95.6-65.1-270.4-193.2-392.4-282.6-213.5-158.6-235.8-193.2-126.1-195.2 22.4 0 117.9-26.4 213.5-59l172.8-59 512.4 362 115.9-69.1c227.7-136.2 479.8-148.4 711.6-34.6 248 122 380.2 335.5 394.4 636.4l8.1 174.8 217.6 93.5c951.5 404.6 1650.9 437.1 1964.1 89.5 278.5-309 282.6-925.1 12.2-1742.4-341.7-1032.9-1026.8-2161.3-2010.9-3312.1-453.4-528.6-1238.2-1293.1-1797.3-1748.5l-158.6-128.1-93.5 71.2c-195.2 150.5-394.4 215.5-660.8 215.5-298.9 0-549-103.7-764.5-317.2-260.2-260.2-372.1-662.8-280.6-1012.5 18.3-67.1 28.5-122 24.4-126-22.4-22.4-585.6-278.6-766.5-349.7-803.1-311.1-1482.2-390.4-1864.4-217.6-453.4 205.3-546.9 764.5-270.4 1626.5 69.1 211.4 213.5 563.2 319.2 770.6l59 117.9 183 4c150.5 2.1 199.2 12.2 292.8 57 225.7 109.8 390.4 343.6 418.8 591.6 16.3 144.4-30.5 335.5-113.9 461.5l-56.9 85.4 115.9 164.7 117.9 162.7-54.9 174.9c-30.5 95.6-63 205.4-73.2 244l-18.3 67.1-164.7-219.7c-89.5-122-185-254.1-211.5-292.8l-44.7-71.2h-207.4c-178.9 0-219.6-6.1-319.2-52.9-246-115.9-410.7-370-412.7-636.4 0-180.9 30.5-284.6 122-420.9l71.2-107.8-111.8-233.8c-752.3-1575.7-597.8-2671.6 414.8-2944 203.3-56.9 729.9-50.8 1034.9 10.2 453.4 91.5 925.1 256.2 1472 518.5l300.9 142.3 75.2-71.2c164.7-158.6 390.4-256.2 636.4-274.5 514.4-38.6 975.9 282.6 1124.4 784.8 46.8 160.6 42.7 433.1-10.2 601.8-34.6 113.8-36.6 142.3-14.2 162.7 14.2 12.2 136.2 113.8 268.4 225.7 1783 1476.2 3257 3458.6 3814.1 5127.8 160.6 481.9 211.5 760.4 211.5 1173.2 2 392.4-20.3 508.3-142.3 760.4-132.2 270.4-410.7 488-721.8 561.2-168.8 38.6-475.8 52.8-669 30.5zm-1838-703.5c152.5-73.2 217.5-300.9 126-435.1-77.2-111.8-148.4-152.5-270.4-152.5s-193.2 38.6-270.4 154.5c-61 87.4-54.9 244 12.2 337.5 85.5 120 262.3 162.7 402.6 95.6zm-5178.5-5081c154.5-79.3 215.5-248 148.4-402.6-56.9-128.1-148.4-187.1-288.7-187.1-187.1 0-309 120-309 307 0 231.9 248 386.4 449.3 282.7zm3523.5-1960c126.1-61 246-178.9 315.1-311.1 50.8-95.6 56.9-128.1 56.9-300.9 0-162.7-8.1-207.4-46.8-280.6-73.2-136.2-199.2-262.3-327.3-323.3-95.6-48.8-140.3-56.9-276.5-56.9-276.5 0-483.9 128.1-603.9 372.1-59 120-67.1 154.5-67.1 298.9 2 120 12.2 187.1 44.7 256.2 75.2 166.7 231.8 311.1 410.7 378.2 112 40.6 376.3 24.4 494.2-32.6z"/><path d="m3987.4 2874.2c-894.6-176.9-1579.8-868.2-1750.6-1762.8-38.6-207.4-38.6-593.7 0-801.1 170.8-904.8 880.4-1608.2 1777-1764.8 211.5-36.6 571.3-38.7 774.6-2.1 839.7 150.6 1516.8 778.9 1744.5 1614.5 46.8 176.9 52.9 233.8 52.9 553 2 327.3-2.1 372.1-54.9 557.1-233.8 843.8-902.7 1461.9-1740.4 1608.3-209.5 36.6-614.1 36.6-803.1-2.1z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/preferences-pluginmanager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-pluginmanager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-printer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-printer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-project.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-project.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-properties.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-properties.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m1.25 1.25v11.25h6.25v-11.25h-6.25m7.5 1.25v1.25h7.5v-1.25h-7.5m0 3.75v1.25h5v-1.25h-5m0 3.75v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m1.25 1.25v11.25h6.25v-11.25h-6.25m7.5 1.25v1.25h7.5v-1.25h-7.5m0 3.75v1.25h5v-1.25h-5m0 3.75v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-pyDebugger.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-pyDebugger.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
- <g transform="matrix(.49556 0 0 .49631 10.566 10.555)">
-  <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
-  <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><g transform="matrix(.49556 0 0 .49631 10.566 10.555)"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></g></svg>
--- a/eric6/icons/breeze-dark/preferences-python.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-python.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-qtlogo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-qtlogo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#eff0f1" stroke-width=".43797"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#eff0f1" stroke-width=".43797"/></svg>
--- a/eric6/icons/breeze-dark/preferences-search.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-search.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-security.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-security.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#7cbaf8" offset="0"/>
-  <stop stop-color="#f4fcff" offset="1"/>
- </linearGradient>
- <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/>
- <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/>
- <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/>
- <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><linearGradient id="f" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="d" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><g stroke-width=".72342"><path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#f)"/><path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#e)" opacity=".2"/><path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#d)"/><path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-shell.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-shell.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020182 .796 .90884)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m4120.8 4287.5c-120.6-46.6-244-126.1-367.4-241.3-46.6-43.9-98.7-71.3-115.1-63.1-16.5 11-120.6 19.2-230.3 19.2-361.9 0-649.8-161.7-817-455.1-68.5-123.4-96-148-183.7-164.5-156.3-27.4-370.1-134.3-493.5-246.7-117.9-106.9-279.6-392-279.6-493.5 0-49.3-27.4-71.3-142.6-109.7-400.3-131.6-652.5-471.6-652.5-885.5 0-178.2-2.7-186.4-82.2-235.8-126.1-74-271.4-235.8-350.9-386.6-79.5-159-112.4-482.5-63.1-655.2 24.7-98.7 21.9-117.9-35.6-191.9-139.8-183.5-189.2-323.4-202.9-559.1-11-219.3-8.2-235.8 87.7-430.4 142.6-287.9 342.7-457.8 1154.2-984.2l685.4-444.1 13.7-397.5c16.5-438.6 41.1-520.9 211.1-690.9 189.2-191.9 211.1-197.4 1044.5-205.6 416.7-5.5 745.7-19.2 745.7-32.9s68.5-98.7 153.5-189.2c104.2-112.4 211.1-194.7 334.5-255 170-85 200.1-90.5 471.6-90.5 271.4 0 301.6 5.5 471.6 90.5 123.4 60.3 230.3 142.6 334.5 255 85 90.5 153.5 175.4 153.5 189.2s329 27.4 748.4 32.9c830.7 8.2 852.6 13.7 1041.8 205.6 170 170 194.7 252.2 211.1 690.9l13.7 397.5 685.4 444.1c751.2 485.2 1019.9 712.8 1154.2 970.5 71.3 134.3 79.5 178.2 79.5 411.2 0 274.2-35.6 381.1-194.6 592.2-57.6 74-60.3 93.2-35.7 191.9 49.4 172.7 16.5 496.2-63.1 655.2-76.8 145.3-233 318-356.4 392-71.3 41.1-76.8 57.6-76.8 227.6 0 101.4-19.2 233-41.1 296.1-96 274.2-342.7 512.7-608.6 594.9-120.6 35.6-145.3 52.1-145.3 104.2 0 104.2-159 389.3-279.6 496.2-123.4 112.4-337.2 219.3-493.5 246.7-87.7 16.5-115.2 41.1-183.7 164.5-167.2 293.4-457.8 457.8-817 457.8-109.7-2.7-211.1-11-227.5-19.2-16.5-11-85 32.9-153.5 93.2-216.6 189.2-342.7 235.9-641.5 235.9-230.3 0-279.6-8.2-416.7-76.8l-159-76.8-156.3 76.8c-131.6 63-200.1 76.8-392 82.2-150.9 5.5-268.7-8.2-337.3-32.9zm509.9-408.5c49.4-19.2 131.6-76.8 183.7-123.4 156.3-142.6 238.5-139.8 403 16.5 156.2 145.3 359.1 183.7 548.3 104.2 126.1-54.8 189.2-109.7 274.2-241.3 90.5-145.3 167.2-167.2 339.9-101.4 74 30.2 186.4 54.8 246.7 54.8 222.1 0 438.6-175.5 493.5-400.3 41.1-159 139.8-241.3 263.2-216.6 197.4 35.6 466.1-115.2 545.6-307.1 22-49.3 38.4-148 38.4-222.1 0-194.7 71.3-279.6 241.3-279.6 331.7-2.7 589.4-279.6 542.8-586.7-8.2-60.3-24.7-159-32.9-216.6-22-126.1 30.1-194.7 178.2-241.3 148-46.6 263.2-145.3 329-279.6 76.8-156.3 71.3-301.6-11-479.8-85-180.9-71.3-252.2 68.5-361.9 57.6-46.6 131.6-137.1 161.8-200.1 101.4-211.1 65.8-386.5-126.1-594.9-137.1-156.3-260.4-244-1008.9-723.8-345.4-224.8-658-435.9-690.9-474.3-60.3-63.1-63-87.7-63-477 0-655.2 0-655.2-808.8-655.2-309.8 0-562 11-562 24.7 0 43.9 235.8 345.4 359.1 455.1 68.5 60.3 200.2 167.3 293.3 238.5 145.3 112.4 170 145.3 170 219.3 0 117.9-93.2 213.8-205.6 213.8-167.2 0-682.7-446.9-904.7-781.3-57.6-90.5-150.8-263.2-200.1-383.8-120.6-279.6-194.7-378.3-356.4-471.6-109.7-65.8-159-76.8-334.5-76.8s-224.8 11-334.5 76.8c-161.7 93.2-235.8 191.9-356.4 471.6-49.3 120.6-139.8 293.3-200.1 383.8-216.6 329-743 781.3-907.5 781.3-106.9 0-202.9-98.7-202.9-208.3 0-79.5 24.7-109.7 200.1-246.7 106.9-85 238.5-194.7 290.6-241.3 101.4-93.2 331.7-392.1 331.7-430.4 0-13.7-252.2-24.7-562-24.7-808.8 0-808.8 0-808.8 655.2 0 389.3-2.7 414-60.3 477-35.6 38.4-378.3 271.4-762.1 515.4-918.3 592.4-1121.2 784.3-1123.9 1063.9 0 134.3 96 315.3 219.3 414 139.8 109.7 153.5 180.9 68.5 361.9-82.2 178.2-87.7 323.5-11 479.8 65.8 134.3 180.9 233 329 279.6 148 46.6 200.1 115.2 178.2 241.3-8.2 57.6-24.7 156.3-32.9 216.6-46.6 307.1 211.1 584 542.8 586.7 170 0 241.2 85 241.2 279.6 0 74 16.5 172.7 38.4 222.1 79.5 191.9 348.2 342.7 545.6 307.1 123.4-24.7 222.1 57.6 263.2 216.6 54.8 224.8 271.4 400.3 493.5 400.3 60.3 0 172.7-24.7 246.7-54.8 172.7-65.8 249.5-43.9 340 101.4 85 131.6 145.3 186.4 265.9 238.5 120.7 51.9 277 54.7 392.1 5.3z"/><path d="m4907.6 3062.1c-115.1-54.8-120.6-115.1-120.6-1176.1 0-1102.1 5.5-1156.9 150.8-1192.6 106.9-27.4 200.1 11 246.7 98.7 35.6 65.8 41.1 241.3 41.1 1110.3v1033.6l-79.5 79.5c-84.9 82.2-142.5 95.9-238.5 46.6z"/><path d="m3802.8 2768.7c-38.4-38.4-57.6-93.2-57.6-159 0-57.6 65.8-501.7 145.3-987 156.3-951.3 172.7-995.2 326.3-995.2 112.4 0 175.5 41.1 205.6 128.9 38.4 109.7-249.5 1883.4-318 1982.1-65.8 93.3-224.9 107-301.6 30.2z"/><path d="m5916.5 2755c-38.4-52.1-85-274.2-194.7-954.1-175.4-1093.9-170-1033.6-85-1118.5 68.5-68.5 194.6-71.3 274.2-5.5 54.8 43.9 76.8 148.1 208.3 940.4 79.5 488 148.1 934.9 148.1 992.4 0 131.6-76.8 211.1-202.9 211.1-68.5 0-109.6-19.2-148-65.8z"/><path d="m2922.7 2373.9c-35.6-19.2-85-68.5-109.7-106.9-38.4-71.3-30.2-112.4 230.3-891 175.5-537.3 287.9-833.4 323.5-863.6 104.2-90.5 276.9-49.3 326.2 79.5 21.9 54.8-21.9 213.8-235.8 871.8-142.6 441.4-282.4 828-309.8 858.1-62.9 74.1-142.4 93.3-224.7 52.1z"/><path d="m6939.1 2382.2c-32.9-11-71.3-38.4-87.7-57.6-16.4-21.9-148-403-293.4-849.9-219.3-671.7-260.4-825.2-238.5-882.8 49.4-128.9 222.1-170 326.3-79.5 35.6 30.2 145.3 323.5 318 841.7 145.3 438.6 263.2 817 263.2 841.7 0 60.3-106.9 178.2-178.2 194.6-30.2 8.2-79.5 5.5-109.7-8.2z"/><path d="m2245.6 1614.5c-68.5-27.4-117.9-106.9-117.9-189.2 0-32.9 128.9-315.3 285.1-630.6 246.7-490.7 298.8-575.7 367.4-600.4 142.6-49.4 279.6 43.9 279.6 189.2 0 85-567.5 1198.1-627.8 1231-63.1 32.9-104.2 32.9-186.4 0z"/><path d="m7583.4 1609c-49.3-27.4-142.6-183.7-348.2-597.7-271.4-545.6-301.6-627.8-265.9-726.5 30.2-74 170-123.4 263.2-90.5 68.5 24.7 120.6 109.7 367.4 600.4 156.3 315.3 285.1 603.1 285.1 638.8 0 142.6-170 241.3-301.6 175.5z"/><path d="m1554.7 685.1c-115.2-115.2-82.2-211.1 200.1-584 279.6-370.1 337.2-411.3 479.8-340 85 43.9 112.4 93.2 112.4 194.6 0 35.6-109.7 205.6-265.9 414-252.2 331.7-274.2 353.7-370.1 361.9-74 5.6-117.9-8.1-156.3-46.5z"/><path d="m8123.5 622.1c-490.8-614.1-548.3-754-345.5-860.9 142.6-74 202.9-30.2 479.8 342.7 200.2 268.7 257.7 364.6 257.7 435.9 0 117.9-82.2 197.4-202.9 197.4-79.5 0-112.4-19.2-189.1-115.1z"/><path d="m1266.9-362.1c-79.5-60.3-96-197.4-35.6-271.4 76.8-93.2 219.3-191.9 282.4-191.9 93.2 0 202.9 115.2 202.9 213.8 0 60.3-30.2 109.7-123.4 194.7-137.2 126-216.7 139.7-326.3 54.8z"/><path d="m8419.6-417c-93.2-85-123.4-134.3-123.4-194.7 0-98.7 109.7-213.8 202.9-213.8 63 0 205.6 98.7 282.4 191.9 60.3 74 43.9 211.1-35.6 271.4-109.7 85-189.3 71.3-326.3-54.8z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020182 .796 .90884)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m4120.8 4287.5c-120.6-46.6-244-126.1-367.4-241.3-46.6-43.9-98.7-71.3-115.1-63.1-16.5 11-120.6 19.2-230.3 19.2-361.9 0-649.8-161.7-817-455.1-68.5-123.4-96-148-183.7-164.5-156.3-27.4-370.1-134.3-493.5-246.7-117.9-106.9-279.6-392-279.6-493.5 0-49.3-27.4-71.3-142.6-109.7-400.3-131.6-652.5-471.6-652.5-885.5 0-178.2-2.7-186.4-82.2-235.8-126.1-74-271.4-235.8-350.9-386.6-79.5-159-112.4-482.5-63.1-655.2 24.7-98.7 21.9-117.9-35.6-191.9-139.8-183.5-189.2-323.4-202.9-559.1-11-219.3-8.2-235.8 87.7-430.4 142.6-287.9 342.7-457.8 1154.2-984.2l685.4-444.1 13.7-397.5c16.5-438.6 41.1-520.9 211.1-690.9 189.2-191.9 211.1-197.4 1044.5-205.6 416.7-5.5 745.7-19.2 745.7-32.9s68.5-98.7 153.5-189.2c104.2-112.4 211.1-194.7 334.5-255 170-85 200.1-90.5 471.6-90.5 271.4 0 301.6 5.5 471.6 90.5 123.4 60.3 230.3 142.6 334.5 255 85 90.5 153.5 175.4 153.5 189.2s329 27.4 748.4 32.9c830.7 8.2 852.6 13.7 1041.8 205.6 170 170 194.7 252.2 211.1 690.9l13.7 397.5 685.4 444.1c751.2 485.2 1019.9 712.8 1154.2 970.5 71.3 134.3 79.5 178.2 79.5 411.2 0 274.2-35.6 381.1-194.6 592.2-57.6 74-60.3 93.2-35.7 191.9 49.4 172.7 16.5 496.2-63.1 655.2-76.8 145.3-233 318-356.4 392-71.3 41.1-76.8 57.6-76.8 227.6 0 101.4-19.2 233-41.1 296.1-96 274.2-342.7 512.7-608.6 594.9-120.6 35.6-145.3 52.1-145.3 104.2 0 104.2-159 389.3-279.6 496.2-123.4 112.4-337.2 219.3-493.5 246.7-87.7 16.5-115.2 41.1-183.7 164.5-167.2 293.4-457.8 457.8-817 457.8-109.7-2.7-211.1-11-227.5-19.2-16.5-11-85 32.9-153.5 93.2-216.6 189.2-342.7 235.9-641.5 235.9-230.3 0-279.6-8.2-416.7-76.8l-159-76.8-156.3 76.8c-131.6 63-200.1 76.8-392 82.2-150.9 5.5-268.7-8.2-337.3-32.9zm509.9-408.5c49.4-19.2 131.6-76.8 183.7-123.4 156.3-142.6 238.5-139.8 403 16.5 156.2 145.3 359.1 183.7 548.3 104.2 126.1-54.8 189.2-109.7 274.2-241.3 90.5-145.3 167.2-167.2 339.9-101.4 74 30.2 186.4 54.8 246.7 54.8 222.1 0 438.6-175.5 493.5-400.3 41.1-159 139.8-241.3 263.2-216.6 197.4 35.6 466.1-115.2 545.6-307.1 22-49.3 38.4-148 38.4-222.1 0-194.7 71.3-279.6 241.3-279.6 331.7-2.7 589.4-279.6 542.8-586.7-8.2-60.3-24.7-159-32.9-216.6-22-126.1 30.1-194.7 178.2-241.3 148-46.6 263.2-145.3 329-279.6 76.8-156.3 71.3-301.6-11-479.8-85-180.9-71.3-252.2 68.5-361.9 57.6-46.6 131.6-137.1 161.8-200.1 101.4-211.1 65.8-386.5-126.1-594.9-137.1-156.3-260.4-244-1008.9-723.8-345.4-224.8-658-435.9-690.9-474.3-60.3-63.1-63-87.7-63-477 0-655.2 0-655.2-808.8-655.2-309.8 0-562 11-562 24.7 0 43.9 235.8 345.4 359.1 455.1 68.5 60.3 200.2 167.3 293.3 238.5 145.3 112.4 170 145.3 170 219.3 0 117.9-93.2 213.8-205.6 213.8-167.2 0-682.7-446.9-904.7-781.3-57.6-90.5-150.8-263.2-200.1-383.8-120.6-279.6-194.7-378.3-356.4-471.6-109.7-65.8-159-76.8-334.5-76.8s-224.8 11-334.5 76.8c-161.7 93.2-235.8 191.9-356.4 471.6-49.3 120.6-139.8 293.3-200.1 383.8-216.6 329-743 781.3-907.5 781.3-106.9 0-202.9-98.7-202.9-208.3 0-79.5 24.7-109.7 200.1-246.7 106.9-85 238.5-194.7 290.6-241.3 101.4-93.2 331.7-392.1 331.7-430.4 0-13.7-252.2-24.7-562-24.7-808.8 0-808.8 0-808.8 655.2 0 389.3-2.7 414-60.3 477-35.6 38.4-378.3 271.4-762.1 515.4-918.3 592.4-1121.2 784.3-1123.9 1063.9 0 134.3 96 315.3 219.3 414 139.8 109.7 153.5 180.9 68.5 361.9-82.2 178.2-87.7 323.5-11 479.8 65.8 134.3 180.9 233 329 279.6 148 46.6 200.1 115.2 178.2 241.3-8.2 57.6-24.7 156.3-32.9 216.6-46.6 307.1 211.1 584 542.8 586.7 170 0 241.2 85 241.2 279.6 0 74 16.5 172.7 38.4 222.1 79.5 191.9 348.2 342.7 545.6 307.1 123.4-24.7 222.1 57.6 263.2 216.6 54.8 224.8 271.4 400.3 493.5 400.3 60.3 0 172.7-24.7 246.7-54.8 172.7-65.8 249.5-43.9 340 101.4 85 131.6 145.3 186.4 265.9 238.5 120.7 51.9 277 54.7 392.1 5.3z"/><path d="m4907.6 3062.1c-115.1-54.8-120.6-115.1-120.6-1176.1 0-1102.1 5.5-1156.9 150.8-1192.6 106.9-27.4 200.1 11 246.7 98.7 35.6 65.8 41.1 241.3 41.1 1110.3v1033.6l-79.5 79.5c-84.9 82.2-142.5 95.9-238.5 46.6z"/><path d="m3802.8 2768.7c-38.4-38.4-57.6-93.2-57.6-159 0-57.6 65.8-501.7 145.3-987 156.3-951.3 172.7-995.2 326.3-995.2 112.4 0 175.5 41.1 205.6 128.9 38.4 109.7-249.5 1883.4-318 1982.1-65.8 93.3-224.9 107-301.6 30.2z"/><path d="m5916.5 2755c-38.4-52.1-85-274.2-194.7-954.1-175.4-1093.9-170-1033.6-85-1118.5 68.5-68.5 194.6-71.3 274.2-5.5 54.8 43.9 76.8 148.1 208.3 940.4 79.5 488 148.1 934.9 148.1 992.4 0 131.6-76.8 211.1-202.9 211.1-68.5 0-109.6-19.2-148-65.8z"/><path d="m2922.7 2373.9c-35.6-19.2-85-68.5-109.7-106.9-38.4-71.3-30.2-112.4 230.3-891 175.5-537.3 287.9-833.4 323.5-863.6 104.2-90.5 276.9-49.3 326.2 79.5 21.9 54.8-21.9 213.8-235.8 871.8-142.6 441.4-282.4 828-309.8 858.1-62.9 74.1-142.4 93.3-224.7 52.1z"/><path d="m6939.1 2382.2c-32.9-11-71.3-38.4-87.7-57.6-16.4-21.9-148-403-293.4-849.9-219.3-671.7-260.4-825.2-238.5-882.8 49.4-128.9 222.1-170 326.3-79.5 35.6 30.2 145.3 323.5 318 841.7 145.3 438.6 263.2 817 263.2 841.7 0 60.3-106.9 178.2-178.2 194.6-30.2 8.2-79.5 5.5-109.7-8.2z"/><path d="m2245.6 1614.5c-68.5-27.4-117.9-106.9-117.9-189.2 0-32.9 128.9-315.3 285.1-630.6 246.7-490.7 298.8-575.7 367.4-600.4 142.6-49.4 279.6 43.9 279.6 189.2 0 85-567.5 1198.1-627.8 1231-63.1 32.9-104.2 32.9-186.4 0z"/><path d="m7583.4 1609c-49.3-27.4-142.6-183.7-348.2-597.7-271.4-545.6-301.6-627.8-265.9-726.5 30.2-74 170-123.4 263.2-90.5 68.5 24.7 120.6 109.7 367.4 600.4 156.3 315.3 285.1 603.1 285.1 638.8 0 142.6-170 241.3-301.6 175.5z"/><path d="m1554.7 685.1c-115.2-115.2-82.2-211.1 200.1-584 279.6-370.1 337.2-411.3 479.8-340 85 43.9 112.4 93.2 112.4 194.6 0 35.6-109.7 205.6-265.9 414-252.2 331.7-274.2 353.7-370.1 361.9-74 5.6-117.9-8.1-156.3-46.5z"/><path d="m8123.5 622.1c-490.8-614.1-548.3-754-345.5-860.9 142.6-74 202.9-30.2 479.8 342.7 200.2 268.7 257.7 364.6 257.7 435.9 0 117.9-82.2 197.4-202.9 197.4-79.5 0-112.4-19.2-189.1-115.1z"/><path d="m1266.9-362.1c-79.5-60.3-96-197.4-35.6-271.4 76.8-93.2 219.3-191.9 282.4-191.9 93.2 0 202.9 115.2 202.9 213.8 0 60.3-30.2 109.7-123.4 194.7-137.2 126-216.7 139.7-326.3 54.8z"/><path d="m8419.6-417c-93.2-85-123.4-134.3-123.4-194.7 0-98.7 109.7-213.8 202.9-213.8 63 0 205.6 98.7 282.4 191.9 60.3 74 43.9 211.1-35.6 271.4-109.7 85-189.3 71.3-326.3-54.8z"/></g></g></svg>
--- a/eric6/icons/breeze-dark/preferences-spellchecking.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-spellchecking.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/>
- <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/><path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/preferences-styles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-styles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,31 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="f" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="e" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="g" x1="393.41" x2="407.41" y1="526.65" y2="526.65" gradientTransform="matrix(1 0 0 .99999 .15371 .1567)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e3436" offset="0"/>
-   <stop stop-color="#555753" offset="1"/>
-  </linearGradient>
-  <linearGradient id="h" x1="392.57" x2="407.57" y1="521.8" y2="536.8" gradientTransform="translate(-5.9e-4,4.0005)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)">
-  <rect x="384.57" y="517.8" width="32" height="28" rx="0" fill="url(#f)"/>
-  <path d="m385.57 543.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/>
-  <rect x="384.57" y="517.8" width="32" height="4" fill="#566069"/>
-  <rect x="384.57" y="521.8" width="32" height="1" fill="#3daee9"/>
-  <rect x="385.57" y="523.8" width="30" height="20" fill="#fff"/>
-  <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/>
-  <path d="m407.43 526.94c0.67976 0.68608-1.259 3.7315-4.332 6.8047-1.1894 1.1888-2.4316 2.2613-3.5449 3.0605l7.0169 6.9948h9l0.9945-7.7258zm-9.8476 7.8496-0.0176 0.0137 4e-3 4e-3 0.0137-0.0176zm0.13672 0.16992 1.7031 1.7148c-0.30575-0.78802-0.91881-1.4023-1.7031-1.7148zm0.69531 1.6191c0.4221 0.38858 0.40039 0.94169 0.40039 1.3047 0 1.1682-1.7472 2.9199-5.25 2.9199l3.0052 2.9968h9z" fill="url(#h)" opacity=".25"/>
-  <path d="m407.14 526.81a1.75 7.8749 44.998 0 0-6.5143 4.4605 1.75 7.8749 44.998 0 0-3.1 3.5992c0.9415 0.29981 1.6757 1.034 1.9755 1.9756a1.75 7.8749 44.998 0 0 3.599-3.1002 1.75 7.8749 44.998 0 0 4.3304-6.8053 1.75 7.8749 44.998 0 0-0.29051-0.1299m-10.074 9.3244c-3.4998 0.93784-0.87497 3.1535-3.4998 4.669 3.5028 0 5.2498-1.7508 5.2498-2.919 0-0.58179 0.0591-1.6533-1.7499-1.75z" fill="url(#g)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="d" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="b" x1="393.41" x2="407.41" y1="526.65" y2="526.65" gradientTransform="matrix(1 0 0 .99999 .15371 .1567)" gradientUnits="userSpaceOnUse"><stop stop-color="#2e3436" offset="0"/><stop stop-color="#555753" offset="1"/></linearGradient><linearGradient id="a" x1="392.57" x2="407.57" y1="521.8" y2="536.8" gradientTransform="translate(-5.9e-4,4.0005)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"><rect x="384.57" y="517.8" width="32" height="28" rx="0" fill="url(#c)"/><path d="m385.57 543.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="384.57" y="517.8" width="32" height="4" fill="#566069"/><rect x="384.57" y="521.8" width="32" height="1" fill="#3daee9"/><rect x="385.57" y="523.8" width="30" height="20" fill="#fff"/><rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/><path d="m407.43 526.94c0.67976 0.68608-1.259 3.7315-4.332 6.8047-1.1894 1.1888-2.4316 2.2613-3.5449 3.0605l7.0169 6.9948h9l0.9945-7.7258zm-9.8476 7.8496-0.0176 0.0137 4e-3 4e-3 0.0137-0.0176zm0.13672 0.16992 1.7031 1.7148c-0.30575-0.78802-0.91881-1.4023-1.7031-1.7148zm0.69531 1.6191c0.4221 0.38858 0.40039 0.94169 0.40039 1.3047 0 1.1682-1.7472 2.9199-5.25 2.9199l3.0052 2.9968h9z" fill="url(#a)" opacity=".25"/><path d="m407.14 526.81a1.75 7.8749 44.998 0 0-6.5143 4.4605 1.75 7.8749 44.998 0 0-3.1 3.5992c0.9415 0.29981 1.6757 1.034 1.9755 1.9756a1.75 7.8749 44.998 0 0 3.599-3.1002 1.75 7.8749 44.998 0 0 4.3304-6.8053 1.75 7.8749 44.998 0 0-0.29051-0.1299m-10.074 9.3244c-3.4998 0.93784-0.87497 3.1535-3.4998 4.669 3.5028 0 5.2498-1.7508 5.2498-2.919 0-0.58179 0.0591-1.6533-1.7499-1.75z" fill="url(#b)"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-template.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-template.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1.5 1v20h11.4v-1.25h-10.133v-17.5h10.133v5h5.0667v6.25h1.2667v-7.5098l-5.0568-4.9902-0.0099 0.012207v-0.012207h-11.4zm15.2 12.5-0.72734 2.0166-1.9594-0.91797 0.93021 1.9336-2.0435 0.71777 2.0435 0.71777-0.93021 1.9336 1.9594-0.91797 0.72734 2.0166 0.72734-2.0166 1.9594 0.91797-0.93021-1.9336 2.0435-0.71777-2.0435-0.71777 0.93021-1.9336-1.9594 0.91797z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1.5 1v20h11.4v-1.25h-10.133v-17.5h10.133v5h5.0667v6.25h1.2667v-7.5098l-5.0568-4.9902-0.0099 0.012207v-0.012207h-11.4zm15.2 12.5-0.72734 2.0166-1.9594-0.91797 0.93021 1.9336-2.0435 0.71777 2.0435 0.71777-0.93021 1.9336 1.9594-0.91797 0.72734 2.0166 0.72734-2.0166 1.9594 0.91797-0.93021-1.9336 2.0435-0.71777-2.0435-0.71777 0.93021-1.9336-1.9594 0.91797z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-typing.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-typing.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g></svg>
--- a/eric6/icons/breeze-dark/preferences-vcs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-vcs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/preferences-viewmanager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/preferences-viewmanager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,55 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8-59" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 524.89 -137.77)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/>
-  <linearGradient id="linearGradient4303-6">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient6245" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="translate(396.7 -337.29)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/>
-  <linearGradient id="linearGradient4293">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4643-8-60-9" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.53125 0 0 .45196 516.76 800.26)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/>
-  <linearGradient id="linearGradient6440" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="matrix(.79687 0 0 .71122 414.6 658.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/>
-  <linearGradient id="linearGradient4643-8-6-7" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.47917 0 0 .40833 429.84 -23.138)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/>
-  <linearGradient id="linearGradient6311" x1="10" x2="30" y1="10" y2="30" gradientTransform="translate(507.12 174.11)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/>
- </defs>
- <g transform="translate(0 -1030.4)">
-  <g transform="matrix(.3125 0 0 .34615 -229.27 975.62)">
-   <g transform="translate(-68)">
-    <rect x="804.86" y="163.93" width="64" height="52" rx="0" fill="url(#linearGradient4643-8-59)"/>
-    <rect x="804.86" y="214.93" width="64" height="1" fill="#99a1a7"/>
-    <path d="m866.86 172.93-60 40 3 3h59v-41z" fill="url(#linearGradient6245)" fill-rule="evenodd" opacity=".2"/>
-    <rect x="804.86" y="163.93" width="64" height="6" fill="#566069"/>
-    <rect x="804.86" y="169.93" width="64" height="1" fill="#3daee9"/>
-    <rect x="806.86" y="172.93" width="60" height="40" fill="#fff"/>
-    <rect x="862.86" y="164.93" width="4" height="4" rx="2" fill="#eff0f1"/>
-   </g>
-   <g transform="translate(69.25 -902)">
-    <g transform="translate(-69.25 62)">
-     <rect x="739.86" y="1014.9" width="51" height="37" rx="0" fill="url(#linearGradient4643-8-60-9)"/>
-     <path d="m790.86 1015h-51l5e-5 36.984h51v-29.16z" fill="url(#linearGradient6440)" fill-rule="evenodd" opacity=".2"/>
-     <rect x="739.86" y="1050.9" width="51" height="1" fill="#99a1a7"/>
-     <rect x="736.86" y="1003.9" width="64" height="6" fill="#566069"/>
-     <rect x="736.86" y="1009.9" width="64" height="1" fill="#3daee9"/>
-     <rect x="794.86" y="1004.9" width="4" height="4" rx="2" fill="#eff0f1"/>
-    </g>
-   </g>
-   <g transform="translate(241.74 -.18019)">
-    <g transform="translate(-100)">
-     <rect x="617.12" y="187.11" width="17" height="13" rx="0" fill="url(#linearGradient4643-8-6-7)"/>
-     <rect x="617.12" y="184.11" width="17" height="4" fill="#566069"/>
-     <rect x="617.12" y="188.11" width="17" height="1" fill="#3daee9"/>
-     <rect x="618.12" y="190.11" width="15" height="8.0001" fill="#fff"/>
-     <rect x="631.12" y="185.11" width="2" height="2" rx="1" ry="1" fill="#eff0f1"/>
-    </g>
-    <path d="m534.12 184.11v16h-17l4 4h18v-15z" fill="url(#linearGradient6311)" fill-rule="evenodd" opacity=".2"/>
-   </g>
-   <rect x="739.86" y="174.93" width="51" height="4" fill="#566069"/>
-   <rect x="739.86" y="178.93" width="51" height="1" fill="#3daee9"/>
-   <rect x="787.86" y="175.93" width="2" height="2" rx="1" fill="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="h" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 524.89 -137.77)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="e" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="translate(396.7 -337.29)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="f" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.53125 0 0 .45196 516.76 800.26)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="c" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="matrix(.79687 0 0 .71122 414.6 658.47)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="g" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.47917 0 0 .40833 429.84 -23.138)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x1="10" x2="30" y1="10" y2="30" gradientTransform="translate(507.12 174.11)" gradientUnits="userSpaceOnUse" xlink:href="#b"/></defs><g transform="translate(0 -1030.4)"><g transform="matrix(.3125 0 0 .34615 -229.27 975.62)"><g transform="translate(-68)"><rect x="804.86" y="163.93" width="64" height="52" rx="0" fill="url(#h)"/><rect x="804.86" y="214.93" width="64" height="1" fill="#99a1a7"/><path d="m866.86 172.93-60 40 3 3h59v-41z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><rect x="804.86" y="163.93" width="64" height="6" fill="#566069"/><rect x="804.86" y="169.93" width="64" height="1" fill="#3daee9"/><rect x="806.86" y="172.93" width="60" height="40" fill="#fff"/><rect x="862.86" y="164.93" width="4" height="4" rx="2" fill="#eff0f1"/></g><g transform="translate(69.25 -902)"><g transform="translate(-69.25 62)"><rect x="739.86" y="1014.9" width="51" height="37" rx="0" fill="url(#f)"/><path d="m790.86 1015h-51l5e-5 36.984h51v-29.16z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/><rect x="739.86" y="1050.9" width="51" height="1" fill="#99a1a7"/><rect x="736.86" y="1003.9" width="64" height="6" fill="#566069"/><rect x="736.86" y="1009.9" width="64" height="1" fill="#3daee9"/><rect x="794.86" y="1004.9" width="4" height="4" rx="2" fill="#eff0f1"/></g></g><g transform="translate(241.74 -.18019)"><g transform="translate(-100)"><rect x="617.12" y="187.11" width="17" height="13" rx="0" fill="url(#g)"/><rect x="617.12" y="184.11" width="17" height="4" fill="#566069"/><rect x="617.12" y="188.11" width="17" height="1" fill="#3daee9"/><rect x="618.12" y="190.11" width="15" height="8.0001" fill="#fff"/><rect x="631.12" y="185.11" width="2" height="2" rx="1" ry="1" fill="#eff0f1"/></g><path d="m534.12 184.11v16h-17l4 4h18v-15z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/></g><rect x="739.86" y="174.93" width="51" height="4" fill="#566069"/><rect x="739.86" y="178.93" width="51" height="1" fill="#3daee9"/><rect x="787.86" y="175.93" width="2" height="2" rx="1" fill="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-dark/previewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/previewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/print.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/print.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/printPdf.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/printPdf.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/>
- <path d="m4.7566 7.2071c-0.017445-0.045461-0.02393-1.1801-0.01441-2.5213l0.017308-2.4387 12.491-0.033628v5.0763h-1.2524v-1.2524h-10.019v1.2524h-0.59532c-0.41645 0-0.60485-0.024835-0.62704-0.082657zm11.242-3.0813v-0.59325h-10.019v1.1865h10.019z" fill="#f55" stroke="#f55" stroke-width=".13183"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/><path d="m4.7566 7.2071c-0.017445-0.045461-0.02393-1.1801-0.01441-2.5213l0.017308-2.4387 12.491-0.033628v5.0763h-1.2524v-1.2524h-10.019v1.2524h-0.59532c-0.41645 0-0.60485-0.024835-0.62704-0.082657zm11.242-3.0813v-0.59325h-10.019v1.1865h10.019z" fill="#f55" stroke="#f55" stroke-width=".13183"/></svg>
--- a/eric6/icons/breeze-dark/printPreview.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/printPreview.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/privateBrowsing.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/privateBrowsing.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.9984 4.5a8.0576 7.7778 0 0 0-6.9984 3.9436c0.14915 0.22667 0.35907 0.40983 0.60589 0.53624a7.2518 7 0 0 1 6.3925-3.702 3.223 3.1111 0 0 0-3.223 3.1111 3.223 3.1111 0 0 0 3.223 3.1111 3.223 3.1111 0 0 0 3.223-3.1111 3.223 3.1111 0 0 0-2.946-3.0974 7.2518 7 0 0 1 6.114 3.6899c0.24932-0.12728 0.46088-0.31299 0.61061-0.54232a8.0576 7.7778 0 0 0-7.0016-3.939zm0 1.5556a2.4173 2.3333 0 0 1 2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173-2.3333 2.4173 2.3333 0 0 1 2.4173-2.3333zm0 0.77778c-0.89278 0-1.6115 0.69378-1.6115 1.5556 0 0.86178 0.71873 1.5556 1.6115 1.5556 0.89278 0 1.6115-0.69378 1.6115-1.5556 0-0.1593-0.031439-0.30971-0.077114-0.45421-0.12721 0.26734-0.40286 0.45421-0.72864 0.45421-0.44639 0-0.80576-0.34689-0.80576-0.77778 0-0.31447 0.1936-0.58054 0.47055-0.70334-0.14969-0.044084-0.30552-0.074436-0.47055-0.074436z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.9984 4.5a8.0576 7.7778 0 0 0-6.9984 3.9436c0.14915 0.22667 0.35907 0.40983 0.60589 0.53624a7.2518 7 0 0 1 6.3925-3.702 3.223 3.1111 0 0 0-3.223 3.1111 3.223 3.1111 0 0 0 3.223 3.1111 3.223 3.1111 0 0 0 3.223-3.1111 3.223 3.1111 0 0 0-2.946-3.0974 7.2518 7 0 0 1 6.114 3.6899c0.24932-0.12728 0.46088-0.31299 0.61061-0.54232a8.0576 7.7778 0 0 0-7.0016-3.939zm0 1.5556a2.4173 2.3333 0 0 1 2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173-2.3333 2.4173 2.3333 0 0 1 2.4173-2.3333zm0 0.77778c-0.89278 0-1.6115 0.69378-1.6115 1.5556 0 0.86178 0.71873 1.5556 1.6115 1.5556 0.89278 0 1.6115-0.69378 1.6115-1.5556 0-0.1593-0.031439-0.30971-0.077114-0.45421-0.12721 0.26734-0.40286 0.45421-0.72864 0.45421-0.44639 0-0.80576-0.34689-0.80576-0.77778 0-0.31447 0.1936-0.58054 0.47055-0.70334-0.14969-0.044084-0.30552-0.074436-0.47055-0.074436z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/privateMode.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/privateMode.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/profileProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/profileProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/profileScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/profileScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="currentColor"/>
- <path d="m15.357 20.127c-1.1923-0.21731-2.1814-0.85911-2.8251-1.8332-0.82272-1.245-0.92157-2.7872-0.26602-4.1501 0.31686-0.65877 1.1659-1.5258 1.8057-1.8441 1.2436-0.61855 2.5859-0.62334 3.7978-0.01355 0.67052 0.3374 1.1787 0.78686 1.5973 1.4127 1.5292 2.2863 0.45585 5.3758-2.1745 6.2587-0.56624 0.19008-1.4147 0.26441-1.9352 0.16954zm3.988-3.6891v-0.39437l-3.3288-0.03522-0.03522-3.3288h-0.78874v4.1528h4.1528z" fill="#4d4d4d" stroke="#4d4d4d" stroke-width=".13183"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="currentColor"/><path d="m15.357 20.127c-1.1923-0.21731-2.1814-0.85911-2.8251-1.8332-0.82272-1.245-0.92157-2.7872-0.26602-4.1501 0.31686-0.65877 1.1659-1.5258 1.8057-1.8441 1.2436-0.61855 2.5859-0.62334 3.7978-0.01355 0.67052 0.3374 1.1787 0.78686 1.5973 1.4127 1.5292 2.2863 0.45585 5.3758-2.1745 6.2587-0.56624 0.19008-1.4147 0.26441-1.9352 0.16954zm3.988-3.6891v-0.39437l-3.3288-0.03522-0.03522-3.3288h-0.78874v4.1528h4.1528z" fill="#4d4d4d" stroke="#4d4d4d" stroke-width=".13183"/></svg>
--- a/eric6/icons/breeze-dark/projectClose.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectClose.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/projectFind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectFind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5m0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.5579-0.26073 2.1704-0.6958l3.1958 3.1958 0.88379-0.88379-3.1958-3.1958c0.43507-0.61247 0.6958-1.3587 0.6958-2.1704 0-2.0775-1.6725-3.75-3.75-3.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5m0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.5579-0.26073 2.1704-0.6958l3.1958 3.1958 0.88379-0.88379-3.1958-3.1958c0.43507-0.61247 0.6958-1.3587 0.6958-2.1704 0-2.0775-1.6725-3.75-3.75-3.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/projectForms.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectForms.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#eff0f1">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1 0 0 .97561 0 .5122)" fill="#eff0f1"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-dark/projectInterfaces.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectInterfaces.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="none">
-  <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#eff0f1" stroke-width=".61294"/>
-  <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453">
-   <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/>
-   <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-   <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="none"><circle cx="2.9101" cy="294.07" r="1.4302" stroke="#eff0f1" stroke-width=".61294"/><g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"><rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/><path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/><path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/></g></g></svg>
--- a/eric6/icons/breeze-dark/projectNew.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectNew.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/projectOpen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectOpen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/projectOthers.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectOthers.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-dark/projectProps.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectProps.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
- <path d="m11 14v1.5h7.5v-1.5zm0-4.5v1.5h7.5v-1.5zm-4.5-1.5v9h3v-9z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/><path d="m11 14v1.5h7.5v-1.5zm0-4.5v1.5h7.5v-1.5zm-4.5-1.5v9h3v-9z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/projectResources.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectResources.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
- <path d="m14 16.75v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#5fd38d"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/><path d="m14 16.75v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-dark/projectSave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/projectSaveAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSaveAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m12 12.5v8.4969h4.5v-0.53096h-2.5v-3.186h2.5v-0.531h-3v3.717h-1v-7.4339h1.5v2.655h4v-2.655h0.14648l1.3535 1.4374v1.7486h0.5v-1.9643h-0.0039l0.0039-0.0051-1.6465-1.7486-0.0039 0.0051v-0.0051h-0.34961zm2.5 0.53203h1.9502v2.124h-1.9502zm5.5 3.717-0.49805 0.52788h-0.0019l-2.5 2.6539 0.0039 0.0051-0.0019 0.53307h-0.0019v0.531h1l0.0029-0.0051h0.0068l-0.0029-0.0051 0.49316-0.52374 2-2.1219-0.35254-0.37647-2.4951 2.6477-0.29688-0.31424 2.4961-2.6488 0.2959 0.31528 0.35254 0.37336 0.49996-0.531z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m12 12.5v8.4969h4.5v-0.53096h-2.5v-3.186h2.5v-0.531h-3v3.717h-1v-7.4339h1.5v2.655h4v-2.655h0.14648l1.3535 1.4374v1.7486h0.5v-1.9643h-0.0039l0.0039-0.0051-1.6465-1.7486-0.0039 0.0051v-0.0051h-0.34961zm2.5 0.53203h1.9502v2.124h-1.9502zm5.5 3.717-0.49805 0.52788h-0.0019l-2.5 2.6539 0.0039 0.0051-0.0019 0.53307h-0.0019v0.531h1l0.0029-0.0051h0.0068l-0.0029-0.0051 0.49316-0.52374 2-2.1219-0.35254-0.37647-2.4951 2.6477-0.29688-0.31424 2.4961-2.6488 0.2959 0.31528 0.35254 0.37336 0.49996-0.531z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/projectSources.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSources.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
- <path d="m12.5 17.25v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/><path d="m12.5 17.25v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/projectSourcesJavaScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSourcesJavaScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
- <path d="m8.0449 3c-1.7768 0-2.5215 0.70636-2.5215 2.5098v2.4414c0 1.1138-0.0342 2.4043-1.0156 2.4043h-0.50781v1.2891h0.50781c0.98148 0 1.0156 1.2905 1.0156 2.4043v2.4414c0 1.8034 0.74465 2.5098 2.5215 2.5098v-1.1836c-1.1846 0-1.2012-0.47834-1.2012-2.2109v-2.0156c0-0.8309-0.2047-2.0674-1.2031-2.5801 0.99842-0.5127 1.2031-1.751 1.2031-2.582v-2.0332c0-1.7326 0.016602-2.2109 1.2012-2.2109zm1.8945 0v1.1836c1.1846 0 1.2168 0.47834 1.2168 2.2109v2.0332c0 0.831 0.2047 2.0693 1.2031 2.582-0.99842 0.5127-1.2031 1.7492-1.2031 2.5801v2.0156c0 1.7326-0.0322 2.2109-1.2168 2.2109v1.1836c1.7768 0 2.5371-0.70637 2.5371-2.5098v-2.4414c0-1.1138 0.06859-2.4043 1.0332-2.4043h0.49023v-1.2891h-0.49023c-0.96457 0-1.0332-1.2905-1.0332-2.4043v-2.4414c0-1.8034-0.76027-2.5098-2.5371-2.5098zm-0.93945 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1v1h0.13086c0.23727-0.257 0.68629-1.0093 0.81445-1.6758a1 1 0 0 0 0.05469-0.29297 1 1 0 0 0 0-0.03125 1 1 0 0 0-1-1z" fill="#ffa555"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/><path d="m8.0449 3c-1.7768 0-2.5215 0.70636-2.5215 2.5098v2.4414c0 1.1138-0.0342 2.4043-1.0156 2.4043h-0.50781v1.2891h0.50781c0.98148 0 1.0156 1.2905 1.0156 2.4043v2.4414c0 1.8034 0.74465 2.5098 2.5215 2.5098v-1.1836c-1.1846 0-1.2012-0.47834-1.2012-2.2109v-2.0156c0-0.8309-0.2047-2.0674-1.2031-2.5801 0.99842-0.5127 1.2031-1.751 1.2031-2.582v-2.0332c0-1.7326 0.016602-2.2109 1.2012-2.2109zm1.8945 0v1.1836c1.1846 0 1.2168 0.47834 1.2168 2.2109v2.0332c0 0.831 0.2047 2.0693 1.2031 2.582-0.99842 0.5127-1.2031 1.7492-1.2031 2.5801v2.0156c0 1.7326-0.0322 2.2109-1.2168 2.2109v1.1836c1.7768 0 2.5371-0.70637 2.5371-2.5098v-2.4414c0-1.1138 0.06859-2.4043 1.0332-2.4043h0.49023v-1.2891h-0.49023c-0.96457 0-1.0332-1.2905-1.0332-2.4043v-2.4414c0-1.8034-0.76027-2.5098-2.5371-2.5098zm-0.93945 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1v1h0.13086c0.23727-0.257 0.68629-1.0093 0.81445-1.6758a1 1 0 0 0 0.05469-0.29297 1 1 0 0 0 0-0.03125 1 1 0 0 0-1-1z" fill="#ffa555"/></svg>
--- a/eric6/icons/breeze-dark/projectSourcesPy.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSourcesPy.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-dark/projectSourcesPyMixed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSourcesPyMixed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path d="m10 6v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path d="m10 6v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-dark/projectSourcesRb.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSourcesRb.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/></g></svg>
--- a/eric6/icons/breeze-dark/projectSourcesRbMixed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectSourcesRbMixed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
-  <path d="m336 540.36v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/><path d="m336 540.36v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/projectTranslations.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectTranslations.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-dark/projectUserProps.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectUserProps.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m12.249 6.75a3.027 3 0 0 0-3.027 3 3.027 3 0 0 0 3.027 3 3.027 3 0 0 0 3.027-3 3.027 3 0 0 0-3.027-3zm0 0.75a2.2702 2.25 0 0 1 2.2702 2.25 2.2702 2.25 0 0 1-2.2702 2.25 2.2702 2.25 0 0 1-2.2702-2.25 2.2702 2.25 0 0 1 2.2702-2.25zm0 6a6.0539 6 0 0 0-5.9993 5.25h0.76266a5.2972 5.25 0 0 1 5.2366-4.5 5.2972 5.25 0 0 1 5.2381 4.5h0.76266a6.0539 6 0 0 0-6.0007-5.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m12.249 6.75a3.027 3 0 0 0-3.027 3 3.027 3 0 0 0 3.027 3 3.027 3 0 0 0 3.027-3 3.027 3 0 0 0-3.027-3zm0 0.75a2.2702 2.25 0 0 1 2.2702 2.25 2.2702 2.25 0 0 1-2.2702 2.25 2.2702 2.25 0 0 1-2.2702-2.25 2.2702 2.25 0 0 1 2.2702-2.25zm0 6a6.0539 6 0 0 0-5.9993 5.25h0.76266a5.2972 5.25 0 0 1 5.2366-4.5 5.2972 5.25 0 0 1 5.2381 4.5h0.76266a6.0539 6 0 0 0-6.0007-5.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/projectViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/projectViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/protobuf.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/protobuf.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g transform="matrix(.076581 0 0 .080541 -5.9928 267.3)">
-   <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g transform="matrix(.076581 0 0 .080541 -5.9928 267.3)"><g fill="none" stroke="#000" stroke-width=".26458px"><path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z"/><path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z"/><path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z"/><path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z"/></g><g stroke-width="1.4286"><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/protobuf48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/protobuf48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)">
-  <g transform="matrix(.16848 0 0 .17114 -13.238 233.74)">
-   <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)"><g transform="matrix(.16848 0 0 .17114 -13.238 233.74)"><g fill="none" stroke="#000" stroke-width=".26458px"><path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z"/><path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z"/><path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z"/><path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z"/></g><g stroke-width="1.4286"><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/pullBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pullBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
- <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g><path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/pushBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pushBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/>
- </g>
- <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22072)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/></g><path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/putAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/putAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m17 9-8-8v4h-8v8h8v4zm-1.4141 0-5.5859 5.5859v-2.5859h-8v-6h8v-2.5859z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m17 9-8-8v4h-8v8h8v4zm-1.4141 0-5.5859 5.5859v-2.5859h-8v-6h8v-2.5859z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/pypi.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/pypi.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,26 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-111.24 -145.92)">
-  <g transform="matrix(.011642 0 0 .013265 111.24 145.92)">
-   <path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744s33.288-12.18 34.25-12.682c1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181s-18.746 7.0712-18.75 7.3731c-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622s17.838 6.5001 18.25 6.521c0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/>
-   <path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487s-22-8.105-38.5-14.054c-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/>
-   <path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/>
-   <path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/>
-   <path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/>
-   <path d="m177 341.59-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/>
-   <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/>
-   <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/>
-   <path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/>
-   <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/>
-   <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/>
-  </g>
-  <path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" fill="#fff" stroke-width=".035506"/>
-  <path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" fill="#fff" stroke-width=".035506"/>
-  <path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z" fill="#fff" stroke-width=".017753"/>
-  <path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z" fill="#fff" stroke-width=".017753"/>
-  <path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z" fill="#fff" stroke-width=".017753"/>
-  <path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z" fill="#fff" stroke-width=".017753"/>
-  <path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z" fill="#fff" stroke-width=".017753"/>
-  <path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z" fill="#fff" stroke-width=".017753"/>
- </g>
-</svg>
+<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-111.24 -145.92)"><g transform="matrix(.011642 0 0 .013265 111.24 145.92)"><path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744s33.288-12.18 34.25-12.682c1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181s-18.746 7.0712-18.75 7.3731c-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622s17.838 6.5001 18.25 6.521c0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/><path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487s-22-8.105-38.5-14.054c-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/><path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/><path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/><path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/><path d="m177 341.59-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/><path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/><path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/><path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/><path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/><path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/></g><g fill="#fff"><path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" stroke-width=".035506"/><path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" stroke-width=".035506"/><g stroke-width=".017753"><path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z"/><path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z"/><path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z"/><path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z"/><path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z"/><path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z"/></g></g></g></svg>
--- a/eric6/icons/breeze-dark/qscintilla.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/qscintilla.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image x="-4.3368e-19" y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image x="-4.3368e-19" y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAABaZJREFU OI1tlctPVAkWxn91X9yCKqgCLhRlqFIoBhdmOiQSiRFsNSTG2GNspzsQN70xE/0fjJr+F8y4cNM7 jbMwcWVM22onY1mID8bqiNUCMmQoqiL1utR9P2alsWf4dt/i/E5Ocs75ImEYspsuXLhwTNf1nkQi 8aOu6wc6OztxXRff9xEEoWjb9uV4PN68efPmo93qI/8LvnjxYsYwjGthGP5FUZTeeDxOuVxG0zTa 7TZhGGJZFpFIBKDmed49QRCu3L59+99fcoQvzdmzZ3P1ev0XVVV/0PWd3qGhPWxtbTEyMoLjOCST SSKRCD09PYiiiCRJvYIg/KAoyi/z8/O5XcFzc3O5aDR6RxTF0a6uLjo6FIaH92DbNn19fWiaRqVS IZvNYts2sizT0dGBoihYljXq+/6dubm53B/A8/PzmSAI7qdSqQnLshgeHiYej1OtVjl16hT5fJ50 Os3Y2Bjv3r1jYGCA7u5uRFFEVVUkSSIMwwnf9+9funQp8xksy/I1TdNGJUlG0wZotVocPnyYQqFA IpHk6NGjPHjwgGSyl5mZGarVKu12m2Qyia7rNBoNABRFGd3Y2LgGILque+zjx4+X9+zZE61UqkxO HuTx48dMT09Tr9dZWFjgyJEj9Pf38/PPDwnDgKmpKUzTYmVlhVisi97eXur1Oo7jMDg4mLl+/fpz IRaL9biu29vX18fKynsymQyxWIxbt27x3Xffk0j0cOPGDfr6+vjmm9OUSiXu3r1LV1eMffv2oes6 W1tbpNNpMpkMtVqt17btHnF0dPQfoigOJBIJPM/Hti0mJyd59uwZsViMkydPsri4SLFYJJPJcPz4 cUqlEq9evURVo+RyY4iiyNLSEp7nMTw8jOM4B8ShoaG/Dw9nqFQqTE9P8+uvT5iYmEDTNJ48efLp WKjX6ywuLuI4Hl9/fZRkMsna2iq//16iuzvOyMgIqqqytLREq9UaEAcHB6+Oj/+JYrHIwYMHabWa vHnzhjNnztBoNMjn87TbBufOncO2bX77rUipVGL//v3s3bsXwzAol8soikI6nUaWZTY2NhBHRkau bm1toWkam5tlvv32LMvLyzx9+pTz588jyzJPn/6TN2/+xezsLLlcjkajQaFQwDRNstl9fPXVn1ld XeX58+dUKhUikQhiNpu96vs+mqbhui6e5zEzM8PDhw/58OEDp0+fpr+/n9XVVYrFIpIkMTY2RjKZ pFqtsrn5H0zTpKOjgzAMMU0T0zQRs9nsX2VZHmi1WqiqyubmJqZpMjk5yeLiIq9fv2Zqaorp6WlK pRLLy8u0223Gx8dJJpOsr6/TarUA0HUdwzAIw7Ao5nK5siAIc586JhIJ3r59i2VZpFIpTNMkn8/j ui7JZJIgCNje3ubly5dsb29/9uvr6zQaDTzPw3Gcv0m6rjdVVa0BvZIk0W63SaVSCILA2toaQ0ND iKJIPp8nGo0iCAKSJOE4DmtrawRBQBiGSJJEEAQANVVVm0KhUHgkSdI9y7LwfZ9Go4FpmkSjUVzX pVqtEgQBiUQC27YxDAPXdZEkiVQqhaZpDA4OEovFEEUR3/fvvXjx4pEEIEnSFdu2px3HGVVVlZ2d HcrlMplMhs3NTXZ2dnAch66uLgBM08SyLEzTpFarfZ4iEomsdHZ2XvnDo5+dnc35vn8nEolMpNNp wjAkCAIEQcDzPOr1Op2dnRiGQSQSwbIsPM+ju7ubarWK53mvFEX5fmFh4f3/JcihQ4dy8Xj8viAI o9FoFFEUsSwL27aJxWLIsoyu6yiKQhAENJvNTyu6IknSyUKh8H7XBCkUCu8FQThuGMZPrVartrOz gyiKiKKI67q0221836fdbtNsNrFtu+b7/k+SJB3/Erpr5n3SiRMnjtm23eP7/o+GYRwQRREA13VR FKUYBMFlWZabCwsLu4bpfwFMi812oGsNMgAAAABJRU5ErkJggg== "/></g></svg>
--- a/eric6/icons/breeze-dark/qthelp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/qthelp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g fill="#eff0f1">
-  <path d="m3.9082 1c-0.17884 0-0.39767 0.090764-0.52148 0.21484-0.71841 0.70514-1.4372 1.4092-2.1602 2.1113-0.12534 0.12105-0.22656 0.33776-0.22656 0.52539v0.0019531c0.00306 3.2518 0.0039062 9.8551 0.0039062 9.9277v0.38867h0.39062c0.052965 0 5.9466-7.4e-4 10.605 0v-0.77344c-4.3818-0.001013-9.8139-0.002953-10.215-0.001953 0-0.54172 0.0011069-6.3912-0.0019531-9.5234 0.71688-0.69597 1.4322-1.3936 2.1445-2.0957h14.289c0 0.48573-3e-3 6.4111 0 9.5313-0.23724 0.22984-0.47219 0.46263-0.70898 0.69336h1.1113c0.050892-0.049367 0.10142-0.099101 0.15234-0.14844 0.13446-0.13164 0.22852-0.35641 0.22852-0.54102-0.003058-3.2427 0-9.9238 0-9.9238v-0.38672h-15.092zm3.7812 2.3242c-0.12381 0-0.24728 0.0032624-0.37109 0.0078124-0.29959 0.012111-0.59392 0.061307-0.88281 0.14453-0.65421 0.19217-1.1458 0.57662-1.4316 1.1895-0.099354 0.21336-0.18274 0.43665-0.25 0.66211-0.18495 0.61738-0.22283 1.2516-0.23047 1.8887-0.00459 0.42974 0.021315 0.858 0.083984 1.2832 0.061141 0.39797 0.15591 0.78836 0.31641 1.1621 0.29042 0.67185 0.80112 1.0927 1.5195 1.2773 0.62517 0.16191 1.257 0.18302 1.9082 0.09375 0.32711 0.52205 0.65549 1.0522 0.99023 1.5879 0.39589-0.18158 0.77344-0.35226 1.1602-0.5293-0.31946-0.50238-0.62746-0.98907-0.93164-1.4688 0.13298-0.11803 0.26469-0.22182 0.38086-0.33984 0.30112-0.31323 0.48234-0.68954 0.60156-1.0996 0.16967-0.5856 0.21323-1.1873 0.22852-1.791 0.010701-0.46757-0.019787-0.93541-0.083984-1.3984-0.061141-0.43125-0.16729-0.85096-0.34766-1.252-0.30724-0.68093-0.82923-1.1073-1.5645-1.2949-0.36226-0.090791-0.72733-0.12153-1.0957-0.12305zm4.6582 0.77539v1.5488h-0.7832v1.1621h0.7832v2.7109c0 0.2981 0.062831 0.62587 0.18359 0.9043 0.10088 0.23454 0.27089 0.39862 0.50781 0.5 0.18037 0.07567 0.36838 0.11661 0.5625 0.13477 0.37143 0.03329 0.80265-0.026284 1.168-0.089844 0.10394-0.01816 0.20678-0.039377 0.31836-0.060547-0.01069-0.31626-0.028718-0.74077-0.054688-1.0449-0.04128-0.00297-0.062997-0.0093525-0.085937-0.0078125-0.24456 0.00911-0.55231 0.048201-0.79688 0.052734-0.10547 0.0015401-0.21247-0.010089-0.31641-0.03125-0.13145-0.027241-0.21917-0.11401-0.25586-0.24414-0.01376-0.054472-0.02819-0.10569-0.03125-0.16016-0.01681-0.20428-0.023861-0.52077-0.025391-0.72656-0.0046-0.73238 0-1.9375 0-1.9375h1.5664v-1.1621h-1.5664v-1.5488h-1.1738zm-4.6973 0.39453c0.23234 0 0.46255 0.026043 0.69336 0.082031 0.39895 0.096843 0.69743 0.30924 0.88086 0.64062 0.1605 0.28448 0.24975 0.58912 0.29102 0.90234 0.048915 0.37829 0.072348 0.76004 0.09375 0.99609-0.019872 0.65521-0.034899 1.1623-0.18164 1.6602-0.030573 0.10593-0.070485 0.21112-0.11328 0.3125-0.16508 0.39948-0.48955 0.64408-0.95117 0.75-0.4662 0.10593-0.93894 0.10642-1.4082 0.0019532-0.49219-0.10891-0.82379-0.37275-0.99805-0.79492-0.14062-0.34198-0.21646-0.69455-0.23633-1.0547-0.022926-0.40402-0.031759-0.81082-0.019531-1.2148 0.010699-0.43731 0.077785-0.86903 0.23828-1.2852 0.033628-0.086246 0.074389-0.17219 0.11719-0.25391 0.18342-0.34349 0.48879-0.55877 0.89844-0.66016 0.23081-0.055988 0.46298-0.082031 0.69531-0.082031z" stroke-width=".38933"/>
-  <path class="ColorScheme-Text" d="m17 13a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.087235 2 2 0 0 0-0.57943 0.087235l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087235 0.57943 2 2 0 0 0 0.08723 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40885-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.087239-0.57943 2 2 0 0 0-0.087239-0.57943zm-2.9245 0.25779a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.087235 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40886 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.087235v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g fill="#eff0f1"><path d="m3.9082 1c-0.17884 0-0.39767 0.090764-0.52148 0.21484-0.71841 0.70514-1.4372 1.4092-2.1602 2.1113-0.12534 0.12105-0.22656 0.33776-0.22656 0.52539v0.0019531c0.00306 3.2518 0.0039062 9.8551 0.0039062 9.9277v0.38867h0.39062c0.052965 0 5.9466-7.4e-4 10.605 0v-0.77344c-4.3818-0.001013-9.8139-0.002953-10.215-0.001953 0-0.54172 0.0011069-6.3912-0.0019531-9.5234 0.71688-0.69597 1.4322-1.3936 2.1445-2.0957h14.289c0 0.48573-3e-3 6.4111 0 9.5313-0.23724 0.22984-0.47219 0.46263-0.70898 0.69336h1.1113c0.050892-0.049367 0.10142-0.099101 0.15234-0.14844 0.13446-0.13164 0.22852-0.35641 0.22852-0.54102-0.003058-3.2427 0-9.9238 0-9.9238v-0.38672h-15.092zm3.7812 2.3242c-0.12381 0-0.24728 0.0032624-0.37109 0.0078124-0.29959 0.012111-0.59392 0.061307-0.88281 0.14453-0.65421 0.19217-1.1458 0.57662-1.4316 1.1895-0.099354 0.21336-0.18274 0.43665-0.25 0.66211-0.18495 0.61738-0.22283 1.2516-0.23047 1.8887-0.00459 0.42974 0.021315 0.858 0.083984 1.2832 0.061141 0.39797 0.15591 0.78836 0.31641 1.1621 0.29042 0.67185 0.80112 1.0927 1.5195 1.2773 0.62517 0.16191 1.257 0.18302 1.9082 0.09375 0.32711 0.52205 0.65549 1.0522 0.99023 1.5879 0.39589-0.18158 0.77344-0.35226 1.1602-0.5293-0.31946-0.50238-0.62746-0.98907-0.93164-1.4688 0.13298-0.11803 0.26469-0.22182 0.38086-0.33984 0.30112-0.31323 0.48234-0.68954 0.60156-1.0996 0.16967-0.5856 0.21323-1.1873 0.22852-1.791 0.010701-0.46757-0.019787-0.93541-0.083984-1.3984-0.061141-0.43125-0.16729-0.85096-0.34766-1.252-0.30724-0.68093-0.82923-1.1073-1.5645-1.2949-0.36226-0.090791-0.72733-0.12153-1.0957-0.12305zm4.6582 0.77539v1.5488h-0.7832v1.1621h0.7832v2.7109c0 0.2981 0.062831 0.62587 0.18359 0.9043 0.10088 0.23454 0.27089 0.39862 0.50781 0.5 0.18037 0.07567 0.36838 0.11661 0.5625 0.13477 0.37143 0.03329 0.80265-0.026284 1.168-0.089844 0.10394-0.01816 0.20678-0.039377 0.31836-0.060547-0.01069-0.31626-0.028718-0.74077-0.054688-1.0449-0.04128-0.00297-0.062997-0.0093525-0.085937-0.0078125-0.24456 0.00911-0.55231 0.048201-0.79688 0.052734-0.10547 0.0015401-0.21247-0.010089-0.31641-0.03125-0.13145-0.027241-0.21917-0.11401-0.25586-0.24414-0.01376-0.054472-0.02819-0.10569-0.03125-0.16016-0.01681-0.20428-0.023861-0.52077-0.025391-0.72656-0.0046-0.73238 0-1.9375 0-1.9375h1.5664v-1.1621h-1.5664v-1.5488h-1.1738zm-4.6973 0.39453c0.23234 0 0.46255 0.026043 0.69336 0.082031 0.39895 0.096843 0.69743 0.30924 0.88086 0.64062 0.1605 0.28448 0.24975 0.58912 0.29102 0.90234 0.048915 0.37829 0.072348 0.76004 0.09375 0.99609-0.019872 0.65521-0.034899 1.1623-0.18164 1.6602-0.030573 0.10593-0.070485 0.21112-0.11328 0.3125-0.16508 0.39948-0.48955 0.64408-0.95117 0.75-0.4662 0.10593-0.93894 0.10642-1.4082 0.0019532-0.49219-0.10891-0.82379-0.37275-0.99805-0.79492-0.14062-0.34198-0.21646-0.69455-0.23633-1.0547-0.022926-0.40402-0.031759-0.81082-0.019531-1.2148 0.010699-0.43731 0.077785-0.86903 0.23828-1.2852 0.033628-0.086246 0.074389-0.17219 0.11719-0.25391 0.18342-0.34349 0.48879-0.55877 0.89844-0.66016 0.23081-0.055988 0.46298-0.082031 0.69531-0.082031z" stroke-width=".38933"/><path class="ColorScheme-Text" d="m17 13a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.087235 2 2 0 0 0-0.57943 0.087235l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087235 0.57943 2 2 0 0 0 0.08723 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40885-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.087239-0.57943 2 2 0 0 0-0.087239-0.57943zm-2.9245 0.25779a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.087235 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40886 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.087235v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z"/></g></svg>
--- a/eric6/icons/breeze-dark/question.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/question.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.959 1c-2.2762 0-4.4289 0.527-6.4594 1.5796l1.0105 2.2339c1.0152-0.4794 1.9275-0.82185 2.7396-1.0303 0.82286-0.20841 1.6613-0.3125 2.5162-0.3125 1.2824 0 2.2664 0.27531 2.9504 0.82764 0.68393 0.55234 1.0258 1.3438 1.0258 2.3755 0 0.55234-0.07383 1.0382-0.22344 1.4551-0.1496 0.41685-0.406 0.83314-0.76934 1.25-0.36332 0.41686-1.128 1.1042-2.2928 2.063-1.4301 1.2542-2.9264 3.4819-3.057 5.8081h2.6l-0.0076-0.03906c0-0.94835 0.17091-1.7095 0.51289-2.2827 0.35266-0.58361 1.0571-1.3188 2.115-2.2046 1.2931-1.0526 2.1548-1.844 2.5822-2.3755 0.43815-0.5315 0.76382-1.093 0.97754-1.687 0.21383-0.59404 0.31991-1.2771 0.31991-2.0483 0-1.7717-0.58205-3.1488-1.7469-4.1284-1.1648-0.99005-2.7633-1.4844-4.7937-1.4844zm-2.5594 17.5v2.5h2.6v-2.5z" color="#232629" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.959 1c-2.2762 0-4.4289 0.527-6.4594 1.5796l1.0105 2.2339c1.0152-0.4794 1.9275-0.82185 2.7396-1.0303 0.82286-0.20841 1.6613-0.3125 2.5162-0.3125 1.2824 0 2.2664 0.27531 2.9504 0.82764 0.68393 0.55234 1.0258 1.3438 1.0258 2.3755 0 0.55234-0.07383 1.0382-0.22344 1.4551-0.1496 0.41685-0.406 0.83314-0.76934 1.25-0.36332 0.41686-1.128 1.1042-2.2928 2.063-1.4301 1.2542-2.9264 3.4819-3.057 5.8081h2.6l-0.0076-0.03906c0-0.94835 0.17091-1.7095 0.51289-2.2827 0.35266-0.58361 1.0571-1.3188 2.115-2.2046 1.2931-1.0526 2.1548-1.844 2.5822-2.3755 0.43815-0.5315 0.76382-1.093 0.97754-1.687 0.21383-0.59404 0.31991-1.2771 0.31991-2.0483 0-1.7717-0.58205-3.1488-1.7469-4.1284-1.1648-0.99005-2.7633-1.4844-4.7937-1.4844zm-2.5594 17.5v2.5h2.6v-2.5z" color="#232629" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/quickFindExtend.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/quickFindExtend.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/quickFindNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/quickFindNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 3v16l10-8zm10 8v8l10-8-10-8z" fill="currentColor"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 3v16l10-8zm10 8v8l10-8-10-8z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/quickFindPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/quickFindPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m11 3-10 8 10 8v-8zm0 8 10 8v-16z" fill="currentColor"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m11 3-10 8 10 8v-8zm0 8 10 8v-16z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/relayout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/relayout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#da4453" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/reload.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/reload.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#5fd38d" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#5fd38d" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/remsplitHorizontal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/remsplitHorizontal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h8.75v-20h-8.75zm10 0v10h1.25v-5h7.5v5h1.25v-10h-10zm-8.75 5h6.25v13.75h-6.25v-13.75z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h8.75v-20h-8.75zm10 0v10h1.25v-5h7.5v5h1.25v-10h-10zm-8.75 5h6.25v13.75h-6.25v-13.75z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/remsplitVertical.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/remsplitVertical.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v10h20v-10h-20zm1.25 5h5v3.75h-5v-3.75zm6.25 0h11.25v3.75h-11.25v-3.75zm-7.5 7.5v7.5h10v-1.25h-2.5v-5h2.5v-1.25h-10zm1.25 1.25h5v5h-5v-5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v10h20v-10h-20zm1.25 5h5v3.75h-5v-3.75zm6.25 0h11.25v3.75h-11.25v-3.75zm-7.5 7.5v7.5h10v-1.25h-2.5v-5h2.5v-1.25h-10zm1.25 1.25h5v5h-5v-5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/renameBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/renameBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/>
- </g>
- <path d="m171.12 272v5.3333h10.667v53.333h-10.667v5.3333h26.667v-5.3333h-10.667v-53.333h10.667v-5.3333zm48 0h18.286q12.011 0 18.106 3.5854 6.1849 3.4958 6.1849 12.28 0 5.6471-3.1373 9.4118-3.1372 3.6751-9.0532 4.7507v0.44818q4.0336 0.62745 7.2605 2.3305 3.3165 1.7031 5.1989 4.8403t1.8824 8.1569q0 8.6947-6.0056 13.445-5.916 4.7507-16.224 4.7507h-22.499zm8.0672 27.249h11.832q8.2465 0 11.294-2.5994 3.0476-2.6891 3.0476-7.888 0-5.2885-3.7647-7.5294-3.6751-2.3305-11.832-2.3305h-10.577zm0 6.7227v23.216h12.908q8.5154 0 11.832-3.3165 3.3165-3.3165 3.3165-8.6947 0-5.0196-3.4958-8.0672-3.4062-3.1372-12.28-3.1372zm-87.42 30.028-7.6764-19.727h-25.261l-7.5872 19.727h-8.1227l24.904-64h7.2301l24.814 64zm-10.086-26.868-7.1409-19.28q-0.26778-0.71409-0.89261-2.5886-0.62482-1.8745-1.2496-3.8382-0.53556-2.053-0.89261-3.1241-0.62482 2.7671-1.4282 5.4449-0.80335 2.5886-1.3389 4.106l-7.2301 19.28z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/></g><path d="m171.12 272v5.3333h10.667v53.333h-10.667v5.3333h26.667v-5.3333h-10.667v-53.333h10.667v-5.3333zm48 0h18.286q12.011 0 18.106 3.5854 6.1849 3.4958 6.1849 12.28 0 5.6471-3.1373 9.4118-3.1372 3.6751-9.0532 4.7507v0.44818q4.0336 0.62745 7.2605 2.3305 3.3165 1.7031 5.1989 4.8403t1.8824 8.1569q0 8.6947-6.0056 13.445-5.916 4.7507-16.224 4.7507h-22.499zm8.0672 27.249h11.832q8.2465 0 11.294-2.5994 3.0476-2.6891 3.0476-7.888 0-5.2885-3.7647-7.5294-3.6751-2.3305-11.832-2.3305h-10.577zm0 6.7227v23.216h12.908q8.5154 0 11.832-3.3165 3.3165-3.3165 3.3165-8.6947 0-5.0196-3.4958-8.0672-3.4062-3.1372-12.28-3.1372zm-87.42 30.028-7.6764-19.727h-25.261l-7.5872 19.727h-8.1227l24.904-64h7.2301l24.814 64zm-10.086-26.868-7.1409-19.28q-0.26778-0.71409-0.89261-2.5886-0.62482-1.8745-1.2496-3.8382-0.53556-2.053-0.89261-3.1241-0.62482 2.7671-1.4282 5.4449-0.80335 2.5886-1.3389 4.106l-7.2301 19.28z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/repeat.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/repeat.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.304 1-4.3036 4.375 4.3036 4.375 0.86936-0.88379-2.8194-2.8662h4.6542c3.7466 0 6.7627 3.0662 6.7627 6.875s-3.0162 6.875-6.7627 6.875h-1.8444v1.25h1.8444c4.4277 0 7.9923-3.6238 7.9923-8.125s-3.5646-8.125-7.9923-8.125h-4.6542l2.8194-2.8662-0.86936-0.88379" color="#eff0f1" fill="currentColor"/>
- <text x="0.5095368" y="18.891008" fill="#eff0f1" font-family="sans-serif" font-size="10.899px" letter-spacing="0px" stroke-width=".27248" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.5095368" y="18.891008" fill="#eff0f1" stroke-width=".27248">3x</tspan></text>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.304 1-4.3036 4.375 4.3036 4.375 0.86936-0.88379-2.8194-2.8662h4.6542c3.7466 0 6.7627 3.0662 6.7627 6.875s-3.0162 6.875-6.7627 6.875h-1.8444v1.25h1.8444c4.4277 0 7.9923-3.6238 7.9923-8.125s-3.5646-8.125-7.9923-8.125h-4.6542l2.8194-2.8662-0.86936-0.88379" color="#eff0f1" fill="currentColor"/><text x="0.5095368" y="18.891008" fill="#eff0f1" font-family="sans-serif" font-size="10.899px" letter-spacing="0px" stroke-width=".27248" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.5095368" y="18.891008" fill="#eff0f1" stroke-width=".27248">3x</tspan></text></svg>
--- a/eric6/icons/breeze-dark/rescan.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/rescan.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#5fd38d" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#5fd38d" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/resizeColumns.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/resizeColumns.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1-3.75 2.5 3.75 2.5v-5m2.5 0v5l3.75-2.5-3.75-2.5m-7.5 3.75v16.25h1.25v-5h7.5v-8.75h-7.5v-2.5h-1.25m11.25 0v16.25h1.25v-2.5h7.5v-11.25h-7.5v-2.5h-1.25m-10 3.75h6.25v6.25h-6.25v-6.25m11.25 0h6.25v8.75h-6.25v-8.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1-3.75 2.5 3.75 2.5v-5m2.5 0v5l3.75-2.5-3.75-2.5m-7.5 3.75v16.25h1.25v-5h7.5v-8.75h-7.5v-2.5h-1.25m11.25 0v16.25h1.25v-2.5h7.5v-11.25h-7.5v-2.5h-1.25m-10 3.75h6.25v6.25h-6.25v-6.25m11.25 0h6.25v8.75h-6.25v-8.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/resourcesCompiler48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/resourcesCompiler48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#eff0f1" stroke-width=".85654"/>
- <g transform="matrix(1.25 0 0 1.25 -385.25 -645.7)" fill="#5fd38d" stroke="#5fd38d">
-  <rect x="329" y="537.36" width="8" height="1"/>
-  <rect x="329" y="541.36" width="16" height="1"/>
-  <rect x="329" y="548.36" width="16" height="1"/>
-  <rect x="329" y="545.36" width="8" height="1"/>
-  <rect x="329" y="552.36" width="12" height=".99998"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#eff0f1" stroke-width=".85654"/><g transform="matrix(1.25 0 0 1.25 -385.25 -645.7)" fill="#5fd38d" stroke="#5fd38d"><rect x="329" y="537.36" width="8" height="1"/><rect x="329" y="541.36" width="16" height="1"/><rect x="329" y="548.36" width="16" height="1"/><rect x="329" y="545.36" width="8" height="1"/><rect x="329" y="552.36" width="12" height=".99998"/></g></svg>
--- a/eric6/icons/breeze-dark/restart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/restart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#ffb380" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#ffb380" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/restartDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/restartDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m13 7c0 1.0813-0.28719 2.092-0.78369 2.9663l-0.55371-0.55371 0.0015-0.00144-2.083-2.0845 0.53027-0.53027 1.8604 1.8618c0.17447-0.52172 0.27828-1.0761 0.27828-1.6582 0-2.9085-2.3415-5.25-5.25-5.25-0.87187 0-1.6904 0.21437-2.4126 0.5874l-0.55371-0.55371c0.87435-0.49654 1.885-0.78369 2.9663-0.78369 3.324 0 6 2.676 6 6zm-3.0337 5.2163c-0.87435 0.49654-1.885 0.78369-2.9663 0.78369-3.324 0-6-2.676-6-6 0-1.0813 0.28719-2.092 0.78369-2.9663l0.5127 0.5127 0.00149-0.00144 2.1211 2.1211-0.53027 0.53027-1.8589-1.8589c-0.17548 0.52295-0.27982 1.0789-0.27982 1.6626 0 2.9085 2.3415 5.25 5.25 5.25 0.87187 0 1.6904-0.21437 2.4126-0.5874z" color="#eff0f1" fill="#ffb380" stroke-width=".75"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m13 7c0 1.0813-0.28719 2.092-0.78369 2.9663l-0.55371-0.55371 0.0015-0.00144-2.083-2.0845 0.53027-0.53027 1.8604 1.8618c0.17447-0.52172 0.27828-1.0761 0.27828-1.6582 0-2.9085-2.3415-5.25-5.25-5.25-0.87187 0-1.6904 0.21437-2.4126 0.5874l-0.55371-0.55371c0.87435-0.49654 1.885-0.78369 2.9663-0.78369 3.324 0 6 2.676 6 6zm-3.0337 5.2163c-0.87435 0.49654-1.885 0.78369-2.9663 0.78369-3.324 0-6-2.676-6-6 0-1.0813 0.28719-2.092 0.78369-2.9663l0.5127 0.5127 0.00149-0.00144 2.1211 2.1211-0.53027 0.53027-1.8589-1.8589c-0.17548 0.52295-0.27982 1.0789-0.27982 1.6626 0 2.9085 2.3415 5.25 5.25 5.25 0.87187 0 1.6904-0.21437 2.4126-0.5874z" color="#eff0f1" fill="#ffb380" stroke-width=".75"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/rss16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/rss16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -1036.4)" fill="#f27935">
-  <path d="m1 1037.4v1.75a12.25 12.25 0 0 1 12.25 12.25h1.75a14 14 0 0 0-14-14zm0 4.375v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75a9.625 9.625 0 0 0-9.625-9.625zm2.1875 5.25a2.1875 2.1875 0 0 0-2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875-2.1875 2.1875 2.1875 0 0 0-2.1875-2.1875z" fill="#fc963a" stroke-linecap="round" stroke-width=".0875"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1036.4)" fill="#f27935"><path d="m1 1037.4v1.75a12.25 12.25 0 0 1 12.25 12.25h1.75a14 14 0 0 0-14-14zm0 4.375v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75a9.625 9.625 0 0 0-9.625-9.625zm2.1875 5.25a2.1875 2.1875 0 0 0-2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875-2.1875 2.1875 2.1875 0 0 0-2.1875-2.1875z" fill="#fc963a" stroke-linecap="round" stroke-width=".0875"/></g></svg>
--- a/eric6/icons/breeze-dark/rss22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/rss22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -1030.4)" fill="#f27935">
-  <path d="m1 1031.4v2.5a17.5 17.5 0 0 1 17.5 17.5h2.5a20 20 0 0 0-20-20zm0 6.25v2.5a11.25 11.25 0 0 1 11.25 11.25h2.5a13.75 13.75 0 0 0-13.75-13.75zm3.125 7.5a3.125 3.125 0 0 0-3.125 3.125 3.125 3.125 0 0 0 3.125 3.125 3.125 3.125 0 0 0 3.125-3.125 3.125 3.125 0 0 0-3.125-3.125z" fill="#fc963a" stroke-linecap="round" stroke-width=".125"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1030.4)" fill="#f27935"><path d="m1 1031.4v2.5a17.5 17.5 0 0 1 17.5 17.5h2.5a20 20 0 0 0-20-20zm0 6.25v2.5a11.25 11.25 0 0 1 11.25 11.25h2.5a13.75 13.75 0 0 0-13.75-13.75zm3.125 7.5a3.125 3.125 0 0 0-3.125 3.125 3.125 3.125 0 0 0 3.125 3.125 3.125 3.125 0 0 0 3.125-3.125 3.125 3.125 0 0 0-3.125-3.125z" fill="#fc963a" stroke-linecap="round" stroke-width=".125"/></g></svg>
--- a/eric6/icons/breeze-dark/rss48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/rss48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -1004.4)" fill="#f27935">
-  <path d="m2 1006.4v5.5a38.5 38.5 0 0 1 38.5 38.5h5.5a44 44 0 0 0-44-44zm0 13.75v5.5a24.75 24.75 0 0 1 24.75 24.75h5.5a30.25 30.25 0 0 0-30.25-30.25zm6.875 16.5a6.875 6.875 0 0 0-6.875 6.875 6.875 6.875 0 0 0 6.875 6.875 6.875 6.875 0 0 0 6.875-6.875 6.875 6.875 0 0 0-6.875-6.875z" fill="#fc963a" stroke-linecap="round" stroke-width=".275"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1004.4)" fill="#f27935"><path d="m2 1006.4v5.5a38.5 38.5 0 0 1 38.5 38.5h5.5a44 44 0 0 0-44-44zm0 13.75v5.5a24.75 24.75 0 0 1 24.75 24.75h5.5a30.25 30.25 0 0 0-30.25-30.25zm6.875 16.5a6.875 6.875 0 0 0-6.875 6.875 6.875 6.875 0 0 0 6.875 6.875 6.875 6.875 0 0 0 6.875-6.875 6.875 6.875 0 0 0-6.875-6.875z" fill="#fc963a" stroke-linecap="round" stroke-width=".275"/></g></svg>
--- a/eric6/icons/breeze-dark/runProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/runProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/runScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/runScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" fill="#eff0f1"/>
- <path d="m15.533 19.269c-0.4302-0.0634-0.64307-0.13437-1.0749-0.35836-0.47377-0.24573-0.86103-0.59206-1.1737-1.0497-1.2419-1.8175-0.39818-4.3021 1.6967-4.9967 0.37079-0.12294 0.53384-0.14542 1.0437-0.1439 0.96674 0.0029 1.6104 0.274 2.3129 0.97419 0.44736 0.44591 0.79151 1.0812 0.90458 1.6698 0.08792 0.45767 0.03557 1.2633-0.10893 1.6765-0.52745 1.5081-2.0581 2.4554-3.6003 2.2282zm0.91367-2.415c0.6441-0.42849 1.1925-0.79857 1.2185-0.82241 0.04074-0.03722-2.2502-1.5987-2.4684-1.6824-0.06685-0.02565-0.07839 0.21826-0.07839 1.6571 0 1.4406 0.01148 1.6827 0.07857 1.657 0.04321-0.01658 0.60557-0.38073 1.2497-0.80922z" fill="#4d4d4d" stroke-width="0"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" fill="#eff0f1"/><path d="m15.533 19.269c-0.4302-0.0634-0.64307-0.13437-1.0749-0.35836-0.47377-0.24573-0.86103-0.59206-1.1737-1.0497-1.2419-1.8175-0.39818-4.3021 1.6967-4.9967 0.37079-0.12294 0.53384-0.14542 1.0437-0.1439 0.96674 0.0029 1.6104 0.274 2.3129 0.97419 0.44736 0.44591 0.79151 1.0812 0.90458 1.6698 0.08792 0.45767 0.03557 1.2633-0.10893 1.6765-0.52745 1.5081-2.0581 2.4554-3.6003 2.2282zm0.91367-2.415c0.6441-0.42849 1.1925-0.79857 1.2185-0.82241 0.04074-0.03722-2.2502-1.5987-2.4684-1.6824-0.06685-0.02565-0.07839 0.21826-0.07839 1.6571 0 1.4406 0.01148 1.6827 0.07857 1.657 0.04321-0.01658 0.60557-0.38073 1.2497-0.80922z" fill="#4d4d4d" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-dark/safari.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/safari.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,34 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient2129" x1="412.98" x2="412.98" y1="237.61" y2="59.392" gradientTransform="matrix(.35154 0 0 .35154 206.79 159.77)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bdbdbd" offset="0"/>
-   <stop stop-color="#fff" offset="1"/>
-  </linearGradient>
-  <radialGradient id="radialGradient2137" cx="413.06" cy="136.82" r="82.125" gradientTransform="matrix(.38143 0 0 .38143 194.54 155.58)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#06c2e7" offset="0"/>
-   <stop stop-color="#0db8ec" offset=".25"/>
-   <stop stop-color="#12aef1" offset=".5"/>
-   <stop stop-color="#1f86f9" offset=".75"/>
-   <stop stop-color="#107ddd" offset="1"/>
-  </radialGradient>
-  <filter id="filter2222" x="-.020909" y="-.022338" width="1.0418" height="1.0447" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="0.95767362"/>
-  </filter>
-  <filter id="filter2248" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="3.5643107"/>
-  </filter>
- </defs>
- <g transform="translate(-318.89 -233.7)">
-  <g transform="matrix(.176 0 0 .17697 263.29 202.27)">
-   <path transform="matrix(.33865 0 0 .32609 212.12 166.12)" d="m502.08 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108z" filter="url(#filter2248)" opacity=".53" style="paint-order:markers stroke fill"/>
-   <path d="m383.29 211.98a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.325-31.325 31.325 31.325 0 0 1 31.325-31.325 31.325 31.325 0 0 1 31.325 31.325z" fill="url(#linearGradient2129)" stroke="#cdcdcd" stroke-linecap="round" stroke-linejoin="round" stroke-width=".093012" style="paint-order:markers stroke fill"/>
-   <path d="m380.84 211.98a28.871 28.871 0 0 1-28.871 28.871 28.871 28.871 0 0 1-28.871-28.871 28.871 28.871 0 0 1 28.871-28.871 28.871 28.871 0 0 1 28.871 28.871z" fill="url(#radialGradient2137)" style="paint-order:markers stroke fill"/>
-   <path d="m351.97 184.61c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-2.7537 0.17404c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23194 0.0242-0.39917 0.2304-0.37495 0.46234l0.21218 2.0312c0.0242 0.23194 0.23041 0.39918 0.46233 0.37496 0.23195-0.0242 0.39919-0.2304 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18177-0.35637-0.37695-0.37532zm5.5266 2e-3c-0.19519 0.0188-0.35578 0.17221-0.37714 0.37513l-0.21363 2.031c-0.0244 0.23192 0.14285 0.43831 0.37478 0.4627 0.23191 0.0244 0.43811-0.14268 0.46251-0.3746l0.21364-2.0312c0.0244-0.23192-0.14286-0.43814-0.37478-0.46252-0.029-3e-3 -0.0575-3e-3 -0.0854-5.2e-4zm-8.3553 0.4082c-0.028 2.2e-4 -0.0565 3e-3 -0.085 9e-3 -0.22814 0.0483-0.37294 0.27089-0.32464 0.49903l1.0055 4.7498c0.0483 0.22814 0.27088 0.37293 0.49902 0.32464 0.22814-0.0483 0.37294-0.27072 0.32465-0.49886l-1.0055-4.75c-0.0423-0.19963-0.21792-0.33543-0.41401-0.3339zm11.184 4e-3c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33353l-1.009 4.7492c-0.0485 0.22811 0.0962 0.45076 0.32427 0.49922 0.22811 0.0485 0.45076-0.0962 0.49921-0.32428l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-13.883 0.75717c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194-0.22178 0.0721-0.34238 0.3085-0.27031 0.53028l0.6311 1.9424c0.0721 0.22179 0.30868 0.34238 0.53046 0.27032 0.22179-0.0721 0.3422-0.30868 0.27013-0.53046l-0.63109-1.9424c-0.054-0.16634-0.20059-0.27568-0.36407-0.28958zm16.568 1e-3c-0.16348 0.0139-0.30999 0.12324-0.36406 0.28957l-0.63147 1.9422c-0.0721 0.22177 0.0484 0.45837 0.27014 0.53046 0.22178 0.0721 0.45837-0.0484 0.53047-0.27013l0.63146-1.9424c0.0721-0.22178-0.0484-0.45837-0.27014-0.53046-0.0554-0.018-0.11191-0.0239-0.1664-0.0193zm-19.237 0.9759c-0.0547 1e-3 -0.11004 0.013-0.16331 0.0367-0.21298 0.0947-0.30836 0.34244-0.21364 0.55553l1.972 4.4366c0.0947 0.21308 0.34244 0.30836 0.55553 0.21364 0.21298-0.0947 0.30854-0.34244 0.21382-0.55553l-1.9722-4.4366c-0.071-0.15983-0.22817-0.25351-0.39221-0.25033zm21.937 0.0149c-0.16403-3e-3 -0.32132 0.0901-0.39257 0.24979l-1.978 4.4339c-0.095 0.21296-4e-5 0.46088 0.21292 0.55589 0.21297 0.095 0.46088 5e-5 0.5559-0.21291l1.978-4.4339c0.095-0.21297 5e-5 -0.46089-0.21291-0.5559-0.0532-0.0237-0.10864-0.0357-0.16332-0.0369zm-24.415 1.2962c-0.0808-6e-3 -0.16406 0.012-0.23979 0.0558-0.20196 0.1166-0.27065 0.37302-0.15406 0.57497l1.0212 1.7687c0.1166 0.20196 0.373 0.27065 0.57496 0.15405 0.20195-0.1166 0.27065-0.37301 0.15406-0.57497l-1.0212-1.7687c-0.0729-0.12623-0.20047-0.20041-0.33517-0.20983zm26.859 0c-0.13468 9e-3 -0.26211 0.0836-0.33498 0.20983l-1.0213 1.7687c-0.1166 0.20196-0.0477 0.45837 0.15424 0.57497 0.20196 0.1166 0.45837 0.0479 0.57497-0.15405l1.0211-1.7687c0.1166-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm-29.265 1.5007c-0.081 3e-3 -0.16211 0.029-0.2329 0.0803-0.18875 0.13693-0.23048 0.39911-0.0935 0.58787l2.8509 3.93c0.13693 0.18876 0.39929 0.23049 0.58805 0.0936 0.18876-0.13693 0.23049-0.39911 0.0935-0.58787l-2.851-3.93c-0.0856-0.11798-0.22004-0.17847-0.35497-0.17386zm31.701 0.0214c-0.13493-5e-3 -0.26941 0.0555-0.35516 0.17331l-2.8563 3.9261c-0.1372 0.18857-0.0958 0.45086 0.0928 0.58805 0.18858 0.13718 0.45087 0.0959 0.58806-0.0926l2.8561-3.9261c0.13718-0.18858 0.0957-0.45086-0.0928-0.58805-0.0707-0.0514-0.15176-0.0778-0.23272-0.0807zm-33.852 1.7823c-0.10744-6e-3 -0.21708 0.0299-0.30374 0.10791-0.17332 0.15602-0.18725 0.42109-0.0312 0.59441l1.3665 1.518c0.15601 0.17332 0.42109 0.18726 0.59441 0.0312 0.17332-0.15602 0.18726-0.42127 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29085-0.13916zm35.976 3e-3c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15606 0.1733-0.14224 0.43855 0.0311 0.59459 0.17329 0.15604 0.43837 0.14205 0.59441-0.0312l1.3667-1.5176c0.15605-0.17331 0.14205-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm-38.037 1.977c-0.10745 6e-3 -0.21266 0.0525-0.29067 0.13916-0.15602 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15603 0.43839 0.14207 0.5944-0.0312 0.15603-0.17331 0.14226-0.43839-0.0311-0.59441l-3.6086-3.2483c-0.0867-0.078-0.1963-0.11356-0.30376-0.10791zm40.108 0.0142c-0.10745-6e-3 -0.21722 0.0298-0.30393 0.10773l-3.6106 3.2458c-0.17342 0.15589-0.18768 0.42097-0.0318 0.5944 0.1559 0.17342 0.42117 0.18751 0.59459 0.0316l3.6108-3.2458c0.17342-0.1559 0.1875-0.42098 0.0316-0.59441-0.078-0.0867-0.18322-0.13361-0.29066-0.13933zm-41.822 2.19c-0.13494-5e-3 -0.26949 0.0558-0.35515 0.17367-0.13707 0.18866-0.0955 0.4508 0.0932 0.58787l1.6522 1.2004c0.18866 0.13708 0.45079 0.0957 0.58786-0.093 0.13708-0.18866 0.0956-0.45098-0.093-0.58805l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0776-0.23289-0.0805zm43.535 0.0153c-0.081 3e-3 -0.16211 0.0289-0.23289 0.0803l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39929-0.0936 0.58805 0.13695 0.18875 0.39912 0.23031 0.58787 0.0934l1.6532-1.1994c0.18875-0.13694 0.23031-0.39912 0.0934-0.58787-0.0856-0.11797-0.22004-0.17847-0.35497-0.17385zm-45.137 2.3358c-0.13469 9e-3 -0.26211 0.0836-0.33499 0.20982-0.1166 0.20195-0.0479 0.45837 0.15405 0.57497l4.2046 2.4276c0.20195 0.1166 0.45837 0.0479 0.57497-0.15405s0.0479-0.45837-0.15405-0.57497l-4.2046-2.4276c-0.0757-0.0437-0.15917-0.0614-0.23998-0.0558zm46.727 0c-0.0808-6e-3 -0.16425 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2048-2.4276c0.20195-0.1166 0.27064-0.37302 0.15404-0.57497-0.0729-0.12622-0.20048-0.20041-0.33517-0.20982zm-47.939 2.5061c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.2496-0.095 0.21298-6e-5 0.46091 0.21292 0.5559l1.8653 0.83202c0.21298 0.095 0.46091 7e-5 0.5559-0.2129 0.095-0.21298-1.2e-4 -0.46091-0.21309-0.5559l-1.8652-0.83202c-0.0532-0.0238-0.10865-0.0356-0.16332-0.0367zm49.158 0.0173c-0.0547 1e-3 -0.11024 0.013-0.16351 0.0367l-1.8657 0.83057c-0.21304 0.0949-0.3083 0.34267-0.21346 0.55571 0.0949 0.21304 0.34286 0.3083 0.5559 0.21346l1.8657-0.83076c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22818-0.25323-0.39221-0.24997zm-50.237 2.602c-0.16349 0.0137-0.31006 0.12291-0.36424 0.28921-0.0722 0.22172 0.048 0.45839 0.26977 0.53064l4.6163 1.5042c0.22171 0.0722 0.45839-0.0481 0.53064-0.26977 0.0722-0.22172-0.048-0.4584-0.26977-0.53064l-4.6163-1.5042c-0.0554-0.0181-0.11192-0.024-0.16641-0.0194zm51.315 0.018c-0.0545-5e-3 -0.11078 1e-3 -0.16623 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22177 0.30868 0.34223 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.3424-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36424-0.28957zm-51.987 2.7315c-0.1961-2e-3 -0.37196 0.13412-0.41438 0.33371-0.0485 0.2281 0.0962 0.45073 0.32427 0.49922l1.9978 0.42455c0.2281 0.0485 0.45072-0.0962 0.49921-0.32427 0.0485-0.22811-0.0962-0.45074-0.32427-0.49922l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm52.655 4e-3c-0.028 2.3e-4 -0.0563 4e-3 -0.0848 9e-3l-1.9978 0.42437c-0.2281 0.0485-0.37271 0.27093-0.32426 0.49904 0.0485 0.2281 0.2711 0.3729 0.49921 0.32445l1.9976-0.42437c0.2281-0.0485 0.3729-0.27111 0.32445-0.49922-0.0424-0.19959-0.21829-0.33537-0.41437-0.33371zm-53.164 2.7617c-0.1952 0.0187-0.35587 0.17185-0.37731 0.37477-0.0245 0.2319 0.14232 0.43838 0.37422 0.46288l4.8283 0.51048c0.2319 0.0245 0.43838-0.1425 0.46288-0.37441 0.0245-0.2319-0.1425-0.43838-0.37441-0.46288l-4.8283-0.51048c-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm53.676 0.0363c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4l-4.8288 0.50394c-0.23194 0.0242-0.39914 0.2304-0.37496 0.46233 0.0242 0.23194 0.2304 0.39918 0.46234 0.37496l4.8288-0.50394c0.23193-0.0242 0.39914-0.2304 0.37496-0.46234-0.0212-0.20294-0.1816-0.35634-0.37678-0.37532zm-53.758 2.7947c-0.2332 0-0.42091 0.18772-0.42091 0.42092 0 0.23319 0.18771 0.42091 0.42091 0.42091h2.0423c0.23319 0 0.4211-0.18772 0.4211-0.42091 0-0.2332-0.18791-0.42092-0.4211-0.42092zm51.793 0c-0.23319 0-0.42092 0.18772-0.42092 0.42092 1e-5 0.23319 0.18773 0.42091 0.42092 0.42091h2.0423c0.23319 0 0.42092-0.18772 0.42092-0.42091 0-0.2332-0.18773-0.42092-0.42092-0.42092zm-46.803 2.2946c-0.0279-3e-3 -0.0564-3e-3 -0.0854 3.5e-4l-4.829 0.50394c-0.23194 0.0242-0.39913 0.2304-0.37495 0.46233 0.0242 0.23194 0.2304 0.39918 0.46233 0.37496l4.829-0.50394c0.23194-0.0242 0.39913-0.2304 0.37495-0.46234-0.0212-0.20294-0.18177-0.35634-0.37695-0.37531zm43.853 0.0298c-0.19521 0.0187-0.35588 0.17186-0.37732 0.37478-0.0245 0.2319 0.14233 0.43838 0.37423 0.46288l4.8283 0.51048c0.23191 0.0245 0.43837-0.14251 0.46288-0.37441 0.0245-0.2319-0.14251-0.43838-0.37441-0.46288l-4.8281-0.51048c-0.029-3e-3 -0.0577-3e-3 -0.0856-3.5e-4zm-46.26 2.8436c-0.028 2.4e-4 -0.0565 3e-3 -0.085 9e-3l-1.9978 0.42436c-0.22811 0.0485-0.37271 0.27111-0.32427 0.49922 0.0485 0.22811 0.27111 0.37272 0.49922 0.32427l1.9978-0.42419c0.2281-0.0485 0.37271-0.27111 0.32426-0.49921-0.0424-0.1996-0.2181-0.33537-0.41419-0.33372zm48.669 4e-3c-0.19609-2e-3 -0.37177 0.13394-0.41419 0.33353-0.0485 0.2281 0.096 0.45074 0.32409 0.49922l1.9978 0.42455c0.22809 0.0485 0.45073-0.096 0.49921-0.32409 0.0485-0.2281-0.0962-0.45092-0.32426-0.4994l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-45.305 1.6579c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22178 0.30868 0.34222 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.34241-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36425-0.28957zm41.937 0.0149c-0.16349 0.0137-0.31005 0.12292-0.36423 0.28921-0.0722 0.22173 0.048 0.4584 0.26977 0.53065l4.6163 1.5042c0.22172 0.0722 0.4584-0.0481 0.53064-0.26977 0.0723-0.22172-0.048-0.4584-0.26977-0.53065l-4.6163-1.5042c-0.0554-0.0181-0.11191-0.024-0.16641-0.0194zm-43.699 3.2725c-0.0547 1e-3 -0.11006 0.0128-0.16332 0.0365l-1.8659 0.83075c-0.21304 0.0948-0.30812 0.34267-0.21328 0.55571 0.0949 0.21304 0.34268 0.30812 0.55571 0.21328l1.8659-0.83058c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22837-0.25323-0.3924-0.24997zm45.459 0.016c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.24961-0.095 0.21297-6e-5 0.4609 0.21291 0.55589l1.8652 0.83202c0.21297 0.095 0.46091 6e-5 0.5559-0.21291 0.095-0.21297 6e-5 -0.4609-0.21291-0.55589l-1.8652-0.83203c-0.0532-0.0238-0.10864-0.0356-0.16332-0.0367zm-41.826 0.91214c-0.0808-6e-3 -0.16424 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2046-2.4274c0.20195-0.1166 0.27064-0.3732 0.15405-0.57515-0.0729-0.12622-0.2003-0.20041-0.33499-0.20982zm38.2 0c-0.13469 9e-3 -0.26229 0.0836-0.33517 0.20982-0.1166 0.20195-0.0479 0.45855 0.15405 0.57515l4.2046 2.4274c0.20196 0.1166 0.45855 0.0479 0.57515-0.15405s0.0479-0.45837-0.15404-0.57497l-4.2048-2.4276c-0.0757-0.0437-0.15899-0.0614-0.2398-0.0558zm-39.249 3.5624c-0.081 3e-3 -0.16211 0.0291-0.2329 0.0805l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39912-0.0936 0.58787 0.13695 0.18875 0.39912 0.2305 0.58787 0.0935l1.6531-1.1994c0.18877-0.13693 0.23051-0.39911 0.0936-0.58786-0.0856-0.11797-0.22022-0.17866-0.35516-0.17404zm40.288 0.0142c-0.13494-5e-3 -0.26948 0.0558-0.35515 0.17367-0.13708 0.18865-0.0955 0.45098 0.0932 0.58805l1.6522 1.2004c0.18866 0.13707 0.4508 0.0955 0.58787-0.0932 0.13707-0.18866 0.0956-0.4508-0.093-0.58787l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0778-0.23289-0.0807zm-36.544 0.14533c-0.10743-6e-3 -0.21702 0.0298-0.30374 0.10773l-3.6108 3.2458c-0.17342 0.15589-0.18751 0.42098-0.0316 0.59441 0.15589 0.17342 0.42097 0.1875 0.5944 0.0316l3.6108-3.2458c0.17342-0.15589 0.18751-0.42098 0.0316-0.59441-0.0779-0.0867-0.18322-0.13361-0.29067-0.13933zm32.8 0.0116c-0.10745 6e-3 -0.21283 0.0525-0.29084 0.13915-0.15603 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15604 0.43857 0.14208 0.59459-0.0312 0.15603-0.17331 0.14207-0.43839-0.0312-0.5944l-3.6086-3.2484c-0.0867-0.078-0.19611-0.11355-0.30356-0.10791zm-29.375 3.0836c-0.13493-5e-3 -0.2696 0.0554-0.35534 0.1733l-2.8561 3.9261c-0.13719 0.18858-0.0959 0.45087 0.0926 0.58805 0.18857 0.13719 0.45087 0.0959 0.58805-0.0927l2.8561-3.9261c0.13718-0.18857 0.0959-0.45086-0.0926-0.58805-0.0707-0.0514-0.15175-0.0778-0.23271-0.0806zm25.936 0.0176c-0.081 3e-3 -0.16211 0.0289-0.2329 0.0803-0.18875 0.13694-0.23048 0.39911-0.0936 0.58787l2.8509 3.93c0.13693 0.18876 0.39911 0.2305 0.58787 0.0936 0.18876-0.13693 0.23049-0.3991 0.0936-0.58786l-2.8509-3.93c-0.0856-0.11797-0.22004-0.17846-0.35498-0.17385zm-29.623 0.6064c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15605 0.1733-0.14223 0.43855 0.0311 0.59459 0.1733 0.15604 0.43837 0.14205 0.5944-0.0313l1.3667-1.5176c0.15606-0.1733 0.14206-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm33.331 2e-3c-0.10745-6e-3 -0.21691 0.0299-0.30356 0.10791-0.17333 0.156-0.18726 0.42108-0.0313 0.5944l1.3663 1.518c0.15602 0.17333 0.42109 0.18726 0.59442 0.0312 0.17332-0.15601 0.18726-0.42126 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29084-0.13916zm-25.655 1.6837c-0.16403-4e-3 -0.32114 0.0899-0.39239 0.24961l-1.9782 4.4339c-0.095 0.21297-5e-5 0.46089 0.21292 0.5559 0.21296 0.095 0.46089 5e-5 0.55589-0.21291l1.9782-4.4339c0.095-0.21296 5e-5 -0.46089-0.21292-0.55589-0.0532-0.0238-0.10881-0.0356-0.16349-0.0367zm17.956 0.0122c-0.0547 1e-3 -0.11023 0.0128-0.1635 0.0365-0.21297 0.0947-0.30836 0.34244-0.21363 0.55553l1.972 4.4366c0.0947 0.21297 0.34262 0.30836 0.55571 0.21364 0.21298-0.0947 0.30836-0.34244 0.21364-0.55553l-1.972-4.4366c-0.071-0.15973-0.22818-0.25329-0.39221-0.25015zm-21.432 1.3587c-0.13468 9e-3 -0.26212 0.0836-0.33498 0.20982l-1.0212 1.7687c-0.11659 0.20195-0.0479 0.45837 0.15406 0.57497 0.20195 0.1166 0.45837 0.0479 0.57496-0.15405l1.0212-1.7687c0.11659-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm24.934 0c-0.0808-6e-3 -0.16406 0.0121-0.23979 0.0558-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497l1.0211 1.7687c0.1166 0.20195 0.37302 0.27064 0.57496 0.15405 0.20196-0.1166 0.27066-0.37302 0.15406-0.57497l-1.0211-1.7687c-0.0729-0.12622-0.20049-0.20041-0.33518-0.20982zm-17.054 0.0634c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33354l-1.009 4.7493c-0.0485 0.2281 0.0962 0.45076 0.32427 0.49921 0.22811 0.0485 0.45076-0.0962 0.49922-0.32427l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm9.1599 3e-3c-0.028 2.2e-4 -0.0563 3e-3 -0.0848 9e-3 -0.22814 0.0483-0.37294 0.27071-0.32465 0.49885l1.0055 4.75c0.0483 0.22814 0.27088 0.37293 0.49903 0.32464 0.22814-0.0483 0.37293-0.27089 0.32464-0.49903l-1.0057-4.7496c-0.0423-0.19963-0.21793-0.33543-0.41402-0.33391zm-4.5725 0.47905c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-7.7266 1.5689c-0.16347 0.0139-0.31017 0.12324-0.36423 0.28957l-0.63129 1.9424c-0.0721 0.22178 0.0484 0.45837 0.27014 0.53047 0.22177 0.0721 0.45836-0.0486 0.53046-0.27032l0.63128-1.9422c0.0721-0.22177-0.0484-0.45836-0.27013-0.53046-0.0554-0.018-0.11173-0.024-0.16623-0.0194zm15.45 1e-3c-0.0545-5e-3 -0.11078 1e-3 -0.16622 0.0193-0.22178 0.0721-0.34238 0.30868-0.27033 0.53047l0.63111 1.9424c0.0721 0.22179 0.30868 0.3422 0.53046 0.27014 0.22178-0.0721 0.34238-0.3085 0.27032-0.53028l-0.63128-1.9424c-0.0541-0.16634-0.20058-0.27568-0.36406-0.28957zm-10.365 1.0818c-0.1952 0.0188-0.356 0.17203-0.37732 0.37496l-0.21346 2.0312c-0.0244 0.23192 0.14268 0.43812 0.3746 0.46252s0.4383-0.14268 0.4627-0.3746l0.21345-2.031c0.0244-0.23192-0.14268-0.4383-0.37458-0.4627-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm5.2674 2e-3c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23193 0.0242-0.39917 0.2304-0.37495 0.46233l0.21218 2.0314c0.0242 0.23193 0.2304 0.399 0.46234 0.37478 0.23193-0.0242 0.39918-0.23041 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18178-0.35637-0.37697-0.37533z" fill="#f4f2f3" style="paint-order:markers stroke fill"/>
-   <path transform="matrix(.35154 0 0 .35154 206.79 159.77)" d="m469.1 100.61-65.51 38.061-41.42 65.207 60.594-44.881z" filter="url(#filter2222)" opacity=".409" style="paint-order:markers stroke fill"/>
-   <path transform="matrix(.64804 -.33169 -.36122 .63206 329.21 156.86)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#ff5150" style="paint-order:markers stroke fill"/>
-   <path transform="matrix(-.36122 .63206 .64804 -.33169 297.96 186.7)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#f1f1f1" style="paint-order:markers stroke fill"/>
-   <path d="m331.85 231.19 23.416-15.752 16.815-22.665z" opacity=".243"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="b" x1="412.98" x2="412.98" y1="237.61" y2="59.392" gradientTransform="matrix(.35154 0 0 .35154 206.79 159.77)" gradientUnits="userSpaceOnUse"><stop stop-color="#bdbdbd" offset="0"/><stop stop-color="#fff" offset="1"/></linearGradient><radialGradient id="a" cx="413.06" cy="136.82" r="82.125" gradientTransform="matrix(.38143 0 0 .38143 194.54 155.58)" gradientUnits="userSpaceOnUse"><stop stop-color="#06c2e7" offset="0"/><stop stop-color="#0db8ec" offset=".25"/><stop stop-color="#12aef1" offset=".5"/><stop stop-color="#1f86f9" offset=".75"/><stop stop-color="#107ddd" offset="1"/></radialGradient><filter id="d" x="-.020909" y="-.022338" width="1.0418" height="1.0447" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="0.95767362"/></filter><filter id="c" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="3.5643107"/></filter></defs><g transform="translate(-318.89 -233.7)"><g transform="matrix(.176 0 0 .17697 263.29 202.27)"><path transform="matrix(.33865 0 0 .32609 212.12 166.12)" d="m502.08 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108z" filter="url(#c)" opacity=".53" style="paint-order:markers stroke fill"/><path d="m383.29 211.98a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.325-31.325 31.325 31.325 0 0 1 31.325-31.325 31.325 31.325 0 0 1 31.325 31.325z" fill="url(#b)" stroke="#cdcdcd" stroke-linecap="round" stroke-linejoin="round" stroke-width=".093012" style="paint-order:markers stroke fill"/><path d="m380.84 211.98a28.871 28.871 0 0 1-28.871 28.871 28.871 28.871 0 0 1-28.871-28.871 28.871 28.871 0 0 1 28.871-28.871 28.871 28.871 0 0 1 28.871 28.871z" fill="url(#a)" style="paint-order:markers stroke fill"/><path d="m351.97 184.61c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-2.7537 0.17404c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23194 0.0242-0.39917 0.2304-0.37495 0.46234l0.21218 2.0312c0.0242 0.23194 0.23041 0.39918 0.46233 0.37496 0.23195-0.0242 0.39919-0.2304 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18177-0.35637-0.37695-0.37532zm5.5266 2e-3c-0.19519 0.0188-0.35578 0.17221-0.37714 0.37513l-0.21363 2.031c-0.0244 0.23192 0.14285 0.43831 0.37478 0.4627 0.23191 0.0244 0.43811-0.14268 0.46251-0.3746l0.21364-2.0312c0.0244-0.23192-0.14286-0.43814-0.37478-0.46252-0.029-3e-3 -0.0575-3e-3 -0.0854-5.2e-4zm-8.3553 0.4082c-0.028 2.2e-4 -0.0565 3e-3 -0.085 9e-3 -0.22814 0.0483-0.37294 0.27089-0.32464 0.49903l1.0055 4.7498c0.0483 0.22814 0.27088 0.37293 0.49902 0.32464 0.22814-0.0483 0.37294-0.27072 0.32465-0.49886l-1.0055-4.75c-0.0423-0.19963-0.21792-0.33543-0.41401-0.3339zm11.184 4e-3c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33353l-1.009 4.7492c-0.0485 0.22811 0.0962 0.45076 0.32427 0.49922 0.22811 0.0485 0.45076-0.0962 0.49921-0.32428l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-13.883 0.75717c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194-0.22178 0.0721-0.34238 0.3085-0.27031 0.53028l0.6311 1.9424c0.0721 0.22179 0.30868 0.34238 0.53046 0.27032 0.22179-0.0721 0.3422-0.30868 0.27013-0.53046l-0.63109-1.9424c-0.054-0.16634-0.20059-0.27568-0.36407-0.28958zm16.568 1e-3c-0.16348 0.0139-0.30999 0.12324-0.36406 0.28957l-0.63147 1.9422c-0.0721 0.22177 0.0484 0.45837 0.27014 0.53046 0.22178 0.0721 0.45837-0.0484 0.53047-0.27013l0.63146-1.9424c0.0721-0.22178-0.0484-0.45837-0.27014-0.53046-0.0554-0.018-0.11191-0.0239-0.1664-0.0193zm-19.237 0.9759c-0.0547 1e-3 -0.11004 0.013-0.16331 0.0367-0.21298 0.0947-0.30836 0.34244-0.21364 0.55553l1.972 4.4366c0.0947 0.21308 0.34244 0.30836 0.55553 0.21364 0.21298-0.0947 0.30854-0.34244 0.21382-0.55553l-1.9722-4.4366c-0.071-0.15983-0.22817-0.25351-0.39221-0.25033zm21.937 0.0149c-0.16403-3e-3 -0.32132 0.0901-0.39257 0.24979l-1.978 4.4339c-0.095 0.21296-4e-5 0.46088 0.21292 0.55589 0.21297 0.095 0.46088 5e-5 0.5559-0.21291l1.978-4.4339c0.095-0.21297 5e-5 -0.46089-0.21291-0.5559-0.0532-0.0237-0.10864-0.0357-0.16332-0.0369zm-24.415 1.2962c-0.0808-6e-3 -0.16406 0.012-0.23979 0.0558-0.20196 0.1166-0.27065 0.37302-0.15406 0.57497l1.0212 1.7687c0.1166 0.20196 0.373 0.27065 0.57496 0.15405 0.20195-0.1166 0.27065-0.37301 0.15406-0.57497l-1.0212-1.7687c-0.0729-0.12623-0.20047-0.20041-0.33517-0.20983zm26.859 0c-0.13468 9e-3 -0.26211 0.0836-0.33498 0.20983l-1.0213 1.7687c-0.1166 0.20196-0.0477 0.45837 0.15424 0.57497 0.20196 0.1166 0.45837 0.0479 0.57497-0.15405l1.0211-1.7687c0.1166-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm-29.265 1.5007c-0.081 3e-3 -0.16211 0.029-0.2329 0.0803-0.18875 0.13693-0.23048 0.39911-0.0935 0.58787l2.8509 3.93c0.13693 0.18876 0.39929 0.23049 0.58805 0.0936 0.18876-0.13693 0.23049-0.39911 0.0935-0.58787l-2.851-3.93c-0.0856-0.11798-0.22004-0.17847-0.35497-0.17386zm31.701 0.0214c-0.13493-5e-3 -0.26941 0.0555-0.35516 0.17331l-2.8563 3.9261c-0.1372 0.18857-0.0958 0.45086 0.0928 0.58805 0.18858 0.13718 0.45087 0.0959 0.58806-0.0926l2.8561-3.9261c0.13718-0.18858 0.0957-0.45086-0.0928-0.58805-0.0707-0.0514-0.15176-0.0778-0.23272-0.0807zm-33.852 1.7823c-0.10744-6e-3 -0.21708 0.0299-0.30374 0.10791-0.17332 0.15602-0.18725 0.42109-0.0312 0.59441l1.3665 1.518c0.15601 0.17332 0.42109 0.18726 0.59441 0.0312 0.17332-0.15602 0.18726-0.42127 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29085-0.13916zm35.976 3e-3c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15606 0.1733-0.14224 0.43855 0.0311 0.59459 0.17329 0.15604 0.43837 0.14205 0.59441-0.0312l1.3667-1.5176c0.15605-0.17331 0.14205-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm-38.037 1.977c-0.10745 6e-3 -0.21266 0.0525-0.29067 0.13916-0.15602 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15603 0.43839 0.14207 0.5944-0.0312 0.15603-0.17331 0.14226-0.43839-0.0311-0.59441l-3.6086-3.2483c-0.0867-0.078-0.1963-0.11356-0.30376-0.10791zm40.108 0.0142c-0.10745-6e-3 -0.21722 0.0298-0.30393 0.10773l-3.6106 3.2458c-0.17342 0.15589-0.18768 0.42097-0.0318 0.5944 0.1559 0.17342 0.42117 0.18751 0.59459 0.0316l3.6108-3.2458c0.17342-0.1559 0.1875-0.42098 0.0316-0.59441-0.078-0.0867-0.18322-0.13361-0.29066-0.13933zm-41.822 2.19c-0.13494-5e-3 -0.26949 0.0558-0.35515 0.17367-0.13707 0.18866-0.0955 0.4508 0.0932 0.58787l1.6522 1.2004c0.18866 0.13708 0.45079 0.0957 0.58786-0.093 0.13708-0.18866 0.0956-0.45098-0.093-0.58805l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0776-0.23289-0.0805zm43.535 0.0153c-0.081 3e-3 -0.16211 0.0289-0.23289 0.0803l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39929-0.0936 0.58805 0.13695 0.18875 0.39912 0.23031 0.58787 0.0934l1.6532-1.1994c0.18875-0.13694 0.23031-0.39912 0.0934-0.58787-0.0856-0.11797-0.22004-0.17847-0.35497-0.17385zm-45.137 2.3358c-0.13469 9e-3 -0.26211 0.0836-0.33499 0.20982-0.1166 0.20195-0.0479 0.45837 0.15405 0.57497l4.2046 2.4276c0.20195 0.1166 0.45837 0.0479 0.57497-0.15405s0.0479-0.45837-0.15405-0.57497l-4.2046-2.4276c-0.0757-0.0437-0.15917-0.0614-0.23998-0.0558zm46.727 0c-0.0808-6e-3 -0.16425 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2048-2.4276c0.20195-0.1166 0.27064-0.37302 0.15404-0.57497-0.0729-0.12622-0.20048-0.20041-0.33517-0.20982zm-47.939 2.5061c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.2496-0.095 0.21298-6e-5 0.46091 0.21292 0.5559l1.8653 0.83202c0.21298 0.095 0.46091 7e-5 0.5559-0.2129 0.095-0.21298-1.2e-4 -0.46091-0.21309-0.5559l-1.8652-0.83202c-0.0532-0.0238-0.10865-0.0356-0.16332-0.0367zm49.158 0.0173c-0.0547 1e-3 -0.11024 0.013-0.16351 0.0367l-1.8657 0.83057c-0.21304 0.0949-0.3083 0.34267-0.21346 0.55571 0.0949 0.21304 0.34286 0.3083 0.5559 0.21346l1.8657-0.83076c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22818-0.25323-0.39221-0.24997zm-50.237 2.602c-0.16349 0.0137-0.31006 0.12291-0.36424 0.28921-0.0722 0.22172 0.048 0.45839 0.26977 0.53064l4.6163 1.5042c0.22171 0.0722 0.45839-0.0481 0.53064-0.26977 0.0722-0.22172-0.048-0.4584-0.26977-0.53064l-4.6163-1.5042c-0.0554-0.0181-0.11192-0.024-0.16641-0.0194zm51.315 0.018c-0.0545-5e-3 -0.11078 1e-3 -0.16623 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22177 0.30868 0.34223 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.3424-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36424-0.28957zm-51.987 2.7315c-0.1961-2e-3 -0.37196 0.13412-0.41438 0.33371-0.0485 0.2281 0.0962 0.45073 0.32427 0.49922l1.9978 0.42455c0.2281 0.0485 0.45072-0.0962 0.49921-0.32427 0.0485-0.22811-0.0962-0.45074-0.32427-0.49922l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm52.655 4e-3c-0.028 2.3e-4 -0.0563 4e-3 -0.0848 9e-3l-1.9978 0.42437c-0.2281 0.0485-0.37271 0.27093-0.32426 0.49904 0.0485 0.2281 0.2711 0.3729 0.49921 0.32445l1.9976-0.42437c0.2281-0.0485 0.3729-0.27111 0.32445-0.49922-0.0424-0.19959-0.21829-0.33537-0.41437-0.33371zm-53.164 2.7617c-0.1952 0.0187-0.35587 0.17185-0.37731 0.37477-0.0245 0.2319 0.14232 0.43838 0.37422 0.46288l4.8283 0.51048c0.2319 0.0245 0.43838-0.1425 0.46288-0.37441 0.0245-0.2319-0.1425-0.43838-0.37441-0.46288l-4.8283-0.51048c-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm53.676 0.0363c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4l-4.8288 0.50394c-0.23194 0.0242-0.39914 0.2304-0.37496 0.46233 0.0242 0.23194 0.2304 0.39918 0.46234 0.37496l4.8288-0.50394c0.23193-0.0242 0.39914-0.2304 0.37496-0.46234-0.0212-0.20294-0.1816-0.35634-0.37678-0.37532zm-53.758 2.7947c-0.2332 0-0.42091 0.18772-0.42091 0.42092 0 0.23319 0.18771 0.42091 0.42091 0.42091h2.0423c0.23319 0 0.4211-0.18772 0.4211-0.42091 0-0.2332-0.18791-0.42092-0.4211-0.42092zm51.793 0c-0.23319 0-0.42092 0.18772-0.42092 0.42092 1e-5 0.23319 0.18773 0.42091 0.42092 0.42091h2.0423c0.23319 0 0.42092-0.18772 0.42092-0.42091 0-0.2332-0.18773-0.42092-0.42092-0.42092zm-46.803 2.2946c-0.0279-3e-3 -0.0564-3e-3 -0.0854 3.5e-4l-4.829 0.50394c-0.23194 0.0242-0.39913 0.2304-0.37495 0.46233 0.0242 0.23194 0.2304 0.39918 0.46233 0.37496l4.829-0.50394c0.23194-0.0242 0.39913-0.2304 0.37495-0.46234-0.0212-0.20294-0.18177-0.35634-0.37695-0.37531zm43.853 0.0298c-0.19521 0.0187-0.35588 0.17186-0.37732 0.37478-0.0245 0.2319 0.14233 0.43838 0.37423 0.46288l4.8283 0.51048c0.23191 0.0245 0.43837-0.14251 0.46288-0.37441 0.0245-0.2319-0.14251-0.43838-0.37441-0.46288l-4.8281-0.51048c-0.029-3e-3 -0.0577-3e-3 -0.0856-3.5e-4zm-46.26 2.8436c-0.028 2.4e-4 -0.0565 3e-3 -0.085 9e-3l-1.9978 0.42436c-0.22811 0.0485-0.37271 0.27111-0.32427 0.49922 0.0485 0.22811 0.27111 0.37272 0.49922 0.32427l1.9978-0.42419c0.2281-0.0485 0.37271-0.27111 0.32426-0.49921-0.0424-0.1996-0.2181-0.33537-0.41419-0.33372zm48.669 4e-3c-0.19609-2e-3 -0.37177 0.13394-0.41419 0.33353-0.0485 0.2281 0.096 0.45074 0.32409 0.49922l1.9978 0.42455c0.22809 0.0485 0.45073-0.096 0.49921-0.32409 0.0485-0.2281-0.0962-0.45092-0.32426-0.4994l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-45.305 1.6579c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22178 0.30868 0.34222 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.34241-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36425-0.28957zm41.937 0.0149c-0.16349 0.0137-0.31005 0.12292-0.36423 0.28921-0.0722 0.22173 0.048 0.4584 0.26977 0.53065l4.6163 1.5042c0.22172 0.0722 0.4584-0.0481 0.53064-0.26977 0.0723-0.22172-0.048-0.4584-0.26977-0.53065l-4.6163-1.5042c-0.0554-0.0181-0.11191-0.024-0.16641-0.0194zm-43.699 3.2725c-0.0547 1e-3 -0.11006 0.0128-0.16332 0.0365l-1.8659 0.83075c-0.21304 0.0948-0.30812 0.34267-0.21328 0.55571 0.0949 0.21304 0.34268 0.30812 0.55571 0.21328l1.8659-0.83058c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22837-0.25323-0.3924-0.24997zm45.459 0.016c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.24961-0.095 0.21297-6e-5 0.4609 0.21291 0.55589l1.8652 0.83202c0.21297 0.095 0.46091 6e-5 0.5559-0.21291 0.095-0.21297 6e-5 -0.4609-0.21291-0.55589l-1.8652-0.83203c-0.0532-0.0238-0.10864-0.0356-0.16332-0.0367zm-41.826 0.91214c-0.0808-6e-3 -0.16424 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2046-2.4274c0.20195-0.1166 0.27064-0.3732 0.15405-0.57515-0.0729-0.12622-0.2003-0.20041-0.33499-0.20982zm38.2 0c-0.13469 9e-3 -0.26229 0.0836-0.33517 0.20982-0.1166 0.20195-0.0479 0.45855 0.15405 0.57515l4.2046 2.4274c0.20196 0.1166 0.45855 0.0479 0.57515-0.15405s0.0479-0.45837-0.15404-0.57497l-4.2048-2.4276c-0.0757-0.0437-0.15899-0.0614-0.2398-0.0558zm-39.249 3.5624c-0.081 3e-3 -0.16211 0.0291-0.2329 0.0805l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39912-0.0936 0.58787 0.13695 0.18875 0.39912 0.2305 0.58787 0.0935l1.6531-1.1994c0.18877-0.13693 0.23051-0.39911 0.0936-0.58786-0.0856-0.11797-0.22022-0.17866-0.35516-0.17404zm40.288 0.0142c-0.13494-5e-3 -0.26948 0.0558-0.35515 0.17367-0.13708 0.18865-0.0955 0.45098 0.0932 0.58805l1.6522 1.2004c0.18866 0.13707 0.4508 0.0955 0.58787-0.0932 0.13707-0.18866 0.0956-0.4508-0.093-0.58787l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0778-0.23289-0.0807zm-36.544 0.14533c-0.10743-6e-3 -0.21702 0.0298-0.30374 0.10773l-3.6108 3.2458c-0.17342 0.15589-0.18751 0.42098-0.0316 0.59441 0.15589 0.17342 0.42097 0.1875 0.5944 0.0316l3.6108-3.2458c0.17342-0.15589 0.18751-0.42098 0.0316-0.59441-0.0779-0.0867-0.18322-0.13361-0.29067-0.13933zm32.8 0.0116c-0.10745 6e-3 -0.21283 0.0525-0.29084 0.13915-0.15603 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15604 0.43857 0.14208 0.59459-0.0312 0.15603-0.17331 0.14207-0.43839-0.0312-0.5944l-3.6086-3.2484c-0.0867-0.078-0.19611-0.11355-0.30356-0.10791zm-29.375 3.0836c-0.13493-5e-3 -0.2696 0.0554-0.35534 0.1733l-2.8561 3.9261c-0.13719 0.18858-0.0959 0.45087 0.0926 0.58805 0.18857 0.13719 0.45087 0.0959 0.58805-0.0927l2.8561-3.9261c0.13718-0.18857 0.0959-0.45086-0.0926-0.58805-0.0707-0.0514-0.15175-0.0778-0.23271-0.0806zm25.936 0.0176c-0.081 3e-3 -0.16211 0.0289-0.2329 0.0803-0.18875 0.13694-0.23048 0.39911-0.0936 0.58787l2.8509 3.93c0.13693 0.18876 0.39911 0.2305 0.58787 0.0936 0.18876-0.13693 0.23049-0.3991 0.0936-0.58786l-2.8509-3.93c-0.0856-0.11797-0.22004-0.17846-0.35498-0.17385zm-29.623 0.6064c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15605 0.1733-0.14223 0.43855 0.0311 0.59459 0.1733 0.15604 0.43837 0.14205 0.5944-0.0313l1.3667-1.5176c0.15606-0.1733 0.14206-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm33.331 2e-3c-0.10745-6e-3 -0.21691 0.0299-0.30356 0.10791-0.17333 0.156-0.18726 0.42108-0.0313 0.5944l1.3663 1.518c0.15602 0.17333 0.42109 0.18726 0.59442 0.0312 0.17332-0.15601 0.18726-0.42126 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29084-0.13916zm-25.655 1.6837c-0.16403-4e-3 -0.32114 0.0899-0.39239 0.24961l-1.9782 4.4339c-0.095 0.21297-5e-5 0.46089 0.21292 0.5559 0.21296 0.095 0.46089 5e-5 0.55589-0.21291l1.9782-4.4339c0.095-0.21296 5e-5 -0.46089-0.21292-0.55589-0.0532-0.0238-0.10881-0.0356-0.16349-0.0367zm17.956 0.0122c-0.0547 1e-3 -0.11023 0.0128-0.1635 0.0365-0.21297 0.0947-0.30836 0.34244-0.21363 0.55553l1.972 4.4366c0.0947 0.21297 0.34262 0.30836 0.55571 0.21364 0.21298-0.0947 0.30836-0.34244 0.21364-0.55553l-1.972-4.4366c-0.071-0.15973-0.22818-0.25329-0.39221-0.25015zm-21.432 1.3587c-0.13468 9e-3 -0.26212 0.0836-0.33498 0.20982l-1.0212 1.7687c-0.11659 0.20195-0.0479 0.45837 0.15406 0.57497 0.20195 0.1166 0.45837 0.0479 0.57496-0.15405l1.0212-1.7687c0.11659-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm24.934 0c-0.0808-6e-3 -0.16406 0.0121-0.23979 0.0558-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497l1.0211 1.7687c0.1166 0.20195 0.37302 0.27064 0.57496 0.15405 0.20196-0.1166 0.27066-0.37302 0.15406-0.57497l-1.0211-1.7687c-0.0729-0.12622-0.20049-0.20041-0.33518-0.20982zm-17.054 0.0634c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33354l-1.009 4.7493c-0.0485 0.2281 0.0962 0.45076 0.32427 0.49921 0.22811 0.0485 0.45076-0.0962 0.49922-0.32427l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm9.1599 3e-3c-0.028 2.2e-4 -0.0563 3e-3 -0.0848 9e-3 -0.22814 0.0483-0.37294 0.27071-0.32465 0.49885l1.0055 4.75c0.0483 0.22814 0.27088 0.37293 0.49903 0.32464 0.22814-0.0483 0.37293-0.27089 0.32464-0.49903l-1.0057-4.7496c-0.0423-0.19963-0.21793-0.33543-0.41402-0.33391zm-4.5725 0.47905c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-7.7266 1.5689c-0.16347 0.0139-0.31017 0.12324-0.36423 0.28957l-0.63129 1.9424c-0.0721 0.22178 0.0484 0.45837 0.27014 0.53047 0.22177 0.0721 0.45836-0.0486 0.53046-0.27032l0.63128-1.9422c0.0721-0.22177-0.0484-0.45836-0.27013-0.53046-0.0554-0.018-0.11173-0.024-0.16623-0.0194zm15.45 1e-3c-0.0545-5e-3 -0.11078 1e-3 -0.16622 0.0193-0.22178 0.0721-0.34238 0.30868-0.27033 0.53047l0.63111 1.9424c0.0721 0.22179 0.30868 0.3422 0.53046 0.27014 0.22178-0.0721 0.34238-0.3085 0.27032-0.53028l-0.63128-1.9424c-0.0541-0.16634-0.20058-0.27568-0.36406-0.28957zm-10.365 1.0818c-0.1952 0.0188-0.356 0.17203-0.37732 0.37496l-0.21346 2.0312c-0.0244 0.23192 0.14268 0.43812 0.3746 0.46252s0.4383-0.14268 0.4627-0.3746l0.21345-2.031c0.0244-0.23192-0.14268-0.4383-0.37458-0.4627-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm5.2674 2e-3c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23193 0.0242-0.39917 0.2304-0.37495 0.46233l0.21218 2.0314c0.0242 0.23193 0.2304 0.399 0.46234 0.37478 0.23193-0.0242 0.39918-0.23041 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18178-0.35637-0.37697-0.37533z" fill="#f4f2f3" style="paint-order:markers stroke fill"/><path transform="matrix(.35154 0 0 .35154 206.79 159.77)" d="m469.1 100.61-65.51 38.061-41.42 65.207 60.594-44.881z" filter="url(#d)" opacity=".409" style="paint-order:markers stroke fill"/><path transform="matrix(.64804 -.33169 -.36122 .63206 329.21 156.86)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#ff5150" style="paint-order:markers stroke fill"/><path transform="matrix(-.36122 .63206 .64804 -.33169 297.96 186.7)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#f1f1f1" style="paint-order:markers stroke fill"/><path d="m331.85 231.19 23.416-15.752 16.815-22.665z" opacity=".243"/></g></g></svg>
--- a/eric6/icons/breeze-dark/safeBrowsing.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/safeBrowsing.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,20 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 11.165 11.147" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<style type="text/css">
-	.st0{fill:#65B668;}
+<svg width="22" height="22" version="1.1" viewBox="0 0 11.165 11.147" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.st0{fill:#65B668;}
 	.st1{fill:#388E3C;}
 	.st2{clip-path:url(#SVGID_2_);}
 	.st3{fill:url(#SVGID_3_);}
 	.st4{clip-path:url(#SVGID_5_);}
 	.st5{fill:#FAFAFA;}
 	.st6{fill:#E0E0E0;}
-	.st7{fill:#FFFFFF;}
-</style>
-
-
-
-
-
-
-
-<g transform="matrix(.46875 0 0 .45603 -1.2028 .090975)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
+	.st7{fill:#FFFFFF;}</style><g transform="matrix(.46875 0 0 .45603 -1.2028 .090975)"><g stroke-width=".12168"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/></g><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><g stroke="#eff0f1"><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke-width=".51797"/></g></g></svg>
--- a/eric6/icons/breeze-dark/safeBrowsing48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/safeBrowsing48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,20 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 24.361 24.32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<style type="text/css">
-	.st0{fill:#65B668;}
+<svg width="48" height="48" version="1.1" viewBox="0 0 24.361 24.32" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.st0{fill:#65B668;}
 	.st1{fill:#388E3C;}
 	.st2{clip-path:url(#SVGID_2_);}
 	.st3{fill:url(#SVGID_3_);}
 	.st4{clip-path:url(#SVGID_5_);}
 	.st5{fill:#FAFAFA;}
 	.st6{fill:#E0E0E0;}
-	.st7{fill:#FFFFFF;}
-</style>
-
-
-
-
-
-
-
-<g transform="matrix(1 0 0 1.0033 -2.2952 .09881)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
+	.st7{fill:#FFFFFF;}</style><g transform="matrix(1 0 0 1.0033 -2.2952 .09881)"><g stroke-width=".12168"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/></g><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><g stroke="#eff0f1"><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke-width=".51797"/></g></g></svg>
--- a/eric6/icons/breeze-dark/sceneHeightDec.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sceneHeightDec.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m392.95 533.36h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/>
-  <path d="m392.95 542.8h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m392.95 533.36h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/><path d="m392.95 542.8h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-dark/sceneHeightInc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sceneHeightInc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/>
-  <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/><path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-dark/sceneSize.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sceneSize.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/>
-  <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/>
-  <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/>
-  <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><g fill="#da4453"><path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714"/><path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714"/><path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286"/><path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286"/></g></g></svg>
--- a/eric6/icons/breeze-dark/sceneWidthDec.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sceneWidthDec.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m387.81 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/>
-  <path d="m403.24 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m387.81 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/><path d="m403.24 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-dark/sceneWidthInc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sceneWidthInc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/>
-  <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/><path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-dark/screenCapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/screenCapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,30 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/>
-   <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/>
-  <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/>
-  <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/>
-  <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/>
-  <path class="ColorScheme-Text" d="m399.46 528.3v0.78572h-10.889v10.214h14v-10.214h-0.77776v-0.78572zm-10.111 1.5714h12.444v8.6428h-12.444zm4.2778 0.78572a3.5 3.5357 0 0 0-3.5 3.5357 3.5 3.5357 0 0 0 3.5 3.5357 3.5 3.5357 0 0 0 3.5-3.5357 3.5 3.5357 0 0 0-3.5-3.5357zm0 0.7857a2.7222 2.75 0 0 1 2.7222 2.75 2.7222 2.75 0 0 1-2.7222 2.75 2.7222 2.75 0 0 1-2.7222-2.75 2.7222 2.75 0 0 1 2.7222-2.75z" fill="currentColor"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="a" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"><stop stop-color="#60a5e7" stop-opacity="0" offset="0"/><stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/></linearGradient><linearGradient id="d" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".70077"><rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#c)"/><rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#b)"/><rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7"/><path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#a)"/></g><path class="ColorScheme-Text" d="m399.46 528.3v0.78572h-10.889v10.214h14v-10.214h-0.77776v-0.78572zm-10.111 1.5714h12.444v8.6428h-12.444zm4.2778 0.78572a3.5 3.5357 0 0 0-3.5 3.5357 3.5 3.5357 0 0 0 3.5 3.5357 3.5 3.5357 0 0 0 3.5-3.5357 3.5 3.5357 0 0 0-3.5-3.5357zm0 0.7857a2.7222 2.75 0 0 1 2.7222 2.75 2.7222 2.75 0 0 1-2.7222 2.75 2.7222 2.75 0 0 1-2.7222-2.75 2.7222 2.75 0 0 1 2.7222-2.75z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-dark/scrollAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/scrollAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-384.57 -525.8)" fill="#eff0f1">
-  <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/>
-  <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/>
-  <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/>
-  <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/>
-  <circle cx="395.57" cy="536.8" r="2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-384.57 -525.8)" fill="#eff0f1"><path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/><path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/><path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/><path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/><circle cx="395.57" cy="536.8" r="2"/></g></svg>
--- a/eric6/icons/breeze-dark/scrollHorizontal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/scrollHorizontal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-384.57 -525.8)" fill="#eff0f1">
-  <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/>
-  <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/>
-  <circle cx="395.57" cy="536.8" r="2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-384.57 -525.8)" fill="#eff0f1"><path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/><path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/><circle cx="395.57" cy="536.8" r="2"/></g></svg>
--- a/eric6/icons/breeze-dark/scrollVertical.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/scrollVertical.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-384.57 -525.8)" fill="#eff0f1">
-  <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/>
-  <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/>
-  <circle cx="395.57" cy="536.8" r="2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-384.57 -525.8)" fill="#eff0f1"><path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/><path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/><circle cx="395.57" cy="536.8" r="2"/></g></svg>
--- a/eric6/icons/breeze-dark/securityHigh.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/securityHigh.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-PositiveText {
         color:#27ae60;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -1290.7)">
-  <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3447 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4977-2.4276 2.1038-3.6348 2.707-1.2072-0.6032-2.3625-1.2093-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.4516 5.2587-1.3487 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551 2.7319-1.4144 4.7371-3.6731 5.668-8.9551-1.9658-0.417-3.9245-1.0299-5.668-2.2402z" color="#eff0f1" fill="currentColor"/>
-  <path class="ColorScheme-PositiveText" d="m15 1041.4c2.216 0 4 1.784 4 4s-1.784 4-4 4-4-1.784-4-4 1.784-4 4-4z" color="#27ae60" fill="currentColor"/>
-  <path transform="translate(0 1030.4)" d="m17 13-3 3-1-1-1 1 2 2 4-4z" fill="#fff"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -1290.7)"><path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3447 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4977-2.4276 2.1038-3.6348 2.707-1.2072-0.6032-2.3625-1.2093-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.4516 5.2587-1.3487 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551 2.7319-1.4144 4.7371-3.6731 5.668-8.9551-1.9658-0.417-3.9245-1.0299-5.668-2.2402z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-PositiveText" d="m15 1041.4c2.216 0 4 1.784 4 4s-1.784 4-4 4-4-1.784-4-4 1.784-4 4-4z" color="#27ae60" fill="currentColor"/><path transform="translate(0 1030.4)" d="m17 13-3 3-1-1-1 1 2 2 4-4z" fill="#fff"/></g></svg>
--- a/eric6/icons/breeze-dark/securityHigh32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/securityHigh32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-PositiveText {
         color:#27ae60;
-      }</style>
- </defs>
- <g transform="matrix(1.875 0 0 1.875 -4.625 -1936.6)">
-  <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3447 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4977-2.4276 2.1038-3.6348 2.707-1.2072-0.6032-2.3625-1.2093-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.4516 5.2587-1.3487 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551 2.7319-1.4144 4.7371-3.6731 5.668-8.9551-1.9658-0.417-3.9245-1.0299-5.668-2.2402z" color="#eff0f1" fill="currentColor"/>
-  <path class="ColorScheme-PositiveText" d="m15 1041.4c2.216 0 4 1.784 4 4s-1.784 4-4 4-4-1.784-4-4 1.784-4 4-4z" color="#27ae60" fill="currentColor"/>
-  <path transform="translate(0 1030.4)" d="m17 13-3 3-1-1-1 1 2 2 4-4z" fill="#fff"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.875 0 0 1.875 -4.625 -1936.6)"><path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3447 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4977-2.4276 2.1038-3.6348 2.707-1.2072-0.6032-2.3625-1.2093-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.4516 5.2587-1.3487 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551 2.7319-1.4144 4.7371-3.6731 5.668-8.9551-1.9658-0.417-3.9245-1.0299-5.668-2.2402z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-PositiveText" d="m15 1041.4c2.216 0 4 1.784 4 4s-1.784 4-4 4-4-1.784-4-4 1.784-4 4-4z" color="#27ae60" fill="currentColor"/><path transform="translate(0 1030.4)" d="m17 13-3 3-1-1-1 1 2 2 4-4z" fill="#fff"/></g></svg>
--- a/eric6/icons/breeze-dark/securityLow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/securityLow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m12 11c-0.55402 0-1 0.446-1 1v6c0 0.5541 0.44598 1 1 1h6c0.55402 0 1-0.4459 1-1v-6c0-0.554-0.44598-1-1-1h-6z" fill="currentColor"/>
- <path d="m13 12-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2z" fill="#fff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m12 11c-0.55402 0-1 0.446-1 1v6c0 0.5541 0.44598 1 1 1h6c0.55402 0 1-0.4459 1-1v-6c0-0.554-0.44598-1-1-1h-6z" fill="currentColor"/><path d="m13 12-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2z" fill="#fff"/></svg>
--- a/eric6/icons/breeze-dark/securityLow32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/securityLow32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 1s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7097-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m17.5 16c-0.83103 0-1.5 0.669-1.5 1.5v9c0 0.83115 0.66897 1.5 1.5 1.5h9c0.83103 0 1.5-0.66885 1.5-1.5v-9c0-0.831-0.66897-1.5-1.5-1.5z" color="#da4453" fill="currentColor"/>
- <path d="m19 17.5-1.5 1.5 3 3-3 3 1.5 1.5 3-3 3 3 1.5-1.5-3-3 3-3-1.5-1.5-3 3z" fill="#fff" stroke-width="1.5"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 1s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7097-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m17.5 16c-0.83103 0-1.5 0.669-1.5 1.5v9c0 0.83115 0.66897 1.5 1.5 1.5h9c0.83103 0 1.5-0.66885 1.5-1.5v-9c0-0.831-0.66897-1.5-1.5-1.5z" color="#da4453" fill="currentColor"/><path d="m19 17.5-1.5 1.5 3 3-3 3 1.5 1.5 3-3 3 3 1.5-1.5-3-3 3-3-1.5-1.5-3 3z" fill="#fff" stroke-width="1.5"/></svg>
--- a/eric6/icons/breeze-dark/securityMedium.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/securityMedium.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <g transform="matrix(1.1765 0 0 1.25 -2.5294 -1290.7)">
-  <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3448 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4976-2.4276 2.1039-3.6348 2.707-1.2072-0.60317-2.3625-1.2094-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.45158 5.2587-1.3486 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551z" color="#eff0f1" fill="currentColor"/>
-  <path class="ColorScheme-NeutralText" d="m15.5 1041.4h0.0039a0.5 0.5 0 0 1 0.43945 0.2695h0.0039l3.9863 6.9746h-2e-3a0.5 0.5 0 0 1 0.06836 0.252 0.5 0.5 0 0 1-0.5 0.5h-8a0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.06836-0.252h-2e-3l3.9863-6.9727h2e-3a0.5 0.5 0 0 1 2e-3 0 0.5 0.5 0 0 1 0.44336-0.2715z" color="#f67400" fill="currentColor"/>
-  <path transform="translate(0 1030.4)" d="m15 13v3h1v-3zm0 4v1h1v-1z" fill="#fff"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.1765 0 0 1.25 -2.5294 -1290.7)"><path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3448 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4976-2.4276 2.1039-3.6348 2.707-1.2072-0.60317-2.3625-1.2094-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.45158 5.2587-1.3486 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NeutralText" d="m15.5 1041.4h0.0039a0.5 0.5 0 0 1 0.43945 0.2695h0.0039l3.9863 6.9746h-2e-3a0.5 0.5 0 0 1 0.06836 0.252 0.5 0.5 0 0 1-0.5 0.5h-8a0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.06836-0.252h-2e-3l3.9863-6.9727h2e-3a0.5 0.5 0 0 1 2e-3 0 0.5 0.5 0 0 1 0.44336-0.2715z" color="#f67400" fill="currentColor"/><path transform="translate(0 1030.4)" d="m15 13v3h1v-3zm0 4v1h1v-1z" fill="#fff"/></g></svg>
--- a/eric6/icons/breeze-dark/securityMedium32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/securityMedium32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <g transform="matrix(1.7647 0 0 1.875 -4.2941 -1936.6)">
-  <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3448 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4976-2.4276 2.1039-3.6348 2.707-1.2072-0.60317-2.3625-1.2094-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.45158 5.2587-1.3486 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551z" color="#eff0f1" fill="currentColor"/>
-  <path class="ColorScheme-NeutralText" d="m15.5 1041.4h0.0039a0.5 0.5 0 0 1 0.43945 0.2695h0.0039l3.9863 6.9746h-2e-3a0.5 0.5 0 0 1 0.06836 0.252 0.5 0.5 0 0 1-0.5 0.5h-8a0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.06836-0.252h-2e-3l3.9863-6.9727h2e-3a0.5 0.5 0 0 1 2e-3 0 0.5 0.5 0 0 1 0.44336-0.2715z" color="#f67400" fill="currentColor"/>
-  <path transform="translate(0 1030.4)" d="m15 13v3h1v-3zm0 4v1h1v-1z" fill="#fff"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.7647 0 0 1.875 -4.2941 -1936.6)"><path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3448 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4976-2.4276 2.1039-3.6348 2.707-1.2072-0.60317-2.3625-1.2094-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.45158 5.2587-1.3486 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NeutralText" d="m15.5 1041.4h0.0039a0.5 0.5 0 0 1 0.43945 0.2695h0.0039l3.9863 6.9746h-2e-3a0.5 0.5 0 0 1 0.06836 0.252 0.5 0.5 0 0 1-0.5 0.5h-8a0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.06836-0.252h-2e-3l3.9863-6.9727h2e-3a0.5 0.5 0 0 1 2e-3 0 0.5 0.5 0 0 1 0.44336-0.2715z" color="#f67400" fill="currentColor"/><path transform="translate(0 1030.4)" d="m15 13v3h1v-3zm0 4v1h1v-1z" fill="#fff"/></g></svg>
--- a/eric6/icons/breeze-dark/select.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/select.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/selectCircle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/selectCircle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/selectRectangle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/selectRectangle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/shapesAlignBottom.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shapesAlignBottom.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m13.5 1v16.25h7.5v-16.25h-7.5m1.25 1.25h5v13.75h-5v-13.75m-13.75 7.5v7.5h7.5v-7.5h-7.5m1.25 1.25h5v5h-5v-5m-1.25 8.75v1.25h20v-1.25h-20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m13.5 1v16.25h7.5v-16.25h-7.5m1.25 1.25h5v13.75h-5v-13.75m-13.75 7.5v7.5h7.5v-7.5h-7.5m1.25 1.25h5v5h-5v-5m-1.25 8.75v1.25h20v-1.25h-20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/shapesAlignHCenter.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shapesAlignHCenter.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.375 1v1.25h-3.125v6.25h3.125v5h-6.875v6.25h6.875v1.25h1.25v-1.25h6.875v-6.25h-6.875v-5h3.125v-6.25h-3.125v-1.25h-1.25m-1.875 2.5h5v3.75h-5v-3.75m-3.75 11.25h12.5v3.75h-12.5v-3.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.375 1v1.25h-3.125v6.25h3.125v5h-6.875v6.25h6.875v1.25h1.25v-1.25h6.875v-6.25h-6.875v-5h3.125v-6.25h-3.125v-1.25h-1.25m-1.875 2.5h5v3.75h-5v-3.75m-3.75 11.25h12.5v3.75h-12.5v-3.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/shapesAlignLeft.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shapesAlignLeft.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 8.5h-16.25v-7.5h16.25v7.5m-1.25-1.25v-5h-13.75v5h13.75m-7.5 13.75h-7.5v-7.5h7.5v7.5m-1.25-1.25v-5h-5v5h5m-8.75 1.25h-1.25v-20h1.25v20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 8.5h-16.25v-7.5h16.25v7.5m-1.25-1.25v-5h-13.75v5h13.75m-7.5 13.75h-7.5v-7.5h7.5v7.5m-1.25-1.25v-5h-5v5h5m-8.75 1.25h-1.25v-20h1.25v20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/shapesAlignRight.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shapesAlignRight.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 8.5h16.25v-7.5h-16.25v7.5m1.25-1.25v-5h13.75v5h-13.75m7.5 13.75h7.5v-7.5h-7.5v7.5m1.25-1.25v-5h5v5h-5m8.75 1.25h1.25v-20h-1.25v20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 8.5h16.25v-7.5h-16.25v7.5m1.25-1.25v-5h13.75v5h-13.75m7.5 13.75h7.5v-7.5h-7.5v7.5m1.25-1.25v-5h5v5h-5m8.75 1.25h1.25v-20h-1.25v20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/shapesAlignTop.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shapesAlignTop.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m13.5 21v-16.25h7.5v16.25h-7.5m1.25-1.25h5v-13.75h-5v13.75m-13.75-7.5v-7.5h7.5v7.5h-7.5m1.25-1.25h5v-5h-5v5m-1.25-8.75v-1.25h20v1.25h-20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m13.5 21v-16.25h7.5v16.25h-7.5m1.25-1.25h5v-13.75h-5v13.75m-13.75-7.5v-7.5h7.5v7.5h-7.5m1.25-1.25h5v-5h-5v5m-1.25-8.75v-1.25h20v1.25h-20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/shapesAlignVCenter.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shapesAlignVCenter.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 10.375h-1.25v-3.125h-6.25v3.125h-5v-6.875h-6.25v6.875h-1.25v1.25h1.25v6.875h6.25v-6.875h5v3.125h6.25v-3.125h1.25v-1.25m-2.5-1.875v5h-3.75v-5h3.75m-11.25-3.75v12.5h-3.75v-12.5h3.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 10.375h-1.25v-3.125h-6.25v3.125h-5v-6.875h-6.25v6.875h-1.25v1.25h1.25v6.875h6.25v-6.875h5v3.125h6.25v-3.125h1.25v-1.25m-2.5-1.875v5h-3.75v-5h3.75m-11.25-3.75v12.5h-3.75v-12.5h3.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/sharedEditCancel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sharedEditCancel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 1h20v20h-20z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 1h20v20h-20z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/sharedEditConnected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sharedEditConnected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-5 5 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 5-5-0.88704-0.88704 2.2087-2.2087z" color="#eff0f1" fill="#ffe680"/>
-</svg>
+      }</style></defs><g fill="#ffe680"><path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1"/><path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1"/><path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-5 5 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 5-5-0.88704-0.88704 2.2087-2.2087z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/sharedEditDisconnected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sharedEditDisconnected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#ffe680"/>
- <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-2.5 2.5 2.3568 2.3568 2.5-2.5-0.88704-0.88704 2.2087-2.2087zm-6.429 4.6549-1.6667 1.6667 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 1.6667-1.6667z" color="#eff0f1" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#ffe680"><path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1"/><path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-2.5 2.5 2.3568 2.3568 2.5-2.5-0.88704-0.88704 2.2087-2.2087zm-6.429 4.6549-1.6667 1.6667 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 1.6667-1.6667z" color="#eff0f1" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/sharedEditSend.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sharedEditSend.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/sharedEditStart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sharedEditStart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m21 11a10 10 0 0 1-10 10 10 10 0 0 1-10-10 10 10 0 0 1 10-10 10 10 0 0 1 10 10z" fill="#da4453" stroke-width="1.25"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m21 11a10 10 0 0 1-10 10 10 10 0 0 1-10-10 10 10 0 0 1 10-10 10 10 0 0 1 10 10z" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-dark/shell.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/shell.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#eff0f1" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#eff0f1" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/></g></svg>
--- a/eric6/icons/breeze-dark/showPassword.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/showPassword.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/showPrograms.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/showPrograms.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/siteinfo-databases.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/siteinfo-databases.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/siteinfo-general.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/siteinfo-general.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/siteinfo-media.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/siteinfo-media.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,111 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.5961 0 0 1.0357 154.98 -11.21)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4288">
-   <stop stop-color="#e81877" offset="0"/>
-   <stop stop-color="#dd1d8c" offset=".3125"/>
-   <stop stop-color="#6d57b1" offset=".5625"/>
-   <stop stop-color="#2a78c1" offset=".75"/>
-   <stop stop-color="#018dcb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4300">
-   <stop stop-color="#e51561" offset="0"/>
-   <stop stop-color="#e4156c" offset=".3125"/>
-   <stop stop-color="#e71e2c" offset=".5625"/>
-   <stop stop-color="#e8301e" offset=".75"/>
-   <stop stop-color="#e6320e" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4328">
-   <stop stop-color="#bec900" offset="0"/>
-   <stop stop-color="#9ec80a" offset=".3125"/>
-   <stop stop-color="#71b93d" offset=".5625"/>
-   <stop stop-color="#35a48f" offset=".75"/>
-   <stop stop-color="#018fca" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4316">
-   <stop stop-color="#c1cc00" offset="0"/>
-   <stop stop-color="#dfcd00" offset=".3125"/>
-   <stop stop-color="#f0cc00" offset=".5625"/>
-   <stop stop-color="#fd8c08" offset=".75"/>
-   <stop stop-color="#f25c13" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4487" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <clipPath id="clipPath4534-6">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4584-3">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4550-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4568-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528-10">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <filter id="filter4390-0" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="0.4"/>
-  </filter>
-  <clipPath id="clipPath4578-4">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544-4">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528-1-3">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4578-8-5">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562-8-9">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544-1-9">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4383" x1="8.457" x2="24.105" y1="23.998" y2="8.2363" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4389" x1="8.1923" x2="24.062" y1="24.135" y2="8.2328" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4420" x1="8.3229" x2="23.943" y1="23.961" y2="8.2551" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4422" x1="8" x2="24.272" y1="24" y2="8.3847" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4424" x1="8" x2="24.042" y1="24" y2="8.4686" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4430" x1="8.2549" x2="24.093" y1="24.161" y2="8.4024" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4432" x1="7.4901" x2="24" y1="23.598" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4434" x1="8.3708" x2="24" y1="24.121" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4436" x1="8.394" x2="24.139" y1="24.08" y2="8.3621" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4442" x1="8.2728" x2="24.149" y1="24.302" y2="8.3767" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4444" x1="8.3852" x2="24" y1="24.353" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4446" x1="8.1255" x2="23.775" y1="24.159" y2="8.4813" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4448" x1="8.2327" x2="24" y1="24.063" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4454" x1="8.0589" x2="23.775" y1="23.328" y2="8.3717" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <path transform="matrix(.77638 .17197 -.20803 .6418 381.91 516.15)" d="m24.159 10.832c-5.8377 1.5349-13.605 3.7056-14.132 4.6618-0.17286 0.31411 1.224 5.8054 1.8492 8.4676l12.123 0.038939z" clip-path="url(#clipPath4534-6)" fill="url(#linearGradient4442)"/>
-  <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c-3.7341 0-6.8603 1.4262-7.9092-1.5963-1.3213-3.8071-3.0525-10.433-4.1987-15.28l12.108 0.87625z" clip-path="url(#clipPath4584-3)" fill="url(#linearGradient4444)"/>
-  <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.55 510.76c3.7087-0.72959 7.3878-2.0776 7.7219-1.7673 0.57403 0.53321 3.2044 10.678 4.5494 15.85l-12.25-1.0466z" clip-path="url(#clipPath4550-1)" fill="url(#linearGradient4446)"/>
-  <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c6.6454 0 13.344-4.5952 14.096-6.9192 0.31127-0.96198-1.8478-6.3568-1.8478-8.5754l-12.248-0.50534z" clip-path="url(#clipPath4568-1)" fill="url(#linearGradient4448)"/>
-  <path transform="matrix(.80377 0 0 .66444 376.26 519.73)" d="m23.93 11.46c-5.7622 0-10.78-0.52572-11.289 0.40776-0.33101 0.60657-0.26118 8.4264-0.26118 11.528l11.62 0.60356z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4430)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c-5.9558 0-10.944 2.6481-11.464-4.1218-0.10411-1.3562 7e-3 -8.6883 7e-3 -11.596l11.458-0.28166z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4432)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c8.864 0 11.666-7.0555 11.666-15.92l-11.666-0.0805z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4434)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.64 511.3c8.864 0 11.597 3.4744 11.597 12.338l-11.666 0.16095z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4436)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 395.55 513.12)" d="m23.961 7.4697c-6.6226 3.8474-12.294 12.022-16.341 16.511l16.379 0.0189z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4383)" opacity=".35"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c-7.3371-7.3881-11.385-11.239-16-16h16z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4278)" opacity=".35"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4487)" opacity=".35"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 507.8c6.4086 5.8696 9.8363 9.6578 16 16h-16z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4389)" opacity=".35"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 409.19 516.15)" d="m23.979 11.809c-3.2833-0.91602-8.667-2.104-8.7732-1.7106-0.7797 2.8902-3.9972 8.3736-3.9972 13.897l12.791 0.004006z" clip-path="url(#clipPath4528-1-3)" fill="url(#linearGradient4454)" opacity=".3"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m409.11 535.93c-7.8189-2.0581-14.67-4.0366-14.905-4.5386-0.3514-0.7527 1.4106-5.2306 1.4106-7.5988l12.959 8.9e-4z" clip-path="url(#clipPath4578-8-5)" fill="url(#linearGradient4420)" opacity=".3"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.75 535.72c1.9949 0 6.5348 2.4244 8.2791 2.0835 6.0063-1.1741 7.5442-7.1348 7.5442-14.004h-16z" clip-path="url(#clipPath4562-8-9)" fill="url(#linearGradient4422)" opacity=".3"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.54 511.8c4.8895 1.3103 14.038 3.6803 14.79 4.2446 2.1929 1.645 1.2396 3.8979 1.2396 7.7566h-16z" clip-path="url(#clipPath4544-1-9)" fill="url(#linearGradient4424)" opacity=".3"/>
-  <path d="m386.01 527.12v19.677h19.075v-19.677zm0.59609 0.85555h17.883v15.4h-17.883z" fill="url(#linearGradient4338)" stroke-width=".71413"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="y" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.5961 0 0 1.0357 154.98 -11.21)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="d"><stop stop-color="#e81877" offset="0"/><stop stop-color="#dd1d8c" offset=".3125"/><stop stop-color="#6d57b1" offset=".5625"/><stop stop-color="#2a78c1" offset=".75"/><stop stop-color="#018dcb" offset="1"/></linearGradient><linearGradient id="c"><stop stop-color="#e51561" offset="0"/><stop stop-color="#e4156c" offset=".3125"/><stop stop-color="#e71e2c" offset=".5625"/><stop stop-color="#e8301e" offset=".75"/><stop stop-color="#e6320e" offset="1"/></linearGradient><linearGradient id="a"><stop stop-color="#bec900" offset="0"/><stop stop-color="#9ec80a" offset=".3125"/><stop stop-color="#71b93d" offset=".5625"/><stop stop-color="#35a48f" offset=".75"/><stop stop-color="#018fca" offset="1"/></linearGradient><linearGradient id="b"><stop stop-color="#c1cc00" offset="0"/><stop stop-color="#dfcd00" offset=".3125"/><stop stop-color="#f0cc00" offset=".5625"/><stop stop-color="#fd8c08" offset=".75"/><stop stop-color="#f25c13" offset="1"/></linearGradient><linearGradient id="j" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="z" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><clipPath id="ag"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><clipPath id="aa"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ae"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ac"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="i"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><filter id="e" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="0.4"/></filter><clipPath id="f"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="g"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="h"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ah"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><clipPath id="ab"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ad"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="af"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="x" x1="8.457" x2="24.105" y1="23.998" y2="8.2363" gradientUnits="userSpaceOnUse" xlink:href="#d"/><linearGradient id="w" x1="8.1923" x2="24.062" y1="24.135" y2="8.2328" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="v" x1="8.3229" x2="23.943" y1="23.961" y2="8.2551" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="u" x1="8" x2="24.272" y1="24" y2="8.3847" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="t" x1="8" x2="24.042" y1="24" y2="8.4686" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="s" x1="8.2549" x2="24.093" y1="24.161" y2="8.4024" gradientUnits="userSpaceOnUse" xlink:href="#d"/><linearGradient id="r" x1="7.4901" x2="24" y1="23.598" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="q" x1="8.3708" x2="24" y1="24.121" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="p" x1="8.394" x2="24.139" y1="24.08" y2="8.3621" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="o" x1="8.2728" x2="24.149" y1="24.302" y2="8.3767" gradientUnits="userSpaceOnUse" xlink:href="#d"/><linearGradient id="n" x1="8.3852" x2="24" y1="24.353" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="m" x1="8.1255" x2="23.775" y1="24.159" y2="8.4813" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="l" x1="8.2327" x2="24" y1="24.063" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="k" x1="8.0589" x2="23.775" y1="23.328" y2="8.3717" gradientUnits="userSpaceOnUse" xlink:href="#d"/></defs><g transform="translate(-384.57 -525.8)"><path transform="matrix(.77638 .17197 -.20803 .6418 381.91 516.15)" d="m24.159 10.832c-5.8377 1.5349-13.605 3.7056-14.132 4.6618-0.17286 0.31411 1.224 5.8054 1.8492 8.4676l12.123 0.038939z" clip-path="url(#ag)" fill="url(#o)"/><path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c-3.7341 0-6.8603 1.4262-7.9092-1.5963-1.3213-3.8071-3.0525-10.433-4.1987-15.28l12.108 0.87625z" clip-path="url(#aa)" fill="url(#n)"/><path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.55 510.76c3.7087-0.72959 7.3878-2.0776 7.7219-1.7673 0.57403 0.53321 3.2044 10.678 4.5494 15.85l-12.25-1.0466z" clip-path="url(#ae)" fill="url(#m)"/><path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c6.6454 0 13.344-4.5952 14.096-6.9192 0.31127-0.96198-1.8478-6.3568-1.8478-8.5754l-12.248-0.50534z" clip-path="url(#ac)" fill="url(#l)"/><path transform="matrix(.80377 0 0 .66444 376.26 519.73)" d="m23.93 11.46c-5.7622 0-10.78-0.52572-11.289 0.40776-0.33101 0.60657-0.26118 8.4264-0.26118 11.528l11.62 0.60356z" clip-path="url(#i)" fill="url(#s)" filter="url(#e)" opacity=".7"/><path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c-5.9558 0-10.944 2.6481-11.464-4.1218-0.10411-1.3562 7e-3 -8.6883 7e-3 -11.596l11.458-0.28166z" clip-path="url(#f)" fill="url(#r)" filter="url(#e)" opacity=".7"/><path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c8.864 0 11.666-7.0555 11.666-15.92l-11.666-0.0805z" clip-path="url(#g)" fill="url(#q)" filter="url(#e)" opacity=".7"/><path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.64 511.3c8.864 0 11.597 3.4744 11.597 12.338l-11.666 0.16095z" clip-path="url(#h)" fill="url(#p)" filter="url(#e)" opacity=".7"/><path transform="matrix(.56835 .46983 -.56835 .46983 395.55 513.12)" d="m23.961 7.4697c-6.6226 3.8474-12.294 12.022-16.341 16.511l16.379 0.0189z" clip-path="url(#i)" fill="url(#x)" opacity=".35"/><path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c-7.3371-7.3881-11.385-11.239-16-16h16z" clip-path="url(#f)" fill="url(#z)" opacity=".35"/><path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#g)" fill="url(#j)" opacity=".35"/><path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 507.8c6.4086 5.8696 9.8363 9.6578 16 16h-16z" clip-path="url(#h)" fill="url(#w)" opacity=".35"/><path transform="matrix(.20803 .6418 -.77638 .17197 409.19 516.15)" d="m23.979 11.809c-3.2833-0.91602-8.667-2.104-8.7732-1.7106-0.7797 2.8902-3.9972 8.3736-3.9972 13.897l12.791 0.004006z" clip-path="url(#ah)" fill="url(#k)" opacity=".3"/><path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m409.11 535.93c-7.8189-2.0581-14.67-4.0366-14.905-4.5386-0.3514-0.7527 1.4106-5.2306 1.4106-7.5988l12.959 8.9e-4z" clip-path="url(#ab)" fill="url(#v)" opacity=".3"/><path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.75 535.72c1.9949 0 6.5348 2.4244 8.2791 2.0835 6.0063-1.1741 7.5442-7.1348 7.5442-14.004h-16z" clip-path="url(#ad)" fill="url(#u)" opacity=".3"/><path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.54 511.8c4.8895 1.3103 14.038 3.6803 14.79 4.2446 2.1929 1.645 1.2396 3.8979 1.2396 7.7566h-16z" clip-path="url(#af)" fill="url(#t)" opacity=".3"/><path d="m386.01 527.12v19.677h19.075v-19.677zm0.59609 0.85555h17.883v15.4h-17.883z" fill="url(#y)" stroke-width=".71413"/></g></svg>
--- a/eric6/icons/breeze-dark/siteinfo-security.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/siteinfo-security.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#7cbaf8" offset="0"/>
-  <stop stop-color="#f4fcff" offset="1"/>
- </linearGradient>
- <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/>
- <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/>
- <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/>
- <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><linearGradient id="f" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="d" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><g stroke-width=".72342"><path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#f)"/><path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#e)" opacity=".2"/><path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#d)"/><path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-dark/spellchecking.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/spellchecking.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/>
- <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/><path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/spellchecking48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/spellchecking48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21.653 2-14.346 38.5h4.6406l4.5923-12.182h15.292l4.2217 12.182h4.6406l-13.557-38.5zm2.793 4.4312 5.8545 18.353h-12.337z" color="#eff0f1" fill="currentColor"/>
- <path d="m2 43.25v2.75h44v-2.75z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21.653 2-14.346 38.5h4.6406l4.5923-12.182h15.292l4.2217 12.182h4.6406l-13.557-38.5zm2.793 4.4312 5.8545 18.353h-12.337z" color="#eff0f1" fill="currentColor"/><path d="m2 43.25v2.75h44v-2.75z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-dark/splitHorizontal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/splitHorizontal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h8.75v-20h-8.75m10 0v20h10v-20h-10m-8.75 5h6.25v13.75h-6.25v-13.75m10 0h7.5v13.75h-7.5v-13.75" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h8.75v-20h-8.75m10 0v20h10v-20h-10m-8.75 5h6.25v13.75h-6.25v-13.75m10 0h7.5v13.75h-7.5v-13.75" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/splitVertical.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/splitVertical.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v10h20v-10h-20m1.25 5h5v3.75h-5v-3.75m6.25 0h11.25v3.75h-11.25v-3.75m-7.5 7.5v7.5h20v-7.5h-20m1.25 1.25h5v5h-5v-5m6.25 0h11.25v5h-11.25v-5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v10h20v-10h-20m1.25 5h5v3.75h-5v-3.75m6.25 0h11.25v3.75h-11.25v-3.75m-7.5 7.5v7.5h20v-7.5h-20m1.25 1.25h5v5h-5v-5m6.25 0h11.25v5h-11.25v-5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/sqlBrowser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sqlBrowser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/start.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/start.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#232629" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#232629" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/step.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/step.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-6.25v5h5v13.75h-17.5v-13.75h5v-5h-6.25m8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818v-0.73975m3.9209 0v0.73975c0.88841 0 0.91064 0.29895 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9018-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77394-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/>
- <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-6.25v5h5v13.75h-17.5v-13.75h5v-5h-6.25m8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818v-0.73975m3.9209 0v0.73975c0.88841 0 0.91064 0.29895 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9018-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77394-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/><path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/></svg>
--- a/eric6/icons/breeze-dark/stepOut.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/stepOut.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m15.75 8 5.25-3.5-5.25-3.5z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
- <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025625 1.5015-0.76171 1.5015h-0.38086v0.80568h0.38086c0.73611 0 0.76171 0.80532 0.76171 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15451-1.2933-0.90331-1.6138 0.7488-0.32044 0.90331-1.092 0.90331-1.6113v-1.272c0-1.0829 0.00125-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91065 0.29895 0.91065 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91065 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80568h-0.36865c-0.72342 0-0.77394-0.80532-0.77392-1.5015v-1.5283c0-1.1271-0.56924-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m15.75 8 5.25-3.5-5.25-3.5z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/><path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025625 1.5015-0.76171 1.5015h-0.38086v0.80568h0.38086c0.73611 0 0.76171 0.80532 0.76171 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15451-1.2933-0.90331-1.6138 0.7488-0.32044 0.90331-1.092 0.90331-1.6113v-1.272c0-1.0829 0.00125-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91065 0.29895 0.91065 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91065 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80568h-0.36865c-0.72342 0-0.77394-0.80532-0.77392-1.5015v-1.5283c0-1.1271-0.56924-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/stepOver.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/stepOver.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91064 0.29896 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02212 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77393-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/>
- <path d="M 14,1 17.5,6.25 21,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91064 0.29896 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02212 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77393-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/><path d="M 14,1 17.5,6.25 21,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/></svg>
--- a/eric6/icons/breeze-dark/stepQuit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/stepQuit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m1 1v20h9v-1.25h-7.75v-13.75h5v-5h-6.25zm13.75 0v5h5v4h1.25v-9h-6.25zm-5.7148 7.5c-1.3326 0-1.8926 0.43933-1.8926 1.5664v1.5293c0 0.69614-0.025631 1.502-0.76172 1.502h-0.38086v0.80469h0.38086c0.73611 0 0.76172 0.80581 0.76172 1.502v1.5273c0 1.1271 0.55997 1.5684 1.8926 1.5684v-0.74023c-0.8884 0-0.90234-0.29797-0.90234-1.3809v-1.2598c0-0.51932-0.15354-1.2928-0.90234-1.6133 0.7488-0.32044 0.90234-1.092 0.90234-1.6113v-1.2734c0-1.0829 0.013969-1.3809 0.90234-1.3809v-0.74023zm3.9199 0v0.74023c0.6831 0 0.85393 0.18581 0.89648 0.75977h1.002c-0.023746-1.0747-0.59411-1.5-1.8984-1.5z" color="#eff0f1" fill="currentColor"/>
- <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-13.75h5v-5h-6.25zm13.75 0v5h5v4h1.25v-9h-6.25zm-5.7148 7.5c-1.3326 0-1.8926 0.43933-1.8926 1.5664v1.5293c0 0.69614-0.025631 1.502-0.76172 1.502h-0.38086v0.80469h0.38086c0.73611 0 0.76172 0.80581 0.76172 1.502v1.5273c0 1.1271 0.55997 1.5684 1.8926 1.5684v-0.74023c-0.8884 0-0.90234-0.29797-0.90234-1.3809v-1.2598c0-0.51932-0.15354-1.2928-0.90234-1.6133 0.7488-0.32044 0.90234-1.092 0.90234-1.6113v-1.2734c0-1.0829 0.013969-1.3809 0.90234-1.3809v-0.74023zm3.9199 0v0.74023c0.6831 0 0.85393 0.18581 0.89648 0.75977h1.002c-0.023746-1.0747-0.59411-1.5-1.8984-1.5z" color="#eff0f1" fill="currentColor"/><path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/stopLoading.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/stopLoading.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor">
-  <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/>
-  <path d="m7.5 9.998h7v2h-7z"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"><path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/><path d="m7.5 9.998h7v2h-7z"/></g></svg>
--- a/eric6/icons/breeze-dark/stopScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/stopScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor">
-  <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/>
-  <path d="m7.5 9.998h7v2h-7z"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"><path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/><path d="m7.5 9.998h7v2h-7z"/></g></svg>
--- a/eric6/icons/breeze-dark/superMenu.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/superMenu.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/symbols.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/symbols.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/symlink.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/symlink.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 6v2h-2v1h2v2h3v-1h-2v-3h2v-1h-2zm5 0v1h2v3h-2v1h3v-2h2v-1h-2v-2h-1zm-2 2v1h2v-1z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 6v2h-2v1h2v2h3v-1h-2v-3h2v-1h-2zm5 0v1h2v3h-2v1h3v-2h2v-1h-2v-2h-1zm-2 2v1h2v-1z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/sync.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/sync.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h9v-1.25h-7.75v-10h3.75v-0.011719l0.0097656 0.011719 2.5-2.5h11.24v2.75h1.25v-6.5h-8.7402l-2.5-2.5-0.0097656 0.011719v-0.011719h-8.75z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71">
-  <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/>
-  <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-10h3.75v-0.011719l0.0097656 0.011719 2.5-2.5h11.24v2.75h1.25v-6.5h-8.7402l-2.5-2.5-0.0097656 0.011719v-0.011719h-8.75z" color="#eff0f1" fill="currentColor"/><g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"><path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/><path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/syncCompleted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syncCompleted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m19.216 3.9646-11.784 12.357-4.6814-4.9089-0.79824 0.83705 4.6814 4.9089-0.00226 0.0024 0.79826 0.83704 0.00226-0.0024 0.00226 0.0024 0.79823-0.83704-0.00226-0.0024 11.784-12.357-0.79824-0.83703z" color="#eff0f1" fill="#2ecc71" stroke="#2ecc71" stroke-width="1.3788"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m19.216 3.9646-11.784 12.357-4.6814-4.9089-0.79824 0.83705 4.6814 4.9089-0.00226 0.0024 0.79826 0.83704 0.00226-0.0024 0.00226 0.0024 0.79823-0.83704-0.00226-0.0024 11.784-12.357-0.79824-0.83703z" color="#eff0f1" fill="#2ecc71" stroke="#2ecc71" stroke-width="1.3788"/></svg>
--- a/eric6/icons/breeze-dark/syncFailed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syncFailed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m3.828 1-2.828 2.828 7.172 7.172-7.172 7.172 2.828 2.828 7.172-7.172 7.172 7.172 2.828-2.828-7.172-7.172 7.172-7.172-2.828-2.828-7.172 7.172z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m3.828 1-2.828 2.828 7.172 7.172-7.172 7.172 2.828 2.828 7.172-7.172 7.172 7.172 2.828-2.828-7.172-7.172 7.172-7.172-2.828-2.828-7.172 7.172z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/syncNo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syncNo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1.6977c-2.3577 0-4.5015 0.87988-6.141 2.3256-0.14679 0.12944-0.29771 0.26137-0.43605 0.39971l-0.39971 0.43605c-1.4457 1.6395-2.3256 3.7833-2.3256 6.141 0 5.1375 4.1648 9.3023 9.3023 9.3023 2.3577 0 4.5015-0.87988 6.141-2.3256l0.43605-0.39971c0.13834-0.13834 0.27027-0.28926 0.39971-0.43605 1.4457-1.6395 2.3256-3.7833 2.3256-6.141 0-5.1375-4.1648-9.3023-9.3023-9.3023m0 1.1628c4.4953 0 8.1395 3.6442 8.1395 8.1395 0 2.0391-0.75955 3.8771-1.9985 5.3052l-11.446-11.446c1.4282-1.239 3.2661-1.9985 5.3052-1.9985m-6.141 2.8343 11.446 11.446c-1.4282 1.239-3.2661 1.9985-5.3052 1.9985-4.4953 0-8.1395-3.6442-8.1395-8.1395 0-2.0391 0.75955-3.8771 1.9985-5.3052" color="#eff0f1" fill="#da4453" stroke="#da4453" stroke-width="1.3953"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1.6977c-2.3577 0-4.5015 0.87988-6.141 2.3256-0.14679 0.12944-0.29771 0.26137-0.43605 0.39971l-0.39971 0.43605c-1.4457 1.6395-2.3256 3.7833-2.3256 6.141 0 5.1375 4.1648 9.3023 9.3023 9.3023 2.3577 0 4.5015-0.87988 6.141-2.3256l0.43605-0.39971c0.13834-0.13834 0.27027-0.28926 0.39971-0.43605 1.4457-1.6395 2.3256-3.7833 2.3256-6.141 0-5.1375-4.1648-9.3023-9.3023-9.3023m0 1.1628c4.4953 0 8.1395 3.6442 8.1395 8.1395 0 2.0391-0.75955 3.8771-1.9985 5.3052l-11.446-11.446c1.4282-1.239 3.2661-1.9985 5.3052-1.9985m-6.141 2.8343 11.446 11.446c-1.4282 1.239-3.2661 1.9985-5.3052 1.9985-4.4953 0-8.1395-3.6442-8.1395-8.1395 0-2.0391 0.75955-3.8771 1.9985-5.3052" color="#eff0f1" fill="#da4453" stroke="#da4453" stroke-width="1.3953"/></svg>
--- a/eric6/icons/breeze-dark/syncToc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syncToc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h8.711v-1.25h-7.4258v-17.5h10.287v5h5.1426v3.4609h1.2852v-4.7207l-5.1328-4.9902-0.009766 0.011719v-0.011719h-12.857z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71">
-  <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/>
-  <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path d="m2 1v20h8.711v-1.25h-7.4258v-17.5h10.287v5h5.1426v3.4609h1.2852v-4.7207l-5.1328-4.9902-0.009766 0.011719v-0.011719h-12.857z" color="#eff0f1" fill="currentColor"/><g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"><path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/><path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/syntaxError.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syntaxError.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" fill="none" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.0057 0 0 1.0258 -.0057471 -.025784)" fill="#eff0f1">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.0057 0 0 1.0258 -.0057471 -.025784)" fill="#eff0f1"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/syntaxError22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syntaxError22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#eff0f1">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#eff0f1"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/syntaxErrorGoto.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/syntaxErrorGoto.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/>
- <g transform="matrix(1.0057 0 0 1.0258 -.0057471 2.9742)" fill="#eff0f1">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/><g transform="matrix(1.0057 0 0 1.0258 -.0057471 2.9742)" fill="#eff0f1"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/tBreak.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tBreak.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00b0ff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00b0ff"/></svg>
--- a/eric6/icons/breeze-dark/tCBreak.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tCBreak.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00d068"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00d068"/></svg>
--- a/eric6/icons/breeze-dark/tabClose.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tabClose.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/tabCloseOther.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tabCloseOther.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-12.5v-3.75h-7.5zm10 0v3h10v-3h-10z" fill="#eff0f1"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-12.5v-3.75h-7.5zm10 0v3h10v-3h-10z" fill="#eff0f1"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/tabDuplicate.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tabDuplicate.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-16.25h-1.25v-2.5h-10v2.5h-1.25v-3.75h-7.5m1.25 1.25h5v3.75h12.5v13.75h-17.5v-17.5" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-16.25h-1.25v-2.5h-10v2.5h-1.25v-3.75h-7.5m1.25 1.25h5v3.75h12.5v13.75h-17.5v-17.5" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/tabManager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tabManager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/>
- <path d="m19.322 21c0.21918-3e-3 0.43547-0.05052 0.63585-0.13953 0.20039-0.08903 0.3807-0.21776 0.53011-0.37841 0.29072-0.26529 0.47102-0.63049 0.50499-1.0229 0.03856-0.40566-0.07887-0.81077-0.32833-1.1326-1.1203-1.1836-3.3298-3.397-4.937-4.9734 0.34198-0.92641 0.326-1.9474-0.04481-2.8626-0.30492-0.76149-0.84716-1.404-1.546-1.8319-0.54824-0.36372-1.1784-0.58475-1.8334-0.64309-0.65501-0.058331-1.3141 0.047866-1.9179 0.309l-0.57302 0.24862 2.6611 2.7452-1.1651 1.1706-2.7335-2.6762-0.24821 0.57581c-0.20921 0.48546-0.32017 1.0077-0.32639 1.5364-0.00624 0.52874 0.092391 1.0535 0.29018 1.5437 0.19611 0.48477 0.48741 0.92512 0.85661 1.2949 0.20921 0.20508 0.44042 0.38632 0.68947 0.54041 0.51526 0.34471 1.1048 0.56201 1.7202 0.63405 0.61546 0.07203 1.2392-0.0033 1.8199-0.21968 1.0195 1.0359 3.5642 3.6025 4.9387 4.8878 0.27572 0.25088 0.6341 0.39106 1.0065 0.39366zm-7.3706-12.137c0.61081-0.00156 1.2083 0.17875 1.7166 0.51797 0.19824 0.12125 0.38236 0.26429 0.54893 0.42645 0.44301 0.44737 0.73888 1.0197 0.84794 1.6403s0.02608 1.2598-0.23781 1.8318l-0.12583 0.27624 0.2163 0.2115c1.6141 1.5781 3.9641 3.9253 5.0939 5.1201 0.1006 0.15004 0.14362 0.33143 0.12112 0.51068-0.02249 0.17934-0.10898 0.34446-0.24349 0.46482-0.07751 0.08651-0.17197 0.15618-0.27749 0.20455-0.093 0.04214-0.19353 0.06502-0.29558 0.06734-0.15499-0.0039-0.30337-0.06372-0.41795-0.16827-1.4607-1.3657-4.2829-4.2215-5.1111-5.0606l-0.21286-0.21496-0.27404 0.12518c-0.47705 0.22278-1.0035 0.31815-1.5282 0.27685-0.52474-0.0413-1.0299-0.21785-1.4664-0.51252-0.19862-0.12267-0.38276-0.26746-0.54888-0.43163-0.28767-0.28736-0.51499-0.62948-0.66866-1.0062-0.15359-0.37672-0.23038-0.78044-0.22592-1.1874 0-0.20061 0.019864-0.40073 0.059514-0.59739l2.3931 2.3395 2.3689-2.3697-2.3353-2.4085c0.19871-0.038701 0.40077-0.057499 0.6032-0.056108z" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/><path d="m19.322 21c0.21918-3e-3 0.43547-0.05052 0.63585-0.13953 0.20039-0.08903 0.3807-0.21776 0.53011-0.37841 0.29072-0.26529 0.47102-0.63049 0.50499-1.0229 0.03856-0.40566-0.07887-0.81077-0.32833-1.1326-1.1203-1.1836-3.3298-3.397-4.937-4.9734 0.34198-0.92641 0.326-1.9474-0.04481-2.8626-0.30492-0.76149-0.84716-1.404-1.546-1.8319-0.54824-0.36372-1.1784-0.58475-1.8334-0.64309-0.65501-0.058331-1.3141 0.047866-1.9179 0.309l-0.57302 0.24862 2.6611 2.7452-1.1651 1.1706-2.7335-2.6762-0.24821 0.57581c-0.20921 0.48546-0.32017 1.0077-0.32639 1.5364-0.00624 0.52874 0.092391 1.0535 0.29018 1.5437 0.19611 0.48477 0.48741 0.92512 0.85661 1.2949 0.20921 0.20508 0.44042 0.38632 0.68947 0.54041 0.51526 0.34471 1.1048 0.56201 1.7202 0.63405 0.61546 0.07203 1.2392-0.0033 1.8199-0.21968 1.0195 1.0359 3.5642 3.6025 4.9387 4.8878 0.27572 0.25088 0.6341 0.39106 1.0065 0.39366zm-7.3706-12.137c0.61081-0.00156 1.2083 0.17875 1.7166 0.51797 0.19824 0.12125 0.38236 0.26429 0.54893 0.42645 0.44301 0.44737 0.73888 1.0197 0.84794 1.6403s0.02608 1.2598-0.23781 1.8318l-0.12583 0.27624 0.2163 0.2115c1.6141 1.5781 3.9641 3.9253 5.0939 5.1201 0.1006 0.15004 0.14362 0.33143 0.12112 0.51068-0.02249 0.17934-0.10898 0.34446-0.24349 0.46482-0.07751 0.08651-0.17197 0.15618-0.27749 0.20455-0.093 0.04214-0.19353 0.06502-0.29558 0.06734-0.15499-0.0039-0.30337-0.06372-0.41795-0.16827-1.4607-1.3657-4.2829-4.2215-5.1111-5.0606l-0.21286-0.21496-0.27404 0.12518c-0.47705 0.22278-1.0035 0.31815-1.5282 0.27685-0.52474-0.0413-1.0299-0.21785-1.4664-0.51252-0.19862-0.12267-0.38276-0.26746-0.54888-0.43163-0.28767-0.28736-0.51499-0.62948-0.66866-1.0062-0.15359-0.37672-0.23038-0.78044-0.22592-1.1874 0-0.20061 0.019864-0.40073 0.059514-0.59739l2.3931 2.3395 2.3689-2.3697-2.3353-2.4085c0.19871-0.038701 0.40077-0.057499 0.6032-0.056108z" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/tabNew.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tabNew.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/task.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/task.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/taskCompleted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskCompleted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-2.5v3.75h-2.5v-3.75h-10v3.75h-2.5v-3.75h-2.5m1.25 5h17.5v13.75h-17.5v-13.75m12.866 2.5-5.7397 5.7397-1.4331-1.4331-0.88379 0.88379 2.3071 2.3096 0.0073238-0.009765 0.0097649 0.009765 6.6162-6.6162-0.88379-0.88379" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-2.5v3.75h-2.5v-3.75h-10v3.75h-2.5v-3.75h-2.5m1.25 5h17.5v13.75h-17.5v-13.75m12.866 2.5-5.7397 5.7397-1.4331-1.4331-0.88379 0.88379 2.3071 2.3096 0.0073238-0.009765 0.0097649 0.009765 6.6162-6.6162-0.88379-0.88379" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/taskDocu.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskDocu.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-dark/taskFixme.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskFixme.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/>
-  <g transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa">
-   <rect x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/>
-   <rect x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/><g transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa"><rect x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/><rect x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/></g></g></svg>
--- a/eric6/icons/breeze-dark/taskNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="#eff0f1"/>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="#eff0f1"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/taskNote.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskNote.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/>
-  <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/><text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/taskPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051-0.0068 0.0068 0.0068 4.6314-4.6313-0.61865-0.61865" color="#232629" fill="#eff0f1"/>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051-0.0068 0.0068 0.0068 4.6314-4.6313-0.61865-0.61865" color="#232629" fill="#eff0f1"/><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/></svg>
--- a/eric6/icons/breeze-dark/taskPrioHigh.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskPrioHigh.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/taskPrioLow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskPrioLow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3 9.5v3h16v-3z" color="#eff0f1" fill="currentColor" stroke-width="1.5492"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3 9.5v3h16v-3z" color="#eff0f1" fill="currentColor" stroke-width="1.5492"/></svg>
--- a/eric6/icons/breeze-dark/taskPriority.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskPriority.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/taskTest.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskTest.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/taskTodo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskTodo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/>
-   <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/><rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/></g></g></svg>
--- a/eric6/icons/breeze-dark/taskWarning.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/taskWarning.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/>
-   <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/><rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/></g></g></svg>
--- a/eric6/icons/breeze-dark/templateViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/templateViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1.5 1v20h8.5v-1.25h-7.2324v-17.5h10.133v5h5.0664v2.75h1.2656v-4.0098l-5.0566-4.9902-0.009765 0.011719v-0.011719h-12.666z" color="#eff0f1" fill="currentColor"/>
- <path d="m16 11-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path d="m1.5 1v20h8.5v-1.25h-7.2324v-17.5h10.133v5h5.0664v2.75h1.2656v-4.0098l-5.0566-4.9902-0.009765 0.011719v-0.011719h-12.666z" color="#eff0f1" fill="currentColor"/><path d="m16 11-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/terminal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/terminal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#eff0f1" fill="currentColor" fill-rule="evenodd">
-  <path d="m3 3v16h16v-16zm1 1h14v14h-14z"/>
-  <path d="m6.5 5.793-0.70703 0.70703 3.5 3.5-3.5 3.5 0.70703 0.70703 4.207-4.207-4.207-4.207z"/>
-  <path d="m10 15h6v1h-6z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#eff0f1" fill="currentColor" fill-rule="evenodd"><path d="m3 3v16h16v-16zm1 1h14v14h-14z"/><path d="m6.5 5.793-0.70703 0.70703 3.5 3.5-3.5 3.5 0.70703 0.70703 4.207-4.207-4.207-4.207z"/><path d="m10 15h6v1h-6z"/></g></svg>
--- a/eric6/icons/breeze-dark/textencoding.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/textencoding.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/tineye.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/tineye.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-dark/toolbarsConfigure.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/toolbarsConfigure.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="#eff0f1">
-  <g transform="translate(1.792 -6.6889)">
-   <path d="m-1.2628 298.13v1.9844h4.2333v-1.9844zm0.26458 0.26459h3.7042v1.4552h-3.7042z"/>
-   <g transform="matrix(1.0001 0 0 1.05 -2.0566 -14.981)">
-    <path d="m1.3229 298.71v0.88194h0.88194v-0.88194z"/>
-    <path d="m2.4694 298.71v0.88194h0.88194v-0.88194z"/>
-    <path d="m3.6158 298.71v0.88194h0.88194v-0.88194z"/>
-   </g>
-  </g>
-  <path d="m5.1464 296.74c0.05353-7.3e-4 0.10636-0.0124 0.15529-0.0341 0.048941-0.0218 0.09298-0.0532 0.12947-0.0924 0.071003-0.0648 0.11504-0.15399 0.12333-0.24984 0.00942-0.0991-0.019262-0.19801-0.080188-0.27661-0.27361-0.28908-0.81325-0.82967-1.2058-1.2147 0.083521-0.22626 0.079619-0.47562-0.010944-0.69914-0.07447-0.18598-0.2069-0.34289-0.37758-0.4474-0.1339-0.0888-0.2878-0.14281-0.44777-0.15705-0.15997-0.0142-0.32095 0.012-0.4684 0.0755l-0.13995 0.0607 0.64992 0.67045-0.28455 0.2859-0.66761-0.65359-0.060619 0.14063c-0.051095 0.11856-0.078196 0.2461-0.079715 0.37525-0.00152 0.12912 0.022565 0.25728 0.070871 0.37701 0.047897 0.11844 0.11904 0.22594 0.20921 0.31626 0.051095 0.0502 0.10756 0.0943 0.16839 0.13199 0.12584 0.0841 0.26983 0.13726 0.42012 0.15485 0.15031 0.0176 0.30264-8e-4 0.44447-0.0536 0.24898 0.25301 0.87049 0.87984 1.2062 1.1938 0.067339 0.0613 0.15487 0.0955 0.24583 0.0961zm-1.8001-2.9642c0.14918-3.7e-4 0.2951 0.0437 0.41925 0.12652 0.048416 0.0296 0.093383 0.0646 0.13407 0.10416 0.1082 0.1092 0.18046 0.24904 0.20709 0.4006 0.026635 0.15158 0.00637 0.30768-0.05808 0.44739l-0.030731 0.0674 0.052828 0.0517c0.39421 0.3854 0.96815 0.95868 1.2441 1.2505 0.02457 0.0366 0.035077 0.081 0.029582 0.12472-0.0055 0.0438-0.026616 0.0841-0.059467 0.11352-0.01893 0.0211-0.042001 0.0382-0.067772 0.0499-0.022714 0.0108-0.047267 0.0158-0.07219 0.0164-0.037853-9.3e-4 -0.074093-0.0156-0.10208-0.041-0.35674-0.33355-1.046-1.031-1.2483-1.2359l-0.051986-0.0526-0.06693 0.0306c-0.11651 0.0544-0.24508 0.0778-0.37324 0.0677-0.12816-0.01-0.25153-0.0532-0.35814-0.12516-0.04851-0.03-0.093481-0.0654-0.13405-0.10548-0.070259-0.0702-0.12578-0.15373-0.16331-0.24575-0.03751-0.092-0.056266-0.19061-0.055177-0.28998 0-0.049 0.00486-0.0979 0.014534-0.14591l0.58447 0.57137 0.57857-0.57875-0.57036-0.58823c0.048532-0.01 0.09788-0.014 0.14732-0.0137z"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="#eff0f1"><g transform="translate(1.792 -6.6889)"><path d="m-1.2628 298.13v1.9844h4.2333v-1.9844zm0.26458 0.26459h3.7042v1.4552h-3.7042z"/><g transform="matrix(1.0001 0 0 1.05 -2.0566 -14.981)"><path d="m1.3229 298.71v0.88194h0.88194v-0.88194z"/><path d="m2.4694 298.71v0.88194h0.88194v-0.88194z"/><path d="m3.6158 298.71v0.88194h0.88194v-0.88194z"/></g></g><path d="m5.1464 296.74c0.05353-7.3e-4 0.10636-0.0124 0.15529-0.0341 0.048941-0.0218 0.09298-0.0532 0.12947-0.0924 0.071003-0.0648 0.11504-0.15399 0.12333-0.24984 0.00942-0.0991-0.019262-0.19801-0.080188-0.27661-0.27361-0.28908-0.81325-0.82967-1.2058-1.2147 0.083521-0.22626 0.079619-0.47562-0.010944-0.69914-0.07447-0.18598-0.2069-0.34289-0.37758-0.4474-0.1339-0.0888-0.2878-0.14281-0.44777-0.15705-0.15997-0.0142-0.32095 0.012-0.4684 0.0755l-0.13995 0.0607 0.64992 0.67045-0.28455 0.2859-0.66761-0.65359-0.060619 0.14063c-0.051095 0.11856-0.078196 0.2461-0.079715 0.37525-0.00152 0.12912 0.022565 0.25728 0.070871 0.37701 0.047897 0.11844 0.11904 0.22594 0.20921 0.31626 0.051095 0.0502 0.10756 0.0943 0.16839 0.13199 0.12584 0.0841 0.26983 0.13726 0.42012 0.15485 0.15031 0.0176 0.30264-8e-4 0.44447-0.0536 0.24898 0.25301 0.87049 0.87984 1.2062 1.1938 0.067339 0.0613 0.15487 0.0955 0.24583 0.0961zm-1.8001-2.9642c0.14918-3.7e-4 0.2951 0.0437 0.41925 0.12652 0.048416 0.0296 0.093383 0.0646 0.13407 0.10416 0.1082 0.1092 0.18046 0.24904 0.20709 0.4006 0.026635 0.15158 0.00637 0.30768-0.05808 0.44739l-0.030731 0.0674 0.052828 0.0517c0.39421 0.3854 0.96815 0.95868 1.2441 1.2505 0.02457 0.0366 0.035077 0.081 0.029582 0.12472-0.0055 0.0438-0.026616 0.0841-0.059467 0.11352-0.01893 0.0211-0.042001 0.0382-0.067772 0.0499-0.022714 0.0108-0.047267 0.0158-0.07219 0.0164-0.037853-9.3e-4 -0.074093-0.0156-0.10208-0.041-0.35674-0.33355-1.046-1.031-1.2483-1.2359l-0.051986-0.0526-0.06693 0.0306c-0.11651 0.0544-0.24508 0.0778-0.37324 0.0677-0.12816-0.01-0.25153-0.0532-0.35814-0.12516-0.04851-0.03-0.093481-0.0654-0.13405-0.10548-0.070259-0.0702-0.12578-0.15373-0.16331-0.24575-0.03751-0.092-0.056266-0.19061-0.055177-0.28998 0-0.049 0.00486-0.0979 0.014534-0.14591l0.58447 0.57137 0.57857-0.57875-0.57036-0.58823c0.048532-0.01 0.09788-0.014 0.14732-0.0137z"/></g></svg>
--- a/eric6/icons/breeze-dark/trPreviewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/trPreviewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.6 0 0 .6 25.375 -7.7331)">
-  <path d="m-31.049 24.055c-0.17884 0-0.39742 0.09306-0.52123 0.22024-0.71841 0.72277-1.4384 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34742-0.22622 0.53975v0.0016c0.0031 3.3331 0.0031 10.102 0.0031 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.0031-3.3238 0-10.171 0-10.171v-0.39706zm0.01834 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.0031-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.0031-0.3699 0.0077-0.29959 0.01241-0.5946 0.0636-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.09935 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.0046 0.44048 0.0214 0.87942 0.08407 1.3153 0.06114 0.40792 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.0107-0.47926-0.01987-0.95697-0.08407-1.4316-0.06114-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79412v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-3e-3 -0.06266-0.0093-0.0856-0.0078-0.24456 0.0093-0.55333 0.04808-0.79789 0.05273-0.10547 0.0016-0.21247-0.0093-0.31641-0.03103-0.13145-0.02792-0.21858-0.11633-0.25526-0.24971-0.01376-0.05583-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.02792 0.69395 0.08531 0.39895 0.09926 0.69701 0.31641 0.88044 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.04892 0.38775 0.07184 0.7786 0.09324 1.0206-0.01987 0.67159-0.03515 1.1927-0.1819 1.703-0.03057 0.10857-0.06879 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11012-1.4078 3e-3 -0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.081-0.02293-0.41412-0.0321-0.82979-0.01987-1.2439 0.0107-0.44824 0.07643-0.89183 0.23692-1.3184 0.03363-0.0884 0.0749-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.05739 0.46314-0.08531 0.69548-0.08531z" fill="#eff0f1" stroke-width=".39417"/>
-  <path d="m-13.958 35.555v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
-  <path d="m-14.791 36.373h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/><g transform="matrix(.6 0 0 .6 25.375 -7.7331)"><path d="m-31.049 24.055c-0.17884 0-0.39742 0.09306-0.52123 0.22024-0.71841 0.72277-1.4384 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34742-0.22622 0.53975v0.0016c0.0031 3.3331 0.0031 10.102 0.0031 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.0031-3.3238 0-10.171 0-10.171v-0.39706zm0.01834 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.0031-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.0031-0.3699 0.0077-0.29959 0.01241-0.5946 0.0636-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.09935 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.0046 0.44048 0.0214 0.87942 0.08407 1.3153 0.06114 0.40792 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.0107-0.47926-0.01987-0.95697-0.08407-1.4316-0.06114-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79412v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-3e-3 -0.06266-0.0093-0.0856-0.0078-0.24456 0.0093-0.55333 0.04808-0.79789 0.05273-0.10547 0.0016-0.21247-0.0093-0.31641-0.03103-0.13145-0.02792-0.21858-0.11633-0.25526-0.24971-0.01376-0.05583-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.02792 0.69395 0.08531 0.39895 0.09926 0.69701 0.31641 0.88044 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.04892 0.38775 0.07184 0.7786 0.09324 1.0206-0.01987 0.67159-0.03515 1.1927-0.1819 1.703-0.03057 0.10857-0.06879 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11012-1.4078 3e-3 -0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.081-0.02293-0.41412-0.0321-0.82979-0.01987-1.2439 0.0107-0.44824 0.07643-0.89183 0.23692-1.3184 0.03363-0.0884 0.0749-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.05739 0.46314-0.08531 0.69548-0.08531z" fill="#eff0f1" stroke-width=".39417"/><path d="m-13.958 35.555v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m-14.791 36.373h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></g></svg>
--- a/eric6/icons/breeze-dark/transformResize.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/transformResize.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75h3.75v-3.75h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75zm-15 1.25h1.25v1.25h-1.25zm3.75 1.25v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm-10 2.5v2.5h1.25v-2.5zm5 0v8.75h7.5v-1.25h-6.25v-7.5zm8.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-16.25 3.75v3.75h3.75v-3.75zm5 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v3.75h3.75v-3.75h-2.5zm-15 1.25h1.25v1.25h-1.25zm16.25 0h1.25v1.25h-1.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75h3.75v-3.75h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75zm-15 1.25h1.25v1.25h-1.25zm3.75 1.25v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm-10 2.5v2.5h1.25v-2.5zm5 0v8.75h7.5v-1.25h-6.25v-7.5zm8.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-16.25 3.75v3.75h3.75v-3.75zm5 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v3.75h3.75v-3.75h-2.5zm-15 1.25h1.25v1.25h-1.25zm16.25 0h1.25v1.25h-1.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/translate.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/translate.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path d="m1.1786 291.97v0.92605h0.57727v0.18521h-0.96212v0.18521h0.96212v0.37041h0.19242v-0.37041h0.96212v-0.18521h-0.96212v-0.18521h0.57727v-0.92605h-1.1545zm0.19242 0.18522h0.96212v0.1852h-0.96212zm0 0.37041h0.96212v0.18521h-0.96212z" color="#000000" fill="#eff0f1"/>
-  <path d="m2.1351 295.48c-0.16521-0.45965-0.26582-0.69713-0.28304-0.75412-2e-6 0-0.085738 0.23749-0.276 0.75412h0.55905m0.26895 0.72755-0.20318-0.56446h-0.69294l-0.21023 0.56446h-0.20671l0.66709-1.6669h0.20788l0.64713 1.6669h-0.20906" fill="#eff0f1"/>
-  <g transform="matrix(.19242 0 0 .18521 -73.207 197.9)" fill="#eff0f1">
-   <path d="m399.57 526.8v2.9972h2.1708c0.65505 0 1.1393-0.13463 1.4528-0.40389 0.31748-0.27327 0.47622-0.68921 0.47622-1.2478 0-0.56263-0.15874-0.67635-0.47622-0.9416-0.31347-0.26925-0.79773-0.40388-1.4528-0.40389h-2.1708m0-4.0015v3.0129h2.2199c0.59476 0 1.0707-0.11051 1.3601-0.33155 0.29336-0.22505 0.44004-0.86684 0.44006-1.325-1e-5 -0.45411-0.14669-0.7937-0.44006-1.0188-0.28936-0.22505-0.76533-0.33757-1.3601-0.33758h-2.2199m-1-1.0007h3.1105c0.92833 1e-5 1.6437 0.19291 2.146 0.5787 0.50233 0.38581 0.75351 0.93437 0.75351 1.6457 0 0.55058-0.1286 1.2888-0.3858 1.6143-0.25721 0.32553-0.63497 0.52847-1.1333 0.60884 1.247 0.30952 1.8647 1.1714 1.8928 2.0327-1e-5 0.80375-0.27328 1.4246-0.81983 1.8627-0.54656 0.43804-1.3242 0.65706-2.3329 0.65706h-3.2311v-9" fill="#eff0f1"/>
-  </g>
-  <path d="m4.065 291.97v1.4817h-0.7697v0.1852h1.7318v-0.1852h-0.7697v-0.92605h0.7697v-0.18521h-0.7697v-0.37042z" color="#000000" fill="#eff0f1"/>
-  <path d="m0.26458 291.44v5.2917h5.2917v-5.2917zm0.26458 0.26459h4.7625v4.7625h-4.7625z" fill="#eff0f1" stroke-width="0"/>
-  <path d="m3.9688 293.74h-0.70556v-0.70556h-0.70556v0.70556h-0.70556l1.0583 1.4111 1.0583-1.4111" fill="#49cff1"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g fill="#eff0f1"><path d="m1.1786 291.97v0.92605h0.57727v0.18521h-0.96212v0.18521h0.96212v0.37041h0.19242v-0.37041h0.96212v-0.18521h-0.96212v-0.18521h0.57727v-0.92605h-1.1545zm0.19242 0.18522h0.96212v0.1852h-0.96212zm0 0.37041h0.96212v0.18521h-0.96212z" color="#000000"/><path d="m2.1351 295.48c-0.16521-0.45965-0.26582-0.69713-0.28304-0.75412-2e-6 0-0.085738 0.23749-0.276 0.75412h0.55905m0.26895 0.72755-0.20318-0.56446h-0.69294l-0.21023 0.56446h-0.20671l0.66709-1.6669h0.20788l0.64713 1.6669h-0.20906"/><g transform="matrix(.19242 0 0 .18521 -73.207 197.9)"><path d="m399.57 526.8v2.9972h2.1708c0.65505 0 1.1393-0.13463 1.4528-0.40389 0.31748-0.27327 0.47622-0.68921 0.47622-1.2478 0-0.56263-0.15874-0.67635-0.47622-0.9416-0.31347-0.26925-0.79773-0.40388-1.4528-0.40389h-2.1708m0-4.0015v3.0129h2.2199c0.59476 0 1.0707-0.11051 1.3601-0.33155 0.29336-0.22505 0.44004-0.86684 0.44006-1.325-1e-5 -0.45411-0.14669-0.7937-0.44006-1.0188-0.28936-0.22505-0.76533-0.33757-1.3601-0.33758h-2.2199m-1-1.0007h3.1105c0.92833 1e-5 1.6437 0.19291 2.146 0.5787 0.50233 0.38581 0.75351 0.93437 0.75351 1.6457 0 0.55058-0.1286 1.2888-0.3858 1.6143-0.25721 0.32553-0.63497 0.52847-1.1333 0.60884 1.247 0.30952 1.8647 1.1714 1.8928 2.0327-1e-5 0.80375-0.27328 1.4246-0.81983 1.8627-0.54656 0.43804-1.3242 0.65706-2.3329 0.65706h-3.2311v-9" fill="#eff0f1"/></g><path d="m4.065 291.97v1.4817h-0.7697v0.1852h1.7318v-0.1852h-0.7697v-0.92605h0.7697v-0.18521h-0.7697v-0.37042z" color="#000000"/><path d="m0.26458 291.44v5.2917h5.2917v-5.2917zm0.26458 0.26459h4.7625v4.7625h-4.7625z" stroke-width="0"/></g><path d="m3.9688 293.74h-0.70556v-0.70556h-0.70556v0.70556h-0.70556l1.0583 1.4111 1.0583-1.4111" fill="#49cff1"/></g></svg>
--- a/eric6/icons/breeze-dark/trash.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/trash.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.1429 1v2.5h-5.1429v1.25h1.2857v16.25h15.429v-16.25h1.2857v-1.25h-5.1429v-2.5zm1.2857 1.25h5.1429v1.25h-5.1429zm-3.8571 2.5h12.857v15h-12.857zm2.5714 3.75v7.5h1.2857v-7.5zm6.4286 0v7.5h1.2857v-7.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.1429 1v2.5h-5.1429v1.25h1.2857v16.25h15.429v-16.25h1.2857v-1.25h-5.1429v-2.5zm1.2857 1.25h5.1429v1.25h-5.1429zm-3.8571 2.5h12.857v15h-12.857zm2.5714 3.75v7.5h1.2857v-7.5zm6.4286 0v7.5h1.2857v-7.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/uiPreviewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/uiPreviewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.6 0 0 .58537 4.4 6.7073)" fill="#eff0f1">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/><g transform="matrix(.6 0 0 .58537 4.4 6.7073)" fill="#eff0f1"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-dark/unhighlight.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/unhighlight.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#37c837">
-  <path d="m1 8.5v1.25h20v-1.25z" color="#eff0f1"/>
-  <path d="m1 11v1.25h9v-1.25h-9z" color="#eff0f1"/>
- </g>
- <g fill="#eff0f1">
-  <path d="m1 1v1.25h20v-1.25z" color="#eff0f1"/>
-  <path d="m1 3.5v1.25h11.25v-1.25z" color="#eff0f1"/>
-  <path d="m1 16v1.25h9v-1.25h-9zm0 2.5v1.25h9v-1.25h-9z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#37c837"><path d="m1 8.5v1.25h20v-1.25z" color="#eff0f1"/><path d="m1 11v1.25h9v-1.25h-9z" color="#eff0f1"/></g><g fill="#eff0f1"><path d="m1 1v1.25h20v-1.25z" color="#eff0f1"/><path d="m1 3.5v1.25h11.25v-1.25z" color="#eff0f1"/><path d="m1 16v1.25h9v-1.25h-9zm0 2.5v1.25h9v-1.25h-9z" color="#eff0f1"/></g><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-dark/unittest.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/unittest.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.4654)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.4654)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/unittestProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/unittestProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.71839 0 0 .7327 10.282 10.267)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/><g transform="matrix(.71839 0 0 .7327 10.282 10.267)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/unittestRerunFailed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/unittestRerunFailed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
- <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#da4453" stroke-width=".6875"/>
-</svg>
+      }</style></defs><g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#da4453" stroke-width=".6875"/></svg>
--- a/eric6/icons/breeze-dark/unittestRestart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/unittestRestart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
- <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#5fd38d" stroke-width=".6875"/>
-</svg>
+      }</style></defs><g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#5fd38d" stroke-width=".6875"/></svg>
--- a/eric6/icons/breeze-dark/unittestScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/unittestScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <g transform="translate(25.312 -5.0097)">
-  <g transform="matrix(.71839 0 0 .7327 -15.03 15.277)" fill="#da4453">
-   <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-   <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-   <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
-  </g>
-  <path d="m-9.8052 25.081c-0.61711-0.15964-1.318-0.73256-1.7311-1.415-0.42738-0.70611-0.66952-1.654-0.67048-2.6247-4.98e-4 -0.50498 0.12445-1.3121 0.25601-1.6537l0.06981-0.18127h5.1342l0.10245 0.3131c0.26533 0.81092 0.29602 2.0225 0.073035 2.8839-0.3963 1.5309-1.4725 2.6443-2.6167 2.707-0.22854 0.01254-0.50627-6.78e-4 -0.6172-0.02937zm1.139-2.1688 0.6752 0.6729 0.46116-0.44697-1.2683-1.307 1.3016-1.3065-0.50291-0.49424-1.3097 1.3843-0.66808-0.67565c-0.36745-0.37161-0.68419-0.67565-0.70388-0.67565-0.06786 0-0.40556 0.3544-0.40556 0.42561 0 0.03925 0.28182 0.35202 0.62627 0.69503l0.62627 0.62367-1.2807 1.2855 0.4526 0.46696 1.3208-1.3208z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/>
-  <path d="m-10.756 18.168c0.0049-1.2869 1.4169-1.9719 2.3747-1.152 0.35669 0.30531 0.52089 0.66719 0.52275 1.152l0.00145 0.37902h-2.9003z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><g transform="translate(25.312 -5.0097)"><g transform="matrix(.71839 0 0 .7327 -15.03 15.277)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><path d="m-9.8052 25.081c-0.61711-0.15964-1.318-0.73256-1.7311-1.415-0.42738-0.70611-0.66952-1.654-0.67048-2.6247-4.98e-4 -0.50498 0.12445-1.3121 0.25601-1.6537l0.06981-0.18127h5.1342l0.10245 0.3131c0.26533 0.81092 0.29602 2.0225 0.073035 2.8839-0.3963 1.5309-1.4725 2.6443-2.6167 2.707-0.22854 0.01254-0.50627-6.78e-4 -0.6172-0.02937zm1.139-2.1688 0.6752 0.6729 0.46116-0.44697-1.2683-1.307 1.3016-1.3065-0.50291-0.49424-1.3097 1.3843-0.66808-0.67565c-0.36745-0.37161-0.68419-0.67565-0.70388-0.67565-0.06786 0-0.40556 0.3544-0.40556 0.42561 0 0.03925 0.28182 0.35202 0.62627 0.69503l0.62627 0.62367-1.2807 1.2855 0.4526 0.46696 1.3208-1.3208z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/><path d="m-10.756 18.168c0.0049-1.2869 1.4169-1.9719 2.3747-1.152 0.35669 0.30531 0.52089 0.66719 0.52275 1.152l0.00145 0.37902h-2.9003z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/></g></svg>
--- a/eric6/icons/breeze-dark/updateLocal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/updateLocal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#fd5" fill-rule="evenodd">
-  <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/>
-  <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#fd5" fill-rule="evenodd"><path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/><path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/></g></svg>
--- a/eric6/icons/breeze-dark/updateRemote.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/updateRemote.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g clip-rule="evenodd" fill="#fd5" fill-rule="evenodd" stroke-width="1.6667">
-  <path d="m11 1c-5.5229 0-10 4.4771-10 10 0 4.8379 3.4355 8.8723 8 9.7988v-1.7168c-3.6348-0.89698-6.334-4.1703-6.334-8.082 0-4.6024 3.7316-8.334 8.334-8.334 2.8149 0 5.3038 1.3961 6.8125 3.5332l2.3281 0.73828c-1.5572-3.4984-5.0642-5.9375-9.1406-5.9375z"/>
-  <path d="m19.333 6v-5h1.6667v5.8333l-0.83333 0.83333h-5.8333v-1.6667z"/>
- </g>
- <path class="ColorScheme-Text" d="m13.143 9v4.5h0.78572v-3.75h3.1429v3.75h0.78572v-4.5h-3.9286zm-1.7341 5.25-0.62305 0.6123 4.7143 4.6377 4.7143-4.6377-0.62305-0.6123-4.0912 4.0254zm-1.4088 5.25v1.5h11v-1.5h-0.78571v0.75h-9.4286v-0.75z" color="#eff0f1" fill="#49cff1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill="#fd5" fill-rule="evenodd" stroke-width="1.6667"><path d="m11 1c-5.5229 0-10 4.4771-10 10 0 4.8379 3.4355 8.8723 8 9.7988v-1.7168c-3.6348-0.89698-6.334-4.1703-6.334-8.082 0-4.6024 3.7316-8.334 8.334-8.334 2.8149 0 5.3038 1.3961 6.8125 3.5332l2.3281 0.73828c-1.5572-3.4984-5.0642-5.9375-9.1406-5.9375z"/><path d="m19.333 6v-5h1.6667v5.8333l-0.83333 0.83333h-5.8333v-1.6667z"/></g><path class="ColorScheme-Text" d="m13.143 9v4.5h0.78572v-3.75h3.1429v3.75h0.78572v-4.5h-3.9286zm-1.7341 5.25-0.62305 0.6123 4.7143 4.6377 4.7143-4.6377-0.62305-0.6123-4.0912 4.0254zm-1.4088 5.25v1.5h11v-1.5h-0.78571v0.75h-9.4286v-0.75z" color="#eff0f1" fill="#49cff1"/></svg>
--- a/eric6/icons/breeze-dark/vcsAdd.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsAdd.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsAddRemove.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsAddRemove.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-4.9512 2.25h4.1777a10 3.75 0 0 0 0.77344-0.44336v0.44336h1.25v-2.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="currentColor"/>
- <path d="m15 8v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/>
- <path class="ColorScheme-Text" d="m11 19v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-4.9512 2.25h4.1777a10 3.75 0 0 0 0.77344-0.44336v0.44336h1.25v-2.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="currentColor"/><path d="m15 8v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/><path class="ColorScheme-Text" d="m11 19v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsApplyChangegroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsApplyChangegroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#ffd42a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#ffd42a"/></svg>
--- a/eric6/icons/breeze-dark/vcsBranch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsBranch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m17 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/>
- <path d="m3.9599 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/>
- <path d="m18.04 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/>
-</svg>
+      }</style></defs><g fill="currentColor"><path class="ColorScheme-Text" d="m5 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m17 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m11 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/></g><path d="m3.9599 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/><path d="m18.04 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsChangesLists.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsChangesLists.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <g transform="translate(33 3.8471)">
-  <circle cx="-17" cy="12.153" r="5" fill="#ffc300" stroke-width="0"/>
-  <text x="-19.276423" y="16.00112" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-19.276423" y="16.00112" stroke-width=".271">?</tspan></text>
- </g>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><g transform="translate(33 3.8471)"><circle cx="-17" cy="12.153" r="5" fill="#ffc300" stroke-width="0"/><text x="-19.276423" y="16.00112" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-19.276423" y="16.00112" stroke-width=".271">?</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/vcsCheckout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsCheckout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsCommit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsCommit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m21 17.667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#ffd42a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m21 17.667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#ffd42a"/></svg>
--- a/eric6/icons/breeze-dark/vcsCreateChangegroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsCreateChangegroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-5.25h-1.9863a8.75 2.5 0 0 1-8.0137 1.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25zm9.75 11.787v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/>
- <path d="m16 1-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-5.25h-1.9863a8.75 2.5 0 0 1-8.0137 1.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25zm9.75 11.787v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/><path d="m16 1-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsDiff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsDiff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 7 3.5723v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-1.1797 1.25h2.4297v-1.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="currentColor"/>
- <path d="m9 7.0001v14h7.7143v-0.875h-6.8571v-12.25h6.8571v3.5h3.4286v5.25h0.85714v-6.1319l-3.4219-3.4931-0.0067 0.0085v-0.0085h-7.7143z" fill="#eff0f1"/>
- <path d="m16.714 20.581h3.8752v-3.9543" fill="none" stroke="#eff0f1" stroke-width=".82929px"/>
- <path d="m13 10.504v2.0991h-2v1.3994h2v2.0991h1.3333v-2.0991h2v-1.3994h-2v-2.0991z" fill="#5fd35f" stroke-width=".68299"/>
- <path d="m11 17.501v1.3994h5.3333v-1.3994z" fill="#ff2a2a" stroke-width=".68299"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 7 3.5723v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-1.1797 1.25h2.4297v-1.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="currentColor"/><path d="m9 7.0001v14h7.7143v-0.875h-6.8571v-12.25h6.8571v3.5h3.4286v5.25h0.85714v-6.1319l-3.4219-3.4931-0.0067 0.0085v-0.0085h-7.7143z" fill="#eff0f1"/><path d="m16.714 20.581h3.8752v-3.9543" fill="none" stroke="#eff0f1" stroke-width=".82929px"/><path d="m13 10.504v2.0991h-2v1.3994h2v2.0991h1.3333v-2.0991h2v-1.3994h-2v-2.0991z" fill="#5fd35f" stroke-width=".68299"/><path d="m11 17.501v1.3994h5.3333v-1.3994z" fill="#ff2a2a" stroke-width=".68299"/></svg>
--- a/eric6/icons/breeze-dark/vcsEditHistory.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsEditHistory.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.6973 2.25h1.2695a10 3.75 0 0 0-9.9668-3.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 5.5c-2.7614 0-5 2.2412-5 5.0059s2.2386 5.0059 5 5.0059 5-2.2412 5-5.0059-2.2386-5.0059-5-5.0059zm0 0.83432c2.3012 0 4.1667 1.8677 4.1667 4.1716s-1.8655 4.1716-4.1667 4.1716-4.1667-1.8677-4.1667-4.1716 1.8655-4.1716 4.1667-4.1716zm-0.83333 0.83432v4.1716h4.1667v-0.83432h-3.3333v-3.3373z" color="#eff0f1" fill="#ffc300"/>
- <path class="ColorScheme-Text" d="m18.599 12.991-5.599 5.6056v2.4039h2.401l5.599-5.6056zm-1.3659 2.3296 1.4401 1.4418-2.1159 2.1197v-0.45105l-0.67578 0.01433h-0.6901v-1.082l0.96094-0.96077zm-2.7174 2.7194v1.082h1.3516l0.01432 0.43541-0.72005 0.72221h-0.96094l-0.48047-0.48104v-0.96207z" color="#eff0f1" fill="#ffc300"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.6973 2.25h1.2695a10 3.75 0 0 0-9.9668-3.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 5.5c-2.7614 0-5 2.2412-5 5.0059s2.2386 5.0059 5 5.0059 5-2.2412 5-5.0059-2.2386-5.0059-5-5.0059zm0 0.83432c2.3012 0 4.1667 1.8677 4.1667 4.1716s-1.8655 4.1716-4.1667 4.1716-4.1667-1.8677-4.1667-4.1716 1.8655-4.1716 4.1667-4.1716zm-0.83333 0.83432v4.1716h4.1667v-0.83432h-3.3333v-3.3373z" color="#eff0f1" fill="#ffc300"/><path class="ColorScheme-Text" d="m18.599 12.991-5.599 5.6056v2.4039h2.401l5.599-5.6056zm-1.3659 2.3296 1.4401 1.4418-2.1159 2.1197v-0.45105l-0.67578 0.01433h-0.6901v-1.082l0.96094-0.96077zm-2.7174 2.7194v1.082h1.3516l0.01432 0.43541-0.72005 0.72221h-0.96094l-0.48047-0.48104v-0.96207z" color="#eff0f1" fill="#ffc300"/></svg>
--- a/eric6/icons/breeze-dark/vcsExport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsExport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsExportPatch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsExportPatch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m14.333 21v-3.3333h-3.3333v-3.3333h3.3333v-3.3333l6.6667 5-6.6667 5" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m14.333 21v-3.3333h-3.3333v-3.3333h3.3333v-3.3333l6.6667 5-6.6667 5" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsGraft.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsGraft.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsImportPatch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsImportPatch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m17.667 21v-3.3333h3.3333v-3.3333h-3.3333v-3.3333l-6.6667 5 6.6667 5" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m17.667 21v-3.3333h3.3333v-3.3333h-3.3333v-3.3333l-6.6667 5 6.6667 5" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsLock.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsLock.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <g transform="matrix(.71275 0 0 .75612 11.298 -773.67)" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"/>
- </g>
- <path d="m13.882 18.268v-1.8147h6.2365v3.6294h-6.2365z" fill="#ff2a2a" stroke-width="0"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><g transform="matrix(.71275 0 0 .75612 11.298 -773.67)" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"/></g><path d="m13.882 18.268v-1.8147h6.2365v3.6294h-6.2365z" fill="#ff2a2a" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-dark/vcsLog.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsLog.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#ffc300"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#ffc300"/></svg>
--- a/eric6/icons/breeze-dark/vcsLogin.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsLogin.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4277v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 4.75 1.6133v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m8.7222 9v3h-0.72222v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-3.6111v-3zm0.72222 0.75h6.5v2.25h-1.8112c-0.33979-0.47049-0.87248-0.74816-1.4388-0.75-0.56782 4.6e-4 -1.1023 0.27828-1.443 0.75h-1.807zm-0.72222 3h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33578-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4277v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 4.75 1.6133v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m8.7222 9v3h-0.72222v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-3.6111v-3zm0.72222 0.75h6.5v2.25h-1.8112c-0.33979-0.47049-0.87248-0.74816-1.4388-0.75-0.56782 4.6e-4 -1.1023 0.27828-1.443 0.75h-1.807zm-0.72222 3h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33578-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsLogout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsLogout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4316v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 4.75 1.6172v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v4.4434h1.25v-6.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m8 12v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-11.556zm0.72222 0.75h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33579-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4316v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 4.75 1.6172v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v4.4434h1.25v-6.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m8 12v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-11.556zm0.72222 0.75h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33579-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsMerge.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsMerge.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m17 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/>
- <path d="m8.7594 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/>
- <path d="m13.241 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/>
-</svg>
+      }</style></defs><g fill="currentColor"><path class="ColorScheme-Text" d="m5 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m17 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m11 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/></g><path d="m8.7594 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/><path d="m13.241 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsPreviewChangegroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsPreviewChangegroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5zm0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.575-0.26812 2.1875-0.70312l3.1641 3.2031 0.89844-0.89844-3.2031-3.1641c0.43506-0.61238 0.70312-1.3758 0.70312-2.1875 0-2.0775-1.6725-3.75-3.75-3.75z" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5zm0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.575-0.26812 2.1875-0.70312l3.1641 3.2031 0.89844-0.89844-3.2031-3.1641c0.43506-0.61238 0.70312-1.3758 0.70312-2.1875 0-2.0775-1.6725-3.75-3.75-3.75z" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsRebase.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsRebase.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsRemove.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsRemove.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.1934h1.25v-10.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 17v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.1934h1.25v-10.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m11 17v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsRepo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsRepo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/vcsRepoBrowser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsRepoBrowser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 7a6 2.25 0 0 0-6 2.25v7.5a6 2.25 0 0 0 6 2.25 6 2.25 0 0 0 6-2.25v-7.5a6 2.25 0 0 0-6-2.25zm0 0.75a5.25 1.5 0 0 1 5.25 1.5 5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5 5.25 1.5 0 0 1 5.25-1.5zm5.25 2.584v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166zm0 3.75v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166z" color="#eff0f1" fill="#ffc300"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m11 7a6 2.25 0 0 0-6 2.25v7.5a6 2.25 0 0 0 6 2.25 6 2.25 0 0 0 6-2.25v-7.5a6 2.25 0 0 0-6-2.25zm0 0.75a5.25 1.5 0 0 1 5.25 1.5 5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5 5.25 1.5 0 0 1 5.25-1.5zm5.25 2.584v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166zm0 3.75v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166z" color="#eff0f1" fill="#ffc300"/></svg>
--- a/eric6/icons/breeze-dark/vcsRevert.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsRevert.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m14.5 9-3.5 3.5 3.5 3.5 0.71875-0.71875-2.3125-2.2812h3.5938c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-1.5v1h1.5c2.4853 0 4.5-2.0147 4.5-4.5s-2.0147-4.5-4.5-4.5h-3.5938l2.3125-2.2812z" color="#eff0f1" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m14.5 9-3.5 3.5 3.5 3.5 0.71875-0.71875-2.3125-2.2812h3.5938c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-1.5v1h1.5c2.4853 0 4.5-2.0147 4.5-4.5s-2.0147-4.5-4.5-4.5h-3.5938l2.3125-2.2812z" color="#eff0f1" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-dark/vcsSbsDiff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsSbsDiff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m12.5 10a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm0-1a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1 1.4121v6.0879c0 1.105 0.895 2 2 2h1v1l2-1.5-2-1.5v1h-1c-0.552 0-1-0.448-1-1v-6.0879a1.5 1.5 0 0 0 1-1.4121 1.5 1.5 0 0 0-1.5-1.5z" color="#eff0f1" fill="#ffc300"/>
- <path d="m19.5 19a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm-2.5-10-2 1.5 2 1.5v-1h1c0.552 0 1 0.448 1 1v6.0879a1.5 1.5 0 0 0-1 1.4121 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1-1.4121v-6.0879c0-1.105-0.895-2-2-2h-1z" color="#eff0f1" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m12.5 10a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm0-1a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1 1.4121v6.0879c0 1.105 0.895 2 2 2h1v1l2-1.5-2-1.5v1h-1c-0.552 0-1-0.448-1-1v-6.0879a1.5 1.5 0 0 0 1-1.4121 1.5 1.5 0 0 0-1.5-1.5z" color="#eff0f1" fill="#ffc300"/><path d="m19.5 19a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm-2.5-10-2 1.5 2 1.5v-1h1c0.552 0 1 0.448 1 1v6.0879a1.5 1.5 0 0 0-1 1.4121 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1-1.4121v-6.0879c0-1.105-0.895-2-2-2h-1z" color="#eff0f1" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsStatus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsStatus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <circle cx="16" cy="16" r="5" fill="#87de87" stroke-width="0"/>
- <text x="13.723577" y="19.848238" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="13.723577" y="19.848238" stroke-width=".271">?</tspan></text>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><circle cx="16" cy="16" r="5" fill="#87de87" stroke-width="0"/><text x="13.723577" y="19.848238" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="13.723577" y="19.848238" stroke-width=".271">?</tspan></text></svg>
--- a/eric6/icons/breeze-dark/vcsSummary.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsSummary.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m10.966 11.604 2.3092 4.7085-2.3092 4.7085h9.237v-2.3543h-0.57731v1.7657h-7.5411l1.9123-4.12-1.9845-4.12h7.6133v1.7657h0.57731v-2.3543h-8.9483z" color="#eff0f1" fill="#ffc300" stroke="#ffc300" stroke-width=".58291"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m10.966 11.604 2.3092 4.7085-2.3092 4.7085h9.237v-2.3543h-0.57731v1.7657h-7.5411l1.9123-4.12-1.9845-4.12h7.6133v1.7657h0.57731v-2.3543h-8.9483z" color="#eff0f1" fill="#ffc300" stroke="#ffc300" stroke-width=".58291"/></svg>
--- a/eric6/icons/breeze-dark/vcsSwitch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsSwitch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path d="m9.3334 16v-3.3333h-3.3334v-3.3333h3.3334v-3.3333l6.6666 5-6.6666 5" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path d="m9.3334 16v-3.3333h-3.3334v-3.3333h3.3334v-3.3333l6.6666 5-6.6666 5" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsTag.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsTag.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/></svg>
--- a/eric6/icons/breeze-dark/vcsTagGlobal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsTagGlobal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/>
- <path d="m21 7.6667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/><path d="m21 7.6667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsTagLocal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsTagLocal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/>
- <path d="m21 4.3333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/><path d="m21 4.3333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsTransplant.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsTransplant.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/>
- <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/><path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-dark/vcsUnlock.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsUnlock.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m17 11.408c-1.1902 0-2.1551 1.0279-2.1551 2.2959v0.7653h0.71836v-0.7653c0-0.84533 0.64324-1.5306 1.4367-1.5306 0.79348 0 1.4367 0.68528 1.4367 1.5306v2.2959h-5.0285v4.5918h7.1836v-4.5918h-1.4367v-2.2959c0-1.268-0.96486-2.2959-2.1551-2.2959zm-2.8734 5.3571h5.7469v3.0612h-5.7469z" color="#eff0f1" fill="#5fd35f" stroke="#5fd35f" stroke-width=".816"/>
- <path d="m13.568 18.304v-1.8147h6.2365v3.6294h-6.2365z" fill="#5fd35f" stroke-width="0"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m17 11.408c-1.1902 0-2.1551 1.0279-2.1551 2.2959v0.7653h0.71836v-0.7653c0-0.84533 0.64324-1.5306 1.4367-1.5306 0.79348 0 1.4367 0.68528 1.4367 1.5306v2.2959h-5.0285v4.5918h7.1836v-4.5918h-1.4367v-2.2959c0-1.268-0.96486-2.2959-2.1551-2.2959zm-2.8734 5.3571h5.7469v3.0612h-5.7469z" color="#eff0f1" fill="#5fd35f" stroke="#5fd35f" stroke-width=".816"/><path d="m13.568 18.304v-1.8147h6.2365v3.6294h-6.2365z" fill="#5fd35f" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-dark/vcsUpdate.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/vcsUpdate.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ffd42a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/><path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ffd42a"/></svg>
--- a/eric6/icons/breeze-dark/viewProfileDebug.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/viewProfileDebug.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/>
- <path d="m15.202 18.138c-0.07511-0.02999-1.2406-1.1552-2.59-2.5004l-2.4534-2.4459-0.34085 0.13767c-0.18746 0.075727-0.52546 0.16638-0.7511 0.20146-1.1435 0.17778-2.4525-0.54012-2.9675-1.6276-0.22364-0.47216-0.33086-1.0926-0.26366-1.5256l0.043203-0.27836 2.1986 2.1668 2.1715-2.1715-1.067-1.0994c-0.58688-0.60465-1.053-1.1134-1.0358-1.1306 0.070065-0.07007 0.99143-0.02624 1.2996 0.06181 1.3575 0.38783 2.2839 1.7628 2.0905 3.1028-0.03404 0.23589-0.12096 0.5741-0.19314 0.75158l-0.13124 0.32268 2.4048 2.4259c1.3227 1.3342 2.4476 2.5085 2.4998 2.6095 0.1751 0.33861-0.04357 0.81369-0.45333 0.9849-0.2094 0.08749-0.27294 0.08948-0.46106 0.01436zm0.22843 0.83443c0.20138-0.0029 0.40011-0.0464 0.58422-0.1282 0.18411-0.08179 0.34979-0.20008 0.48706-0.34768 0.26711-0.24375 0.43277-0.57929 0.46398-0.93988 0.03543-0.37272-0.07247-0.74493-0.30166-1.0406-1.0293-1.0875-3.0594-3.1212-4.5361-4.5695 0.3142-0.85118 0.29952-1.7893-0.04117-2.6302-0.28015-0.69966-0.77836-1.29-1.4205-1.6831-0.50372-0.33418-1.0827-0.53727-1.6845-0.59087-0.60182-0.05359-1.2074 0.04398-1.7621 0.28391l-0.52649 0.22844 2.445 2.5223-1.0705 1.0755-2.5116-2.4588-0.22805 0.52905c-0.19222 0.44603-0.29417 0.92587-0.29989 1.4117-0.00573 0.4858 0.084888 0.96791 0.26662 1.4184 0.18019 0.4454 0.44783 0.84999 0.78705 1.1898 0.19222 0.18843 0.40466 0.35495 0.63348 0.49653 0.47342 0.31672 1.0151 0.51637 1.5805 0.58256 0.56548 0.06618 1.1385-3e-3 1.6721-0.20184 0.93667 0.95181 3.2748 3.3099 4.5377 4.4909 0.25333 0.2305 0.5826 0.3593 0.9248 0.3617zm-6.7721-11.151c0.56121-0.0014 1.1101 0.16423 1.5772 0.4759 0.18214 0.1114 0.35131 0.24283 0.50436 0.39182 0.40704 0.41104 0.67888 0.93691 0.77908 1.5071 0.1002 0.5702 0.02396 1.1575-0.2185 1.683l-0.11561 0.25381 0.19874 0.19432c1.483 1.4499 3.6422 3.6066 4.6802 4.7043 0.09242 0.13786 0.13196 0.30452 0.11128 0.46921-0.02066 0.16478-0.10013 0.31648-0.22372 0.42708-0.07122 0.07949-0.15801 0.1435-0.25496 0.18794-0.08545 0.03871-0.17782 0.05974-0.27158 0.06188-0.1424-0.0036-0.27874-0.05855-0.38401-0.15461-1.3421-1.2548-3.9351-3.8786-4.696-4.6496l-0.19557-0.1975-0.25179 0.11501c-0.43832 0.20468-0.922 0.29231-1.4041 0.25437-0.48212-0.037935-0.94625-0.20016-1.3473-0.4709-0.18249-0.11271-0.35168-0.24575-0.50431-0.39659-0.26431-0.26402-0.47317-0.57836-0.61436-0.9245-0.14111-0.34613-0.21167-0.71707-0.20758-1.091 0-0.18432 0.018263-0.36819 0.054693-0.54888l2.1988 2.1495 2.1766-2.1773-2.1457-2.2129c0.18258-0.03556 0.36823-0.05283 0.55422-0.05155z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".055673"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/><path d="m15.202 18.138c-0.07511-0.02999-1.2406-1.1552-2.59-2.5004l-2.4534-2.4459-0.34085 0.13767c-0.18746 0.075727-0.52546 0.16638-0.7511 0.20146-1.1435 0.17778-2.4525-0.54012-2.9675-1.6276-0.22364-0.47216-0.33086-1.0926-0.26366-1.5256l0.043203-0.27836 2.1986 2.1668 2.1715-2.1715-1.067-1.0994c-0.58688-0.60465-1.053-1.1134-1.0358-1.1306 0.070065-0.07007 0.99143-0.02624 1.2996 0.06181 1.3575 0.38783 2.2839 1.7628 2.0905 3.1028-0.03404 0.23589-0.12096 0.5741-0.19314 0.75158l-0.13124 0.32268 2.4048 2.4259c1.3227 1.3342 2.4476 2.5085 2.4998 2.6095 0.1751 0.33861-0.04357 0.81369-0.45333 0.9849-0.2094 0.08749-0.27294 0.08948-0.46106 0.01436zm0.22843 0.83443c0.20138-0.0029 0.40011-0.0464 0.58422-0.1282 0.18411-0.08179 0.34979-0.20008 0.48706-0.34768 0.26711-0.24375 0.43277-0.57929 0.46398-0.93988 0.03543-0.37272-0.07247-0.74493-0.30166-1.0406-1.0293-1.0875-3.0594-3.1212-4.5361-4.5695 0.3142-0.85118 0.29952-1.7893-0.04117-2.6302-0.28015-0.69966-0.77836-1.29-1.4205-1.6831-0.50372-0.33418-1.0827-0.53727-1.6845-0.59087-0.60182-0.05359-1.2074 0.04398-1.7621 0.28391l-0.52649 0.22844 2.445 2.5223-1.0705 1.0755-2.5116-2.4588-0.22805 0.52905c-0.19222 0.44603-0.29417 0.92587-0.29989 1.4117-0.00573 0.4858 0.084888 0.96791 0.26662 1.4184 0.18019 0.4454 0.44783 0.84999 0.78705 1.1898 0.19222 0.18843 0.40466 0.35495 0.63348 0.49653 0.47342 0.31672 1.0151 0.51637 1.5805 0.58256 0.56548 0.06618 1.1385-3e-3 1.6721-0.20184 0.93667 0.95181 3.2748 3.3099 4.5377 4.4909 0.25333 0.2305 0.5826 0.3593 0.9248 0.3617zm-6.7721-11.151c0.56121-0.0014 1.1101 0.16423 1.5772 0.4759 0.18214 0.1114 0.35131 0.24283 0.50436 0.39182 0.40704 0.41104 0.67888 0.93691 0.77908 1.5071 0.1002 0.5702 0.02396 1.1575-0.2185 1.683l-0.11561 0.25381 0.19874 0.19432c1.483 1.4499 3.6422 3.6066 4.6802 4.7043 0.09242 0.13786 0.13196 0.30452 0.11128 0.46921-0.02066 0.16478-0.10013 0.31648-0.22372 0.42708-0.07122 0.07949-0.15801 0.1435-0.25496 0.18794-0.08545 0.03871-0.17782 0.05974-0.27158 0.06188-0.1424-0.0036-0.27874-0.05855-0.38401-0.15461-1.3421-1.2548-3.9351-3.8786-4.696-4.6496l-0.19557-0.1975-0.25179 0.11501c-0.43832 0.20468-0.922 0.29231-1.4041 0.25437-0.48212-0.037935-0.94625-0.20016-1.3473-0.4709-0.18249-0.11271-0.35168-0.24575-0.50431-0.39659-0.26431-0.26402-0.47317-0.57836-0.61436-0.9245-0.14111-0.34613-0.21167-0.71707-0.20758-1.091 0-0.18432 0.018263-0.36819 0.054693-0.54888l2.1988 2.1495 2.1766-2.1773-2.1457-2.2129c0.18258-0.03556 0.36823-0.05283 0.55422-0.05155z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".055673"/></svg>
--- a/eric6/icons/breeze-dark/viewProfileEdit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/viewProfileEdit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m13.398 7-8.3984 8.3984v3.6016h3.6016l8.3984-8.3984zm-2.0488 3.4902 2.1602 2.1602-3.1738 3.1758v-0.67578l-1.0137 0.02148h-1.0352v-1.6211l1.4414-1.4395zm-4.0762 4.0742v1.6211h2.0273l0.021484 0.65234-1.0801 1.082h-1.4414l-0.7207-0.7207v-1.4414z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m13.398 7-8.3984 8.3984v3.6016h3.6016l8.3984-8.3984zm-2.0488 3.4902 2.1602 2.1602-3.1738 3.1758v-0.67578l-1.0137 0.02148h-1.0352v-1.6211l1.4414-1.4395zm-4.0762 4.0742v1.6211h2.0273l0.021484 0.65234-1.0801 1.082h-1.4414l-0.7207-0.7207v-1.4414z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/virtualenv.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/virtualenv.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-dark/virtualenvConfig.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/virtualenvConfig.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path d="m15 10c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5 2.2386-5 5-5zm0-1c-3.3137 0-6 2.6863-6 6s2.6863 6 6 6 6-2.6863 6-6-2.6863-6-6-6z" color="#eff0f1" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m14.673 11.4v3.2683h-3.2727v0.65315h3.2727v3.2785h0.65454v-3.2785h3.2727v-0.65315h-3.2727v-3.2683z" fill="#eff0f1" stroke="#eff0f1"/>
- <path d="m13.839 19.87c-0.93914-0.24064-1.6633-0.64934-2.348-1.3251-1.0023-0.9893-1.4752-2.1294-1.4752-3.5567 0-3.7824 3.9748-6.1595 7.3497-4.3954 0.62662 0.32753 1.5818 1.237 1.9395 1.8467 0.8584 1.4631 0.92332 3.2936 0.16987 4.7898-0.6125 1.2163-1.6352 2.0931-2.9663 2.5431-0.71943 0.24323-1.9287 0.28745-2.6696 0.0976zm1.9928-2.4264 0.01763-1.6314 3.2629-0.03526v-1.5797h-3.2958v-3.2958h-1.6479v3.2958h-3.2299v1.582h3.2299v3.2958h1.6456z" fill="#4d4d4d" stroke="#eff0f1" stroke-width=".065917"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path d="m15 10c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5 2.2386-5 5-5zm0-1c-3.3137 0-6 2.6863-6 6s2.6863 6 6 6 6-2.6863 6-6-2.6863-6-6-6z" color="#eff0f1" fill="currentColor"/><path class="ColorScheme-Text" d="m14.673 11.4v3.2683h-3.2727v0.65315h3.2727v3.2785h0.65454v-3.2785h3.2727v-0.65315h-3.2727v-3.2683z" fill="#eff0f1" stroke="#eff0f1"/><path d="m13.839 19.87c-0.93914-0.24064-1.6633-0.64934-2.348-1.3251-1.0023-0.9893-1.4752-2.1294-1.4752-3.5567 0-3.7824 3.9748-6.1595 7.3497-4.3954 0.62662 0.32753 1.5818 1.237 1.9395 1.8467 0.8584 1.4631 0.92332 3.2936 0.16987 4.7898-0.6125 1.2163-1.6352 2.0931-2.9663 2.5431-0.71943 0.24323-1.9287 0.28745-2.6696 0.0976zm1.9928-2.4264 0.01763-1.6314 3.2629-0.03526v-1.5797h-3.2958v-3.2958h-1.6479v3.2958h-3.2299v1.582h3.2299v3.2958h1.6456z" fill="#4d4d4d" stroke="#eff0f1" stroke-width=".065917"/></svg>
--- a/eric6/icons/breeze-dark/virustotal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/virustotal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.4069 1.6341-1.0339 0.81345 10.665 8.3906-10.665 8.3906 1.0339 0.81345 11.699-9.2041-11.699-9.2041" color="#eff0f1" fill="#eff0f1" stroke="#eff0f1" stroke-width="1.2971"/>
- <rect x="1.5001" y="1.5001" width="19" height="19" fill="none" stroke="#eff0f1" stroke-width="1.0002"/>
- <path d="m2.0035 19.993c-0.00855-0.0085-0.015537-0.06684-0.015537-0.12954v-0.114l0.13881 0.10681c0.076347 0.05875 0.14513 0.11704 0.15286 0.12954 0.015795 0.02556-0.25083 0.0325-0.27613 0.0072z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".023305"/>
- <path d="m2.016 10.839c0-7.8083 3.952e-4 -7.8416 0.092373-7.7779 0.22157 0.15339 9.8764 7.757 9.8763 7.7779-1.75e-4 0.02076-9.6504 7.6203-9.8768 7.7779-0.091251 0.06355-0.091826 0.01482-0.091826-7.7779z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/>
- <path d="m4.6272 19.911c0.063506-0.06055 2.4332-1.9314 5.2659-4.1575s5.3974-4.2433 5.6993-4.4828l0.54891-0.43535-5.4896-4.3154c-3.0193-2.3735-5.5415-4.3653-5.6051-4.4262l-0.11547-0.11081h15.076v18.038h-15.496z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/>
-</svg>
+      }</style></defs><g stroke="#eff0f1"><path class="ColorScheme-Text" d="m3.4069 1.6341-1.0339 0.81345 10.665 8.3906-10.665 8.3906 1.0339 0.81345 11.699-9.2041-11.699-9.2041" color="#eff0f1" fill="#eff0f1" stroke-width="1.2971"/><rect x="1.5001" y="1.5001" width="19" height="19" fill="none" stroke-width="1.0002"/><path d="m2.0035 19.993c-0.00855-0.0085-0.015537-0.06684-0.015537-0.12954v-0.114l0.13881 0.10681c0.076347 0.05875 0.14513 0.11704 0.15286 0.12954 0.015795 0.02556-0.25083 0.0325-0.27613 0.0072z" fill="#eff0f1" stroke-width=".023305"/><path d="m2.016 10.839c0-7.8083 3.952e-4 -7.8416 0.092373-7.7779 0.22157 0.15339 9.8764 7.757 9.8763 7.7779-1.75e-4 0.02076-9.6504 7.6203-9.8768 7.7779-0.091251 0.06355-0.091826 0.01482-0.091826-7.7779z" fill="#0cf" stroke-width=".04661"/><path d="m4.6272 19.911c0.063506-0.06055 2.4332-1.9314 5.2659-4.1575s5.3974-4.2433 5.6993-4.4828l0.54891-0.43535-5.4896-4.3154c-3.0193-2.3735-5.5415-4.3653-5.6051-4.4262l-0.11547-0.11081h15.076v18.038h-15.496z" fill="#0cf" stroke-width=".04661"/></g></svg>
--- a/eric6/icons/breeze-dark/w3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/w3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.042001 0 0 .04325 .24733 21.121)" fill="#eff0f1">
-  <path d="m127.49-220.23-48.599-197.95-60.969-0.348 3.175 9.329 83.753 307 11.838 43.52h27.023l10.926-44.094 36.035-145.59-21.136-91.156-4.792-16.702-35.85 138.05z"/>
-  <path d="m210.44-328.39-44.636-11.049 24.863 91.075z"/>
-  <path d="m253.56-224.36-50.002-193.81-59.976-0.799 2.59 7.434 19.641 72.09 24.863 91.075 39.239 143.87 12.472 45.824h25.241l11.961-46.162 66.806-257.3 65.024-0.543-74.219 132.06 39.946 3.318c1.894 0.185 49.971 5.253 61.584 45.496 8.817 30.464 2.775 57.385-16.077 72.11-14.428 11.223-33.382 12.36-49.5 2.98-13.538-7.895-15.637-16.691-19.19-31.293-0.553-2.263-1.106-4.608-1.741-6.994l-49.756 13.138c0.543 1.874 0.993 3.861 1.505 6 4.311 17.776 10.793 44.667 43.213 63.56 34.181 19.906 76.196 17.244 107.09-6.82 35.502-27.678 48.538-76.329 33.925-126.94-12.298-42.66-44.319-63.386-70.134-73.4 0 0-19.292-7.475 0 0l63.385-112.8-1.874-35.901-173.3 0.656-51.353 195.2z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.042001 0 0 .04325 .24733 21.121)" fill="#eff0f1"><path d="m127.49-220.23-48.599-197.95-60.969-0.348 3.175 9.329 83.753 307 11.838 43.52h27.023l10.926-44.094 36.035-145.59-21.136-91.156-4.792-16.702-35.85 138.05z"/><path d="m210.44-328.39-44.636-11.049 24.863 91.075z"/><path d="m253.56-224.36-50.002-193.81-59.976-0.799 2.59 7.434 19.641 72.09 24.863 91.075 39.239 143.87 12.472 45.824h25.241l11.961-46.162 66.806-257.3 65.024-0.543-74.219 132.06 39.946 3.318c1.894 0.185 49.971 5.253 61.584 45.496 8.817 30.464 2.775 57.385-16.077 72.11-14.428 11.223-33.382 12.36-49.5 2.98-13.538-7.895-15.637-16.691-19.19-31.293-0.553-2.263-1.106-4.608-1.741-6.994l-49.756 13.138c0.543 1.874 0.993 3.861 1.505 6 4.311 17.776 10.793 44.667 43.213 63.56 34.181 19.906 76.196 17.244 107.09-6.82 35.502-27.678 48.538-76.329 33.925-126.94-12.298-42.66-44.319-63.386-70.134-73.4 0 0-19.292-7.475 0 0l63.385-112.8-1.874-35.901-173.3 0.656-51.353 195.2z"/></g></svg>
--- a/eric6/icons/breeze-dark/warning.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/warning.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -292.77)">
-  <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 239.68)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <rect x="1.8802" y="293.99" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/>
-  <rect x="1.883" y="295.97" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/>
- </g>
-</svg>
+<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -292.77)"><path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 239.68)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><rect x="1.8802" y="293.99" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/><rect x="1.883" y="295.97" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/></g></svg>
--- a/eric6/icons/breeze-dark/warning22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/warning22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/>
-   <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/><rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/></g></g></svg>
--- a/eric6/icons/breeze-dark/warningNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/warningNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path class="ColorScheme-Text" d="m4.3408 291.97-0.10742 0.18707 1.1081 1.9296-1.1081 1.9296 0.10742 0.18707 0.93061-1.6206 0.28488-0.49609-1.2155-2.1167" color="#eff0f1" fill="#eff0f1"/>
-  <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <rect x="1.8802" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/>
-  <rect x="1.883" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path class="ColorScheme-Text" d="m4.3408 291.97-0.10742 0.18707 1.1081 1.9296-1.1081 1.9296 0.10742 0.18707 0.93061-1.6206 0.28488-0.49609-1.2155-2.1167" color="#eff0f1" fill="#eff0f1"/><path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><rect x="1.8802" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/><rect x="1.883" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/></g></svg>
--- a/eric6/icons/breeze-dark/warningPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/warningPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path class="ColorScheme-Text" d="m1.4801 291.97 0.10742 0.18707-1.1081 1.9296 0.17746 0.30902 0.93061 1.6206-0.10742 0.18707-1.2155-2.1167 1.2155-2.1167" color="#eff0f1" fill="#eff0f1"/>
-  <path transform="matrix(.16728 .0021829 -.0018908 .19313 2.433 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <rect x="3.4677" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/>
-  <rect x="3.4705" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path class="ColorScheme-Text" d="m1.4801 291.97 0.10742 0.18707-1.1081 1.9296 0.17746 0.30902 0.93061 1.6206-0.10742 0.18707-1.2155-2.1167 1.2155-2.1167" color="#eff0f1" fill="#eff0f1"/><path transform="matrix(.16728 .0021829 -.0018908 .19313 2.433 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><rect x="3.4677" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/><rect x="3.4705" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/></g></svg>
--- a/eric6/icons/breeze-dark/watchpoints.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/watchpoints.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path class="ColorScheme-Text" d="m1.4549 292.5a1.36 3.175 0 0 0-1.1903 1.6468c0.019487 0.12766 0.053986 0.23891 0.09917 0.3204a1.2089 2.8222 0 0 1 1.0912-1.6144 0.60446 1.4111 0 0 0-0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446-1.4111 0.60446 1.4111 0 0 0-0.55163-1.4049 1.2089 2.8222 0 0 1 1.0383 1.6082c0.045531-0.0827 0.080417-0.19258 0.09976-0.32383a1.36 3.175 0 0 0-1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 1 0.45335 1.0583 0.45335 1.0583 0 0 1-0.45335 1.0584 0.45335 1.0583 0 0 1-0.45335-1.0584 0.45335 1.0583 0 0 1 0.45335-1.0583z" fill="#eff0f1"/>
-  <path d="m1.4549 293.56a0.30223 0.70556 0 0 0-0.30223 0.70555 0.30223 0.70556 0 0 0 0.30223 0.70556 0.30223 0.70556 0 0 0 0.30223-0.70556 0.30223 0.70556 0 0 0-0.013577-0.2073 0.15112 0.35278 0 0 1-0.13754 0.2073 0.15112 0.35278 0 0 1-0.15112-0.35278 0.15112 0.35278 0 0 1 0.089135-0.32109 0.30223 0.70556 0 0 0-0.089135-0.0318" fill="#da4453" stroke-width=".23089"/>
-  <path class="ColorScheme-Text" d="m4.3659 292.5a1.36 3.175 0 0 1 1.1903 1.6468c-0.019487 0.12766-0.053986 0.23891-0.09917 0.3204a1.2089 2.8222 0 0 0-1.0912-1.6144 0.60446 1.4111 0 0 1 0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446-1.4111 0.60446 1.4111 0 0 1 0.55163-1.4049 1.2089 2.8222 0 0 0-1.0383 1.6082c-0.045531-0.08263-0.080417-0.19258-0.09976-0.32383a1.36 3.175 0 0 1 1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 0-0.45335 1.0583 0.45335 1.0583 0 0 0 0.45335 1.0584 0.45335 1.0583 0 0 0 0.45335-1.0584 0.45335 1.0583 0 0 0-0.45335-1.0583z" fill="#eff0f1"/>
-  <path d="m4.3659 293.56a0.30223 0.70556 0 0 1 0.30223 0.70555 0.30223 0.70556 0 0 1-0.30223 0.70556 0.30223 0.70556 0 0 1-0.30223-0.70556 0.30223 0.70556 0 0 1 0.013577-0.2073 0.15112 0.35278 0 0 0 0.13754 0.2073 0.15112 0.35278 0 0 0 0.15112-0.35278 0.15112 0.35278 0 0 0-0.089135-0.32109 0.30223 0.70556 0 0 1 0.089135-0.0318" fill="#da4453" stroke-width=".23089"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path class="ColorScheme-Text" d="m1.4549 292.5a1.36 3.175 0 0 0-1.1903 1.6468c0.019487 0.12766 0.053986 0.23891 0.09917 0.3204a1.2089 2.8222 0 0 1 1.0912-1.6144 0.60446 1.4111 0 0 0-0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446-1.4111 0.60446 1.4111 0 0 0-0.55163-1.4049 1.2089 2.8222 0 0 1 1.0383 1.6082c0.045531-0.0827 0.080417-0.19258 0.09976-0.32383a1.36 3.175 0 0 0-1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 1 0.45335 1.0583 0.45335 1.0583 0 0 1-0.45335 1.0584 0.45335 1.0583 0 0 1-0.45335-1.0584 0.45335 1.0583 0 0 1 0.45335-1.0583z" fill="#eff0f1"/><path d="m1.4549 293.56a0.30223 0.70556 0 0 0-0.30223 0.70555 0.30223 0.70556 0 0 0 0.30223 0.70556 0.30223 0.70556 0 0 0 0.30223-0.70556 0.30223 0.70556 0 0 0-0.013577-0.2073 0.15112 0.35278 0 0 1-0.13754 0.2073 0.15112 0.35278 0 0 1-0.15112-0.35278 0.15112 0.35278 0 0 1 0.089135-0.32109 0.30223 0.70556 0 0 0-0.089135-0.0318" fill="#da4453" stroke-width=".23089"/><path class="ColorScheme-Text" d="m4.3659 292.5a1.36 3.175 0 0 1 1.1903 1.6468c-0.019487 0.12766-0.053986 0.23891-0.09917 0.3204a1.2089 2.8222 0 0 0-1.0912-1.6144 0.60446 1.4111 0 0 1 0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446-1.4111 0.60446 1.4111 0 0 1 0.55163-1.4049 1.2089 2.8222 0 0 0-1.0383 1.6082c-0.045531-0.08263-0.080417-0.19258-0.09976-0.32383a1.36 3.175 0 0 1 1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 0-0.45335 1.0583 0.45335 1.0583 0 0 0 0.45335 1.0584 0.45335 1.0583 0 0 0 0.45335-1.0584 0.45335 1.0583 0 0 0-0.45335-1.0583z" fill="#eff0f1"/><path d="m4.3659 293.56a0.30223 0.70556 0 0 1 0.30223 0.70555 0.30223 0.70556 0 0 1-0.30223 0.70556 0.30223 0.70556 0 0 1-0.30223-0.70556 0.30223 0.70556 0 0 1 0.013577-0.2073 0.15112 0.35278 0 0 0 0.13754 0.2073 0.15112 0.35278 0 0 0 0.15112-0.35278 0.15112 0.35278 0 0 0-0.089135-0.32109 0.30223 0.70556 0 0 1 0.089135-0.0318" fill="#da4453" stroke-width=".23089"/></g></svg>
--- a/eric6/icons/breeze-dark/webInspector.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/webInspector.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#ffc300">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#ffc300"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-dark/webSearch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/webSearch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <circle cx="8.5" cy="8.75" r="6.5" fill="url(#b)" stroke-width=".325"/>
- <path d="m8.5 2.25a6.5 6.5 0 0 0-6.4675 5.85h0.9425l0.975 0.975 0.65 0.325 3.5649 5.8337a6.5 6.5 0 0 0 0.33507 0.01625 6.5 6.5 0 0 0 6.5-6.5 6.5 6.5 0 0 0-6.5-6.5z" fill="url(#c)" opacity=".2" stroke-width=".325"/>
- <path d="m14.54 6.3557-2.1404 3.0443 2.0199 2.0199a6.5 6.5 0 0 0 0.58012-2.6699 6.5 6.5 0 0 0-0.442-2.3549 6.5 6.5 0 0 0-0.01755-0.039325z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".325"/>
- <path d="m8.5 2.25a6.5 6.5 0 0 0-0.61815 0.03575 6.5 6.5 0 0 0-0.08255 0.00975 6.5 6.5 0 0 0-1.0462 0.20702v-0.013a6.5 6.5 0 0 0-3.1525 1.9955h0.00325a6.5 6.5 0 0 0-1.1635 1.9321l0.53462-0.26715h1.3v0.325l0.325 0.325v-0.65l0.65-0.65h0.325v-0.325l0.325-0.325 0.65-0.325 0.325-0.325 0.65-0.325v0.325l0.65-0.325h-0.325v-0.325l-0.325-0.325h1.3l-0.325 0.325 0.975 0.325-0.325-0.65v-0.65l-0.30778-0.30778a6.5 6.5 0 0 0-0.34222-0.017225zm4.875 2.2132v0.71175h0.54958a6.5 6.5 0 0 0-0.54958-0.71175zm-9.0798 0.021775h0.019825l-0.039975 0.039975 0.020475-0.039975zm9.7578 0.89765-0.35295 0.11732-0.65 0.325v0.325l-0.65 0.65-0.325 0.65v1.3l0.325 0.65 0.65 0.325 0.325 0.325 1.533-0.25513a6.5 6.5 0 0 0 6.5e-4 -0.00715 6.5 6.5 0 0 0 0.06793-0.5694 6.5 6.5 0 0 0 0.0234-0.46832 6.5 6.5 0 0 0-0.02925-0.5655 6.5 6.5 0 0 0-0.03153-0.26292 6.5 6.5 0 0 0-0.06175-0.40105 6.5 6.5 0 0 0-0.04387-0.19435 6.5 6.5 0 0 0-0.11602-0.45305 6.5 6.5 0 0 0-0.04713-0.1404 6.5 6.5 0 0 0-0.17517-0.47872 6.5 6.5 0 0 0-0.0481-0.10725 6.5 6.5 0 0 0-0.2405-0.49563 6.5 6.5 0 0 0-0.15372-0.26845zm-11.078 2.0673-0.325 0.325h-0.325l-0.21125-0.21125a6.5 6.5 0 0 0 0 0.00163 6.5 6.5 0 0 0-0.08645 0.64252 6.5 6.5 0 0 0-6.5e-4 0.00975l0.62335 0.20735 0.65 0.325 0.65 0.65h0.65v0.65l-0.325 0.325-0.325 0.65v0.325l0.65 0.65 0.325 0.65 0.325 0.325 0.65 0.325v1.404a6.5 6.5 0 0 0 0.00195 6.5e-4 6.5 6.5 0 0 0 0.55152 0.20962 6.5 6.5 0 0 0 0.0624 0.0221 6.5 6.5 0 0 0 0.49172 0.1326 6.5 6.5 0 0 0 0.14658 0.0377 6.5 6.5 0 0 0 0.429 0.0702 6.5 6.5 0 0 0 0.221 0.0338 6.5 6.5 0 0 0 0.37375 0.0234 6.5 6.5 0 0 0 0.32207 0.01593 6.5 6.5 0 0 0 0.33085-0.01203l0.31915-0.63798v-0.325l0.65-0.325 0.325-0.325 0.325-1.3 0.325-0.325v-0.65l-0.65-0.325h-0.325l-0.65-0.325h-0.325l-0.325-0.65-0.325-0.325h-0.65l-0.65-0.65h-0.65l-0.975-0.325-0.325 0.65-0.65-0.325h-0.325v-0.65l-0.65-0.325 0.325-0.65z" fill="url(#d)" stroke-width=".325"/>
- <path d="m2.0166 8.5875c-0.0013 0.05525-0.016575 0.10692-0.016575 0.1625 0 3.601 2.899 6.5 6.5 6.5s6.5-2.899 6.5-6.5c0-0.055575-0.01528-0.10725-0.01658-0.1625-0.0097 0.39195-0.03932 0.77935-0.11505 1.1508a6.4642 6.4642 0 0 1-1.7683 3.2867 6.4837 6.4837 0 0 1-2.0654 1.3907 6.4405 6.4405 0 0 1-1.2213 0.37765 6.5663 6.5663 0 0 1-1.313 0.1313c-0.45012 0-0.88952-0.04518-1.313-0.1313a6.4642 6.4642 0 0 1-3.2867-1.7683 6.4837 6.4837 0 0 1-1.3907-2.0654 6.4405 6.4405 0 0 1-0.37765-1.2214c-0.075725-0.37147-0.10498-0.75887-0.11505-1.1508" opacity=".2" stroke-width=".325"/>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><g stroke-width=".325"><circle cx="8.5" cy="8.75" r="6.5" fill="url(#h)"/><path d="m8.5 2.25a6.5 6.5 0 0 0-6.4675 5.85h0.9425l0.975 0.975 0.65 0.325 3.5649 5.8337a6.5 6.5 0 0 0 0.33507 0.01625 6.5 6.5 0 0 0 6.5-6.5 6.5 6.5 0 0 0-6.5-6.5z" fill="url(#g)" opacity=".2"/><path d="m14.54 6.3557-2.1404 3.0443 2.0199 2.0199a6.5 6.5 0 0 0 0.58012-2.6699 6.5 6.5 0 0 0-0.442-2.3549 6.5 6.5 0 0 0-0.01755-0.039325z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m8.5 2.25a6.5 6.5 0 0 0-0.61815 0.03575 6.5 6.5 0 0 0-0.08255 0.00975 6.5 6.5 0 0 0-1.0462 0.20702v-0.013a6.5 6.5 0 0 0-3.1525 1.9955h0.00325a6.5 6.5 0 0 0-1.1635 1.9321l0.53462-0.26715h1.3v0.325l0.325 0.325v-0.65l0.65-0.65h0.325v-0.325l0.325-0.325 0.65-0.325 0.325-0.325 0.65-0.325v0.325l0.65-0.325h-0.325v-0.325l-0.325-0.325h1.3l-0.325 0.325 0.975 0.325-0.325-0.65v-0.65l-0.30778-0.30778a6.5 6.5 0 0 0-0.34222-0.017225zm4.875 2.2132v0.71175h0.54958a6.5 6.5 0 0 0-0.54958-0.71175zm-9.0798 0.021775h0.019825l-0.039975 0.039975 0.020475-0.039975zm9.7578 0.89765-0.35295 0.11732-0.65 0.325v0.325l-0.65 0.65-0.325 0.65v1.3l0.325 0.65 0.65 0.325 0.325 0.325 1.533-0.25513a6.5 6.5 0 0 0 6.5e-4 -0.00715 6.5 6.5 0 0 0 0.06793-0.5694 6.5 6.5 0 0 0 0.0234-0.46832 6.5 6.5 0 0 0-0.02925-0.5655 6.5 6.5 0 0 0-0.03153-0.26292 6.5 6.5 0 0 0-0.06175-0.40105 6.5 6.5 0 0 0-0.04387-0.19435 6.5 6.5 0 0 0-0.11602-0.45305 6.5 6.5 0 0 0-0.04713-0.1404 6.5 6.5 0 0 0-0.17517-0.47872 6.5 6.5 0 0 0-0.0481-0.10725 6.5 6.5 0 0 0-0.2405-0.49563 6.5 6.5 0 0 0-0.15372-0.26845zm-11.078 2.0673-0.325 0.325h-0.325l-0.21125-0.21125a6.5 6.5 0 0 0 0 0.00163 6.5 6.5 0 0 0-0.08645 0.64252 6.5 6.5 0 0 0-6.5e-4 0.00975l0.62335 0.20735 0.65 0.325 0.65 0.65h0.65v0.65l-0.325 0.325-0.325 0.65v0.325l0.65 0.65 0.325 0.65 0.325 0.325 0.65 0.325v1.404a6.5 6.5 0 0 0 0.00195 6.5e-4 6.5 6.5 0 0 0 0.55152 0.20962 6.5 6.5 0 0 0 0.0624 0.0221 6.5 6.5 0 0 0 0.49172 0.1326 6.5 6.5 0 0 0 0.14658 0.0377 6.5 6.5 0 0 0 0.429 0.0702 6.5 6.5 0 0 0 0.221 0.0338 6.5 6.5 0 0 0 0.37375 0.0234 6.5 6.5 0 0 0 0.32207 0.01593 6.5 6.5 0 0 0 0.33085-0.01203l0.31915-0.63798v-0.325l0.65-0.325 0.325-0.325 0.325-1.3 0.325-0.325v-0.65l-0.65-0.325h-0.325l-0.65-0.325h-0.325l-0.325-0.65-0.325-0.325h-0.65l-0.65-0.65h-0.65l-0.975-0.325-0.325 0.65-0.65-0.325h-0.325v-0.65l-0.65-0.325 0.325-0.65z" fill="url(#f)"/><path d="m2.0166 8.5875c-0.0013 0.05525-0.016575 0.10692-0.016575 0.1625 0 3.601 2.899 6.5 6.5 6.5s6.5-2.899 6.5-6.5c0-0.055575-0.01528-0.10725-0.01658-0.1625-0.0097 0.39195-0.03932 0.77935-0.11505 1.1508a6.4642 6.4642 0 0 1-1.7683 3.2867 6.4837 6.4837 0 0 1-2.0654 1.3907 6.4405 6.4405 0 0 1-1.2213 0.37765 6.5663 6.5663 0 0 1-1.313 0.1313c-0.45012 0-0.88952-0.04518-1.313-0.1313a6.4642 6.4642 0 0 1-3.2867-1.7683 6.4837 6.4837 0 0 1-1.3907-2.0654 6.4405 6.4405 0 0 1-0.37765-1.2214c-0.075725-0.37147-0.10498-0.75887-0.11505-1.1508" opacity=".2"/></g><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/whatsThis.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/whatsThis.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.412 1c-5.2141 0-9.4118 4.1732-9.4118 9.3569s4.1976 9.3569 9.4118 9.3569c0.39937 0 0.79046-0.03241 1.1765-0.07996v-1.181c-0.3853 0.05452-0.77555 0.09138-1.1765 0.09138-4.5624 0-8.2353-3.6515-8.2353-8.1873s3.6729-8.1873 8.2353-8.1873 8.2353 3.6515 8.2353 8.1873c0 0.81425-0.12404 1.598-0.34467 2.3392h1.2155c0.1926-0.74815 0.30561-1.5298 0.30561-2.3392 0-5.1837-4.1976-9.3569-9.4118-9.3569zm-1.1765 3.5089v2.3392h2.3529v-2.3392zm0 3.5089v8.1873h2.3529v-8.1873zm3.5294 2.3392 0.004588 10.643 3.2077-3.8469 5.023-0.24672z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.412 1c-5.2141 0-9.4118 4.1732-9.4118 9.3569s4.1976 9.3569 9.4118 9.3569c0.39937 0 0.79046-0.03241 1.1765-0.07996v-1.181c-0.3853 0.05452-0.77555 0.09138-1.1765 0.09138-4.5624 0-8.2353-3.6515-8.2353-8.1873s3.6729-8.1873 8.2353-8.1873 8.2353 3.6515 8.2353 8.1873c0 0.81425-0.12404 1.598-0.34467 2.3392h1.2155c0.1926-0.74815 0.30561-1.5298 0.30561-2.3392 0-5.1837-4.1976-9.3569-9.4118-9.3569zm-1.1765 3.5089v2.3392h2.3529v-2.3392zm0 3.5089v8.1873h2.3529v-8.1873zm3.5294 2.3392 0.004588 10.643 3.2077-3.8469 5.023-0.24672z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/wikipedia.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/wikipedia.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m7.5951 17.999h0.87268l2.9137-5.9693 2.397 5.9693h0.84017l4.9798-12.1c0.27915-0.6788 0.82333-1.0864 1.4017-1.1787v-0.72063h-4.0266v0.72087c0.53428 0.12551 1.1014 0.33698 1.3536 0.93245l-3.6566 8.9071c-0.66102-1.4846-1.3388-3.1069-1.9856-4.7259 0.66767-1.498 1.213-2.8895 2.032-4.2569 0.47887-0.80456 1.256-0.82347 1.6564-0.86302v-0.71463h-4.2804v0.71463c0.53404 5.597e-4 1.6454 0.050692 1.1498 1.1505l-1.2414 2.7564-1.3148-3.0661c-0.2047-0.47741 0.19293-0.79548 0.84205-0.83338l-0.0048-0.72138h-4.8172v0.71462c0.57395 0.01996 1.3832 0.016686 1.6819 0.53059 0.91979 1.7844 1.5348 3.6379 2.3733 5.4573l-2.1699 4.2851-3.6471-8.8539c-0.41098-0.99773 0.56473-1.3192 1.1986-1.4025l-0.00713-0.73134h-5.1362v0.71462c0.70919 0.24764 1.624 1.3618 1.8794 1.9257 1.9186 4.238 2.8847 7.0793 4.716 11.359z" fill="#eff0f1" stroke-width=".012104"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m7.5951 17.999h0.87268l2.9137-5.9693 2.397 5.9693h0.84017l4.9798-12.1c0.27915-0.6788 0.82333-1.0864 1.4017-1.1787v-0.72063h-4.0266v0.72087c0.53428 0.12551 1.1014 0.33698 1.3536 0.93245l-3.6566 8.9071c-0.66102-1.4846-1.3388-3.1069-1.9856-4.7259 0.66767-1.498 1.213-2.8895 2.032-4.2569 0.47887-0.80456 1.256-0.82347 1.6564-0.86302v-0.71463h-4.2804v0.71463c0.53404 5.597e-4 1.6454 0.050692 1.1498 1.1505l-1.2414 2.7564-1.3148-3.0661c-0.2047-0.47741 0.19293-0.79548 0.84205-0.83338l-0.0048-0.72138h-4.8172v0.71462c0.57395 0.01996 1.3832 0.016686 1.6819 0.53059 0.91979 1.7844 1.5348 3.6379 2.3733 5.4573l-2.1699 4.2851-3.6471-8.8539c-0.41098-0.99773 0.56473-1.3192 1.1986-1.4025l-0.00713-0.73134h-5.1362v0.71462c0.70919 0.24764 1.624 1.3618 1.8794 1.9257 1.9186 4.238 2.8847 7.0793 4.716 11.359z" fill="#eff0f1" stroke-width=".012104"/></svg>
--- a/eric6/icons/breeze-dark/windowFullscreen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/windowFullscreen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75l3.75-3.75zm16.25 0 3.75 3.75v-3.75zm-12.5 3.75v12.5h12.5v-12.5h-11.25zm1.25 3.75h10v7.5h-10zm-5 8.75v3.75h3.75zm20 0-3.75 3.75h3.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75l3.75-3.75zm16.25 0 3.75 3.75v-3.75zm-12.5 3.75v12.5h12.5v-12.5h-11.25zm1.25 3.75h10v7.5h-10zm-5 8.75v3.75h3.75zm20 0-3.75 3.75h3.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/windowRestore.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/windowRestore.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1 2.5 2.5 2.5-2.5zm-3.75 3.75v12.5h12.5v-12.5h-11.25zm-3.75 3.75v5l2.5-2.5zm5 0h10v7.5h-10zm15 0-2.5 2.5 2.5 2.5zm-10 10-2.5 2.5h5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1 2.5 2.5 2.5-2.5zm-3.75 3.75v12.5h12.5v-12.5h-11.25zm-3.75 3.75v5l2.5-2.5zm5 0h10v7.5h-10zm15 0-2.5 2.5 2.5 2.5zm-10 10-2.5 2.5h5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/wordboundary.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/wordboundary.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.312 7.4281h-9.625v7.1429h9.625v-7.1429m0.6875-1.4281v10h-11v-10h11" fill="#eff0f1"/>
- <text x="0.17117114" y="15.819819" fill="#da4453" font-family="sans-serif" font-size="18.018px" letter-spacing="0px" stroke-width=".45045" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.17117114" y="15.819819" fill="#da4453" stroke-width=".45045">a</tspan></text>
-</svg>
+      }</style></defs><path d="m20.312 7.4281h-9.625v7.1429h9.625v-7.1429m0.6875-1.4281v10h-11v-10h11" fill="#eff0f1"/><text x="0.17117114" y="15.819819" fill="#da4453" font-family="sans-serif" font-size="18.018px" letter-spacing="0px" stroke-width=".45045" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.17117114" y="15.819819" fill="#da4453" stroke-width=".45045">a</tspan></text></svg>
--- a/eric6/icons/breeze-dark/xbel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/xbel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m2.6667 1v3.3333h-1.6667v3.3333h1.6667v6.6667h-1.6667v3.3333h1.6667v3.3333h18.333v-20zm1.6667 1.6667h1.6667v16.667h-1.6667zm3.3333 0h11.667v16.667h-11.667z" color="#4d4d4d" fill="#f7a01c" stroke-width="1.6667"/>
- <path d="m13.415 5.8898-0.95703 2.6914-2.5781-1.2266 1.2266 2.5781-2.6914 0.95703 2.6914 0.95703-1.2266 2.5781 2.5781-1.2266 0.95703 2.6914 0.95703-2.6914 2.5781 1.2266-1.2266-2.5781 2.6914-0.95703-2.6914-0.95703 1.2266-2.5781-2.5781 1.2266z" fill="#ffd42a"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m2.6667 1v3.3333h-1.6667v3.3333h1.6667v6.6667h-1.6667v3.3333h1.6667v3.3333h18.333v-20zm1.6667 1.6667h1.6667v16.667h-1.6667zm3.3333 0h11.667v16.667h-11.667z" color="#4d4d4d" fill="#f7a01c" stroke-width="1.6667"/><path d="m13.415 5.8898-0.95703 2.6914-2.5781-1.2266 1.2266 2.5781-2.6914 0.95703 2.6914 0.95703-1.2266 2.5781 2.5781-1.2266 0.95703 2.6914 0.95703-2.6914 2.5781 1.2266-1.2266-2.5781 2.6914-0.95703-2.6914-0.95703 1.2266-2.5781-2.5781 1.2266z" fill="#ffd42a"/></svg>
--- a/eric6/icons/breeze-dark/yahoo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/yahoo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 4 0.01709 1.0157 2.6343 0.38812c0.72227 0.70806 4.7392 5.9487 5.3516 7.2945l0.06104 3.7546c-0.39255 0.58332-2.793 0.46245-2.793 0.46245l-0.20508 1.0845s8.9962-0.20322 9.043-0.08533c-0.0225-0.13516 0.01709-1.0157 0.01709-1.0157l-2.9199-0.0881s-0.1902-2.6757-0.04883-4.2336c1.9157-2.3905 5.3345-5.0897 5.3345-5.0897l2.3218-0.44593 0.53467-1.0488-7.9053-0.055053 0.20508 1.0873s2.1619 0.19479 2.3975 0.40739c-0.03138 0.53122-3.7402 3.8812-3.7402 3.8812l-4.0552-6.1577 2.8418-0.24774 0.12451-0.76524zm17.913 6.3091 0.01953 5.731 0.8667 0.12937 1.2012-5.5411zm-0.16602 6.3641-0.1416 1.1313 1.0596 0.19544 0.15869-1.1919z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 4 0.01709 1.0157 2.6343 0.38812c0.72227 0.70806 4.7392 5.9487 5.3516 7.2945l0.06104 3.7546c-0.39255 0.58332-2.793 0.46245-2.793 0.46245l-0.20508 1.0845s8.9962-0.20322 9.043-0.08533c-0.0225-0.13516 0.01709-1.0157 0.01709-1.0157l-2.9199-0.0881s-0.1902-2.6757-0.04883-4.2336c1.9157-2.3905 5.3345-5.0897 5.3345-5.0897l2.3218-0.44593 0.53467-1.0488-7.9053-0.055053 0.20508 1.0873s2.1619 0.19479 2.3975 0.40739c-0.03138 0.53122-3.7402 3.8812-3.7402 3.8812l-4.0552-6.1577 2.8418-0.24774 0.12451-0.76524zm17.913 6.3091 0.01953 5.731 0.8667 0.12937 1.2012-5.5411zm-0.16602 6.3641-0.1416 1.1313 1.0596 0.19544 0.15869-1.1919z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/yandex.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/yandex.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(-.98995 1.0102)" x="-5.522522" y="293.75308" fill="#eff0f1" font-family="sans-serif" font-size="7.3368px" letter-spacing="0px" stroke-width=".18342" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-5.522522" y="293.75308" fill="#eff0f1" stroke-width=".18342">R</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(-.98995 1.0102)" x="-5.522522" y="293.75308" fill="#eff0f1" font-family="sans-serif" font-size="7.3368px" letter-spacing="0px" stroke-width=".18342" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-5.522522" y="293.75308" fill="#eff0f1" stroke-width=".18342">R</tspan></text></g></svg>
--- a/eric6/icons/breeze-dark/zoomIn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/zoomIn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v2.5h1.25v-1.25h1.25v-1.25zm6.25 0v1.25h2.5v-1.25zm5 0v1.25h2.5v-1.25zm6.25 0v1.25h1.25v1.25h1.25v-2.5zm-7.5 5v1.25h2.8662l-4.1162 4.1162 0.88379 0.88379 4.1162-4.1162v2.8662h1.25v-5h-1.25zm-10 1.25v2.5h1.25v-2.5zm18.75 0v2.5h1.25v-2.5zm0 5v2.5h1.25v-2.5zm-18.75 1.25v7.5h7.5v-7.5zm1.25 1.25h5v5h-5zm17.5 3.75v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v2.5h1.25v-1.25h1.25v-1.25zm6.25 0v1.25h2.5v-1.25zm5 0v1.25h2.5v-1.25zm6.25 0v1.25h1.25v1.25h1.25v-2.5zm-7.5 5v1.25h2.8662l-4.1162 4.1162 0.88379 0.88379 4.1162-4.1162v2.8662h1.25v-5h-1.25zm-10 1.25v2.5h1.25v-2.5zm18.75 0v2.5h1.25v-2.5zm0 5v2.5h1.25v-2.5zm-18.75 1.25v7.5h7.5v-7.5zm1.25 1.25h5v5h-5zm17.5 3.75v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/zoomOut.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/zoomOut.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h1.25v-7.5h17.5v17.5h-7.5v1.25h8.75v-20h-18.75zm14.116 5-4.1162 4.1162v-2.8662h-1.25v5h5v-1.25h-2.8662l4.1162-4.1162zm-14.116 7.5v2.5h1.25v-1.25h1.25v-1.25zm5 0v1.25h1.25v1.25h1.25v-2.5zm-5 5v2.5h2.5v-1.25h-1.25v-1.25zm6.25 0v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h1.25v-7.5h17.5v17.5h-7.5v1.25h8.75v-20h-18.75zm14.116 5-4.1162 4.1162v-2.8662h-1.25v5h5v-1.25h-2.8662l4.1162-4.1162zm-14.116 7.5v2.5h1.25v-1.25h1.25v-1.25zm5 0v1.25h1.25v1.25h1.25v-2.5zm-5 5v2.5h2.5v-1.25h-1.25v-1.25zm6.25 0v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/zoomReset.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/zoomReset.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 2.5v15h15v-15zm1.25 1.25h12.5v12.5h-12.5zm-3.75 12.5v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 2.5v15h15v-15zm1.25 1.25h12.5v12.5h-12.5zm-3.75 12.5v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-dark/zoomTo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-dark/zoomTo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm10 0-2.5 2.5h5zm6.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 7.5-2.5 2.5 2.5 2.5zm15 0v5l2.5-2.5zm-17.5 8.75v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75zm-11.25 1.25 2.5 2.5 2.5-2.5z" color="#eff0f1" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm10 0-2.5 2.5h5zm6.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 7.5-2.5 2.5 2.5 2.5zm15 0v5l2.5-2.5zm-17.5 8.75v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75zm-11.25 1.25 2.5 2.5 2.5-2.5z" color="#eff0f1" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/1downarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/1downarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1.8838 5.5-0.88379 0.89323 10 10.107 10-10.107-0.88379-0.89323-9.1162 9.2135-9.1162-9.2135" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1.8838 5.5-0.88379 0.89323 10 10.107 10-10.107-0.88379-0.89323-9.1162 9.2135-9.1162-9.2135" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/1leftarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/1leftarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.607 1-10.107 10 10.107 10 0.89322-0.88379-9.2135-9.1162 9.2135-9.1162-0.89322-0.88379" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.607 1-10.107 10 10.107 10 0.89322-0.88379-9.2135-9.1162 9.2135-9.1162-0.89322-0.88379" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/1rightarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/1rightarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6.3932 1-0.89323 0.88379 9.2135 9.1162-9.2135 9.1162 0.89323 0.88379 10.107-10-10.107-10" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6.3932 1-0.89323 0.88379 9.2135 9.1162-9.2135 9.1162 0.89323 0.88379 10.107-10-10.107-10" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/1uparrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/1uparrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1.8838 16.5-0.88375-0.89319 10-10.107 10 10.107-0.88375 0.89319-9.1162-9.2136-9.1162 9.2136" color="#eff0f1" fill="#232629" stroke-width="1.2567"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1.8838 16.5-0.88375-0.89319 10-10.107 10 10.107-0.88375 0.89319-9.1162-9.2136-9.1162 9.2136" color="#eff0f1" fill="#232629" stroke-width="1.2567"/></svg>
--- a/eric6/icons/breeze-light/2downarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/2downarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1.8838 2.5-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451zm0 6.2012-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1.8838 2.5-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451zm0 6.2012-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-light/2leftarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/2leftarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m19.5 1.8838-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162zm-6.2012 0-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m19.5 1.8838-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162zm-6.2012 0-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-light/2rightarrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/2rightarrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m2.5 1.8838 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162zm6.2012 0 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m2.5 1.8838 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162zm6.2012 0 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-light/2uparrow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/2uparrow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1.8838 19.5-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451zm0-6.2012-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1.8838 19.5-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451zm0-6.2012-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/></svg>
--- a/eric6/icons/breeze-light/actionsToolButton.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/actionsToolButton.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/adBlockAction.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockAction.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/adBlockPlus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.5)">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/>
-  </g>
- </g>
-</svg>
+<svg version="1.0" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.08572 0 0 .085259 -6.9101 -13.5)"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/></g></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlus16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlus16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,76 +1,2 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   version="1.0"
-   id="svg12"
-   sodipodi:docname="adBlockPlus.svg"
-   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
-  <metadata
-     id="metadata18">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <defs
-     id="defs16" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1107"
-     inkscape:window-height="724"
-     id="namedview14"
-     showgrid="false"
-     inkscape:zoom="10.727273"
-     inkscape:cx="11"
-     inkscape:cy="11"
-     inkscape:window-x="621"
-     inkscape:window-y="362"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg12" />
-  <g
-     transform="matrix(0.06249685,0,0,0.06249678,-5.0621416,-10.084582)"
-     id="g10">
-    <g
-       transform="matrix(8.259,0,0,8.259,-1246.1,-3046.4)"
-       id="g8">
-      <path
-         transform="matrix(1.2678,1.7357,-1.7357,1.2678,187.63,395.98)"
-         d="m 3.8498,13 -5.7925,0.92859 -4.7525,-3.4393 -0.92859,-5.7925 3.4393,-4.7525 5.7925,-0.92859 4.7525,3.4393 0.92859,5.7925 z"
-         id="path2"
-         inkscape:connector-curvature="0"
-         style="fill:#ffffff;stroke:#000000;stroke-width:0.23263;stroke-linecap:square" />
-      <path
-         transform="matrix(1.1488,1.5728,-1.5728,1.1488,186.64,396.59)"
-         d="m 3.8498,13 -5.7925,0.92859 -4.7525,-3.4393 -0.92859,-5.7925 3.4393,-4.7525 5.7925,-0.92859 4.7525,3.4393 0.92859,5.7925 z"
-         id="path4"
-         inkscape:connector-curvature="0"
-         style="fill:#ff0000" />
-      <path
-         transform="matrix(0.96443,0,0,1.2232,150.79,384.56)"
-         d="m 19.535,18.613 h -3.5273 l -0.55664,1.5938 h -2.2676 l 3.2402,-8.748 h 2.6895 l 3.2402,8.748 h -2.2676 z M 16.5702,16.99 h 2.3965 l -1.1953,-3.4805 z m 10.441,-2.1445 c 0.35546,5e-6 0.625,-0.07812 0.80859,-0.23438 0.18359,-0.15624 0.27538,-0.38671 0.27539,-0.69141 -6e-6,-0.30078 -0.0918,-0.53027 -0.27539,-0.68848 -0.1836,-0.1582 -0.45313,-0.2373 -0.80859,-0.2373 h -1.248 v 1.8516 z m 0.07617,3.8262 c 0.45312,10e-7 0.79394,-0.0957 1.0225,-0.28711 0.22851,-0.1914 0.34277,-0.48047 0.34277,-0.86719 -6e-6,-0.3789 -0.11329,-0.66308 -0.33984,-0.85254 -0.22657,-0.18945 -0.56836,-0.28418 -1.0254,-0.28418 h -1.3242 v 2.291 z m 2.0977,-3.1465 c 0.48437,0.14063 0.85937,0.4004 1.125,0.7793 0.26562,0.37891 0.39843,0.84375 0.39844,1.3945 -8e-6,0.84375 -0.28516,1.4727 -0.85547,1.8867 -0.57032,0.41406 -1.4375,0.62109 -2.6016,0.62109 h -3.7441 v -8.748 h 3.3867 c 1.2148,9e-6 2.0947,0.1836 2.6396,0.55078 0.54491,0.3672 0.81738,0.95509 0.81738,1.7637 -8e-6,0.42579 -0.09962,0.78809 -0.29883,1.0869 -0.19923,0.29883 -0.48829,0.52051 -0.86719,0.66504 z m 3.4629,-4.0664 h 3.7441 c 1.1133,9e-6 1.9678,0.24708 2.5635,0.74121 0.5957,0.49415 0.89355,1.1982 0.89355,2.1123 -8e-6,0.91797 -0.29786,1.624 -0.89355,2.1182 -0.59571,0.49414 -1.4502,0.74121 -2.5635,0.74121 h -1.4883 v 3.0352 h -2.2559 z m 2.2559,1.6348 v 2.4434 h 1.248 c 0.4375,5e-6 0.77538,-0.10644 1.0137,-0.31934 0.23828,-0.21288 0.35742,-0.51464 0.35742,-0.90527 -6e-6,-0.39062 -0.11915,-0.6914 -0.35742,-0.90234 -0.23829,-0.21093 -0.57618,-0.3164 -1.0137,-0.31641 z"
-         id="path6"
-         inkscape:connector-curvature="0"
-         style="fill:#ffffff" />
-    </g>
-  </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="a" version="1.0" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="b" transform="matrix(.062497 0 0 .062497 -5.0621 -10.085)"><g id="c" transform="matrix(8.259,0,0,8.259,-1246.1,-3046.4)"><path id="d" transform="matrix(1.2678,1.7357,-1.7357,1.2678,187.63,395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path id="e" transform="matrix(1.1488,1.5728,-1.5728,1.1488,186.64,396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/><path id="f" transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/></g></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlus48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlus48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/>
-  </g>
- </g>
-</svg>
+<svg version="1.0" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/></g></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlusDisabled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlusDisabled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m4.2005 17.894-2.8542-2.7979v-8.0811l5.6507-5.6218h8.1055l5.6507 5.6218v8.0551l-5.6507 5.6218h-8.0479zm-0.39955-3.6184 0.17601-0.64661h2.357l0.15715 0.53757c0.086434 0.29566 0.15715 0.58664 0.15715 0.64661 0 0.07044 0.29849 0.10904 0.84324 0.10904h0.84324l-0.17904-0.62174c-0.098472-0.34196-0.59761-2.043-1.1092-3.7802l-0.93016-3.1584-1.919 0.0019898-1.0797 3.7046c-0.59385 2.0375-1.0778 3.7381-1.0754 3.7792 0.00238 0.04104 0.35946 0.07461 0.79351 0.07461h0.78918zm9.1037 0.45962c0.81098-0.36632 1.2127-1.164 1.1175-2.2188-0.05776-0.63964-0.38075-1.2925-0.73191-1.4794l-0.23503-0.12508 0.24881-0.2293c0.34084-0.31412 0.44722-0.64011 0.44464-1.3625-0.003016-0.85642-0.25934-1.3837-0.81558-1.6781-0.39424-0.20866-0.58596-0.232-2.1583-0.26275l-1.7256-0.033746v7.5767l1.7256-0.0022c1.4575-0.0019 1.7884-0.03056 2.1299-0.1848zm4.0473-1.1062v-1.2932l0.72526-5.91e-4c1.0177-8.18e-4 1.4528-0.14407 1.9284-0.63507 0.47448-0.48976 0.6475-0.98944 0.6475-1.87 0-0.86515-0.22727-1.4844-0.70103-1.91-0.53308-0.47892-0.91498-0.55707-2.7252-0.55771l-1.5756-5.427e-4v7.5603h1.7006z" fill="#808080" stroke-width=".099756"/>
- <path d="m4.4474 12.039c0-0.11181 0.57492-2.2623 0.66531-2.4886 0.068163-0.17065 0.061191-0.19057 0.51335 1.4673l0.30523 1.1191h-0.74194c-0.41955 0-0.74194-0.04251-0.74194-0.09782z" fill="#808080" stroke-width=".099756"/>
- <path d="m10.65 9.5003v-0.74608h0.5502c0.41682 0 0.5987 0.048232 0.75027 0.19896 0.2415 0.24016 0.26307 0.76159 0.04435 1.0721-0.13122 0.1863-0.24929 0.22109-0.75027 0.22109h-0.59454z" fill="#808080" stroke-width=".099756"/>
- <path d="m10.65 12.572v-0.95663l0.64457 0.04081c0.73824 0.04675 1.0036 0.22008 1.0973 0.71689 0.07476 0.39625-0.09835 0.92675-0.34529 1.0582-0.10064 0.05356-0.45603 0.09738-0.78976 0.09738h-0.60679z" fill="#808080" stroke-width=".099756"/>
- <path d="m16.952 9.8484v-0.99478h0.52794c0.3119 0 0.61733 0.062262 0.74638 0.15215 0.47022 0.32752 0.47022 1.3577 0 1.6853-0.12905 0.08989-0.43448 0.15215-0.74638 0.15215h-0.52794z" fill="#808080" stroke-width=".099756"/>
-</svg>
+<svg version="1.0" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#808080" stroke-width=".099756"><path d="m4.2005 17.894-2.8542-2.7979v-8.0811l5.6507-5.6218h8.1055l5.6507 5.6218v8.0551l-5.6507 5.6218h-8.0479zm-0.39955-3.6184 0.17601-0.64661h2.357l0.15715 0.53757c0.086434 0.29566 0.15715 0.58664 0.15715 0.64661 0 0.07044 0.29849 0.10904 0.84324 0.10904h0.84324l-0.17904-0.62174c-0.098472-0.34196-0.59761-2.043-1.1092-3.7802l-0.93016-3.1584-1.919 0.0019898-1.0797 3.7046c-0.59385 2.0375-1.0778 3.7381-1.0754 3.7792 0.00238 0.04104 0.35946 0.07461 0.79351 0.07461h0.78918zm9.1037 0.45962c0.81098-0.36632 1.2127-1.164 1.1175-2.2188-0.05776-0.63964-0.38075-1.2925-0.73191-1.4794l-0.23503-0.12508 0.24881-0.2293c0.34084-0.31412 0.44722-0.64011 0.44464-1.3625-0.003016-0.85642-0.25934-1.3837-0.81558-1.6781-0.39424-0.20866-0.58596-0.232-2.1583-0.26275l-1.7256-0.033746v7.5767l1.7256-0.0022c1.4575-0.0019 1.7884-0.03056 2.1299-0.1848zm4.0473-1.1062v-1.2932l0.72526-5.91e-4c1.0177-8.18e-4 1.4528-0.14407 1.9284-0.63507 0.47448-0.48976 0.6475-0.98944 0.6475-1.87 0-0.86515-0.22727-1.4844-0.70103-1.91-0.53308-0.47892-0.91498-0.55707-2.7252-0.55771l-1.5756-5.427e-4v7.5603h1.7006z"/><path d="m4.4474 12.039c0-0.11181 0.57492-2.2623 0.66531-2.4886 0.068163-0.17065 0.061191-0.19057 0.51335 1.4673l0.30523 1.1191h-0.74194c-0.41955 0-0.74194-0.04251-0.74194-0.09782z"/><path d="m10.65 9.5003v-0.74608h0.5502c0.41682 0 0.5987 0.048232 0.75027 0.19896 0.2415 0.24016 0.26307 0.76159 0.04435 1.0721-0.13122 0.1863-0.24929 0.22109-0.75027 0.22109h-0.59454z"/><path d="m10.65 12.572v-0.95663l0.64457 0.04081c0.73824 0.04675 1.0036 0.22008 1.0973 0.71689 0.07476 0.39625-0.09835 0.92675-0.34529 1.0582-0.10064 0.05356-0.45603 0.09738-0.78976 0.09738h-0.60679z"/><path d="m16.952 9.8484v-0.99478h0.52794c0.3119 0 0.61733 0.062262 0.74638 0.15215 0.47022 0.32752 0.47022 1.3577 0 1.6853-0.12905 0.08989-0.43448 0.15215-0.74638 0.15215h-0.52794z"/></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlusDisabled16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlusDisabled16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m3.0738 13.015-2.0801-2.0453v-5.9074l4.1181-4.1096h5.9071l4.1181 4.1096v5.8884l-4.1181 4.1096h-5.8652zm-0.29118-2.6451 0.12827-0.47267h1.7177l0.11453 0.39297c0.062992 0.21613 0.11453 0.42884 0.11453 0.47267 0 0.05149 0.21753 0.07971 0.61454 0.07971h0.61454l-0.13048-0.4545c-0.071764-0.24997-0.43553-1.4935-0.80836-2.7633l-0.67788-2.3088-1.3985 0.0014546-0.78688 2.7081c-0.43278 1.4894-0.78546 2.7326-0.78372 2.7626 0.00173 0.03 0.26197 0.05454 0.57829 0.05454h0.57514zm6.6346 0.33599c0.59102-0.26778 0.8838-0.8509 0.81438-1.622-0.042094-0.46758-0.27748-0.94481-0.5334-1.0814l-0.17128-0.091436 0.18132-0.16762c0.2484-0.22962 0.32593-0.46793 0.32405-0.99601-0.002198-0.62605-0.189-1.0115-0.59438-1.2267-0.28731-0.15253-0.42703-0.16959-1.5729-0.19207l-1.2576-0.024669v5.5387l1.2576-0.0016c1.0622-0.0014 1.3034-0.02234 1.5522-0.13509zm2.9496-0.80866v-0.94535l0.52856-4.321e-4c0.74165-5.979e-4 1.0588-0.10532 1.4054-0.46424 0.34579-0.35802 0.47188-0.72329 0.47188-1.367 0-0.63243-0.16563-1.0851-0.5109-1.3962-0.3885-0.35009-0.66682-0.40722-1.9861-0.40769l-1.1482-3.967e-4v5.5266h1.2394z" fill="#808080" stroke-width=".072811"/>
- <path d="m3.2538 8.7348c0-0.081733 0.41899-1.6538 0.48486-1.8192 0.049676-0.12474 0.044595-0.13931 0.37412 1.0726l0.22244 0.81809h-0.54071c-0.30576 0-0.54071-0.031075-0.54071-0.071506z" fill="#808080" stroke-width=".072811"/>
- <path d="m7.7738 6.8793v-0.54539h0.40097c0.30377 0 0.43632 0.035258 0.54678 0.14544 0.176 0.17556 0.19172 0.55673 0.032322 0.78373-0.095631 0.13618-0.18168 0.16162-0.54678 0.16162h-0.43329z" fill="#808080" stroke-width=".072811"/>
- <path d="m7.7738 9.1251v-0.6993l0.46975 0.029832c0.53801 0.034174 0.73137 0.16088 0.79967 0.52405 0.054483 0.28966-0.071675 0.67746-0.25164 0.77353-0.07334 0.039153-0.33234 0.071185-0.57556 0.071185h-0.44222z" fill="#808080" stroke-width=".072811"/>
- <path d="m12.367 7.1338v-0.72719h0.38475c0.2273 0 0.4499 0.045514 0.54395 0.11122 0.34269 0.23942 0.34269 0.99252 0 1.2319-0.09405 0.06571-0.31664 0.11122-0.54395 0.11122h-0.38475z" fill="#808080" stroke-width=".072811"/>
-</svg>
+<svg version="1.0" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#808080" stroke-width=".072811"><path d="m3.0738 13.015-2.0801-2.0453v-5.9074l4.1181-4.1096h5.9071l4.1181 4.1096v5.8884l-4.1181 4.1096h-5.8652zm-0.29118-2.6451 0.12827-0.47267h1.7177l0.11453 0.39297c0.062992 0.21613 0.11453 0.42884 0.11453 0.47267 0 0.05149 0.21753 0.07971 0.61454 0.07971h0.61454l-0.13048-0.4545c-0.071764-0.24997-0.43553-1.4935-0.80836-2.7633l-0.67788-2.3088-1.3985 0.0014546-0.78688 2.7081c-0.43278 1.4894-0.78546 2.7326-0.78372 2.7626 0.00173 0.03 0.26197 0.05454 0.57829 0.05454h0.57514zm6.6346 0.33599c0.59102-0.26778 0.8838-0.8509 0.81438-1.622-0.042094-0.46758-0.27748-0.94481-0.5334-1.0814l-0.17128-0.091436 0.18132-0.16762c0.2484-0.22962 0.32593-0.46793 0.32405-0.99601-0.002198-0.62605-0.189-1.0115-0.59438-1.2267-0.28731-0.15253-0.42703-0.16959-1.5729-0.19207l-1.2576-0.024669v5.5387l1.2576-0.0016c1.0622-0.0014 1.3034-0.02234 1.5522-0.13509zm2.9496-0.80866v-0.94535l0.52856-4.321e-4c0.74165-5.979e-4 1.0588-0.10532 1.4054-0.46424 0.34579-0.35802 0.47188-0.72329 0.47188-1.367 0-0.63243-0.16563-1.0851-0.5109-1.3962-0.3885-0.35009-0.66682-0.40722-1.9861-0.40769l-1.1482-3.967e-4v5.5266h1.2394z"/><path d="m3.2538 8.7348c0-0.081733 0.41899-1.6538 0.48486-1.8192 0.049676-0.12474 0.044595-0.13931 0.37412 1.0726l0.22244 0.81809h-0.54071c-0.30576 0-0.54071-0.031075-0.54071-0.071506z"/><path d="m7.7738 6.8793v-0.54539h0.40097c0.30377 0 0.43632 0.035258 0.54678 0.14544 0.176 0.17556 0.19172 0.55673 0.032322 0.78373-0.095631 0.13618-0.18168 0.16162-0.54678 0.16162h-0.43329z"/><path d="m7.7738 9.1251v-0.6993l0.46975 0.029832c0.53801 0.034174 0.73137 0.16088 0.79967 0.52405 0.054483 0.28966-0.071675 0.67746-0.25164 0.77353-0.07334 0.039153-0.33234 0.071185-0.57556 0.071185h-0.44222z"/><path d="m12.367 7.1338v-0.72719h0.38475c0.2273 0 0.4499 0.045514 0.54395 0.11122 0.34269 0.23942 0.34269 0.99252 0 1.2319-0.09405 0.06571-0.31664 0.11122-0.54395 0.11122h-0.38475z"/></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlusGreen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlusGreen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m4.2432 17.918-2.8802-2.8068 0.0093-4.0289 0.0093-4.0288 5.5819-5.67 8.0627-0.06316 5.7521 5.726-0.0044 3.9827-0.0044 3.9827-5.6783 5.72-7.9678-7e-3zm-0.43501-3.6523 0.18039-0.69634h2.363l0.17161 0.69634 0.17161 0.69634h1.6553l-0.64984-2.2134c-0.35741-1.2174-0.85998-2.9296-1.1168-3.805l-0.46696-1.5916-0.92247-0.028606c-0.87925-0.02727-0.927-0.01795-1.0192 0.19896-0.053196 0.12516-0.55085 1.7864-1.1059 3.6916-0.55504 1.9052-1.0338 3.528-1.064 3.6061-0.044782 0.11605 0.098473 0.142 0.78406 0.142h0.83885zm9.266 0.39666c0.64873-0.3612 0.93374-0.9188 0.93543-1.83 0.0015-0.81294-0.20249-1.3909-0.60736-1.7209l-0.26954-0.21965 0.21479-0.228c0.30819-0.32714 0.42819-0.70756 0.42819-1.3574 0-0.81655-0.3085-1.3801-0.92626-1.6921-0.43012-0.21721-0.63543-0.24524-2.1258-0.29019l-1.6497-0.04976v7.707l1.7756-0.03453c1.6773-0.03262 1.8005-0.04838 2.2245-0.28448zm3.8026-0.97973v-1.2794l0.87532-0.05063c1.0128-0.05859 1.4463-0.21349 1.9032-0.68007 0.82507-0.84255 0.82518-2.862 2e-4 -3.6406-0.64146-0.60545-0.87003-0.66556-2.7037-0.71104l-1.6756-0.04156v7.6827h1.6006z" fill="#008000" stroke-width=".099756"/>
- <path d="m4.4724 11.969c0-0.19269 0.64429-2.4782 0.69861-2.4782 0.043648 0 0.20355 0.56703 0.68026 2.4123 0.039703 0.15368-0.038487 0.17408-0.66695 0.17408-0.44613 0-0.71192-0.04039-0.71192-0.10819z" fill="#008000" stroke-width=".099756"/>
- <path d="m10.675 9.5401v-0.74608h0.59454c0.50098 0 0.61905 0.0348 0.75027 0.22109 0.23003 0.32658 0.19341 0.74526-0.08982 1.0269-0.19581 0.19472-0.34777 0.24417-0.75027 0.24417h-0.50472z" fill="#008000" stroke-width=".099756"/>
- <path d="m10.675 12.635v-0.95663h0.58672c0.82198 0 1.1139 0.23363 1.1139 0.8915 0 0.7259-0.21348 0.92759-1.037 0.97974l-0.6636 0.04202z" fill="#008000" stroke-width=".099756"/>
- <path d="m16.877 9.8247v-1.0583l0.62409 0.05627c0.79142 0.07136 1.0765 0.3439 1.0765 1.0291 0 0.36446-0.05546 0.5049-0.29241 0.74054-0.25328 0.25187-0.36707 0.29078-0.85031 0.29078h-0.55789z" fill="#008000" stroke-width=".099756"/>
-</svg>
+<svg version="1.0" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#008000" stroke-width=".099756"><path d="m4.2432 17.918-2.8802-2.8068 0.0093-4.0289 0.0093-4.0288 5.5819-5.67 8.0627-0.06316 5.7521 5.726-0.0088 7.9654-5.6783 5.72-7.9678-7e-3zm-0.43501-3.6523 0.18039-0.69634h2.363l0.34322 1.3927h1.6553l-0.64984-2.2134c-0.35741-1.2174-0.85998-2.9296-1.1168-3.805l-0.46696-1.5916-0.92247-0.028606c-0.87925-0.02727-0.927-0.01795-1.0192 0.19896-0.053196 0.12516-0.55085 1.7864-1.1059 3.6916-0.55504 1.9052-1.0338 3.528-1.064 3.6061-0.044782 0.11605 0.098473 0.142 0.78406 0.142h0.83885zm9.266 0.39666c0.64873-0.3612 0.93374-0.9188 0.93543-1.83 0.0015-0.81294-0.20249-1.3909-0.60736-1.7209l-0.26954-0.21965 0.21479-0.228c0.30819-0.32714 0.42819-0.70756 0.42819-1.3574 0-0.81655-0.3085-1.3801-0.92626-1.6921-0.43012-0.21721-0.63543-0.24524-2.1258-0.29019l-1.6497-0.04976v7.707l1.7756-0.03453c1.6773-0.03262 1.8005-0.04838 2.2245-0.28448zm3.8026-0.97973v-1.2794l0.87532-0.05063c1.0128-0.05859 1.4463-0.21349 1.9032-0.68007 0.82507-0.84255 0.82518-2.862 2e-4 -3.6406-0.64146-0.60545-0.87003-0.66556-2.7037-0.71104l-1.6756-0.04156v7.6827h1.6006z"/><path d="m4.4724 11.969c0-0.19269 0.64429-2.4782 0.69861-2.4782 0.043648 0 0.20355 0.56703 0.68026 2.4123 0.039703 0.15368-0.038487 0.17408-0.66695 0.17408-0.44613 0-0.71192-0.04039-0.71192-0.10819z"/><path d="m10.675 9.5401v-0.74608h0.59454c0.50098 0 0.61905 0.0348 0.75027 0.22109 0.23003 0.32658 0.19341 0.74526-0.08982 1.0269-0.19581 0.19472-0.34777 0.24417-0.75027 0.24417h-0.50472z"/><path d="m10.675 12.635v-0.95663h0.58672c0.82198 0 1.1139 0.23363 1.1139 0.8915 0 0.7259-0.21348 0.92759-1.037 0.97974l-0.6636 0.04202z"/><path d="m16.877 9.8247v-1.0583l0.62409 0.05627c0.79142 0.07136 1.0765 0.3439 1.0765 1.0291 0 0.36446-0.05546 0.5049-0.29241 0.74054-0.25328 0.25187-0.36707 0.29078-0.85031 0.29078h-0.55789z"/></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlusGreen16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlusGreen16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m3.1049 13.032-2.099-2.0518 0.00678-2.9451 0.00678-2.9451 4.0679-4.1448 5.8759-0.046171 4.192 4.1857-0.0032 2.9114-0.0032 2.9114-4.1382 4.1813-5.8068-0.0052zm-0.31702-2.6699 0.13146-0.50903h1.7221l0.25013 1.0181h1.2063l-0.47359-1.618c-0.26048-0.8899-0.62673-2.1416-0.8139-2.7815l-0.34031-1.1635-0.67227-0.020911c-0.64078-0.019934-0.67558-0.013122-0.74276 0.14544-0.038768 0.091493-0.40145 1.3059-0.80595 2.6986-0.4045 1.3927-0.75343 2.579-0.7754 2.6361-0.032636 0.08483 0.071765 0.1038 0.5714 0.1038h0.61134zm6.7529 0.28996c0.47278-0.26404 0.68049-0.67165 0.68172-1.3378 0.001094-0.59426-0.14757-1.0168-0.44263-1.258l-0.19644-0.16056 0.15654-0.16667c0.2246-0.23914 0.31206-0.51723 0.31206-0.99226 0-0.5969-0.22483-1.0089-0.67504-1.2369-0.31346-0.15878-0.46309-0.17927-1.5492-0.21213l-1.2022-0.036375v5.6339l1.294-0.02524c1.2224-0.02385 1.3122-0.03537 1.6212-0.20795zm2.7713-0.71619v-0.93526l0.63791-0.037011c0.73812-0.04283 1.054-0.15606 1.387-0.49713 0.60129-0.61591 0.60137-2.0921 1.45e-4 -2.6613-0.46748-0.44259-0.63406-0.48653-1.9704-0.51977l-1.2211-0.030381v5.6161h1.1665z" fill="#008000" stroke-width=".072811"/>
- <path d="m3.272 8.6836c0-0.14085 0.46954-1.8116 0.50913-1.8116 0.03181 0 0.14834 0.4145 0.49576 1.7634 0.028935 0.11234-0.028049 0.12726-0.48606 0.12726-0.32513 0-0.51883-0.029525-0.51883-0.079085z" fill="#008000" stroke-width=".072811"/>
- <path d="m7.792 6.9084v-0.54539h0.43329c0.3651 0 0.45115 0.025439 0.54678 0.16162 0.16764 0.23873 0.14095 0.54479-0.065459 0.75067-0.1427 0.14234-0.25345 0.17849-0.54678 0.17849h-0.36783z" fill="#008000" stroke-width=".072811"/>
- <path d="m7.792 9.1711v-0.6993h0.42759c0.59904 0 0.81178 0.17079 0.81178 0.65169 0 0.53064-0.15558 0.67808-0.75575 0.71619l-0.48362 0.030717z" fill="#008000" stroke-width=".072811"/>
- <path d="m12.312 7.1164v-0.77365l0.45482 0.041134c0.57677 0.052164 0.78454 0.25139 0.78454 0.75226 0 0.26642-0.04042 0.36909-0.2131 0.54134-0.18459 0.18412-0.26751 0.21256-0.61969 0.21256h-0.40658z" fill="#008000" stroke-width=".072811"/>
-</svg>
+<svg version="1.0" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#008000" stroke-width=".072811"><path d="m3.1049 13.032-2.099-2.0518 0.01356-5.8902 4.0679-4.1448 5.8759-0.046171 4.192 4.1857-0.0064 5.8228-4.1382 4.1813-5.8068-0.0052zm-0.31702-2.6699 0.13146-0.50903h1.7221l0.25013 1.0181h1.2063l-0.47359-1.618c-0.26048-0.8899-0.62673-2.1416-0.8139-2.7815l-0.34031-1.1635-0.67227-0.020911c-0.64078-0.019934-0.67558-0.013122-0.74276 0.14544-0.038768 0.091493-0.40145 1.3059-0.80595 2.6986s-0.75343 2.579-0.7754 2.6361c-0.032636 0.08483 0.071765 0.1038 0.5714 0.1038h0.61134zm6.7529 0.28996c0.47278-0.26404 0.68049-0.67165 0.68172-1.3378 0.001094-0.59426-0.14757-1.0168-0.44263-1.258l-0.19644-0.16056 0.15654-0.16667c0.2246-0.23914 0.31206-0.51723 0.31206-0.99226 0-0.5969-0.22483-1.0089-0.67504-1.2369-0.31346-0.15878-0.46309-0.17927-1.5492-0.21213l-1.2022-0.036375v5.6339l1.294-0.02524c1.2224-0.02385 1.3122-0.03537 1.6212-0.20795zm2.7713-0.71619v-0.93526l0.63791-0.037011c0.73812-0.04283 1.054-0.15606 1.387-0.49713 0.60129-0.61591 0.60137-2.0921 1.45e-4 -2.6613-0.46748-0.44259-0.63406-0.48653-1.9704-0.51977l-1.2211-0.030381v5.6161h1.1665z"/><path d="m3.272 8.6836c0-0.14085 0.46954-1.8116 0.50913-1.8116 0.03181 0 0.14834 0.4145 0.49576 1.7634 0.028935 0.11234-0.028049 0.12726-0.48606 0.12726-0.32513 0-0.51883-0.029525-0.51883-0.079085z"/><path d="m7.792 6.9084v-0.54539h0.43329c0.3651 0 0.45115 0.025439 0.54678 0.16162 0.16764 0.23873 0.14095 0.54479-0.065459 0.75067-0.1427 0.14234-0.25345 0.17849-0.54678 0.17849h-0.36783z"/><path d="m7.792 9.1711v-0.6993h0.42759c0.59904 0 0.81178 0.17079 0.81178 0.65169 0 0.53064-0.15558 0.67808-0.75575 0.71619l-0.48362 0.030717z"/><path d="m12.312 7.1164v-0.77365l0.45482 0.041134c0.57677 0.052164 0.78454 0.25139 0.78454 0.75226 0 0.26642-0.04042 0.36909-0.2131 0.54134-0.18459 0.18412-0.26751 0.21256-0.61969 0.21256h-0.40658z"/></g></svg>
--- a/eric6/icons/breeze-light/adBlockPlusGreen48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/adBlockPlusGreen48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)" fill="#fff">
-  <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff">
-   <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/>
-   <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/>
-   <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/>
-  </g>
- </g>
- <path d="m9.2135 38.923-6.2996-6.1735 0.020351-8.8615 0.020351-8.8615 12.209-12.471 17.635-0.13893 12.581 12.594-0.0096 8.7601-0.0096 8.7601-12.42 12.581-17.428-0.0154zm-0.95147-8.0334 0.39456-1.5316h5.1684l0.75069 3.0632h3.6205l-1.4214-4.8684c-0.78175-2.6776-1.881-6.4438-2.4427-8.3692l-1.0214-3.5009-2.0177-0.06292c-1.9231-0.05998-2.0276-0.03948-2.2292 0.43761-0.11635 0.27529-1.2048 3.9292-2.4189 8.1198-1.214 4.1906-2.2612 7.7598-2.3272 7.9316-0.097951 0.25526 0.21538 0.31232 1.7149 0.31232h1.8348zm20.267 0.87246c1.4189-0.79448 2.0423-2.0209 2.046-4.0252 0.0033-1.7881-0.4429-3.0594-1.3285-3.7851l-0.58955-0.48312 0.4698-0.5015c0.67408-0.71956 0.93656-1.5563 0.93656-2.9856 0-1.796-0.67477-3.0356-2.026-3.7218-0.94078-0.47775-1.3898-0.5394-4.6496-0.63827l-3.6082-0.10945v16.952l3.8838-0.07596c3.6686-0.07175 3.9382-0.10641 4.8656-0.62571zm8.3173-2.1549v-2.8141l1.9145-0.11137c2.2153-0.12887 3.1635-0.46958 4.1628-1.4958 1.8046-1.8532 1.8049-6.2949 4.37e-4 -8.0076-1.403-1.3317-1.903-1.4639-5.9137-1.5639l-3.6649-0.09141v16.898h3.5009z" fill="#008000" stroke-width=".2188"/>
- <path d="m9.7149 25.838c0-0.42382 1.4092-5.4509 1.528-5.4509 0.09547 0 0.4452 1.2472 1.4879 5.306 0.08684 0.33802-0.08418 0.38291-1.4588 0.38291-0.97581 0-1.5571-0.08884-1.5571-0.23796z" fill="#008000" stroke-width=".2188"/>
- <path d="m23.281 20.496v-1.641h1.3004c1.0958 0 1.354 0.07653 1.641 0.48629 0.50313 0.71831 0.42303 1.6392-0.19645 2.2587-0.42829 0.42829-0.76066 0.53706-1.641 0.53706h-1.104z" fill="#008000" stroke-width=".2188"/>
- <path d="m23.281 27.305v-2.1041h1.2833c1.7979 0 2.4363 0.51388 2.4363 1.9609 0 1.5966-0.46693 2.0403-2.2682 2.155l-1.4515 0.09242z" fill="#008000" stroke-width=".2188"/>
- <path d="m36.846 21.122v-2.3278l1.365 0.12378c1.731 0.15696 2.3546 0.75641 2.3546 2.2635 0 0.80164-0.12129 1.1105-0.63958 1.6288-0.55399 0.55399-0.80287 0.63958-1.8598 0.63958h-1.2202z" fill="#008000" stroke-width=".2188"/>
-</svg>
+<svg version="1.0" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)" fill="#fff"><g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"><path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/><path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/><path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/></g></g><g fill="#008000" stroke-width=".2188"><path d="m9.2135 38.923-6.2996-6.1735 0.040702-17.723 12.209-12.471 17.635-0.13893 12.581 12.594-0.0192 17.52-12.42 12.581-17.428-0.0154zm-0.95147-8.0334 0.39456-1.5316h5.1684l0.75069 3.0632h3.6205l-1.4214-4.8684c-0.78175-2.6776-1.881-6.4438-2.4427-8.3692l-1.0214-3.5009-2.0177-0.06292c-1.9231-0.05998-2.0276-0.03948-2.2292 0.43761-0.11635 0.27529-1.2048 3.9292-2.4189 8.1198-1.214 4.1906-2.2612 7.7598-2.3272 7.9316-0.097951 0.25526 0.21538 0.31232 1.7149 0.31232h1.8348zm20.267 0.87246c1.4189-0.79448 2.0423-2.0209 2.046-4.0252 0.0033-1.7881-0.4429-3.0594-1.3285-3.7851l-0.58955-0.48312 0.4698-0.5015c0.67408-0.71956 0.93656-1.5563 0.93656-2.9856 0-1.796-0.67477-3.0356-2.026-3.7218-0.94078-0.47775-1.3898-0.5394-4.6496-0.63827l-3.6082-0.10945v16.952l3.8838-0.07596c3.6686-0.07175 3.9382-0.10641 4.8656-0.62571zm8.3173-2.1549v-2.8141l1.9145-0.11137c2.2153-0.12887 3.1635-0.46958 4.1628-1.4958 1.8046-1.8532 1.8049-6.2949 4.37e-4 -8.0076-1.403-1.3317-1.903-1.4639-5.9137-1.5639l-3.6649-0.09141v16.898h3.5009z"/><path d="m9.7149 25.838c0-0.42382 1.4092-5.4509 1.528-5.4509 0.09547 0 0.4452 1.2472 1.4879 5.306 0.08684 0.33802-0.08418 0.38291-1.4588 0.38291-0.97581 0-1.5571-0.08884-1.5571-0.23796z"/><path d="m23.281 20.496v-1.641h1.3004c1.0958 0 1.354 0.07653 1.641 0.48629 0.50313 0.71831 0.42303 1.6392-0.19645 2.2587-0.42829 0.42829-0.76066 0.53706-1.641 0.53706h-1.104z"/><path d="m23.281 27.305v-2.1041h1.2833c1.7979 0 2.4363 0.51388 2.4363 1.9609 0 1.5966-0.46693 2.0403-2.2682 2.155l-1.4515 0.09242z"/><path d="m36.846 21.122v-2.3278l1.365 0.12378c1.731 0.15696 2.3546 0.75641 2.3546 2.2635 0 0.80164-0.12129 1.1105-0.63958 1.6288-0.55399 0.55399-0.80287 0.63958-1.8598 0.63958h-1.2202z"/></g></svg>
--- a/eric6/icons/breeze-light/addBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/addBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path d="m288 256v32h-32v16h32v32h16v-32h32v-16h-32v-32z" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path d="m288 256v32h-32v16h32v32h16v-32h32v-16h-32v-32z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/addUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/addUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.1538 1c-2.0455 0-3.6923 1.6725-3.6923 3.75s1.6468 3.75 3.6923 3.75c2.0455 0 3.6923-1.6725 3.6923-3.75s-1.6468-3.75-3.6923-3.75zm0 10c-3.4092 0-6.1538 1.115-6.1538 2.5v7.5h8.6154v-1.25h-7.3846v-5.7153c0-0.98929 2.1957-1.7847 4.9231-1.7847 2.2094 0 4.0485 0.52585 4.6755 1.25h1.4784c0-1.385-2.7446-2.5-6.1538-2.5zm6.1538 3.75v2.5h-2.4615v1.25h2.4615v2.5h1.2308v-2.5h2.4615v-1.25h-2.4615v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.1538 1c-2.0455 0-3.6923 1.6725-3.6923 3.75s1.6468 3.75 3.6923 3.75 3.6923-1.6725 3.6923-3.75-1.6468-3.75-3.6923-3.75zm0 10c-3.4092 0-6.1538 1.115-6.1538 2.5v7.5h8.6154v-1.25h-7.3846v-5.7153c0-0.98929 2.1957-1.7847 4.9231-1.7847 2.2094 0 4.0485 0.52585 4.6755 1.25h1.4784c0-1.385-2.7446-2.5-6.1538-2.5zm6.1538 3.75v2.5h-2.4615v1.25h2.4615v2.5h1.2308v-2.5h2.4615v-1.25h-2.4615v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/altn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/altn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#232629"/>
- <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#232629"/><path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/anychar.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/anychar.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.3131 2.3333-4.2614 12.792-0.1582 0.54167-1.8934 5.3333h2.132l2.0893-5.9167h6.986l2.0893 5.9167h2.132l-1.8934-5.3333-0.1582-0.54167-4.2614-12.792h-2.5262zm1.4213 2.5833 2.8025 8.4583h-5.6451z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m18.714 1c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.3131 2.3333-4.2614 12.792-0.1582 0.54167-1.8934 5.3333h2.132l2.0893-5.9167h6.986l2.0893 5.9167h2.132l-1.8934-5.3333-0.1582-0.54167-4.2614-12.792h-2.5262zm1.4213 2.5833 2.8025 8.4583h-5.6451z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m18.714 1c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/astTree.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/astTree.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5zm1.25 1.25v11.25h5v-2.5h5v2.3755h5v-5h-5v1.3745h-5v-5h5v2.5h5v-5h-5v1.25h-5v-1.25zm11.25 1.25h2.5v2.5h-2.5zm0 6.1255h2.5v2.5h-2.5z" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5zm1.25 1.25v11.25h5v-2.5h5v2.3755h5v-5h-5v1.3745h-5v-5h5v2.5h5v-5h-5v1.25h-5v-1.25zm11.25 1.25h2.5v2.5h-2.5zm0 6.1255h2.5v2.5h-2.5z" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/atomicgroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/atomicgroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m102.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/>
- <path d="m55.292 52.05c-58.951 123.29-12.941 248.77-12.941 248.77" fill="none" stroke="#232629" stroke-width="18.475px"/>
- <path d="m296.33 52.05c58.951 123.29 12.941 248.77 12.941 248.77" fill="none" stroke="#232629" stroke-width="18.475px"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m102.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/><path d="m55.292 52.05c-58.951 123.29-12.941 248.77-12.941 248.77" fill="none" stroke="#232629" stroke-width="18.475px"/><path d="m296.33 52.05c58.951 123.29 12.941 248.77 12.941 248.77" fill="none" stroke="#232629" stroke-width="18.475px"/></svg>
--- a/eric6/icons/breeze-light/attribute.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/attribute.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/attribute_class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/attribute_class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#0090ff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#0090ff"/></svg>
--- a/eric6/icons/breeze-light/attribute_private.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/attribute_private.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 13.222v5.5556h2.25v-5.5556h-2.25" fill="#232629"/>
- <path d="m6.5 13.222v7.7778h2.25v-7.7778h-2.25" fill="#232629"/>
- <path d="m11 13.222v3.3333h2.25v-3.3333h-2.25" fill="#232629"/>
- <path d="m15.5 13.222v3.3333h4.5v-3.3333h-4.5" fill="#232629"/>
- <g transform="matrix(.9 0 0 .92593 3.8 -960.45)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m2 13.222v5.5556h2.25v-5.5556h-2.25"/><path d="m6.5 13.222v7.7778h2.25v-7.7778h-2.25"/><path d="m11 13.222v3.3333h2.25v-3.3333h-2.25"/><path d="m15.5 13.222v3.3333h4.5v-3.3333h-4.5"/><g transform="matrix(.9 0 0 .92593 3.8 -960.45)"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/></g></g></svg>
--- a/eric6/icons/breeze-light/attribute_protected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/attribute_protected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 13.015v5.7032h2.25v-5.7032h-2.25" fill="#232629"/>
- <path d="m5.5 13.015v7.9845h2.25v-7.9845h-2.25" fill="#232629"/>
- <path d="m10 13.015v3.4219h2.25v-3.4219h-2.25" fill="#232629"/>
- <path d="m14.5 13.015v3.4219h4.5v-3.4219h-4.5" fill="#232629"/>
- <path class="ColorScheme-Text" d="m1 1v10.266h5.625v-4.5626h7.875v2.2813h1.125v-2.2813h1.125v2.2813h1.125v-2.2813h1.125v-1.1406h-12.375v-4.5626zm1.125 1.1406h3.375v7.9845h-3.375z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m1 13.015v5.7032h2.25v-5.7032h-2.25"/><path d="m5.5 13.015v7.9845h2.25v-7.9845h-2.25"/><path d="m10 13.015v3.4219h2.25v-3.4219h-2.25"/><path d="m14.5 13.015v3.4219h4.5v-3.4219h-4.5"/><path class="ColorScheme-Text" d="m1 1v10.266h5.625v-4.5626h7.875v2.2813h1.125v-2.2813h1.125v2.2813h1.125v-2.2813h1.125v-1.1406h-12.375v-4.5626zm1.125 1.1406h3.375v7.9845h-3.375z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/attributes.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/attributes.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/attributes_class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/attributes_class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#0090ff"/>
-</svg>
+      }</style></defs><path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#0090ff"/></svg>
--- a/eric6/icons/breeze-light/audio-video.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/audio-video.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9 13.8v7.2h8.4v-1.8l3.6 1.8v-7.2l-3.6 1.8v-1.8zm0.6 0.6h7.2v6h-7.2zm10.8 0.37031v5.2594l-3-1.5v-2.2594zm-6 0.22969v0.6h1.8v-0.6z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m5.125 1c-1.0388 0-1.875 0.83625-1.875 1.875v4.5c0 1.0388 0.83625 1.875 1.875 1.875s1.875-0.83625 1.875-1.875v-4.5c0-1.0388-0.83625-1.875-1.875-1.875zm-4.125 5.25v0.75c6.87e-4 1.6767 1.2256 3.1492 3 3.6064v1.6436h-1.5v0.75h5.25v-0.75h-1.5v-1.645c1.7738-0.45712 2.9986-1.9289 3-3.605v-0.75h-0.75v0.75c0 1.6569-1.511 3-3.375 3-1.864 0-3.375-1.3431-3.375-3v-0.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9 13.8v7.2h8.4v-1.8l3.6 1.8v-7.2l-3.6 1.8v-1.8zm0.6 0.6h7.2v6h-7.2zm10.8 0.37031v5.2594l-3-1.5v-2.2594zm-6 0.22969v0.6h1.8v-0.6z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m5.125 1c-1.0388 0-1.875 0.83625-1.875 1.875v4.5c0 1.0388 0.83625 1.875 1.875 1.875s1.875-0.83625 1.875-1.875v-4.5c0-1.0388-0.83625-1.875-1.875-1.875zm-4.125 5.25v0.75c6.87e-4 1.6767 1.2256 3.1492 3 3.6064v1.6436h-1.5v0.75h5.25v-0.75h-1.5v-1.645c1.7738-0.45712 2.9986-1.9289 3-3.605v-0.75h-0.75v0.75c0 1.6569-1.511 3-3.375 3s-3.375-1.3431-3.375-3v-0.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/audioMuted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/audioMuted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text{color:#232629;}.ColorScheme-NegativeText{color:#da4453;}</style>
- <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/>
-</svg>
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text{color:#232629;}.ColorScheme-NegativeText{color:#da4453;}</style><path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/audioPlaying.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/audioPlaying.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v0.0097656 1 4 1 0.009766l4.9883 4.9902h1.0117v-0.40234-15.195-0.40234h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v1 4 1h2v-1-4-1h-2z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/audioVolumeHigh.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/audioVolumeHigh.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v0.0097656 1 4 1 0.009766l4.9883 4.9902h1.0117v-0.40234-15.195-0.40234h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v1 4 1h2v-1-4-1h-2z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/audioVolumeMuted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/audioVolumeMuted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text{color:#232629;}.ColorScheme-NegativeText{color:#da4453;}</style>
- <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/>
-</svg>
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text{color:#232629;}.ColorScheme-NegativeText{color:#da4453;}</style><path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/><path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/audiocapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/audiocapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3c-1.385 0-2.5 1.115-2.5 2.5v6c0 1.385 1.115 2.5 2.5 2.5s2.5-1.115 2.5-2.5v-6c0-1.385-1.115-2.5-2.5-2.5zm-5.5 7v1c9.163e-4 2.2356 1.6341 4.1989 4 4.8086v2.1914h-2v1h7v-1h-2v-2.1934c2.3651-0.6095 3.9981-2.5718 4-4.8066v-1h-1v1c0 2.2091-2.0147 4-4.5 4-2.4853 0-4.5-1.7909-4.5-4v-1h-1z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3c-1.385 0-2.5 1.115-2.5 2.5v6c0 1.385 1.115 2.5 2.5 2.5s2.5-1.115 2.5-2.5v-6c0-1.385-1.115-2.5-2.5-2.5zm-5.5 7v1c9.163e-4 2.2356 1.6341 4.1989 4 4.8086v2.1914h-2v1h7v-1h-2v-2.1934c2.3651-0.6095 3.9981-2.5718 4-4.8066v-1h-1v1c0 2.2091-2.0147 4-4.5 4s-4.5-1.7909-4.5-4v-1h-1z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/autoHideOff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/autoHideOff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="M 16,1 7.0675,9.9325 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 12.0675,14.9325 21,6 Z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="M 16,1 7.0675,9.9325 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 12.0675,14.9325 21,6 Z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/autoHideOn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/autoHideOn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
         }
         .ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- <path class="ColorScheme-Text" d="m 16,1 -6.175,6.175 5,5 L 21,6 Z M 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 Z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-NegativeText" d="M 1.88375,1 1,1.88375 20.11625,21 21,20.11625 Z" color="#da4453" fill="currentColor" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m 16,1 -6.175,6.175 5,5 L 21,6 Z M 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 Z" color="#eff0f1" fill="#232629" stroke-width="1.25"/><path class="ColorScheme-NegativeText" d="M 1.88375,1 1,1.88375 20.11625,21 21,20.11625 Z" color="#da4453" fill="currentColor" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/autospellchecking.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/autospellchecking.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.146 3-5.2168 14h1.6875l1.6699-4.4297h5.5605l1.5352 4.4297h1.6875l-4.9297-14h-1.9941zm1.0156 1.6113 2.1289 6.6738h-4.4863l2.3574-6.6738z" fill="currentColor"/>
- <path d="m3 18v1h16v-1h-16z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.146 3-5.2168 14h1.6875l1.6699-4.4297h5.5605l1.5352 4.4297h1.6875l-4.9297-14h-1.9941zm1.0156 1.6113 2.1289 6.6738h-4.4863l2.3574-6.6738z" fill="currentColor"/><path d="m3 18v1h16v-1h-16z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/back.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/back.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.293 3-8 8 8 8 0.70703-0.70703-7.293-7.293 7.293-7.293-0.70703-0.70703" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.293 3-8 8 8 8 0.70703-0.70703-7.293-7.293 7.293-7.293-0.70703-0.70703" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/begline.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/begline.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3 8v0.375h1.2v5.25h-1.2v0.375h3v-0.375h-1.2v-5.25h1.2v-0.375zm-0.75-0.57143h17.5v7.1429h-17.5v-7.1429m-1.25-1.4286v10h20v-10h-20" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3 8v0.375h1.2v5.25h-1.2v0.375h3v-0.375h-1.2v-5.25h1.2v-0.375zm-0.75-0.57143h17.5v7.1429h-17.5v-7.1429m-1.25-1.4286v10h20v-10h-20" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/bookmark16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/bookmark16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="16" height="16" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(18.667 0 0 18.667 -21.333 -19367)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(18.667 0 0 18.667 -21.333 -19367)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/bookmark22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/bookmark22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(26.667 0 0 26.667 -37.333 -27674)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(26.667 0 0 26.667 -37.333 -27674)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/bookmark32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/bookmark32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="32" height="32" version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(40 0 0 40 -64 -41518)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(40 0 0 40 -64 -41518)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/bookmarkNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/bookmarkNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/bookmarkPrevious.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/bookmarkPrevious.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(-21.333 0 0 21.333 378.67 -22104)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(-21.333 0 0 21.333 378.67 -22104)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/bookmarkToggle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/bookmarkToggle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path d="m352 250.67h-42.667v-42.667h-42.667v42.667h-42.667l64 85.333 64-85.333" fill="#006eff"/>
-</svg>
+      }</style></defs><g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path d="m352 250.67h-42.667v-42.667h-42.667v42.667h-42.667l64 85.333 64-85.333" fill="#006eff"/></svg>
--- a/eric6/icons/breeze-light/break.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/break.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/breakDisabled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/breakDisabled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#4d4d4d"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#4d4d4d"/></svg>
--- a/eric6/icons/breeze-light/breakpointNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/breakpointNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m144 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="m144 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/breakpointPrevious.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/breakpointPrevious.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m208 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="m208 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/breakpointToggle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/breakpointToggle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="currentColor"/>
- <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#006eff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="currentColor"/><path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#006eff"/></svg>
--- a/eric6/icons/breeze-light/breakpoints.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/breakpoints.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/browser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/browser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3 3v7h6v6h1 2v3h7v-7h-7v3h-2v-5-3h2v3h7v-7h-7v3h-2v-3h-7zm1 1h5v5h-5v-5zm9 0h5v5h-5v-5z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3 3v7h6v6h3v3h7v-7h-7v3h-2v-8h2v3h7v-7h-7v3h-2v-3h-7zm1 1h5v5h-5v-5zm9 0h5v5h-5v-5z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/cBreak.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/cBreak.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-light/cBreakpointToggle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/cBreakpointToggle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="#ff7f2a"/>
- <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#006eff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="#ff7f2a"/><path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#006eff"/></svg>
--- a/eric6/icons/breeze-light/callReturn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/callReturn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#232629"/>
- <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#232629"/><path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/callStack.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/callStack.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-5v5h3.3333v13.333h-16.667v-13.333h3.3333v-5h-3.3333zm8.3333 6.6667c-1.7767 0-2.5228 0.58651-2.5228 2.0898 0 0-0.040416 0.97849-0.052084 1.2435-0.076666 0.615-0.29187 1.1296-0.96354 1.1296h-0.50781v1.0742h0.50781c0.98167 0 1.0156 1.0736 1.0156 2.002-0.00834 0.29 0.02263 0.61586 0.029296 0.79753 0.13833 1.1867 0.89682 1.6667 2.4935 1.6667v-0.98958c-0.75 0-1.0099-0.19376-1.1165-0.67708-0.056666-0.19334-0.061302-0.8568-0.084636-1.1751 0-0.69167-0.20609-1.725-1.2044-2.1517 0.78833-0.33833 1.0738-1.0467 1.1621-1.6667 0.04-0.17334 0.029062-0.37281 0.039064-0.50781 0-1.4433 0.01616-1.8392 1.2012-1.8392zm3.3333 0 0.0033 0.99609c1.185 0 1.2012 0.39586 1.2012 1.8392 0.01 0.135-9.38e-4 0.33448 0.03906 0.50781 0.08833 0.62 0.37378 1.3283 1.1621 1.6667-0.99833 0.42667-1.2044 1.46-1.2044 2.1517-0.02333 0.31833-0.02797 0.9818-0.08464 1.1751-0.10666 0.48333-0.36653 0.67708-1.1165 0.67708v0.98958c1.5967 0 2.3552-0.48 2.4935-1.6667 0.0067-0.18166 0.03763-0.50753 0.0293-0.79752 0-0.92833 0.03395-2.002 1.0156-2.002h0.5078v-1.0742h-0.50782c-0.67167 0-0.88688-0.51456-0.96354-1.1296-0.01166-0.265-0.05208-1.2435-0.05208-1.2435 0-1.5033-0.74612-2.0898-2.5228-2.0898z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NeutralText" d="m15 1-4 6-4-6z" color="#f67400" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-5v5h3.3333v13.333h-16.667v-13.333h3.3333v-5h-3.3333zm8.3333 6.6667c-1.7767 0-2.5228 0.58651-2.5228 2.0898 0 0-0.040416 0.97849-0.052084 1.2435-0.076666 0.615-0.29187 1.1296-0.96354 1.1296h-0.50781v1.0742h0.50781c0.98167 0 1.0156 1.0736 1.0156 2.002-0.00834 0.29 0.02263 0.61586 0.029296 0.79753 0.13833 1.1867 0.89682 1.6667 2.4935 1.6667v-0.98958c-0.75 0-1.0099-0.19376-1.1165-0.67708-0.056666-0.19334-0.061302-0.8568-0.084636-1.1751 0-0.69167-0.20609-1.725-1.2044-2.1517 0.78833-0.33833 1.0738-1.0467 1.1621-1.6667 0.04-0.17334 0.029062-0.37281 0.039064-0.50781 0-1.4433 0.01616-1.8392 1.2012-1.8392zm3.3333 0 0.0033 0.99609c1.185 0 1.2012 0.39586 1.2012 1.8392 0.01 0.135-9.38e-4 0.33448 0.03906 0.50781 0.08833 0.62 0.37378 1.3283 1.1621 1.6667-0.99833 0.42667-1.2044 1.46-1.2044 2.1517-0.02333 0.31833-0.02797 0.9818-0.08464 1.1751-0.10666 0.48333-0.36653 0.67708-1.1165 0.67708v0.98958c1.5967 0 2.3552-0.48 2.4935-1.6667 0.0067-0.18166 0.03763-0.50753 0.0293-0.79752 0-0.92833 0.03395-2.002 1.0156-2.002h0.5078v-1.0742h-0.50782c-0.67167 0-0.88688-0.51456-0.96354-1.1296-0.01166-0.265-0.05208-1.2435-0.05208-1.2435 0-1.5033-0.74612-2.0898-2.5228-2.0898z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NeutralText" d="m15 1-4 6-4-6z" color="#f67400" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/callTrace.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/callTrace.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.020208 0.48924-0.026042 0.62174-0.038333 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.00417 0.145 0.011315 0.30793 0.014648 0.39876 0.069167 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50493-0.096875-0.55827-0.33854-0.028333-0.096667-0.030651-0.4284-0.042318-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58105-0.83333 0.02-0.086667 0.014531-0.18641 0.019532-0.25391 0-0.72167 0.00808-0.9196 0.60059-0.9196zm1.6667 0 0.00163 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.687e-4 0.16724 0.019532 0.25391 0.044167 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.011667 0.15917-0.013984 0.4909-0.042318 0.58756-0.053331 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.00333-0.090833 0.018817-0.25376 0.01465-0.39876 0-0.46417 0.016975-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058333-0.1325-0.026042-0.62174-0.026042-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NeutralText" d="m8 1-2 3-2-3z" color="#f67400" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 11v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.02021 0.48924-0.02604 0.62174-0.03833 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.0042 0.145 0.01132 0.30793 0.01465 0.39876 0.06917 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50494-0.09688-0.55827-0.33854-0.02833-0.09667-0.03065-0.4284-0.04232-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58106-0.83333 0.02-0.08667 0.01453-0.1864 0.01953-0.2539 0-0.72167 0.0081-0.9196 0.60059-0.9196zm1.6667 0 0.0016 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.68e-4 0.16724 0.01953 0.2539 0.04417 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.01167 0.15917-0.01398 0.4909-0.04232 0.58756-0.05333 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.0033-0.09083 0.01882-0.25376 0.01465-0.39876 0-0.46417 0.01697-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058-0.1325-0.02604-0.62174-0.02604-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NeutralText" d="m18 11-2 3-2-3z" color="#f67400" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.020208 0.48924-0.026042 0.62174-0.038333 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.00417 0.145 0.011315 0.30793 0.014648 0.39876 0.069167 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50493-0.096875-0.55827-0.33854-0.028333-0.096667-0.030651-0.4284-0.042318-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58105-0.83333 0.02-0.086667 0.014531-0.18641 0.019532-0.25391 0-0.72167 0.00808-0.9196 0.60059-0.9196zm1.6667 0 0.00163 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.687e-4 0.16724 0.019532 0.25391 0.044167 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.011667 0.15917-0.013984 0.4909-0.042318 0.58756-0.053331 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.00333-0.090833 0.018817-0.25376 0.01465-0.39876 0-0.46417 0.016975-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058333-0.1325-0.026042-0.62174-0.026042-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NeutralText" d="m8 1-2 3-2-3z" color="#f67400" fill="currentColor"/><path class="ColorScheme-Text" d="m11 11v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.02021 0.48924-0.02604 0.62174-0.03833 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.0042 0.145 0.01132 0.30793 0.01465 0.39876 0.06917 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50494-0.09688-0.55827-0.33854-0.02833-0.09667-0.03065-0.4284-0.04232-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58106-0.83333 0.02-0.08667 0.01453-0.1864 0.01953-0.2539 0-0.72167 0.0081-0.9196 0.60059-0.9196zm1.6667 0 0.0016 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.68e-4 0.16724 0.01953 0.2539 0.04417 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.01167 0.15917-0.01398 0.4909-0.04232 0.58756-0.05333 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.0033-0.09083 0.01882-0.25376 0.01465-0.39876 0-0.46417 0.01697-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058-0.1325-0.02604-0.62174-0.02604-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NeutralText" d="m18 11-2 3-2-3z" color="#f67400" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/callTraceStart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/callTraceStart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m19 11a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#da4453"/>
-</svg>
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m19 11a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/callTraceStop.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/callTraceStop.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#232629;
-        }</style>
- <path class="ColorScheme-Text" d="m3 3h16v16h-16z" fill="currentColor"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m3 3h16v16h-16z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/calliope_mini.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/calliope_mini.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,50 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg id="svg8" width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g id="layer1" transform="translate(0,-284.3)">
-  <g id="calliopemini" transform="matrix(.33591 0 0 .33591 -12.382 267.63)">
-   <g id="g973">
-    <path id="platine" d="m38.798 67.76c0.16655-0.36884 0.13639-0.31744 0.78203-0.85588s2.13-0.94191 3.2923-2.0634 2.6412-3.4107 3.1557-5.1168c0.51449-1.706 0.22218-3.5224 0.15452-4.6788-0.06765-1.1564 0.82562-1.4991 0.82562-1.4991s0.39807-0.27578 1.137-0.14823c0.73894 0.12756 0.96948 0.28462 1.8446 0.86531 0.8751 0.58068 2.1854 1.188 3.3079 1.4782 1.1225 0.29019 2.5572 0.35641 3.7706 0.21371 1.2134-0.1427 2.2616-0.78078 3.1435-1.2187 0.88195-0.4379 1.8228-1.2698 2.5131-1.4337 0.69031-0.16388 1.1315 0.0049 1.5602 0.21547 0.4287 0.21055 0.58639 0.381 0.82155 1.0126 0.23516 0.63165-0.02661 2.021 0.08822 3.1872 0.11483 1.1662 0.37648 2.5832 0.90806 3.7466 0.53158 1.1634 1.4626 2.1655 2.2986 2.9814s1.8155 1.4402 2.8207 1.929c1.0052 0.4888 1.1517 0.5548 1.4891 1.0236 0.33739 0.46884 0.41624 1.0274 0.186 1.6327-0.23025 0.60535-1.9239 1.3796-2.7725 1.8917-0.84866 0.51214-2.4034 1.8925-3.3778 3.3637-0.97437 1.4712-1.2709 3.701-1.4377 5.1008-0.16684 1.3998 0.41985 2.3275 0.02475 3.0778-0.39509 0.75026-1.032 1.0483-1.7873 1.1132s-1.6942-0.72885-2.2072-1.0413c-0.51304-0.31241-1.3535-0.79254-2.0928-0.96544-0.73928-0.1729-1.7546-0.25-2.1638-0.55844-0.4092-0.30843-0.26974-0.53758-0.42563-0.72475-0.15589-0.18717-0.27842-0.33191-0.46973-0.40616-0.19131-0.07425-0.37465-0.08732-0.55733-0.02498-0.18268 0.06234-0.35439 0.16138-0.4765 0.35499-0.12211 0.1936 0.0109 0.38462-0.29873 0.67729s-0.85168 0.16943-1.5996 0.44295c-0.74792 0.27352-2.0844 0.88026-2.833 1.3029-0.74857 0.42264-1.083 1-1.687 1.1465s-1.1856-0.0329-1.6588-0.37621c-0.47319-0.3433-0.69523-1.5039-0.69454-1.8484 6.87e-4 -0.34444 0.15832-2.1253-0.13233-3.4795-0.29066-1.3542-0.77801-2.7839-1.4721-3.8512-0.69412-1.0673-1.6371-1.8297-2.4927-2.4801-0.85555-0.65035-1.9588-0.95914-2.5482-1.4493-0.5894-0.49021-0.93222-0.80777-1.0752-1.2759s-0.03019-0.8929 0.13636-1.2617z" fill="#232629" stroke-width=".051193px"></path>
-    <ellipse id="ecke_minus" cx="47.8" cy="54.944" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6" cx="47.774" cy="54.905" rx=".77659" ry=".76448" fill="#eff0f1"/>
-    <ellipse id="ecke_plus" cx="63.398" cy="54.857" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-9" cx="63.371" cy="54.819" rx=".77659" ry=".76448" fill="#eff0f1"/>
-    <ellipse id="ecke_p3" cx="71.374" cy="68.31" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-2" cx="71.348" cy="68.272" rx=".77659" ry=".76448" fill="#eff0f1"/>
-    <ellipse id="ecke_p2" cx="63.748" cy="81.92" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-0" cx="63.722" cy="81.882" rx=".77659" ry=".76448" fill="#eff0f1"/>
-    <ellipse id="ecke_p1" cx="48.2" cy="82.192" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-3" cx="48.173" cy="82.154" rx=".77659" ry=".76448" fill="#eff0f1"/>
-    <ellipse id="ecke_p0" cx="40.155" cy="68.515" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"></ellipse>
-    <ellipse id="path4302-6-6" cx="40.128" cy="68.477" rx=".77659" ry=".76448" fill="#eff0f1"/>
-    <rect id="usb" x="54.657" y="55.959" width="2.4755" height="2.5545" fill="#eff0f1" stroke-width=".051193"></rect>
-    <g id="ledmatrix" transform="matrix(.19368 0 0 .19329 34.504 31.838)" fill="#eff0f1">
-     <rect id="rect4410" x="110.41" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2" x="110.41" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6" x="110.41" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1" x="110.41" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8" x="110.41" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7" x="119.02" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9" x="119.02" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2" x="119.02" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0" x="119.02" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2" x="119.02" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7-3" x="101.41" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9-7" x="101.41" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2-5" x="101.41" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0-9" x="101.41" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2-2" x="101.41" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7-2" x="127.83" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9-8" x="127.83" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2-9" x="127.83" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0-7" x="127.83" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2-3" x="127.83" y="187.33" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-7-2-6" x="92.604" y="152.09" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-9-8-1" x="92.604" y="160.82" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-6-2-9-2" x="92.604" y="169.8" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-0-7-9" x="92.604" y="178.53" width="1.0636" height="4.4517"/>
-     <rect id="rect4410-2-1-8-2-3-3" x="92.604" y="187.33" width="1.0636" height="4.4517"/>
-    </g>
-   </g>
-  </g>
- </g>
-</svg>
+<svg id="a" width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g id="b" transform="translate(0,-284.3)"><g id="c" transform="matrix(.33591 0 0 .33591 -12.382 267.63)"><g id="d"><path id="e" d="m38.798 67.76c0.16655-0.36884 0.13639-0.31744 0.78203-0.85588s2.13-0.94191 3.2923-2.0634 2.6412-3.4107 3.1557-5.1168c0.51449-1.706 0.22218-3.5224 0.15452-4.6788-0.06765-1.1564 0.82562-1.4991 0.82562-1.4991s0.39807-0.27578 1.137-0.14823c0.73894 0.12756 0.96948 0.28462 1.8446 0.86531 0.8751 0.58068 2.1854 1.188 3.3079 1.4782 1.1225 0.29019 2.5572 0.35641 3.7706 0.21371s2.2616-0.78078 3.1435-1.2187c0.88195-0.4379 1.8228-1.2698 2.5131-1.4337 0.69031-0.16388 1.1315 0.0049 1.5602 0.21547 0.4287 0.21055 0.58639 0.381 0.82155 1.0126 0.23516 0.63165-0.02661 2.021 0.08822 3.1872s0.37648 2.5832 0.90806 3.7466 1.4626 2.1655 2.2986 2.9814 1.8155 1.4402 2.8207 1.929 1.1517 0.5548 1.4891 1.0236c0.33739 0.46884 0.41624 1.0274 0.186 1.6327-0.23025 0.60535-1.9239 1.3796-2.7725 1.8917-0.84866 0.51214-2.4034 1.8925-3.3778 3.3637-0.97437 1.4712-1.2709 3.701-1.4377 5.1008-0.16684 1.3998 0.41985 2.3275 0.02475 3.0778-0.39509 0.75026-1.032 1.0483-1.7873 1.1132s-1.6942-0.72885-2.2072-1.0413c-0.51304-0.31241-1.3535-0.79254-2.0928-0.96544-0.73928-0.1729-1.7546-0.25-2.1638-0.55844-0.4092-0.30843-0.26974-0.53758-0.42563-0.72475s-0.27842-0.33191-0.46973-0.40616-0.37465-0.08732-0.55733-0.02498-0.35439 0.16138-0.4765 0.35499c-0.12211 0.1936 0.0109 0.38462-0.29873 0.67729s-0.85168 0.16943-1.5996 0.44295-2.0844 0.88026-2.833 1.3029c-0.74857 0.42264-1.083 1-1.687 1.1465s-1.1856-0.0329-1.6588-0.37621c-0.47319-0.3433-0.69523-1.5039-0.69454-1.8484 6.87e-4 -0.34444 0.15832-2.1253-0.13233-3.4795-0.29066-1.3542-0.77801-2.7839-1.4721-3.8512-0.69412-1.0673-1.6371-1.8297-2.4927-2.4801-0.85555-0.65035-1.9588-0.95914-2.5482-1.4493-0.5894-0.49021-0.93222-0.80777-1.0752-1.2759s-0.03019-0.8929 0.13636-1.2617z" fill="#232629" stroke-width=".051193px"/><ellipse id="f" cx="47.8" cy="54.944" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="g" cx="47.774" cy="54.905" rx=".77659" ry=".76448" fill="#eff0f1"/><ellipse id="h" cx="63.398" cy="54.857" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="i" cx="63.371" cy="54.819" rx=".77659" ry=".76448" fill="#eff0f1"/><ellipse id="j" cx="71.374" cy="68.31" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="k" cx="71.348" cy="68.272" rx=".77659" ry=".76448" fill="#eff0f1"/><ellipse id="l" cx="63.748" cy="81.92" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="m" cx="63.722" cy="81.882" rx=".77659" ry=".76448" fill="#eff0f1"/><ellipse id="n" cx="48.2" cy="82.192" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><ellipse id="o" cx="48.173" cy="82.154" rx=".77659" ry=".76448" fill="#eff0f1"/><ellipse id="p" cx="40.155" cy="68.515" rx="1.7186" ry="1.6918" fill="#eee489" stroke-width=".088711"/><g fill="#eff0f1"><ellipse id="q" cx="40.128" cy="68.477" rx=".77659" ry=".76448"/><rect id="r" x="54.657" y="55.959" width="2.4755" height="2.5545" stroke-width=".051193"/><g id="s" transform="matrix(.19368 0 0 .19329 34.504 31.838)"><rect id="t" x="110.41" y="152.09" width="1.0636" height="4.4517"/><rect id="u" x="110.41" y="160.82" width="1.0636" height="4.4517"/><rect id="v" x="110.41" y="169.8" width="1.0636" height="4.4517"/><rect id="w" x="110.41" y="178.53" width="1.0636" height="4.4517"/><rect id="x" x="110.41" y="187.33" width="1.0636" height="4.4517"/><rect id="y" x="119.02" y="152.09" width="1.0636" height="4.4517"/><rect id="z" x="119.02" y="160.82" width="1.0636" height="4.4517"/><rect id="aa" x="119.02" y="169.8" width="1.0636" height="4.4517"/><rect id="ab" x="119.02" y="178.53" width="1.0636" height="4.4517"/><rect id="ac" x="119.02" y="187.33" width="1.0636" height="4.4517"/><rect id="ad" x="101.41" y="152.09" width="1.0636" height="4.4517"/><rect id="ae" x="101.41" y="160.82" width="1.0636" height="4.4517"/><rect id="af" x="101.41" y="169.8" width="1.0636" height="4.4517"/><rect id="ag" x="101.41" y="178.53" width="1.0636" height="4.4517"/><rect id="ah" x="101.41" y="187.33" width="1.0636" height="4.4517"/><rect id="ai" x="127.83" y="152.09" width="1.0636" height="4.4517"/><rect id="aj" x="127.83" y="160.82" width="1.0636" height="4.4517"/><rect id="ak" x="127.83" y="169.8" width="1.0636" height="4.4517"/><rect id="al" x="127.83" y="178.53" width="1.0636" height="4.4517"/><rect id="am" x="127.83" y="187.33" width="1.0636" height="4.4517"/><rect id="an" x="92.604" y="152.09" width="1.0636" height="4.4517"/><rect id="ao" x="92.604" y="160.82" width="1.0636" height="4.4517"/><rect id="ap" x="92.604" y="169.8" width="1.0636" height="4.4517"/><rect id="aq" x="92.604" y="178.53" width="1.0636" height="4.4517"/><rect id="ar" x="92.604" y="187.33" width="1.0636" height="4.4517"/></g></g></g></g></g></svg>
--- a/eric6/icons/breeze-light/camera.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/camera.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 5v12h14v-3l6 3v-12l-6 3v-3h-14zm1 1h12v10h-12v-10zm18 0.61719v8.7656l-5-2.5v-3.7656l5-2.5zm-10 0.38281v1h3v-1h-3z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 5v12h14v-3l6 3v-12l-6 3v-3h-14zm1 1h12v10h-12v-10zm18 0.61719v8.7656l-5-2.5v-3.7656l5-2.5zm-10 0.38281v1h3v-1h-3z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/cameraPhoto.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/cameraPhoto.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 4v1h-14v13h18v-13h-1v-1h-3zm-13 2h16v11h-16v-11zm5.5 1a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 4v1h-14v13h18v-13h-1v-1h-3zm-13 2h16v11h-16v-11zm5.5 1a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/certificateDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/certificateDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11 11v1.2857h5v-1.2857zm0-2.5714v1.2857h6.25v-1.2857zm0-2.5714v1.2857h7.5v-1.2857zm-4.375 0c0.34625 0 0.625 0.28671 0.625 0.64286v1.9286h-1.25v-1.9286c0-0.35614 0.27875-0.64286 0.625-0.64286zm0-1.2857c-1.0388 0-1.875 0.86014-1.875 1.9286v1.9286h-1.25v3.8571h6.25v-3.8571h-1.25v-1.9286c0-1.0684-0.83625-1.9286-1.875-1.9286zm-5.625-2.5714v15.429h12.5v-1.2857h-11.25v-12.857h17.5v10.286h1.25v-11.571z" color="#eff0f1" fill="#232629"/>
- <path d="M 14.25,13.33333 15.91667,15 14.25,16.66667 15.08333,17.5 16.75,15.83333 18.41667,17.5 19.25,16.66667 17.58334,15 19.25,13.33333 18.41667,12.5 16.75,14.16667 15.08333,12.5 14.25,13.33333" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m11 11v1.2857h5v-1.2857zm0-2.5714v1.2857h6.25v-1.2857zm0-2.5714v1.2857h7.5v-1.2857zm-4.375 0c0.34625 0 0.625 0.28671 0.625 0.64286v1.9286h-1.25v-1.9286c0-0.35614 0.27875-0.64286 0.625-0.64286zm0-1.2857c-1.0388 0-1.875 0.86014-1.875 1.9286v1.9286h-1.25v3.8571h6.25v-3.8571h-1.25v-1.9286c0-1.0684-0.83625-1.9286-1.875-1.9286zm-5.625-2.5714v15.429h12.5v-1.2857h-11.25v-12.857h17.5v10.286h1.25v-11.571z" color="#eff0f1" fill="#232629"/><path d="M 14.25,13.33333 15.91667,15 14.25,16.66667 15.08333,17.5 16.75,15.83333 18.41667,17.5 19.25,16.66667 17.58334,15 19.25,13.33333 18.41667,12.5 16.75,14.16667 15.08333,12.5 14.25,13.33333" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/certificateExport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/certificateExport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-0.78559 0.80804 2.5477 2.6205h-5.651v1.1429h5.651l-2.5477 2.6205 0.78559 0.80804 3.8889-4-0.78559-0.80804z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-0.78559 0.80804 2.5477 2.6205h-5.651v1.1429h5.651l-2.5477 2.6205 0.78559 0.80804 3.8889-4-0.78559-0.80804z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/certificateImport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/certificateImport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-3.8889 4 3.8889 4 0.78559-0.80804-2.5477-2.6205h5.651v-1.1429h-5.651l2.5477-2.6205z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-3.8889 4 3.8889 4 0.78559-0.80804-2.5477-2.6205h5.651v-1.1429h-5.651l2.5477-2.6205z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/certificates.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/certificates.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3v16h20v-16zm1.25 1.3333h17.5v13.333h-17.5zm4.375 1.3333c-1.0388 0-1.875 0.892-1.875 2v2h-1.25v4h6.25v-4h-1.25v-2c0-1.108-0.83625-2-1.875-2zm0 1.3333c0.34625 0 0.625 0.29733 0.625 0.66667v2h-1.25v-2c0-0.36933 0.27875-0.66667 0.625-0.66667zm4.375 0v1.3333h7.5v-1.3333zm0 2.6667v1.3333h6.25v-1.3333zm0 2.6667v1.3333h5v-1.3333z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3v16h20v-16zm1.25 1.3333h17.5v13.333h-17.5zm4.375 1.3333c-1.0388 0-1.875 0.892-1.875 2v2h-1.25v4h6.25v-4h-1.25v-2c0-1.108-0.83625-2-1.875-2zm0 1.3333c0.34625 0 0.625 0.29733 0.625 0.66667v2h-1.25v-2c0-0.36933 0.27875-0.66667 0.625-0.66667zm4.375 0v1.3333h7.5v-1.3333zm0 2.6667v1.3333h6.25v-1.3333zm0 2.6667v1.3333h5v-1.3333z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/changeNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/changeNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,73 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bdc3c7" offset="0"/>
-   <stop stop-color="#eff0f1" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#95a5a6" offset="0"/>
-   <stop stop-color="#8b9e9a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eff0f1" offset="0"/>
-   <stop stop-color="#bdc3c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
-  <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#06a370" offset="0"/>
-   <stop stop-color="#22d1b0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
- </defs>
- <g transform="matrix(.35 0 0 .35897 -135 -177.21)">
-  <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/>
-  <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/>
-  <g fill="#aeaeae">
-   <rect x="394.57" y="513.8" width="2" height="1"/>
-   <rect x="397.57" y="513.8" width="3" height="1"/>
-   <rect x="401.57" y="513.8" width="5" height="1"/>
-   <rect x="394.57" y="515.8" width="4" height="1"/>
-   <rect x="399.57" y="515.8" width="2" height="1"/>
-   <rect x="394.57" y="519.8" width="2" height="1"/>
-   <rect x="397.57" y="519.8" width="3" height="1"/>
-   <rect x="394.57" y="521.8" width="2" height="1"/>
-   <rect x="397.57" y="521.8" width="5" height="1"/>
-   <rect x="403.57" y="521.8" width="3" height="1"/>
-   <rect x="394.57" y="525.8" width="6" height="1"/>
-   <rect x="401.57" y="525.8" width="3" height="1"/>
-   <rect x="394.57" y="527.8" width="5" height="1"/>
-   <rect x="400.57" y="527.8" width="5" height="1"/>
-   <rect x="409.57" y="513.8" width="2" height="1"/>
-   <rect x="412.57" y="513.8" width="3" height="1"/>
-   <rect x="416.57" y="513.8" width="5" height="1"/>
-   <rect x="409.57" y="515.8" width="4" height="1"/>
-   <rect x="414.57" y="515.8" width="2" height="1"/>
-   <rect x="409.57" y="519.8" width="2" height="1"/>
-   <rect x="409.57" y="521.8" width="2" height="1"/>
-   <rect x="412.57" y="521.8" width="5" height="1"/>
-   <rect x="418.57" y="521.8" width="3" height="1"/>
-   <rect x="409.57" y="525.8" width="6" height="1"/>
-   <rect x="409.57" y="527.8" width="5" height="1"/>
-   <rect x="415.57" y="527.8" width="5" height="1"/>
-  </g>
-  <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/>
-  <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/>
-  <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/>
-  <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/>
-  <g stroke-linejoin="bevel" stroke-width="2">
-   <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/>
-   <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/>
-  </g>
- </g>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="o" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#bdc3c7" offset="0"/><stop stop-color="#eff0f1" offset="1"/></linearGradient><linearGradient id="n" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#95a5a6" offset="0"/><stop stop-color="#8b9e9a" offset="1"/></linearGradient><linearGradient id="m" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#eff0f1" offset="0"/><stop stop-color="#bdc3c7" offset="1"/></linearGradient><linearGradient id="h" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="l" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#h"/><linearGradient id="k" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="j" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#06a370" offset="0"/><stop stop-color="#22d1b0" offset="1"/></linearGradient><linearGradient id="i" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#h"/></defs><g transform="matrix(.35 0 0 .35897 -135 -177.21)"><path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#n)" opacity=".5"/><path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#o)"/><g fill="#aeaeae"><rect x="394.57" y="513.8" width="2" height="1"/><rect x="397.57" y="513.8" width="3" height="1"/><rect x="401.57" y="513.8" width="5" height="1"/><rect x="394.57" y="515.8" width="4" height="1"/><rect x="399.57" y="515.8" width="2" height="1"/><rect x="394.57" y="519.8" width="2" height="1"/><rect x="397.57" y="519.8" width="3" height="1"/><rect x="394.57" y="521.8" width="2" height="1"/><rect x="397.57" y="521.8" width="5" height="1"/><rect x="403.57" y="521.8" width="3" height="1"/><rect x="394.57" y="525.8" width="6" height="1"/><rect x="401.57" y="525.8" width="3" height="1"/><rect x="394.57" y="527.8" width="5" height="1"/><rect x="400.57" y="527.8" width="5" height="1"/><rect x="409.57" y="513.8" width="2" height="1"/><rect x="412.57" y="513.8" width="3" height="1"/><rect x="416.57" y="513.8" width="5" height="1"/><rect x="409.57" y="515.8" width="4" height="1"/><rect x="414.57" y="515.8" width="2" height="1"/><rect x="409.57" y="519.8" width="2" height="1"/><rect x="409.57" y="521.8" width="2" height="1"/><rect x="412.57" y="521.8" width="5" height="1"/><rect x="418.57" y="521.8" width="3" height="1"/><rect x="409.57" y="525.8" width="6" height="1"/><rect x="409.57" y="527.8" width="5" height="1"/><rect x="415.57" y="527.8" width="5" height="1"/></g><path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#i)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#l)" opacity=".2"/><path d="m388.57 529.8v14h40v-14z" fill="url(#m)"/><rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/><rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/><g stroke-linejoin="bevel" stroke-width="2"><path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#k)"/><path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#j)"/></g></g><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/changePrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/changePrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,73 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bdc3c7" offset="0"/>
-   <stop stop-color="#eff0f1" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#95a5a6" offset="0"/>
-   <stop stop-color="#8b9e9a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eff0f1" offset="0"/>
-   <stop stop-color="#bdc3c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
-  <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#06a370" offset="0"/>
-   <stop stop-color="#22d1b0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
- </defs>
- <g transform="matrix(.35 0 0 .35897 -129 -177.21)">
-  <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/>
-  <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/>
-  <g fill="#aeaeae">
-   <rect x="394.57" y="513.8" width="2" height="1"/>
-   <rect x="397.57" y="513.8" width="3" height="1"/>
-   <rect x="401.57" y="513.8" width="5" height="1"/>
-   <rect x="394.57" y="515.8" width="4" height="1"/>
-   <rect x="399.57" y="515.8" width="2" height="1"/>
-   <rect x="394.57" y="519.8" width="2" height="1"/>
-   <rect x="397.57" y="519.8" width="3" height="1"/>
-   <rect x="394.57" y="521.8" width="2" height="1"/>
-   <rect x="397.57" y="521.8" width="5" height="1"/>
-   <rect x="403.57" y="521.8" width="3" height="1"/>
-   <rect x="394.57" y="525.8" width="6" height="1"/>
-   <rect x="401.57" y="525.8" width="3" height="1"/>
-   <rect x="394.57" y="527.8" width="5" height="1"/>
-   <rect x="400.57" y="527.8" width="5" height="1"/>
-   <rect x="409.57" y="513.8" width="2" height="1"/>
-   <rect x="412.57" y="513.8" width="3" height="1"/>
-   <rect x="416.57" y="513.8" width="5" height="1"/>
-   <rect x="409.57" y="515.8" width="4" height="1"/>
-   <rect x="414.57" y="515.8" width="2" height="1"/>
-   <rect x="409.57" y="519.8" width="2" height="1"/>
-   <rect x="409.57" y="521.8" width="2" height="1"/>
-   <rect x="412.57" y="521.8" width="5" height="1"/>
-   <rect x="418.57" y="521.8" width="3" height="1"/>
-   <rect x="409.57" y="525.8" width="6" height="1"/>
-   <rect x="409.57" y="527.8" width="5" height="1"/>
-   <rect x="415.57" y="527.8" width="5" height="1"/>
-  </g>
-  <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/>
-  <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/>
-  <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/>
-  <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/>
-  <g stroke-linejoin="bevel" stroke-width="2">
-   <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/>
-   <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/>
-  </g>
- </g>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="o" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#bdc3c7" offset="0"/><stop stop-color="#eff0f1" offset="1"/></linearGradient><linearGradient id="n" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#95a5a6" offset="0"/><stop stop-color="#8b9e9a" offset="1"/></linearGradient><linearGradient id="m" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#eff0f1" offset="0"/><stop stop-color="#bdc3c7" offset="1"/></linearGradient><linearGradient id="h" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="l" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#h"/><linearGradient id="k" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="j" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#06a370" offset="0"/><stop stop-color="#22d1b0" offset="1"/></linearGradient><linearGradient id="i" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#h"/></defs><g transform="matrix(.35 0 0 .35897 -129 -177.21)"><path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#n)" opacity=".5"/><path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#o)"/><g fill="#aeaeae"><rect x="394.57" y="513.8" width="2" height="1"/><rect x="397.57" y="513.8" width="3" height="1"/><rect x="401.57" y="513.8" width="5" height="1"/><rect x="394.57" y="515.8" width="4" height="1"/><rect x="399.57" y="515.8" width="2" height="1"/><rect x="394.57" y="519.8" width="2" height="1"/><rect x="397.57" y="519.8" width="3" height="1"/><rect x="394.57" y="521.8" width="2" height="1"/><rect x="397.57" y="521.8" width="5" height="1"/><rect x="403.57" y="521.8" width="3" height="1"/><rect x="394.57" y="525.8" width="6" height="1"/><rect x="401.57" y="525.8" width="3" height="1"/><rect x="394.57" y="527.8" width="5" height="1"/><rect x="400.57" y="527.8" width="5" height="1"/><rect x="409.57" y="513.8" width="2" height="1"/><rect x="412.57" y="513.8" width="3" height="1"/><rect x="416.57" y="513.8" width="5" height="1"/><rect x="409.57" y="515.8" width="4" height="1"/><rect x="414.57" y="515.8" width="2" height="1"/><rect x="409.57" y="519.8" width="2" height="1"/><rect x="409.57" y="521.8" width="2" height="1"/><rect x="412.57" y="521.8" width="5" height="1"/><rect x="418.57" y="521.8" width="3" height="1"/><rect x="409.57" y="525.8" width="6" height="1"/><rect x="409.57" y="527.8" width="5" height="1"/><rect x="415.57" y="527.8" width="5" height="1"/></g><path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#i)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#l)" opacity=".2"/><path d="m388.57 529.8v14h40v-14z" fill="url(#m)"/><rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/><rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/><g stroke-linejoin="bevel" stroke-width="2"><path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#k)"/><path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#j)"/></g></g><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/changesetSign.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/changesetSign.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/changesetSignList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/changesetSignList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m17.497 7-10.493 10.493h-0.0034177v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.001706 0.00175-0.001706-3.5-3.5-0.0018 0.0017062-0.001618-0.0017167m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.35889 0.35889h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m1 1v1h12v-1zm0 2v1h7v-1zm0 3v1h12v-1zm0 2v1h5v-1zm0 3v1h8v-1zm10 1v1h2v-1z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m17.497 7-10.493 10.493h-0.0034177v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.001706 0.00175-0.001706-3.5-3.5-0.0018 0.0017062-0.001618-0.0017167m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.35889 0.35889h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m1 1v1h12v-1zm0 2v1h7v-1zm0 3v1h12v-1zm0 2v1h5v-1zm0 3v1h8v-1zm10 1v1h2v-1z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/changesetSignVerify.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/changesetSignVerify.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m20.308 15-4.494 4.5918-1.1221-1.1465-0.69197 0.70703 1.8064 1.8477 0.0058-0.0078 0.0076 0.0078 5.1802-5.293z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/><path d="m20.308 15-4.494 4.5918-1.1221-1.1465-0.69197 0.70703 1.8064 1.8477 0.0058-0.0078 0.0076 0.0078 5.1802-5.293z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/characters.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/characters.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22mm" height="22mm" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0,-275)">
-  <text transform="scale(1.0187 .98163)" x="0.98162496" y="294.30392" fill="#232629" font-family="sans-serif" font-size="10.584px" letter-spacing="0px" stroke-width=".2646" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.98162496" y="294.30392" fill="#232629" stroke-width=".2646">AbC</tspan></text>
- </g>
-</svg>
+<svg width="22mm" height="22mm" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0,-275)"><text transform="scale(1.0187 .98163)" x="0.98162496" y="294.30392" fill="#232629" font-family="sans-serif" font-size="10.584px" letter-spacing="0px" stroke-width=".2646" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.98162496" y="294.30392" fill="#232629" stroke-width=".2646">AbC</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/chart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4 3v6 1 5 1 1h-1v1h1v1h1v-1h13.293 0.70703v-0.70703-0.29297h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-0.0019531-1.873-1-1v-0.42383-1h1 1 1.873 0.0019531l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-0.99219-2h-1zm1 3h6.4609l-3 3h-1.4609-1-1v-3zm0 6.4238h1 1 1.4609l3 3h-6.4609v-0.42383-2.5762zm10.127 2.4102 2.166 2.166h-12.293v-1-0.56836h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4 3v14h-1v1h1v1h1v-1h14v-1h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-3.875v-1.4238h3.875l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-2.9922h-1zm1 3h6.4609l-3 3h-3.4609v-3zm0 6.4238h3.4609l3 3h-6.4609v-3zm10.127 2.4102 2.166 2.166h-12.293v-1.5684h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/chatBanKickUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatBanKickUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" fill="currentColor">
-  <path d="m7.8379 7.1309a5 5 0 0 0-0.70703 0.70703l3.1621 3.1621-3.1621 3.1621a5 5 0 0 0 0.70703 0.70703l3.1621-3.1621 3.1621 3.1621a5 5 0 0 0 0.70703-0.70703l-3.1621-3.1621 3.1621-3.1621a5 5 0 0 0-0.70703-0.70703l-3.1621 3.1621-3.1621-3.1621"/>
-  <path d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" fill="currentColor"><path d="m7.8379 7.1309a5 5 0 0 0-0.70703 0.70703l3.1621 3.1621-3.1621 3.1621a5 5 0 0 0 0.70703 0.70703l3.1621-3.1621 3.1621 3.1621a5 5 0 0 0 0.70703-0.70703l-3.1621-3.1621 3.1621-3.1621a5 5 0 0 0-0.70703-0.70703l-3.1621 3.1621-3.1621-3.1621"/><path d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7"/></g></svg>
--- a/eric6/icons/breeze-light/chatBanUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatBanUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/chatKickUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatKickUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="translate(-421.71 -525.79)" fill="currentColor">
-  <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8a8 8 0 0 0-7.927 7h1.007a7 7 0 0 1 6.92-6 7 7 0 0 1 1 0.08v-1.009a8 8 0 0 0-1-0.07"/>
-  <circle cx="437.21" cy="541.29" r="3.5"/>
- </g>
- <path d="m13 15h5v1h-5z" fill="#fff"/>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="translate(-421.71 -525.79)" fill="currentColor"><path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8a8 8 0 0 0-7.927 7h1.007a7 7 0 0 1 6.92-6 7 7 0 0 1 1 0.08v-1.009a8 8 0 0 0-1-0.07"/><circle cx="437.21" cy="541.29" r="3.5"/></g><path d="m13 15h5v1h-5z" fill="#fff"/></svg>
--- a/eric6/icons/breeze-light/chatUser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/chatUser1.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser1.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00aad4"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00aad4"/></svg>
--- a/eric6/icons/breeze-light/chatUser2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#0000e8"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#0000e8"/></svg>
--- a/eric6/icons/breeze-light/chatUser3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#b400b4"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#b400b4"/></svg>
--- a/eric6/icons/breeze-light/chatUser4.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser4.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#c80000"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#c80000"/></svg>
--- a/eric6/icons/breeze-light/chatUser5.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser5.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#d4aa00"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#d4aa00"/></svg>
--- a/eric6/icons/breeze-light/chatUser6.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chatUser6.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#338000"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#338000"/></svg>
--- a/eric6/icons/breeze-light/chrome.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chrome.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="M 43.624,14.1 H 24 V 28.4 L 20.7,27.3 5.476,12.186 H 5.454 C 9.348,6.059 16.201,2 24,2 32.58,2 40.005,6.928 43.624,14.1 Z" fill="#f44336" stroke-width="1.1"/><path d="m5.4738 12.19 9.7273 16.348 5.4989-1.2386z" fill="#dd2c00" stroke-width="1.1"/><path d="m23.073 46 9.8274-17.665-4.5001-3.2351z" fill="#558b2f" stroke-width="1.1"/><path d="m43.652 14.1h-19.652l-1.7369 5.038z" fill="#f9a825" stroke-width="1.1"/><path d="m33.9 24c0 5.4659-4.4341 9.9-9.9 9.9s-9.9-4.4341-9.9-9.9 4.4341-9.9 9.9-9.9 9.9 4.4341 9.9 9.9z" fill="#fff" stroke-width="1.1"/><path d="m31.7 24c0 4.2537-3.4463 7.7-7.7 7.7s-7.7-3.4463-7.7-7.7 3.4463-7.7 7.7-7.7 7.7 3.4463 7.7 7.7z" fill="#2196f3" stroke-width="1.1"/></svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1.1"><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107"/><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107"/><path d="M 43.624,14.1 H 24 V 28.4 L 20.7,27.3 5.476,12.186 H 5.454 C 9.348,6.059 16.201,2 24,2 32.58,2 40.005,6.928 43.624,14.1 Z" fill="#f44336"/><path d="m5.4738 12.19 9.7273 16.348 5.4989-1.2386z" fill="#dd2c00"/><path d="m23.073 46 9.8274-17.665-4.5001-3.2351z" fill="#558b2f"/><path d="m43.652 14.1h-19.652l-1.7369 5.038z" fill="#f9a825"/><path d="m33.9 24c0 5.4659-4.4341 9.9-9.9 9.9s-9.9-4.4341-9.9-9.9 4.4341-9.9 9.9-9.9 9.9 4.4341 9.9 9.9z" fill="#fff"/><path d="m31.7 24c0 4.2537-3.4463 7.7-7.7 7.7s-7.7-3.4463-7.7-7.7 3.4463-7.7 7.7-7.7 7.7 3.4463 7.7 7.7z" fill="#2196f3"/></g></svg>
--- a/eric6/icons/breeze-light/chromium.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/chromium.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,41 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4249">
-   <stop stop-color="#79a8ca" offset="0"/>
-   <stop stop-color="#9ecbda" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4236" x1="44" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#548eb5" offset="0"/>
-   <stop stop-color="#68a0c4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4255" x1="4" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/>
-  <linearGradient id="linearGradient4263" x1="44" x2="24" y1="4" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#41759c" offset="0"/>
-   <stop stop-color="#7faac8" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4381" x1="403.57" x2="420.57" y1="520.8" y2="537.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
-  <linearGradient id="linearGradient4393" x1="402.57" x2="423.57" y1="517.8" y2="538.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
-  <linearGradient id="linearGradient4407" x2="0" y1="530.8" y2="516.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#8bb3d0" offset="0"/>
-   <stop stop-color="#a9cfe4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4161" x2="0" y1="543.8" y2="502.8" gradientTransform="matrix(1.045 0 0 1.045 -18.386 -23.571)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/>
-  <linearGradient id="linearGradient4227">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -499.8)" stroke-width="1.1">
-  <rect x="387.67" y="502.9" width="41.8" height="41.8" rx="20.9" fill="url(#linearGradient4161)"/>
-  <path d="m409.09 513.57c-0.28778 0-0.51992 0.23215-0.51992 0.51992 0 0.28778 0.23214 0.51992 0.51992 0.51992h18.76c0.0378 0 0.0719-0.0139 0.10747-0.0215l0.2552-0.6875-0.9427-0.33085z" fill="#649cc1" opacity=".8"/>
-  <path d="m390.98 510.6c-2.7549 3.6741-4.4043 8.3028-4.4043 13.269 0 12.188 9.812 21.931 22 21.931l7.7-15.771-14.3-2.9288z" fill="url(#linearGradient4255)" fill-rule="evenodd"/>
-  <path d="m409.67 513.9 6.6 16.06-7.7 15.84c12.188 0 22-9.812 22-22 0-3.5698-0.86019-6.9247-2.3568-9.9z" fill="url(#linearGradient4236)" fill-rule="evenodd"/>
-  <path d="m415.94 517.2-14.74 13.2 14.041 14.371c6.528-2.0621 11.7-7.0793 14.008-13.492z" fill="url(#linearGradient4393)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m408.57 501.8c-7.222 0-13.589 3.4611-17.596 8.8043l10.996 16.496 14.3 2.86-6.6-16.06h18.543c-3.6132-7.1829-11.025-12.1-19.643-12.1z" fill="url(#linearGradient4263)" fill-rule="evenodd"/>
-  <rect x="398.67" y="513.9" width="19.8" height="19.8" rx="9.9" fill="#ecf0f1"/>
-  <path d="m415.5 520.5-12.32 8.8 14.441 14.551c4.3811-1.9722 7.9991-5.3204 10.282-9.5176z" fill="url(#linearGradient4381)" fill-rule="evenodd" opacity=".2"/>
-  <rect x="400.87" y="516.1" width="15.4" height="15.4" rx="7.7" fill="url(#linearGradient4407)"/>
-  <path d="m386.58 523.25c-4e-3 0.18321-0.0129 0.36568-0.0129 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.18432-9e-3 -0.36679-0.0129-0.55-0.29114 11.931-9.9838 21.45-21.987 21.45-12.003 0-21.696-9.5193-21.987-21.45z" fill="#005677" fill-opacity=".23711"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="a"><stop stop-color="#79a8ca" offset="0"/><stop stop-color="#9ecbda" offset="1"/></linearGradient><linearGradient id="h" x1="44" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#548eb5" offset="0"/><stop stop-color="#68a0c4" offset="1"/></linearGradient><linearGradient id="g" x1="4" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.47)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="f" x1="44" x2="24" y1="4" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#41759c" offset="0"/><stop stop-color="#7faac8" offset="1"/></linearGradient><linearGradient id="e" x1="403.57" x2="420.57" y1="520.8" y2="537.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="d" x1="402.57" x2="423.57" y1="517.8" y2="538.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="c" x2="0" y1="530.8" y2="516.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse"><stop stop-color="#8bb3d0" offset="0"/><stop stop-color="#a9cfe4" offset="1"/></linearGradient><linearGradient id="i" x2="0" y1="543.8" y2="502.8" gradientTransform="matrix(1.045 0 0 1.045 -18.386 -23.571)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="b"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -499.8)" stroke-width="1.1"><rect x="387.67" y="502.9" width="41.8" height="41.8" rx="20.9" fill="url(#i)"/><path d="m409.09 513.57c-0.28778 0-0.51992 0.23215-0.51992 0.51992 0 0.28778 0.23214 0.51992 0.51992 0.51992h18.76c0.0378 0 0.0719-0.0139 0.10747-0.0215l0.2552-0.6875-0.9427-0.33085z" fill="#649cc1" opacity=".8"/><g fill-rule="evenodd"><path d="m390.98 510.6c-2.7549 3.6741-4.4043 8.3028-4.4043 13.269 0 12.188 9.812 21.931 22 21.931l7.7-15.771-14.3-2.9288z" fill="url(#g)"/><path d="m409.67 513.9 6.6 16.06-7.7 15.84c12.188 0 22-9.812 22-22 0-3.5698-0.86019-6.9247-2.3568-9.9z" fill="url(#h)"/><path d="m415.94 517.2-14.74 13.2 14.041 14.371c6.528-2.0621 11.7-7.0793 14.008-13.492z" fill="url(#d)" opacity=".2"/><path d="m408.57 501.8c-7.222 0-13.589 3.4611-17.596 8.8043l10.996 16.496 14.3 2.86-6.6-16.06h18.543c-3.6132-7.1829-11.025-12.1-19.643-12.1z" fill="url(#f)"/></g><rect x="398.67" y="513.9" width="19.8" height="19.8" rx="9.9" fill="#ecf0f1"/><path d="m415.5 520.5-12.32 8.8 14.441 14.551c4.3811-1.9722 7.9991-5.3204 10.282-9.5176z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><rect x="400.87" y="516.1" width="15.4" height="15.4" rx="7.7" fill="url(#c)"/><path d="m386.58 523.25c-4e-3 0.18321-0.0129 0.36568-0.0129 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.18432-9e-3 -0.36679-0.0129-0.55-0.29114 11.931-9.9838 21.45-21.987 21.45-12.003 0-21.696-9.5193-21.987-21.45z" fill="#005677" fill-opacity=".23711"/></g></svg>
--- a/eric6/icons/breeze-light/circuitPythonDevice.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/circuitPythonDevice.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath3830"><path d="m0 612h792v-612h-792z"/></clipPath></defs><g transform="matrix(.2942 0 0 -.27257 -92.379 107.52)"><g clip-path="url(#clipPath3830)"><g transform="translate(391.04 375.59)"><path d="m0 0c5e-3 0.071 5e-3 0.141 0.013 0.208 0.395 3.404 3.474 5.845 6.875 5.45 1.539-0.179 2.861-0.925 3.835-1.984 0.127 0.037 0.256 0.083 0.394 0.156 0.457 0.236 0.883 0.653 1.163 0.997 0.281 0.349 0.431 0.622 0.431 0.622s3e-3 -0.307-0.072-0.779c-0.083-0.468-0.252-1.107-0.634-1.72-0.114-0.172-0.244-0.341-0.39-0.502 0.59-1.085 0.875-2.349 0.723-3.667-0.208-1.788-1.161-3.301-2.509-4.286 0.737 0.69 1.254 1.619 1.382 2.702 0.189 1.653-0.571 3.182-1.839 4.084-3e-3 0-0.013-1e-3 -0.013-1e-3l3e-3 0.011c-0.587 0.414-1.267 0.707-2.031 0.795-0.397 0.046-0.784 0.019-1.16-0.037 0.592-0.265 0.978-0.868 0.9-1.546-0.098-0.838-0.853-1.438-1.688-1.34-0.839 0.097-1.436 0.853-1.34 1.691 0.016 0.127 0.072 0.237 0.117 0.355-0.922-0.702-1.574-1.757-1.717-2.998-0.033-0.303-0.036-0.603-0.012-0.896l-5.744 2.301-0.018 0.016zm12.057-11.872c4.697-1.267 11.897-4.312 19.261-9.43 4.645-3.227 9.35-7.286 13.541-12.245l1.075 1.076c-0.198 0.6-0.065 1.281 0.408 1.754 0.67 0.673 1.762 0.671 2.432 1e-3 0.67-0.671 0.67-1.763-3e-3 -2.435-0.474-0.471-1.155-0.604-1.75-0.407l-1.178-1.178c1.978-2.461 3.827-5.136 5.476-8.032l2.106 1.408c-0.078 0.626 0.184 1.267 0.74 1.638 0.789 0.531 1.861 0.318 2.389-0.472 0.524-0.788 0.311-1.859-0.478-2.388-0.558-0.369-1.252-0.365-1.797-0.056l-2.217-1.482c1.457-2.723 2.742-5.632 3.798-8.736l3.176 1.315c0.047 0.629 0.431 1.206 1.049 1.462 0.878 0.366 1.885-0.052 2.249-0.93 0.36-0.875-0.058-1.884-0.933-2.248-0.623-0.254-1.3-0.114-1.776 0.296l-3.281-1.361c0.895-2.876 1.596-5.916 2.066-9.122l4.147 0.824c0.166 0.607 0.654 1.099 1.311 1.229 0.932 0.189 1.838-0.42 2.023-1.35 0.187-0.931-0.423-1.837-1.353-2.024-0.659-0.128-1.299 0.14-1.683 0.636l-4.248-0.845c0.356-2.93 0.52-5.997 0.462-9.201h4.776c0.283 0.564 0.856 0.95 1.526 0.95 0.951 3e-3 1.722-0.768 1.722-1.718 0-0.948-0.774-1.719-1.722-1.722-0.672 6e-3 -1.246 0.393-1.526 0.953h-4.809c-0.034-0.884-0.083-1.78-0.153-2.684-0.063-1.01-0.146-2.026-0.263-3.043-0.132-1.139-0.308-2.26-0.506-3.373l4.741-0.943c0.387 0.493 1.026 0.763 1.683 0.631 0.932-0.182 1.537-1.091 1.353-2.021-0.185-0.929-1.093-1.534-2.023-1.352-0.659 0.135-1.147 0.628-1.313 1.23l-4.735 0.943c-0.631-3.033-1.503-5.965-2.603-8.773l4.408-1.826c0.476 0.41 1.156 0.548 1.776 0.291 0.878-0.361 1.293-1.368 0.93-2.246-0.361-0.875-1.371-1.293-2.249-0.93-0.617 0.26-0.999 0.839-1.046 1.462l-4.409 1.826c-1.205-2.837-2.638-5.545-4.279-8.097l3.931-2.627c0.548 0.308 1.239 0.311 1.799-0.063 0.79-0.524 1.003-1.593 0.473-2.383-0.525-0.789-1.594-0.999-2.386-0.475-0.556 0.376-0.818 1.018-0.74 1.641l-3.931 2.627c-1.735-2.539-3.675-4.915-5.793-7.11l3.319-3.32c0.596 0.198 1.277 0.065 1.751-0.41 0.673-0.67 0.673-1.76 0-2.43-0.669-0.673-1.759-0.67-2.432 0-0.473 0.475-0.605 1.158-0.407 1.752l-3.317 3.316c-2.188-2.144-4.559-4.096-7.075-5.843l2.591-3.875c0.624 0.075 1.265-0.185 1.637-0.746 0.529-0.787 0.316-1.856-0.473-2.383-0.79-0.528-1.857-0.315-2.387 0.474-0.371 0.559-0.368 1.255-0.056 1.8l-2.581 3.862c-2.561-1.673-5.269-3.125-8.089-4.353l1.768-4.269c0.626-0.047 1.205-0.427 1.462-1.048 0.363-0.875-0.055-1.883-0.932-2.247-0.875-0.363-1.882 0.055-2.246 0.933-0.255 0.62-0.117 1.301 0.293 1.773l-1.76 4.25c-2.828-1.136-5.769-2.027-8.791-2.679l0.895-4.499c0.605-0.169 1.099-0.655 1.229-1.315 0.186-0.931-0.421-1.836-1.351-2.022-0.933-0.185-1.836 0.421-2.022 1.352-0.13 0.658 0.139 1.299 0.632 1.683l-0.89 4.484c-2.983-0.554-6.044-0.85-9.152-0.894v-4.579c0.56-0.283 0.95-0.857 0.95-1.53 0-0.947-0.77-1.718-1.72-1.718-0.948 0-1.719 0.771-1.719 1.718 0 0.673 0.389 1.247 0.95 1.53v4.562c-1.843 0.026-3.703 0.144-5.572 0.361-1.21 0.14-2.399 0.333-3.578 0.547l-0.891-4.478c0.492-0.387 0.761-1.028 0.628-1.688-0.181-0.932-1.087-1.532-2.022-1.347-0.925 0.183-1.532 1.088-1.348 2.017 0.13 0.66 0.624 1.15 1.231 1.317l0.888 4.473c-3.046 0.646-5.986 1.542-8.804 2.663l-1.741-4.206c0.408-0.474 0.548-1.157 0.289-1.778-0.362-0.878-1.367-1.29-2.247-0.927-0.872 0.361-1.292 1.369-0.929 2.242 0.256 0.623 0.836 1.009 1.464 1.053l1.741 4.204c-2.845 1.226-5.553 2.684-8.108 4.346l-2.534-3.793c0.308-0.545 0.312-1.241-0.062-1.8-0.527-0.792-1.593-1.002-2.385-0.472-0.785 0.525-1.001 1.594-0.475 2.381 0.374 0.558 1.016 0.823 1.642 0.746l2.535 3.793c-2.535 1.753-4.901 3.715-7.09 5.855l-3.246-3.246c0.196-0.594 0.064-1.279-0.412-1.752-0.671-0.673-1.757-0.673-2.431 2e-3 -0.668 0.668-0.67 1.758-2e-3 2.426 0.477 0.477 1.159 0.612 1.756 0.412l3.241 3.242c-2.132 2.206-4.067 4.595-5.801 7.125l-3.841-2.566c0.076-0.621-0.189-1.265-0.745-1.639-0.792-0.527-1.857-0.314-2.386 0.477-0.524 0.788-0.314 1.854 0.473 2.381 0.56 0.374 1.254 0.374 1.801 0.063l3.833 2.56c-1.657 2.57-3.09 5.288-4.3 8.116l-4.289-1.778c-0.048-0.623-0.433-1.205-1.051-1.462-0.879-0.363-1.881 0.052-2.246 0.933-0.362 0.875 0.053 1.879 0.928 2.243 0.621 0.257 1.303 0.122 1.779-0.291l4.286 1.775c-1.118 2.832-1.996 5.773-2.628 8.794l-4.587-0.913c-0.168-0.602-0.659-1.095-1.315-1.227-0.934-0.188-1.835 0.418-2.021 1.352-0.186 0.927 0.419 1.833 1.349 2.02 0.658 0.13 1.299-0.138 1.686-0.633l4.587 0.912c-0.535 2.978-0.818 6.03-0.846 9.131h-4.73c-0.283-0.559-0.859-0.947-1.529-0.95-0.951 0-1.72 0.771-1.72 1.722 0 0.947 0.772 1.715 1.72 1.718 0.67-3e-3 1.246-0.389 1.529-0.95h4.728c0.035 1.744 0.145 3.502 0.351 5.271 0.15 1.298 0.35 2.578 0.588 3.842l-4.678 0.93c-0.387-0.493-1.03-0.761-1.685-0.634-0.933 0.188-1.536 1.091-1.35 2.025 0.183 0.927 1.09 1.534 2.02 1.348 0.658-0.131 1.148-0.623 1.315-1.227l4.71-0.938c0.657 3.027 1.557 5.946 2.682 8.745l-4.462 1.847c-0.476-0.407-1.158-0.545-1.776-0.29-0.879 0.364-1.294 1.369-0.929 2.247 0.36 0.875 1.368 1.293 2.244 0.93 0.619-0.258 1.004-0.835 1.051-1.462l4.447-1.843c1.23 2.821 2.707 5.494 4.368 8.029l-4.059 2.712c-0.546-0.306-1.241-0.309-1.797 0.062-0.791 0.527-1.003 1.595-0.475 2.384 0.526 0.79 1.595 1.003 2.384 0.475 0.557-0.374 0.821-1.015 0.744-1.638l4.053-2.708c1.749 2.51 3.705 4.854 5.835 7.022l-3.486 3.485c-0.597-0.194-1.278-0.062-1.753 0.411-0.673 0.672-0.673 1.759 0 2.43 0.67 0.673 1.761 0.673 2.43 1e-3 0.473-0.473 0.608-1.155 0.411-1.754l3.493-3.493c2.194 2.113 4.548 4.055 7.061 5.774l-2.755 4.123c-0.621-0.076-1.264 0.186-1.638 0.744-0.527 0.79-0.314 1.856 0.475 2.385 0.788 0.527 1.857 0.314 2.385-0.476 0.372-0.557 0.369-1.251 0.06-1.799l2.769-4.144c2.552 1.642 5.232 3.091 8.039 4.294l-1.908 4.608c-0.626 0.047-1.206 0.43-1.462 1.051-0.364 0.877 0.053 1.882 0.93 2.244 0.877 0.365 1.883-0.053 2.248-0.93 0.254-0.619 0.117-1.299-0.294-1.777l1.915-4.624c0.829 0.327 1.654 0.661 2.499 0.947 7.183 2.439 16.515 3.455 23.007 2.585 6.492-0.869 10.104-1.057 11.145 1.146 0.673 1.423-1.229 2.255-4.061 3.355-0.22 0.083-0.425 0.164-0.638 0.244-4.763 1.825-7.562 3.189-9.12 4.051-0.372 0.208-0.672 0.385-0.914 0.533-0.609 0.376-0.839 0.57-0.839 0.57s0.277 0.256 0.883 0.538c0.301 0.135 0.678 0.286 1.122 0.408 0.442 0.147 0.951 0.228 1.508 0.35 0.559 0.094 1.166 0.148 1.813 0.232 0.644 0.025 1.324 0.053 2.03 0.083 1.393 0.025 2.867-0.031 4.311-3e-3 1.986 0.039 4.515 0.099 6.976 0.758 1.371 0.365 2.725 0.91 3.947 1.754 1.358 0.939 2.14 2.49 2.287 3.785l-3.213 0.371c-0.25-0.523-0.795-0.865-1.4-0.795-0.759 0.089-1.306 0.779-1.218 1.537 0.088 0.764 0.779 1.312 1.538 1.224 0.604-0.071 1.061-0.531 1.18-1.096l3.29-0.382c0.712 6.169-10.941 3.484-14.597 7.678 0.01 0.013 0.018 0.025 0.026 0.036 0.382 0.613 0.55 1.254 0.633 1.721 0.078 0.47 0.073 0.778 0.073 0.778s-0.148-0.272-0.431-0.619c-0.273-0.335-0.683-0.73-1.125-0.969-2.64 3.104-6.519 4.98-10.662 5.181l0.016 0.02c-0.172 0-0.349-0.012-0.52-0.015-0.464 7e-3 -0.932-5e-3 -1.399-0.041-30.502-1.205-72.86-30.931-72.86-86.589 0-41.301 33.48-74.781 74.779-74.781s74.781 33.48 74.781 74.781c0 34.896-29.613 64.808-67.271 63.242" fill="#231f20"/></g><g transform="translate(371.34 345.18)"><path d="m0 0c-2.196-1.196-4.293-2.555-6.278-4.053v-47.198h6.278z" fill="#231f20"/></g><g transform="translate(381.61 342.65)"><path d="m0 0v-25.986c0-0.252-0.196-0.451-0.443-0.47h-1.472v28.328c0.429 0.157 0.865 0.302 1.3 0.444 0.303 0.08 0.615 0.063 0.615-0.55zm6.029-32.046c0 2.716-1.656 3.596-1.656 3.596s1.656 0.88 1.656 3.596v29.098c-3e-3 2.038-1.599 3.539-3.614 3.11-0.896-0.209-1.784-0.441-2.664-0.698-0.473-0.137-0.947-0.28-1.416-0.43-2.158-0.7-4.258-1.533-6.278-2.501v-52.449h6.028v18.28h1.915v-3e-3h-0.478c0.263 0 0.478-0.213 0.478-0.478v-17.799h6.029z" fill="#231f20"/></g><g transform="translate(428.87 333.35)"><path d="m0 0v5.506c-1.966 1.714-4.063 3.279-6.278 4.677v-49.606h6.278z" fill="#231f20"/></g><g transform="translate(412.31 348.49)"><path d="m0 0c-1.961 0.686-3.97 1.263-6.029 1.705v-52.443c0-2.114 1.714-3.827 3.827-3.827h6.317c2.112 0 3.825 1.708 3.827 3.822v47.175c-1.934 1.08-3.949 2.026-6.028 2.849v-49.381c0-0.263-0.215-0.477-0.478-0.477h-0.958c-0.264 0-0.478 0.214-0.478 0.477v5.753z" fill="#231f20"/></g><g transform="translate(352.58 293.93)"><path d="m0 0h6.316c2.115 0 3.829 1.714 3.829 3.827v14.452h-6.03v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.478 0.214-0.478 0.478v-0.478 24.833l2e-3 -3e-3c0 0.318 0.1 0.593 0.239 0.875 0.36 0.632 0.745 1.247 1.134 1.86 0.193 0.267 0.539 0.249 0.539-0.174v-9.111h6.03v17.617c0 3.376-2.368 3.147-3.786 1.854-0.86-0.901-1.699-1.823-2.493-2.786v-8e-3c-0.489-0.594-0.954-1.207-1.416-1.825v0.031c-1.341-1.784-2.56-3.667-3.66-5.622-2.126-3.905-2.619-5.431-2.619-8.978v-18.724c0-2.033 1.592-3.68 3.594-3.804v-0.023z" fill="#231f20"/></g><g transform="translate(402.87 250.49)"><path d="m0 0c1.541 0.224 3.063 0.509 4.557 0.868v39.071h-4.557v-15.532h-1.914v15.532h-4.558v-40.458c1.538 0.026 3.057 0.119 4.558 0.278v20.66h1.914v-3.988z" fill="#231f20"/></g><g transform="translate(421.84 257.29)"><path d="m0 0c1.586 0.962 3.104 2.025 4.568 3.153v10.475l1.913-8.95 3e-3 0.014c1.611 1.366 3.14 2.819 4.567 4.373v24.083h-4.57v-16.864l-1.913 16.864h-4.568z" fill="#231f20"/></g><g transform="translate(378.84 252.8)"><path d="m0 0v18.112l3.117 15.537v3.989h-4.57v-3.989l-0.923-11.544-0.992 11.544v3.989h-4.568v-3.989l3.117-15.537v-16.146c1.565-0.736 3.173-1.39 4.819-1.966" fill="#231f20"/></g><g transform="translate(362.8 286.45)"><path d="m0 0h1.436c0.264 0 0.478-0.214 0.478-0.478v-10.588c0-0.265-0.214-0.478-0.478-0.478h-1.436zm0.249-24.673v9.136h3.855c1.315 8e-3 2.379 1.072 2.379 2.391v14.743c0 1.322-1.071 2.391-2.392 2.391h-8.661v-24.061c1.504-1.636 3.114-3.172 4.819-4.6" fill="#231f20"/></g><g transform="translate(415.6 280.67)"><path d="m0 0v-21.356c-3e-3 -0.644-0.129-0.844-0.423-1.01-0.282-0.134-0.569-0.263-0.854-0.39-0.247-0.104-0.637-0.181-0.637 0.382v27.671c0 0.264 0.215 0.477 0.478 0.477h0.958c0.264 0 0.478-0.213 0.478-0.477zm2.09 9.763h-6.181c-1.321 0-2.391-1.07-2.391-2.392v-33.556c0-1.84 1.08-2.293 2.225-1.999 0.191 0.062 4.246 1.476 6.764 2.768 1.69 0.867 2.061 1.202 2.061 3.232v29.555c0 1.322-1.069 2.392-2.391 2.392z" fill="#231f20"/></g><g transform="translate(391.66 250.12)"><path d="m0 0v36.326h3.066v3.988h-11.053v-3.988h3.168v-35.726c1.584-0.276 3.188-0.476 4.819-0.6" fill="#231f20"/></g><g transform="translate(397.67 293.93)"><path d="m0 0h2.461c2.072 0 3.75 1.648 3.817 3.705v14.574h-6.024v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.477 0.214-0.477 0.478v48.426c0 0.264 0.214 0.478 0.477 0.478 0.336-7e-3 0.674-0.016 1.009-0.03 0.239-0.023 0.427-0.202 0.427-0.448v-30.624h6.024v31.221c-0.067 2.06-1.745 3.708-3.817 3.708h0.034c-1.514 0.135-3.045 0.216-4.592 0.216-0.646 0-1.288-0.023-1.926-0.047-2.034-0.101-3.659-1.942-3.659-3.999v-49.54c0-2.043 1.606-3.698 3.622-3.806v-0.021h2.643z" fill="#231f20"/></g><g transform="translate(432.27 335.6)"><path d="m0 0v-2e-3c-0.52 0.548-1.049 1.082-1.595 1.605-0.085 0.082-0.172 0.163-0.258 0.245v-5.788c0.634-0.711 1.263-1.427 1.853-2.177v-35.557h6.278v24.966c0.379-0.889 0.738-1.784 1.062-2.698h4.22c-0.584 1.809-1.27 3.573-2.044 5.289-0.068 0.148-0.132 0.299-0.203 0.444-0.223 0.483-0.454 0.961-0.693 1.436-0.08 0.158-0.161 0.317-0.244 0.475-0.246 0.481-0.498 0.961-0.761 1.431-0.039 0.07-0.08 0.138-0.119 0.207-0.39 0.691-0.797 1.369-1.218 2.041v8e-3c-1.82 2.903-3.925 5.606-6.278 8.075" fill="#231f20"/></g></g></g></svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="a"><path d="m0 612h792v-612h-792z"/></clipPath></defs><g transform="matrix(.2942 0 0 -.27257 -92.379 107.52)"><g clip-path="url(#a)"><g transform="translate(391.04 375.59)"><path d="m0 0c5e-3 0.071 5e-3 0.141 0.013 0.208 0.395 3.404 3.474 5.845 6.875 5.45 1.539-0.179 2.861-0.925 3.835-1.984 0.127 0.037 0.256 0.083 0.394 0.156 0.457 0.236 0.883 0.653 1.163 0.997 0.281 0.349 0.431 0.622 0.431 0.622s3e-3 -0.307-0.072-0.779c-0.083-0.468-0.252-1.107-0.634-1.72-0.114-0.172-0.244-0.341-0.39-0.502 0.59-1.085 0.875-2.349 0.723-3.667-0.208-1.788-1.161-3.301-2.509-4.286 0.737 0.69 1.254 1.619 1.382 2.702 0.189 1.653-0.571 3.182-1.839 4.084-3e-3 0-0.013-1e-3 -0.013-1e-3l3e-3 0.011c-0.587 0.414-1.267 0.707-2.031 0.795-0.397 0.046-0.784 0.019-1.16-0.037 0.592-0.265 0.978-0.868 0.9-1.546-0.098-0.838-0.853-1.438-1.688-1.34-0.839 0.097-1.436 0.853-1.34 1.691 0.016 0.127 0.072 0.237 0.117 0.355-0.922-0.702-1.574-1.757-1.717-2.998-0.033-0.303-0.036-0.603-0.012-0.896l-5.744 2.301-0.018 0.016zm12.057-11.872c4.697-1.267 11.897-4.312 19.261-9.43 4.645-3.227 9.35-7.286 13.541-12.245l1.075 1.076c-0.198 0.6-0.065 1.281 0.408 1.754 0.67 0.673 1.762 0.671 2.432 1e-3 0.67-0.671 0.67-1.763-3e-3 -2.435-0.474-0.471-1.155-0.604-1.75-0.407l-1.178-1.178c1.978-2.461 3.827-5.136 5.476-8.032l2.106 1.408c-0.078 0.626 0.184 1.267 0.74 1.638 0.789 0.531 1.861 0.318 2.389-0.472 0.524-0.788 0.311-1.859-0.478-2.388-0.558-0.369-1.252-0.365-1.797-0.056l-2.217-1.482c1.457-2.723 2.742-5.632 3.798-8.736l3.176 1.315c0.047 0.629 0.431 1.206 1.049 1.462 0.878 0.366 1.885-0.052 2.249-0.93 0.36-0.875-0.058-1.884-0.933-2.248-0.623-0.254-1.3-0.114-1.776 0.296l-3.281-1.361c0.895-2.876 1.596-5.916 2.066-9.122l4.147 0.824c0.166 0.607 0.654 1.099 1.311 1.229 0.932 0.189 1.838-0.42 2.023-1.35 0.187-0.931-0.423-1.837-1.353-2.024-0.659-0.128-1.299 0.14-1.683 0.636l-4.248-0.845c0.356-2.93 0.52-5.997 0.462-9.201h4.776c0.283 0.564 0.856 0.95 1.526 0.95 0.951 3e-3 1.722-0.768 1.722-1.718 0-0.948-0.774-1.719-1.722-1.722-0.672 6e-3 -1.246 0.393-1.526 0.953h-4.809c-0.034-0.884-0.083-1.78-0.153-2.684-0.063-1.01-0.146-2.026-0.263-3.043-0.132-1.139-0.308-2.26-0.506-3.373l4.741-0.943c0.387 0.493 1.026 0.763 1.683 0.631 0.932-0.182 1.537-1.091 1.353-2.021-0.185-0.929-1.093-1.534-2.023-1.352-0.659 0.135-1.147 0.628-1.313 1.23l-4.735 0.943c-0.631-3.033-1.503-5.965-2.603-8.773l4.408-1.826c0.476 0.41 1.156 0.548 1.776 0.291 0.878-0.361 1.293-1.368 0.93-2.246-0.361-0.875-1.371-1.293-2.249-0.93-0.617 0.26-0.999 0.839-1.046 1.462l-4.409 1.826c-1.205-2.837-2.638-5.545-4.279-8.097l3.931-2.627c0.548 0.308 1.239 0.311 1.799-0.063 0.79-0.524 1.003-1.593 0.473-2.383-0.525-0.789-1.594-0.999-2.386-0.475-0.556 0.376-0.818 1.018-0.74 1.641l-3.931 2.627c-1.735-2.539-3.675-4.915-5.793-7.11l3.319-3.32c0.596 0.198 1.277 0.065 1.751-0.41 0.673-0.67 0.673-1.76 0-2.43-0.669-0.673-1.759-0.67-2.432 0-0.473 0.475-0.605 1.158-0.407 1.752l-3.317 3.316c-2.188-2.144-4.559-4.096-7.075-5.843l2.591-3.875c0.624 0.075 1.265-0.185 1.637-0.746 0.529-0.787 0.316-1.856-0.473-2.383-0.79-0.528-1.857-0.315-2.387 0.474-0.371 0.559-0.368 1.255-0.056 1.8l-2.581 3.862c-2.561-1.673-5.269-3.125-8.089-4.353l1.768-4.269c0.626-0.047 1.205-0.427 1.462-1.048 0.363-0.875-0.055-1.883-0.932-2.247-0.875-0.363-1.882 0.055-2.246 0.933-0.255 0.62-0.117 1.301 0.293 1.773l-1.76 4.25c-2.828-1.136-5.769-2.027-8.791-2.679l0.895-4.499c0.605-0.169 1.099-0.655 1.229-1.315 0.186-0.931-0.421-1.836-1.351-2.022-0.933-0.185-1.836 0.421-2.022 1.352-0.13 0.658 0.139 1.299 0.632 1.683l-0.89 4.484c-2.983-0.554-6.044-0.85-9.152-0.894v-4.579c0.56-0.283 0.95-0.857 0.95-1.53 0-0.947-0.77-1.718-1.72-1.718-0.948 0-1.719 0.771-1.719 1.718 0 0.673 0.389 1.247 0.95 1.53v4.562c-1.843 0.026-3.703 0.144-5.572 0.361-1.21 0.14-2.399 0.333-3.578 0.547l-0.891-4.478c0.492-0.387 0.761-1.028 0.628-1.688-0.181-0.932-1.087-1.532-2.022-1.347-0.925 0.183-1.532 1.088-1.348 2.017 0.13 0.66 0.624 1.15 1.231 1.317l0.888 4.473c-3.046 0.646-5.986 1.542-8.804 2.663l-1.741-4.206c0.408-0.474 0.548-1.157 0.289-1.778-0.362-0.878-1.367-1.29-2.247-0.927-0.872 0.361-1.292 1.369-0.929 2.242 0.256 0.623 0.836 1.009 1.464 1.053l1.741 4.204c-2.845 1.226-5.553 2.684-8.108 4.346l-2.534-3.793c0.308-0.545 0.312-1.241-0.062-1.8-0.527-0.792-1.593-1.002-2.385-0.472-0.785 0.525-1.001 1.594-0.475 2.381 0.374 0.558 1.016 0.823 1.642 0.746l2.535 3.793c-2.535 1.753-4.901 3.715-7.09 5.855l-3.246-3.246c0.196-0.594 0.064-1.279-0.412-1.752-0.671-0.673-1.757-0.673-2.431 2e-3 -0.668 0.668-0.67 1.758-2e-3 2.426 0.477 0.477 1.159 0.612 1.756 0.412l3.241 3.242c-2.132 2.206-4.067 4.595-5.801 7.125l-3.841-2.566c0.076-0.621-0.189-1.265-0.745-1.639-0.792-0.527-1.857-0.314-2.386 0.477-0.524 0.788-0.314 1.854 0.473 2.381 0.56 0.374 1.254 0.374 1.801 0.063l3.833 2.56c-1.657 2.57-3.09 5.288-4.3 8.116l-4.289-1.778c-0.048-0.623-0.433-1.205-1.051-1.462-0.879-0.363-1.881 0.052-2.246 0.933-0.362 0.875 0.053 1.879 0.928 2.243 0.621 0.257 1.303 0.122 1.779-0.291l4.286 1.775c-1.118 2.832-1.996 5.773-2.628 8.794l-4.587-0.913c-0.168-0.602-0.659-1.095-1.315-1.227-0.934-0.188-1.835 0.418-2.021 1.352-0.186 0.927 0.419 1.833 1.349 2.02 0.658 0.13 1.299-0.138 1.686-0.633l4.587 0.912c-0.535 2.978-0.818 6.03-0.846 9.131h-4.73c-0.283-0.559-0.859-0.947-1.529-0.95-0.951 0-1.72 0.771-1.72 1.722 0 0.947 0.772 1.715 1.72 1.718 0.67-3e-3 1.246-0.389 1.529-0.95h4.728c0.035 1.744 0.145 3.502 0.351 5.271 0.15 1.298 0.35 2.578 0.588 3.842l-4.678 0.93c-0.387-0.493-1.03-0.761-1.685-0.634-0.933 0.188-1.536 1.091-1.35 2.025 0.183 0.927 1.09 1.534 2.02 1.348 0.658-0.131 1.148-0.623 1.315-1.227l4.71-0.938c0.657 3.027 1.557 5.946 2.682 8.745l-4.462 1.847c-0.476-0.407-1.158-0.545-1.776-0.29-0.879 0.364-1.294 1.369-0.929 2.247 0.36 0.875 1.368 1.293 2.244 0.93 0.619-0.258 1.004-0.835 1.051-1.462l4.447-1.843c1.23 2.821 2.707 5.494 4.368 8.029l-4.059 2.712c-0.546-0.306-1.241-0.309-1.797 0.062-0.791 0.527-1.003 1.595-0.475 2.384 0.526 0.79 1.595 1.003 2.384 0.475 0.557-0.374 0.821-1.015 0.744-1.638l4.053-2.708c1.749 2.51 3.705 4.854 5.835 7.022l-3.486 3.485c-0.597-0.194-1.278-0.062-1.753 0.411-0.673 0.672-0.673 1.759 0 2.43 0.67 0.673 1.761 0.673 2.43 1e-3 0.473-0.473 0.608-1.155 0.411-1.754l3.493-3.493c2.194 2.113 4.548 4.055 7.061 5.774l-2.755 4.123c-0.621-0.076-1.264 0.186-1.638 0.744-0.527 0.79-0.314 1.856 0.475 2.385 0.788 0.527 1.857 0.314 2.385-0.476 0.372-0.557 0.369-1.251 0.06-1.799l2.769-4.144c2.552 1.642 5.232 3.091 8.039 4.294l-1.908 4.608c-0.626 0.047-1.206 0.43-1.462 1.051-0.364 0.877 0.053 1.882 0.93 2.244 0.877 0.365 1.883-0.053 2.248-0.93 0.254-0.619 0.117-1.299-0.294-1.777l1.915-4.624c0.829 0.327 1.654 0.661 2.499 0.947 7.183 2.439 16.515 3.455 23.007 2.585 6.492-0.869 10.104-1.057 11.145 1.146 0.673 1.423-1.229 2.255-4.061 3.355-0.22 0.083-0.425 0.164-0.638 0.244-4.763 1.825-7.562 3.189-9.12 4.051-0.372 0.208-0.672 0.385-0.914 0.533-0.609 0.376-0.839 0.57-0.839 0.57s0.277 0.256 0.883 0.538c0.301 0.135 0.678 0.286 1.122 0.408 0.442 0.147 0.951 0.228 1.508 0.35 0.559 0.094 1.166 0.148 1.813 0.232 0.644 0.025 1.324 0.053 2.03 0.083 1.393 0.025 2.867-0.031 4.311-3e-3 1.986 0.039 4.515 0.099 6.976 0.758 1.371 0.365 2.725 0.91 3.947 1.754 1.358 0.939 2.14 2.49 2.287 3.785l-3.213 0.371c-0.25-0.523-0.795-0.865-1.4-0.795-0.759 0.089-1.306 0.779-1.218 1.537 0.088 0.764 0.779 1.312 1.538 1.224 0.604-0.071 1.061-0.531 1.18-1.096l3.29-0.382c0.712 6.169-10.941 3.484-14.597 7.678 0.01 0.013 0.018 0.025 0.026 0.036 0.382 0.613 0.55 1.254 0.633 1.721 0.078 0.47 0.073 0.778 0.073 0.778s-0.148-0.272-0.431-0.619c-0.273-0.335-0.683-0.73-1.125-0.969-2.64 3.104-6.519 4.98-10.662 5.181l0.016 0.02c-0.172 0-0.349-0.012-0.52-0.015-0.464 7e-3 -0.932-5e-3 -1.399-0.041-30.502-1.205-72.86-30.931-72.86-86.589 0-41.301 33.48-74.781 74.779-74.781s74.781 33.48 74.781 74.781c0 34.896-29.613 64.808-67.271 63.242" fill="#231f20"/></g><g transform="translate(371.34 345.18)"><path d="m0 0c-2.196-1.196-4.293-2.555-6.278-4.053v-47.198h6.278z" fill="#231f20"/></g><g transform="translate(381.61 342.65)"><path d="m0 0v-25.986c0-0.252-0.196-0.451-0.443-0.47h-1.472v28.328c0.429 0.157 0.865 0.302 1.3 0.444 0.303 0.08 0.615 0.063 0.615-0.55zm6.029-32.046c0 2.716-1.656 3.596-1.656 3.596s1.656 0.88 1.656 3.596v29.098c-3e-3 2.038-1.599 3.539-3.614 3.11-0.896-0.209-1.784-0.441-2.664-0.698-0.473-0.137-0.947-0.28-1.416-0.43-2.158-0.7-4.258-1.533-6.278-2.501v-52.449h6.028v18.28h1.915v-3e-3h-0.478c0.263 0 0.478-0.213 0.478-0.478v-17.799h6.029z" fill="#231f20"/></g><g transform="translate(428.87 333.35)"><path d="m0 0v5.506c-1.966 1.714-4.063 3.279-6.278 4.677v-49.606h6.278z" fill="#231f20"/></g><g transform="translate(412.31 348.49)"><path d="m0 0c-1.961 0.686-3.97 1.263-6.029 1.705v-52.443c0-2.114 1.714-3.827 3.827-3.827h6.317c2.112 0 3.825 1.708 3.827 3.822v47.175c-1.934 1.08-3.949 2.026-6.028 2.849v-49.381c0-0.263-0.215-0.477-0.478-0.477h-0.958c-0.264 0-0.478 0.214-0.478 0.477v5.753z" fill="#231f20"/></g><g transform="translate(352.58 293.93)"><path d="m0 0h6.316c2.115 0 3.829 1.714 3.829 3.827v14.452h-6.03v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.478 0.214-0.478 0.478v-0.478 24.833l2e-3 -3e-3c0 0.318 0.1 0.593 0.239 0.875 0.36 0.632 0.745 1.247 1.134 1.86 0.193 0.267 0.539 0.249 0.539-0.174v-9.111h6.03v17.617c0 3.376-2.368 3.147-3.786 1.854-0.86-0.901-1.699-1.823-2.493-2.786v-8e-3c-0.489-0.594-0.954-1.207-1.416-1.825v0.031c-1.341-1.784-2.56-3.667-3.66-5.622-2.126-3.905-2.619-5.431-2.619-8.978v-18.724c0-2.033 1.592-3.68 3.594-3.804v-0.023z" fill="#231f20"/></g><g transform="translate(402.87 250.49)"><path d="m0 0c1.541 0.224 3.063 0.509 4.557 0.868v39.071h-4.557v-15.532h-1.914v15.532h-4.558v-40.458c1.538 0.026 3.057 0.119 4.558 0.278v20.66h1.914v-3.988z" fill="#231f20"/></g><g transform="translate(421.84 257.29)"><path d="m0 0c1.586 0.962 3.104 2.025 4.568 3.153v10.475l1.913-8.95 3e-3 0.014c1.611 1.366 3.14 2.819 4.567 4.373v24.083h-4.57v-16.864l-1.913 16.864h-4.568z" fill="#231f20"/></g><g transform="translate(378.84 252.8)"><path d="m0 0v18.112l3.117 15.537v3.989h-4.57v-3.989l-0.923-11.544-0.992 11.544v3.989h-4.568v-3.989l3.117-15.537v-16.146c1.565-0.736 3.173-1.39 4.819-1.966" fill="#231f20"/></g><g transform="translate(362.8 286.45)"><path d="m0 0h1.436c0.264 0 0.478-0.214 0.478-0.478v-10.588c0-0.265-0.214-0.478-0.478-0.478h-1.436zm0.249-24.673v9.136h3.855c1.315 8e-3 2.379 1.072 2.379 2.391v14.743c0 1.322-1.071 2.391-2.392 2.391h-8.661v-24.061c1.504-1.636 3.114-3.172 4.819-4.6" fill="#231f20"/></g><g transform="translate(415.6 280.67)"><path d="m0 0v-21.356c-3e-3 -0.644-0.129-0.844-0.423-1.01-0.282-0.134-0.569-0.263-0.854-0.39-0.247-0.104-0.637-0.181-0.637 0.382v27.671c0 0.264 0.215 0.477 0.478 0.477h0.958c0.264 0 0.478-0.213 0.478-0.477zm2.09 9.763h-6.181c-1.321 0-2.391-1.07-2.391-2.392v-33.556c0-1.84 1.08-2.293 2.225-1.999 0.191 0.062 4.246 1.476 6.764 2.768 1.69 0.867 2.061 1.202 2.061 3.232v29.555c0 1.322-1.069 2.392-2.391 2.392z" fill="#231f20"/></g><g transform="translate(391.66 250.12)"><path d="m0 0v36.326h3.066v3.988h-11.053v-3.988h3.168v-35.726c1.584-0.276 3.188-0.476 4.819-0.6" fill="#231f20"/></g><g transform="translate(397.67 293.93)"><path d="m0 0h2.461c2.072 0 3.75 1.648 3.817 3.705v14.574h-6.024v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.477 0.214-0.477 0.478v48.426c0 0.264 0.214 0.478 0.477 0.478 0.336-7e-3 0.674-0.016 1.009-0.03 0.239-0.023 0.427-0.202 0.427-0.448v-30.624h6.024v31.221c-0.067 2.06-1.745 3.708-3.817 3.708h0.034c-1.514 0.135-3.045 0.216-4.592 0.216-0.646 0-1.288-0.023-1.926-0.047-2.034-0.101-3.659-1.942-3.659-3.999v-49.54c0-2.043 1.606-3.698 3.622-3.806v-0.021h2.643z" fill="#231f20"/></g><g transform="translate(432.27 335.6)"><path d="m0 0v-2e-3c-0.52 0.548-1.049 1.082-1.595 1.605-0.085 0.082-0.172 0.163-0.258 0.245v-5.788c0.634-0.711 1.263-1.427 1.853-2.177v-35.557h6.278v24.966c0.379-0.889 0.738-1.784 1.062-2.698h4.22c-0.584 1.809-1.27 3.573-2.044 5.289-0.068 0.148-0.132 0.299-0.203 0.444-0.223 0.483-0.454 0.961-0.693 1.436-0.08 0.158-0.161 0.317-0.244 0.475-0.246 0.481-0.498 0.961-0.761 1.431-0.039 0.07-0.08 0.138-0.119 0.207-0.39 0.691-0.797 1.369-1.218 2.041v8e-3c-1.82 2.903-3.925 5.606-6.278 8.075" fill="#231f20"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/class_private.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/class_private.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.688 10v4.125h1.375v2.75h-2.0625v4.125h4.125v-4.125h-1.375v-2.75h3.4375v-1.375h2.75v4.8125h-1.375v3.4375h3.4375v-3.4375h-1.375v-5.5h-3.4375v-2.0625h-5.5m0.6875 0.6875h4.125v2.75h-4.125v-2.75m-0.6875 6.875h2.75v2.75h-2.75v-2.75" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.8 0 0 .83333 -1.4 -864.3)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.688 10v4.125h1.375v2.75h-2.0625v4.125h4.125v-4.125h-1.375v-2.75h3.4375v-1.375h2.75v4.8125h-1.375v3.4375h3.4375v-3.4375h-1.375v-5.5h-3.4375v-2.0625h-5.5m0.6875 0.6875h4.125v2.75h-4.125v-2.75m-0.6875 6.875h2.75v2.75h-2.75v-2.75" color="#eff0f1" fill="#232629"/><g transform="matrix(.8 0 0 .83333 -1.4 -864.3)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/class_protected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/class_protected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6.625 11v3.75h1.25v2.5h-1.875v3.75h3.75v-3.75h-1.25v-2.5h3.125v-1.25h2.5v4.375h-1.25v3.125h3.125v-3.125h-1.25v-5h-3.125v-1.875h-5m0.625 0.625h3.75v2.5h-3.75v-2.5m-0.625 6.25h2.5v2.5h-2.5v-2.5" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m3 1v9h5v-4h7v2h1v-2h1v2h1v-2h1v-1h-11v-4zm1 1h3v7h-3z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6.625 11v3.75h1.25v2.5h-1.875v3.75h3.75v-3.75h-1.25v-2.5h3.125v-1.25h2.5v4.375h-1.25v3.125h3.125v-3.125h-1.25v-5h-3.125v-1.875h-5m0.625 0.625h3.75v2.5h-3.75v-2.5m-0.625 6.25h2.5v2.5h-2.5v-2.5" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m3 1v9h5v-4h7v2h1v-2h1v2h1v-2h1v-1h-11v-4zm1 1h3v7h-3z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/clearLeft.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/clearLeft.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8 3-8 8 8 8h12.334 1.666v-16h-1.666-12.334zm3.3203 4 2.6797 2.6797 2.6797-2.6797 1.3203 1.3203-2.6797 2.6797 2.6797 2.6797-1.3203 1.3203-2.6797-2.6797-2.6797 2.6797-1.3203-1.3203 2.6797-2.6797-2.6797-2.6797 1.3203-1.3203z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8 3-8 8 8 8h14v-16h-14zm3.3203 4 2.6797 2.6797 2.6797-2.6797 1.3203 1.3203-2.6797 2.6797 2.6797 2.6797-1.3203 1.3203-2.6797-2.6797-2.6797 2.6797-1.3203-1.3203 2.6797-2.6797-2.6797-2.6797 1.3203-1.3203z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/clearPrivateData.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/clearPrivateData.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/clearRight.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/clearRight.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14 3 8 8-8 8h-14v-16h1.666zm-3.3203 4-2.6797 2.6797-2.6797-2.6797-1.3203 1.3203 2.6797 2.6797-2.6797 2.6797 1.3203 1.3203 2.6797-2.6797 2.6797 2.6797 1.3203-1.3203-2.6797-2.6797 2.6797-2.6797z" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14 3 8 8-8 8h-14v-16h1.666zm-3.3203 4-2.6797 2.6797-2.6797-2.6797-1.3203 1.3203 2.6797 2.6797-2.6797 2.6797 1.3203 1.3203 2.6797-2.6797 2.6797 2.6797 1.3203-1.3203-2.6797-2.6797 2.6797-2.6797z" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/close.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/close.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/closeEditor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/closeEditor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <path d="m2 1v20h9v-1.25h-7.7143v-17.5h15.429v11.25h1.2857v-12.5h-18" color="#da4453" fill="#da4453"/>
- <path d="M 14.848438,15 14,15.848437 16.151563,18 14,20.151563 14.848438,21 17,18.848437 19.151563,21 20,20.151563 17.848438,18 20,15.848437 19.151563,15 17,17.151563 Z" color="#da4453" fill="#da4453"/>
-</svg>
+            }</style></defs><path d="m2 1v20h9v-1.25h-7.7143v-17.5h15.429v11.25h1.2857v-12.5h-18" color="#da4453" fill="#da4453"/><path d="M 14.848438,15 14,15.848437 16.151563,18 14,20.151563 14.848438,21 17,18.848437 19.151563,21 20,20.151563 17.848438,18 20,15.848437 19.151563,15 17,17.151563 Z" color="#da4453" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/closeHead.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/closeHead.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4 3v3h14v-3z" color="#eff0f1" fill="#da4453" stroke-width="1.4491"/>
- <path class="ColorScheme-Text" d="M 10.008971,19.994991 12,20 11.991029,6.0050292 10,6 Z" color="#eff0f1" fill="#232629" stroke-width="1.1803"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4 3v3h14v-3z" color="#eff0f1" fill="#da4453" stroke-width="1.4491"/><path class="ColorScheme-Text" d="M 10.008971,19.994991 12,20 11.991029,6.0050292 10,6 Z" color="#eff0f1" fill="#232629" stroke-width="1.1803"/></svg>
--- a/eric6/icons/breeze-light/codeDocuViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/codeDocuViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3 1v20h9.1429v-1.25h-8v-17.5h13.714v11.25h1.1429v-12.5h-16m10.286 10c-1.8994 0-3.4286 1.6725-3.4286 3.75s1.5291 3.75 3.4286 3.75c0.74216 0 1.4244-0.26073 1.9844-0.6958l2.9219 3.1958 0.80804-0.88379-2.9219-3.1958c0.39778-0.61247 0.63616-1.3587 0.63616-2.1704 0-2.0775-1.5291-3.75-3.4286-3.75m0 1.25c1.2663 0 2.2857 1.115 2.2857 2.5s-1.0194 2.5-2.2857 2.5c-1.2663 0-2.2857-1.115-2.2857-2.5s1.0194-2.5 2.2857-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3 1v20h9.1429v-1.25h-8v-17.5h13.714v11.25h1.1429v-12.5h-16m10.286 10c-1.8994 0-3.4286 1.6725-3.4286 3.75s1.5291 3.75 3.4286 3.75c0.74216 0 1.4244-0.26073 1.9844-0.6958l2.9219 3.1958 0.80804-0.88379-2.9219-3.1958c0.39778-0.61247 0.63616-1.3587 0.63616-2.1704 0-2.0775-1.5291-3.75-3.4286-3.75m0 1.25c1.2663 0 2.2857 1.115 2.2857 2.5s-1.0194 2.5-2.2857 2.5-2.2857-1.115-2.2857-2.5 1.0194-2.5 2.2857-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/colorPicker.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/colorPicker.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m19.333 1c-0.442 6.69e-5 -0.86588 0.17571-1.1784 0.48828l-2.3275 2.3275-1.3216-1.3216-1.1784 1.1784 0.95703 0.95703-10.98 10.978c-0.42479 0.42479-0.63802 0.98475-0.63802 1.5446v1.0026l-1.6667 1.6667 1.1784 1.1784 1.6667-1.6667h1.0042c0.55985 0 1.1198-0.2116 1.5446-0.63639l10.98-10.978 0.95378 0.95378 1.1784-1.1784-1.3216-1.3216 2.3275-2.3275c0.31258-0.31251 0.48822-0.73638 0.48828-1.1784v-0.41667a1.25 1.25 0 0 0-1.25-1.25zm-4.4596 4.2188 1.9108 1.9108-7.2054 7.2038h-3.8216z" color="#eff0f1" fill="#232629" stroke-width=".83333"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m19.333 1c-0.442 6.69e-5 -0.86588 0.17571-1.1784 0.48828l-2.3275 2.3275-1.3216-1.3216-1.1784 1.1784 0.95703 0.95703-10.98 10.978c-0.42479 0.42479-0.63802 0.98475-0.63802 1.5446v1.0026l-1.6667 1.6667 1.1784 1.1784 1.6667-1.6667h1.0042c0.55985 0 1.1198-0.2116 1.5446-0.63639l10.98-10.978 0.95378 0.95378 1.1784-1.1784-1.3216-1.3216 2.3275-2.3275c0.31258-0.31251 0.48822-0.73638 0.48828-1.1784v-0.41667a1.25 1.25 0 0 0-1.25-1.25zm-4.4596 4.2188 1.9108 1.9108-7.2054 7.2038h-3.8216z" color="#eff0f1" fill="#232629" stroke-width=".83333"/></svg>
--- a/eric6/icons/breeze-light/comment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/comment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#232629" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#232629" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/compareFiles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/compareFiles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.375 1a1.875 1.875 0 0 0-1.875 1.875 1.875 1.875 0 0 0 1.25 1.7651v11.36a2.5 2.5 0 0 0 2.5 2.5h1.25v2.5l3.75-3.125-3.75-3.125v2.5h-1.25a1.25 1.25 0 0 1-1.25-1.25v-11.36a1.875 1.875 0 0 0 1.25-1.7651 1.875 1.875 0 0 0-1.875-1.875zm8.125 0-3.75 3.125 3.75 3.125v-2.5h1.25a1.25 1.25 0 0 1 1.25 1.25v11.36a1.875 1.875 0 0 0-1.25 1.7651 1.875 1.875 0 0 0 1.875 1.875 1.875 1.875 0 0 0 1.875-1.875 1.875 1.875 0 0 0-1.25-1.7651v-11.36a2.5 2.5 0 0 0-2.5-2.5h-1.25zm-8.125 1.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625zm11.25 16.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.375 1a1.875 1.875 0 0 0-1.875 1.875 1.875 1.875 0 0 0 1.25 1.7651v11.36a2.5 2.5 0 0 0 2.5 2.5h1.25v2.5l3.75-3.125-3.75-3.125v2.5h-1.25a1.25 1.25 0 0 1-1.25-1.25v-11.36a1.875 1.875 0 0 0 1.25-1.7651 1.875 1.875 0 0 0-1.875-1.875zm8.125 0-3.75 3.125 3.75 3.125v-2.5h1.25a1.25 1.25 0 0 1 1.25 1.25v11.36a1.875 1.875 0 0 0-1.25 1.7651 1.875 1.875 0 0 0 1.875 1.875 1.875 1.875 0 0 0 1.875-1.875 1.875 1.875 0 0 0-1.25-1.7651v-11.36a2.5 2.5 0 0 0-2.5-2.5h-1.25zm-8.125 1.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625zm11.25 16.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/configure.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/configure.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11.625 1c-1.5173 0-2.7738 1.0699-3.0615 2.5h-7.5635v1.25h7.5635c0.28775 1.4301 1.5442 2.5 3.0615 2.5s2.7738-1.0699 3.0615-2.5h6.3135v-1.25h-6.3135c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7738-1.0699 3.0615-2.5h13.813v-1.25h-13.813c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11.625 1c-1.5173 0-2.7738 1.0699-3.0615 2.5h-7.5635v1.25h7.5635c0.28775 1.4301 1.5442 2.5 3.0615 2.5s2.7738-1.0699 3.0615-2.5h6.3135v-1.25h-6.3135c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7738-1.0699 3.0615-2.5h13.813v-1.25h-13.813c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/configureExport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/configureExport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m9 9v12h12v-9.7188l-2.2812-2.2813h-8.7187zm1 1h2v4h6v-4h0.28125l1.7188 1.7188v8.2812h-1v-4h-8.0312v4h-0.96875zm3 0h1.9062v3h-1.9062zm-1 7h6v3h-6z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1"/><path class="ColorScheme-Text" d="m9 9v12h12v-9.7188l-2.2812-2.2813h-8.7187zm1 1h2v4h6v-4h0.28125l1.7188 1.7188v8.2812h-1v-4h-8.0312v4h-0.96875zm3 0h1.9062v3h-1.9062zm-1 7h6v3h-6z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/configureImport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/configureImport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m9 9v12h12v-10h-4.9922l-2-2-0.0078 0.00781v-0.00781h-4zm1 1h3.5918l1.002 1h-0.59375v0.0078l-0.0078-0.0078-2 2h-1.9922zm0 4h10v6h-10z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m9 9v12h12v-10h-4.9922l-2-2-0.0078 0.00781v-0.00781h-4zm1 1h3.5918l1.002 1h-0.59375v0.0078l-0.0078-0.0078-2 2h-1.9922zm0 4h10v6h-10z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/configureShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/configureShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g></svg>
--- a/eric6/icons/breeze-light/configureViewProfiles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/configureViewProfiles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m9 9v12h12v-12h-11zm1 3h10v8h-10zm1 1v6h2v-6zm3 1v1h5v-1zm0 3v1h5v-1z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m9 9v12h12v-12h-11zm1 3h10v8h-10zm1 1v6h2v-6zm3 1v1h5v-1zm0 3v1h5v-1z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/continue.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/continue.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-13.75h17.5v6.25h1.25v-11.25h-20m15 12.5v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-13.75h17.5v6.25h1.25v-11.25h-20m15 12.5v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/continueToCursor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/continueToCursor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-11.25 6.25v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-11.25 6.25v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/cookie.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/cookie.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="c" x1="6" x2="26" y1="6" y2="26" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- <linearGradient id="b">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="23" x2="30" y1="13" y2="20" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- <linearGradient id="e" x1="2" x2="2" y1="30" y2="2" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#a5a5a5" offset="0"/>
-  <stop stop-color="#f5f2f5" offset="1"/>
- </linearGradient>
- <linearGradient id="g" x2="0" y1="23" y2="9" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#ffd42a" offset="0"/>
-  <stop stop-color="#ffdf62" offset="1"/>
- </linearGradient>
- <linearGradient id="f" x1="12" x2="25" y1="12" y2="25" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- <rect x="1" y="1" width="20" height="20" rx="9.9999" fill="#4f575f" stroke-width=".71428"/>
- <path d="m12.853 1.1771-2.125 0.27143-2.9536 1.7057-1.0728 1.8579s-1.4093 0.99286-1.6221 0.93571c-1.7978-0.020714-2.7636 0.475-3.2714 1.1057-0.215 0.50214-0.38357 1.0286-0.51428 1.5693-0.00429 0.54286 0.115 0.965 0.115 0.965 5.0428 4.5407 10.086 6.4979 15.13 9.745a9.9285 9.9286 0 0 0 0.91071-0.685l0.04929-0.04286c0.25714-0.22 0.50214-0.45429 0.73499-0.69929 0.05143-0.05429 0.1-0.11071 0.15-0.16571a9.9485 9.9486 0 0 0 1.2493-1.6964l0.03928-0.06428a9.9935 9.9936 0 0 0 1.3028-4.4871l0.0014-0.01429v-7.14e-4l-1.3028-5.4557a9.9642 9.9643 0 0 0-6.8214-4.845z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/>
- <path d="m20.294 7.3157-3.0764 4.7571 2.9428 2.9429a9.9978 9.9979 0 0 0 0.13357-7.7z" fill="url(#d)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/>
- <path d="m11 1a9.9999 10 0 0 0-9.3278 6.4286h0.042142l2.1428-0.71429 1.4286 1.4286v-1.4286l1.4286-0.71429v-0.71429l1.4286-0.71429 1.4286-1.4286v0.71429l0.71428-0.71429-0.71428-0.71429h1.4286v0.71429l1.4286-0.71429-0.71428-0.71429v-0.67857a9.9999 10 0 0 0-0.71428-0.035714zm7.4107 3.3036-0.26786 0.26786v0.71429h1.0493a9.9999 10 0 0 0-0.78142-0.98214zm0.93999 1.2029-2.6364 2.6364-0.71428 2.1429v0.71429l1.4286 1.4286 1.4286 0.71429 1.9936-0.49143a9.9999 10 0 0 0 0.14928-1.6514 9.9999 10 0 0 0-1.6493-5.4936zm-16.922 3.3507-0.71428 0.71429h-0.59857c-0.035714 0.24286-0.062857 0.48643-0.080714 0.73071v0.0014l1.3936 0.69646 0.71428 0.71429 1.4286 0.71428 0.71428 0.71429-0.71428 0.71429v1.4286l0.71428 1.4286 1.4286 1.4286v1.8779a9.9999 10 0 0 0 4.2857 0.97929c0.12143-0.0021 0.24286-0.0064 0.36428-0.01286l0.35-0.70143v-0.71428l1.4286-0.71429 0.71428-0.71429v-1.4286l0.71428-0.71429v-0.71429l-0.71428-0.71428-2.1428-0.71429-1.4286-1.4286h-0.71428l-0.71428-0.71428-2.1428-0.71429-1.4286 0.71429h-1.4286v-1.4286h-0.71428v-1.4286z" fill="url(#e)" stroke-width=".71428"/>
- <path d="m11.071 6-0.78571 0.71429v1.4286h-1.4286l-1.4286 1.4286v4.2857l6.6557 6.6557a9.9714 9.9714 0 0 0 6.3071-6.0929l-6.1057-6.1357-0.49428 0.45z" fill="url(#f)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/>
- <path d="m11 6a1.4286 1.4286 0 0 0-1.4286 1.4286 1.4286 1.4286 0 0 0 0.022143 0.24143 4.2857 4.2857 0 0 0-2.8793 4.0443 4.2857 4.2857 0 0 0 4.2857 4.2857 4.2857 4.2857 0 0 0 4.2857-4.2857 4.2857 4.2857 0 0 0-0.81071-2.5014 0.71428 0.71429 0 0 0 0.096428-0.35571 0.71428 0.71429 0 0 0-0.71428-0.71429 0.71428 0.71429 0 0 0-0.35714 0.096429 4.2857 4.2857 0 0 0-1.0928-0.56786 1.4286 1.4286 0 0 0 0.021429-0.24286 1.4286 1.4286 0 0 0-1.4286-1.4286zm0 0.71429a0.71428 0.71429 0 0 1 0.71428 0.71429 0.71428 0.71429 0 0 1-0.0043 0.06 4.2857 4.2857 0 0 0-0.70998-0.06 4.2857 4.2857 0 0 0-0.71142 0.064286 0.71428 0.71429 0 0 1-0.0029-0.064286 0.71428 0.71429 0 0 1 0.71428-0.71429zm0 1.4286a3.5714 3.5714 0 0 1 0.315 0.015 3.5714 3.5714 0 0 1 0.04214 0.00286 3.5714 3.5714 0 0 1 0.09286 0.014286 3.5714 3.5714 0 0 1 0.22857 0.035714 3.5714 3.5714 0 0 1 0.09571 0.021429 3.5714 3.5714 0 0 1 0.26428 0.068571 3.5714 3.5714 0 0 1 0.07357 0.021429 3.5714 3.5714 0 0 1 0.0014 0 3.5714 3.5714 0 0 1 0.04428 0.017143 3.5714 3.5714 0 0 1 0.24428 0.095 3.5714 3.5714 0 0 1 0.095 0.042857 3.5714 3.5714 0 0 1 0.23428 0.11929 3.5714 3.5714 0 0 1 0.06286 0.035714 3.5714 3.5714 0 0 1 0.26071 0.16785 3.5714 3.5714 0 0 1 0.01 0.00571 3.5714 3.5714 0 0 1 0.04286 0.032143 3.5714 3.5714 0 0 1 0.035 0.025 3.5714 3.5714 0 0 1 0.70857 0.70857 3.5714 3.5714 0 0 1 0.0014 0.00286 3.5714 3.5714 0 0 1 0.19 0.27857 3.5714 3.5714 0 0 1 0.0093 0.014286 3.5714 3.5714 0 0 1 0.0057 0.011429 3.5714 3.5714 0 0 1 0.16071 0.29714 3.5714 3.5714 0 0 1 0.0029 5e-3 3.5714 3.5714 0 0 1 0.0029 0.0057 3.5714 3.5714 0 0 1 0.125 0.30143 3.5714 3.5714 0 0 1 0.01572 0.04214 3.5714 3.5714 0 0 1 0.08571 0.27714 3.5714 3.5714 0 0 1 0.02143 0.08786 3.5714 3.5714 0 0 1 0.04643 0.23071 3.5714 3.5714 0 0 1 0.02214 0.14286 3.5714 3.5714 0 0 1 0.01786 0.2 3.5714 3.5714 0 0 1 0.01286 0.24572 3.5714 3.5714 0 0 1-0.015 0.315 3.5714 3.5714 0 0 1-0.01857 0.15 3.5714 3.5714 0 0 1-0.03071 0.19643 3.5714 3.5714 0 0 1-0.03786 0.16857 3.5714 3.5714 0 0 1-0.04286 0.17286 3.5714 3.5714 0 0 1-0.06 0.17857 3.5714 3.5714 0 0 1-0.05714 0.15786 3.5714 3.5714 0 0 1-0.08571 0.18714 3.5714 3.5714 0 0 1-0.06071 0.12643 3.5714 3.5714 0 0 1-0.10357 0.18143 3.5714 3.5714 0 0 1-0.08214 0.13429 3.5714 3.5714 0 0 1-0.11286 0.15714 3.5714 3.5714 0 0 1-0.09786 0.12857 3.5714 3.5714 0 0 1-0.12428 0.14286 3.5714 3.5714 0 0 1-0.11857 0.12643 3.5714 3.5714 0 0 1-0.12714 0.11857 3.5714 3.5714 0 0 1-0.14214 0.12428 3.5714 3.5714 0 0 1-0.12857 0.09786 3.5714 3.5714 0 0 1-0.15714 0.11286 3.5714 3.5714 0 0 1-0.13428 0.08214 3.5714 3.5714 0 0 1-0.18143 0.10357 3.5714 3.5714 0 0 1-0.12643 0.06143 3.5714 3.5714 0 0 1-0.18714 0.085 3.5714 3.5714 0 0 1-0.15714 0.05714 3.5714 3.5714 0 0 1-0.17857 0.06 3.5714 3.5714 0 0 1-0.17357 0.04286 3.5714 3.5714 0 0 1-0.16857 0.03786 3.5714 3.5714 0 0 1-0.19714 0.03071 3.5714 3.5714 0 0 1-0.14928 0.01857 3.5714 3.5714 0 0 1-0.31504 0.015 3.5714 3.5714 0 0 1-0.315-0.015 3.5714 3.5714 0 0 1-0.15-0.01857 3.5714 3.5714 0 0 1-0.19643-0.03071 3.5714 3.5714 0 0 1-0.16857-0.03786 3.5714 3.5714 0 0 1-0.17286-0.04286 3.5714 3.5714 0 0 1-0.17857-0.06 3.5714 3.5714 0 0 1-0.15786-0.05714 3.5714 3.5714 0 0 1-0.18714-0.0857 3.5714 3.5714 0 0 1-0.12643-0.060716 3.5714 3.5714 0 0 1-0.18143-0.10357 3.5714 3.5714 0 0 1-0.13428-0.082142 3.5714 3.5714 0 0 1-0.15714-0.11286 3.5714 3.5714 0 0 1-0.12857-0.097857 3.5714 3.5714 0 0 1-0.14286-0.12428 3.5714 3.5714 0 0 1-0.12643-0.11857 3.5714 3.5714 0 0 1-0.11857-0.12714 3.5714 3.5714 0 0 1-0.12428-0.14214 3.5714 3.5714 0 0 1-0.097856-0.12857 3.5714 3.5714 0 0 1-0.11286-0.15714 3.5714 3.5714 0 0 1-0.082142-0.13429 3.5714 3.5714 0 0 1-0.10357-0.18143 3.5714 3.5714 0 0 1-0.061428-0.12643 3.5714 3.5714 0 0 1-0.084999-0.18714 3.5714 3.5714 0 0 1-0.057142-0.15714 3.5714 3.5714 0 0 1-0.059999-0.17857 3.5714 3.5714 0 0 1-0.042857-0.17357 3.5714 3.5714 0 0 1-0.037857-0.16857 3.5714 3.5714 0 0 1-0.030714-0.19714 3.5714 3.5714 0 0 1-0.018571-0.14928 3.5714 3.5714 0 0 1-0.015-0.315 3.5714 3.5714 0 0 1 0.015-0.315 3.5714 3.5714 0 0 1 0.017143-0.13572 3.5714 3.5714 0 0 1 0.035714-0.22714 3.5714 3.5714 0 0 1 0.022857-0.10357 3.5714 3.5714 0 0 1 0.062857-0.24429 3.5714 3.5714 0 0 1 0.033571-0.10143 3.5714 3.5714 0 0 1 0.083571-0.23 3.5714 3.5714 0 0 1 0.051428-0.11429 3.5714 3.5714 0 0 1 0.10357-0.21071 3.5714 3.5714 0 0 1 0.048571-0.087143 3.5714 3.5714 0 0 1 0.13928-0.22714 3.5714 3.5714 0 0 1 0.045-0.061428 3.5714 3.5714 0 0 1 0.17571-0.23 3.5714 3.5714 0 0 1 0.027857-0.032143 3.5714 3.5714 0 0 1 0.22428-0.24 3.5714 3.5714 0 0 1 0.26428-0.23143 3.5714 3.5714 0 0 1 0.016428-0.014286 3.5714 3.5714 0 0 1 0.26928-0.19071 3.5714 3.5714 0 0 1 0.029286-0.018571 3.5714 3.5714 0 0 1 0.29-0.16571 3.5714 3.5714 0 0 1 0.325-0.145 3.5714 3.5714 0 0 1 0.80071-0.20786 3.5714 3.5714 0 0 1 0.01857-0.00286 3.5714 3.5714 0 0 1 0.015-0.00143 3.5714 3.5714 0 0 1 0.265-0.023571 3.5714 3.5714 0 0 1 0.08143-0.00571 3.5714 3.5714 0 0 1 0.11-0.00429zm0 0.71429v2.1429a0.71428 0.71429 0 0 1 0.71428 0.71429h2.1428a2.8571 2.8571 0 0 0-0.01286-0.24143 2.8571 2.8571 0 0 0-0.01786-0.15 2.8571 2.8571 0 0 0-0.01929-0.13286 2.8571 2.8571 0 0 0-0.03643-0.15929 2.8571 2.8571 0 0 0-0.02857-0.11 2.8571 2.8571 0 0 0-0.05-0.15357 2.8571 2.8571 0 0 0-0.04713-0.12857 2.8571 2.8571 0 0 0-0.05571-0.12428 2.8571 2.8571 0 0 0-0.06428-0.13214 2.8571 2.8571 0 0 0-0.06714-0.11714 2.8571 2.8571 0 0 0-0.08214-0.13429 2.8571 2.8571 0 0 0-0.06929-0.09643 2.8571 2.8571 0 0 0-0.10072-0.13214 2.8571 2.8571 0 0 0-0.080714-0.092143 2.8571 2.8571 0 0 0-0.10643-0.11429 2.8571 2.8571 0 0 0-0.11428-0.10643 2.8571 2.8571 0 0 0-0.09214-0.080714 2.8571 2.8571 0 0 0-0.13214-0.1 2.8571 2.8571 0 0 0-0.09643-0.07 2.8571 2.8571 0 0 0-0.13429-0.082143 2.8571 2.8571 0 0 0-0.11714-0.067143 2.8571 2.8571 0 0 0-0.13214-0.064286 2.8571 2.8571 0 0 0-0.12428-0.055714 2.8571 2.8571 0 0 0-0.12857-0.047857 2.8571 2.8571 0 0 0-0.15357-0.05 2.8571 2.8571 0 0 0-0.11-0.027857 2.8571 2.8571 0 0 0-0.15928-0.035714 2.8571 2.8571 0 0 0-0.13214-0.02 2.8571 2.8571 0 0 0-0.15071-0.017858 2.8571 2.8571 0 0 0-0.24143-0.012857z" fill="url(#g)" stroke-width=".71428"/>
- <path d="m20.985 10.581a9.9999 10 0 0 1-9.9849 9.7043 9.9999 10 0 0 1-9.9849-9.5814 9.9999 10 0 0 0-0.015 0.29571 9.9999 10 0 0 0 9.9999 10 9.9999 10 0 0 0 9.9999-10 9.9999 10 0 0 0-0.015-0.41857z" fill="#292c2f" opacity=".3" stroke-width=".71428"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="j" x1="6" x2="26" y1="6" y2="26" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="i" x1="23" x2="30" y1="13" y2="20" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="2" x2="2" y1="30" y2="2" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#a5a5a5" offset="0"/><stop stop-color="#f5f2f5" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="23" y2="9" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffd42a" offset="0"/><stop stop-color="#ffdf62" offset="1"/></linearGradient><linearGradient id="g" x1="12" x2="25" y1="12" y2="25" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><g stroke-width=".71428"><rect x="1" y="1" width="20" height="20" rx="9.9999" fill="#4f575f"/><path d="m12.853 1.1771-2.125 0.27143-2.9536 1.7057-1.0728 1.8579s-1.4093 0.99286-1.6221 0.93571c-1.7978-0.020714-2.7636 0.475-3.2714 1.1057-0.215 0.50214-0.38357 1.0286-0.51428 1.5693-0.00429 0.54286 0.115 0.965 0.115 0.965 5.0428 4.5407 10.086 6.4979 15.13 9.745a9.9285 9.9286 0 0 0 0.91071-0.685l0.04929-0.04286c0.25714-0.22 0.50214-0.45429 0.73499-0.69929 0.05143-0.05429 0.1-0.11071 0.15-0.16571a9.9485 9.9486 0 0 0 1.2493-1.6964l0.03928-0.06428a9.9935 9.9936 0 0 0 1.3028-4.4871l0.0014-0.01429v-7.14e-4l-1.3028-5.4557a9.9642 9.9643 0 0 0-6.8214-4.845z" fill="url(#j)" fill-rule="evenodd" opacity=".2"/><path d="m20.294 7.3157-3.0764 4.7571 2.9428 2.9429a9.9978 9.9979 0 0 0 0.13357-7.7z" fill="url(#i)" fill-rule="evenodd" opacity=".2"/><path d="m11 1a9.9999 10 0 0 0-9.3278 6.4286h0.042142l2.1428-0.71429 1.4286 1.4286v-1.4286l1.4286-0.71429v-0.71429l1.4286-0.71429 1.4286-1.4286v0.71429l0.71428-0.71429-0.71428-0.71429h1.4286v0.71429l1.4286-0.71429-0.71428-0.71429v-0.67857a9.9999 10 0 0 0-0.71428-0.035714zm7.4107 3.3036-0.26786 0.26786v0.71429h1.0493a9.9999 10 0 0 0-0.78142-0.98214zm0.93999 1.2029-2.6364 2.6364-0.71428 2.1429v0.71429l1.4286 1.4286 1.4286 0.71429 1.9936-0.49143a9.9999 10 0 0 0 0.14928-1.6514 9.9999 10 0 0 0-1.6493-5.4936zm-16.922 3.3507-0.71428 0.71429h-0.59857c-0.035714 0.24286-0.062857 0.48643-0.080714 0.73071v0.0014l1.3936 0.69646 0.71428 0.71429 1.4286 0.71428 0.71428 0.71429-0.71428 0.71429v1.4286l0.71428 1.4286 1.4286 1.4286v1.8779a9.9999 10 0 0 0 4.2857 0.97929c0.12143-0.0021 0.24286-0.0064 0.36428-0.01286l0.35-0.70143v-0.71428l1.4286-0.71429 0.71428-0.71429v-1.4286l0.71428-0.71429v-0.71429l-0.71428-0.71428-2.1428-0.71429-1.4286-1.4286h-0.71428l-0.71428-0.71428-2.1428-0.71429-1.4286 0.71429h-1.4286v-1.4286h-0.71428v-1.4286z" fill="url(#h)"/><path d="m11.071 6-0.78571 0.71429v1.4286h-1.4286l-1.4286 1.4286v4.2857l6.6557 6.6557a9.9714 9.9714 0 0 0 6.3071-6.0929l-6.1057-6.1357-0.49428 0.45z" fill="url(#g)" fill-rule="evenodd" opacity=".2"/><path d="m11 6a1.4286 1.4286 0 0 0-1.4286 1.4286 1.4286 1.4286 0 0 0 0.022143 0.24143 4.2857 4.2857 0 0 0-2.8793 4.0443 4.2857 4.2857 0 0 0 4.2857 4.2857 4.2857 4.2857 0 0 0 4.2857-4.2857 4.2857 4.2857 0 0 0-0.81071-2.5014 0.71428 0.71429 0 0 0 0.096428-0.35571 0.71428 0.71429 0 0 0-0.71428-0.71429 0.71428 0.71429 0 0 0-0.35714 0.096429 4.2857 4.2857 0 0 0-1.0928-0.56786 1.4286 1.4286 0 0 0 0.021429-0.24286 1.4286 1.4286 0 0 0-1.4286-1.4286zm0 0.71429a0.71428 0.71429 0 0 1 0.71428 0.71429 0.71428 0.71429 0 0 1-0.0043 0.06 4.2857 4.2857 0 0 0-0.70998-0.06 4.2857 4.2857 0 0 0-0.71142 0.064286 0.71428 0.71429 0 0 1-0.0029-0.064286 0.71428 0.71429 0 0 1 0.71428-0.71429zm0 1.4286a3.5714 3.5714 0 0 1 0.315 0.015 3.5714 3.5714 0 0 1 0.04214 0.00286 3.5714 3.5714 0 0 1 0.09286 0.014286 3.5714 3.5714 0 0 1 0.22857 0.035714 3.5714 3.5714 0 0 1 0.09571 0.021429 3.5714 3.5714 0 0 1 0.26428 0.068571 3.5714 3.5714 0 0 1 0.07357 0.021429 3.5714 3.5714 0 0 1 0.0014 0 3.5714 3.5714 0 0 1 0.04428 0.017143 3.5714 3.5714 0 0 1 0.24428 0.095 3.5714 3.5714 0 0 1 0.095 0.042857 3.5714 3.5714 0 0 1 0.23428 0.11929 3.5714 3.5714 0 0 1 0.06286 0.035714 3.5714 3.5714 0 0 1 0.26071 0.16785 3.5714 3.5714 0 0 1 0.01 0.00571 3.5714 3.5714 0 0 1 0.04286 0.032143 3.5714 3.5714 0 0 1 0.035 0.025 3.5714 3.5714 0 0 1 0.70857 0.70857 3.5714 3.5714 0 0 1 0.0014 0.00286 3.5714 3.5714 0 0 1 0.19 0.27857 3.5714 3.5714 0 0 1 0.0093 0.014286 3.5714 3.5714 0 0 1 0.0057 0.011429 3.5714 3.5714 0 0 1 0.16071 0.29714 3.5714 3.5714 0 0 1 0.0029 5e-3 3.5714 3.5714 0 0 1 0.0029 0.0057 3.5714 3.5714 0 0 1 0.125 0.30143 3.5714 3.5714 0 0 1 0.01572 0.04214 3.5714 3.5714 0 0 1 0.08571 0.27714 3.5714 3.5714 0 0 1 0.02143 0.08786 3.5714 3.5714 0 0 1 0.04643 0.23071 3.5714 3.5714 0 0 1 0.02214 0.14286 3.5714 3.5714 0 0 1 0.01786 0.2 3.5714 3.5714 0 0 1 0.01286 0.24572 3.5714 3.5714 0 0 1-0.015 0.315 3.5714 3.5714 0 0 1-0.01857 0.15 3.5714 3.5714 0 0 1-0.03071 0.19643 3.5714 3.5714 0 0 1-0.03786 0.16857 3.5714 3.5714 0 0 1-0.04286 0.17286 3.5714 3.5714 0 0 1-0.06 0.17857 3.5714 3.5714 0 0 1-0.05714 0.15786 3.5714 3.5714 0 0 1-0.08571 0.18714 3.5714 3.5714 0 0 1-0.06071 0.12643 3.5714 3.5714 0 0 1-0.10357 0.18143 3.5714 3.5714 0 0 1-0.08214 0.13429 3.5714 3.5714 0 0 1-0.11286 0.15714 3.5714 3.5714 0 0 1-0.09786 0.12857 3.5714 3.5714 0 0 1-0.12428 0.14286 3.5714 3.5714 0 0 1-0.11857 0.12643 3.5714 3.5714 0 0 1-0.12714 0.11857 3.5714 3.5714 0 0 1-0.14214 0.12428 3.5714 3.5714 0 0 1-0.12857 0.09786 3.5714 3.5714 0 0 1-0.15714 0.11286 3.5714 3.5714 0 0 1-0.13428 0.08214 3.5714 3.5714 0 0 1-0.18143 0.10357 3.5714 3.5714 0 0 1-0.12643 0.06143 3.5714 3.5714 0 0 1-0.18714 0.085 3.5714 3.5714 0 0 1-0.15714 0.05714 3.5714 3.5714 0 0 1-0.17857 0.06 3.5714 3.5714 0 0 1-0.17357 0.04286 3.5714 3.5714 0 0 1-0.16857 0.03786 3.5714 3.5714 0 0 1-0.19714 0.03071 3.5714 3.5714 0 0 1-0.14928 0.01857 3.5714 3.5714 0 0 1-0.31504 0.015 3.5714 3.5714 0 0 1-0.315-0.015 3.5714 3.5714 0 0 1-0.15-0.01857 3.5714 3.5714 0 0 1-0.19643-0.03071 3.5714 3.5714 0 0 1-0.16857-0.03786 3.5714 3.5714 0 0 1-0.17286-0.04286 3.5714 3.5714 0 0 1-0.17857-0.06 3.5714 3.5714 0 0 1-0.15786-0.05714 3.5714 3.5714 0 0 1-0.18714-0.0857 3.5714 3.5714 0 0 1-0.12643-0.060716 3.5714 3.5714 0 0 1-0.18143-0.10357 3.5714 3.5714 0 0 1-0.13428-0.082142 3.5714 3.5714 0 0 1-0.15714-0.11286 3.5714 3.5714 0 0 1-0.12857-0.097857 3.5714 3.5714 0 0 1-0.14286-0.12428 3.5714 3.5714 0 0 1-0.12643-0.11857 3.5714 3.5714 0 0 1-0.11857-0.12714 3.5714 3.5714 0 0 1-0.12428-0.14214 3.5714 3.5714 0 0 1-0.097856-0.12857 3.5714 3.5714 0 0 1-0.11286-0.15714 3.5714 3.5714 0 0 1-0.082142-0.13429 3.5714 3.5714 0 0 1-0.10357-0.18143 3.5714 3.5714 0 0 1-0.061428-0.12643 3.5714 3.5714 0 0 1-0.084999-0.18714 3.5714 3.5714 0 0 1-0.057142-0.15714 3.5714 3.5714 0 0 1-0.059999-0.17857 3.5714 3.5714 0 0 1-0.042857-0.17357 3.5714 3.5714 0 0 1-0.037857-0.16857 3.5714 3.5714 0 0 1-0.030714-0.19714 3.5714 3.5714 0 0 1-0.018571-0.14928 3.5714 3.5714 0 0 1-0.015-0.315 3.5714 3.5714 0 0 1 0.015-0.315 3.5714 3.5714 0 0 1 0.017143-0.13572 3.5714 3.5714 0 0 1 0.035714-0.22714 3.5714 3.5714 0 0 1 0.022857-0.10357 3.5714 3.5714 0 0 1 0.062857-0.24429 3.5714 3.5714 0 0 1 0.033571-0.10143 3.5714 3.5714 0 0 1 0.083571-0.23 3.5714 3.5714 0 0 1 0.051428-0.11429 3.5714 3.5714 0 0 1 0.10357-0.21071 3.5714 3.5714 0 0 1 0.048571-0.087143 3.5714 3.5714 0 0 1 0.13928-0.22714 3.5714 3.5714 0 0 1 0.045-0.061428 3.5714 3.5714 0 0 1 0.17571-0.23 3.5714 3.5714 0 0 1 0.027857-0.032143 3.5714 3.5714 0 0 1 0.22428-0.24 3.5714 3.5714 0 0 1 0.26428-0.23143 3.5714 3.5714 0 0 1 0.016428-0.014286 3.5714 3.5714 0 0 1 0.26928-0.19071 3.5714 3.5714 0 0 1 0.029286-0.018571 3.5714 3.5714 0 0 1 0.29-0.16571 3.5714 3.5714 0 0 1 0.325-0.145 3.5714 3.5714 0 0 1 0.80071-0.20786 3.5714 3.5714 0 0 1 0.01857-0.00286 3.5714 3.5714 0 0 1 0.015-0.00143 3.5714 3.5714 0 0 1 0.265-0.023571 3.5714 3.5714 0 0 1 0.08143-0.00571 3.5714 3.5714 0 0 1 0.11-0.00429zm0 0.71429v2.1429a0.71428 0.71429 0 0 1 0.71428 0.71429h2.1428a2.8571 2.8571 0 0 0-0.01286-0.24143 2.8571 2.8571 0 0 0-0.01786-0.15 2.8571 2.8571 0 0 0-0.01929-0.13286 2.8571 2.8571 0 0 0-0.03643-0.15929 2.8571 2.8571 0 0 0-0.02857-0.11 2.8571 2.8571 0 0 0-0.05-0.15357 2.8571 2.8571 0 0 0-0.04713-0.12857 2.8571 2.8571 0 0 0-0.05571-0.12428 2.8571 2.8571 0 0 0-0.06428-0.13214 2.8571 2.8571 0 0 0-0.06714-0.11714 2.8571 2.8571 0 0 0-0.08214-0.13429 2.8571 2.8571 0 0 0-0.06929-0.09643 2.8571 2.8571 0 0 0-0.10072-0.13214 2.8571 2.8571 0 0 0-0.080714-0.092143 2.8571 2.8571 0 0 0-0.10643-0.11429 2.8571 2.8571 0 0 0-0.11428-0.10643 2.8571 2.8571 0 0 0-0.09214-0.080714 2.8571 2.8571 0 0 0-0.13214-0.1 2.8571 2.8571 0 0 0-0.09643-0.07 2.8571 2.8571 0 0 0-0.13429-0.082143 2.8571 2.8571 0 0 0-0.11714-0.067143 2.8571 2.8571 0 0 0-0.13214-0.064286 2.8571 2.8571 0 0 0-0.12428-0.055714 2.8571 2.8571 0 0 0-0.12857-0.047857 2.8571 2.8571 0 0 0-0.15357-0.05 2.8571 2.8571 0 0 0-0.11-0.027857 2.8571 2.8571 0 0 0-0.15928-0.035714 2.8571 2.8571 0 0 0-0.13214-0.02 2.8571 2.8571 0 0 0-0.15071-0.017858 2.8571 2.8571 0 0 0-0.24143-0.012857z" fill="url(#b)"/><path d="m20.985 10.581a9.9999 10 0 0 1-9.9849 9.7043 9.9999 10 0 0 1-9.9849-9.5814 9.9999 10 0 0 0-0.015 0.29571 9.9999 10 0 0 0 9.9999 10 9.9999 10 0 0 0 9.9999-10 9.9999 10 0 0 0-0.015-0.41857z" fill="#292c2f" opacity=".3"/></g></svg>
--- a/eric6/icons/breeze-light/cooperation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/cooperation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/cooperation48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/cooperation48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 4v28.571l8.2501 11.429-5.5e-5 -8.5714 5.5e-5 -2.8571h35.75v-28.571zm2.75 2.8571h38.5v22.857h-38.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m28.4 10.667-13.2 3.7977v6.849l1.1 0.31684v2.704l6.6 1.888v-2.6931l5.5 1.582v-13.286zm4.4322 0.47526-0.84863 0.70096c1.251 1.9692 1.9161 4.2597 1.9164 6.5994-0.0044 2.3376-0.67256 4.625-1.925 6.5907l0.86152 0.71398c1.4097-2.1703 2.1616-4.709 2.1635-7.3047-0.0044-2.5947-0.75735-5.1318-2.1678-7.3004zm-5.5322 1.0004v11.493l-11-3.1641v-5.1649zm2.9584 1.1285-0.85938 0.70964c0.78297 1.3542 1.1973 2.8936 1.201 4.4618-0.0022 1.5688-0.41624 3.1089-1.1988 4.464l0.85938 0.71181c0.93855-1.5602 1.4364-3.3502 1.4395-5.1758-0.0044-1.8244-0.50305-3.6127-1.4416-5.1714zm-16.158 1.5104-1.1 0.31684v5.5817l1.1 0.31684v-5.8855zm3.3 7.1658 4.4 1.2652v1.5842l-4.4-1.2587z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 4v28.571l8.2501 11.429-5.5e-5 -8.5714 5.5e-5 -2.8571h35.75v-28.571zm2.75 2.8571h38.5v22.857h-38.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m28.4 10.667-13.2 3.7977v6.849l1.1 0.31684v2.704l6.6 1.888v-2.6931l5.5 1.582v-13.286zm4.4322 0.47526-0.84863 0.70096c1.251 1.9692 1.9161 4.2597 1.9164 6.5994-0.0044 2.3376-0.67256 4.625-1.925 6.5907l0.86152 0.71398c1.4097-2.1703 2.1616-4.709 2.1635-7.3047-0.0044-2.5947-0.75735-5.1318-2.1678-7.3004zm-5.5322 1.0004v11.493l-11-3.1641v-5.1649zm2.9584 1.1285-0.85938 0.70964c0.78297 1.3542 1.1973 2.8936 1.201 4.4618-0.0022 1.5688-0.41624 3.1089-1.1988 4.464l0.85938 0.71181c0.93855-1.5602 1.4364-3.3502 1.4395-5.1758-0.0044-1.8244-0.50305-3.6127-1.4416-5.1714zm-16.158 1.5104-1.1 0.31684v5.5817l1.1 0.31684v-5.8855zm3.3 7.1658 4.4 1.2652v1.5842l-4.4-1.2587z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/corba48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/corba48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)" fill="none">
-  <circle cx="6.35" cy="290.65" r="3.2684" stroke="#232629" stroke-width="1.4008"/>
-  <g transform="translate(-.015694 .025466)" stroke="#da4453">
-   <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/>
-   <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-   <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)" fill="none"><circle cx="6.35" cy="290.65" r="3.2684" stroke="#232629" stroke-width="1.4008"/><g transform="translate(-.015694 .025466)" stroke="#da4453"><rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/><path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/><path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/></g></g></svg>
--- a/eric6/icons/breeze-light/coverageProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/coverageProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-2e-3 -2e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(1.8887 0 0 1.8912 10.565 -540.24)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/>
-  <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text>
- </g>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="#232629"/><g transform="matrix(1.8887 0 0 1.8912 10.565 -540.24)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/><text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/coverageScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/coverageScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fc0" stroke="#fc0" stroke-width=".18644"/>
- <g transform="matrix(1.8887 0 0 1.8912 10.5 -540.19)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/>
-  <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fc0" stroke="#fc0"/></g><g transform="matrix(1.8887 0 0 1.8912 10.5 -540.19)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/><text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/currentLineMarker.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/currentLineMarker.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#008000" stroke="#006700" stroke-width=".48653"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#008000" stroke="#006700" stroke-width=".48653"/></g></svg>
--- a/eric6/icons/breeze-light/databaseConnection.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/databaseConnection.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#8e44ad"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#8e44ad"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#8e44ad"/>
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#232629">
-   <rect x="273.38" y="518.48" width="0" height="14.668"/>
-   <rect x="280.34" y="541.05" width="0" height="14.668"/>
-   <rect x="282.16" y="539.99" width="0" height="14.668"/>
-   <path transform="translate(326 534.36)" d="m11 3a8 3 0 0 0-8 3v5a8 3 0 0 0 7 2.9727v2.0273h-3v-1h-4v4h4v-1h8v1h4v-4h-4v1h-3v-2.0273a8 3 0 0 0 7-2.9727v-5a8 3 0 0 0-8-3zm0 1a7 2 0 0 1 7 2 7 2 0 0 1-7 2 7 2 0 0 1-7-2 7 2 0 0 1 7-2zm7 3.4453v3.5547a7 2 0 0 1-7 2 7 2 0 0 1-7-2v-3.5488a8 3 0 0 0 7 1.5488 8 3 0 0 0 7-1.5547zm-14 8.5547h2v2h-2zm12 0h2v2h-2z" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#8e44ad"><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/></g><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#232629"><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/><path transform="translate(326 534.36)" d="m11 3a8 3 0 0 0-8 3v5a8 3 0 0 0 7 2.9727v2.0273h-3v-1h-4v4h4v-1h8v1h4v-4h-4v1h-3v-2.0273a8 3 0 0 0 7-2.9727v-5a8 3 0 0 0-8-3zm0 1a7 2 0 0 1 7 2 7 2 0 0 1-7 2 7 2 0 0 1-7-2 7 2 0 0 1 7-2zm7 3.4453v3.5547a7 2 0 0 1-7 2 7 2 0 0 1-7-2v-3.5488a8 3 0 0 0 7 1.5488 8 3 0 0 0 7-1.5547zm-14 8.5547h2v2h-2zm12 0h2v2h-2z" stroke-width="2"/></g></g></svg>
--- a/eric6/icons/breeze-light/debug48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/debug48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 40.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(3.3046 0 0 3.3704 -2.3046 -111.41)" fill="#232628">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 40.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(3.3046 0 0 3.3704 -2.3046 -111.41)" fill="#232628"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/debugProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/debugProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-1.8e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-2e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-6.69e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.42e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.68359 0.4707c-0.0061 0.0076-0.01149 0.0158-0.01758 0.02344 0.0067 0.0044 0.01461 9e-3 0.02148 0.01367 0.0023-0.0071 0.0096-0.02296 0.01172-0.0293-0.01112-0.0053-0.0094-0.0049-0.01563-0.0078zm0.86523 0.15234c-0.0017 0.0012-0.0022 0.0027-0.0039 0.0039 0.0013 0.0011 0.0048 0.0029 0.0059 0.0039 4.66e-4 -0.0016-0.0019-0.0055-2e-3 -0.0078zm-0.92969 8.1875c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 5.96e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03551 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01474-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-5.65e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01796 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.74e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="#232629"/>
- <path d="m14.311 11.012c-0.50386-0.04487-1.0121 0.0374-1.4766 0.23828l-0.43945 0.19141 2.0469 2.1113-0.89648 0.90039-2.1035-2.0586-0.18945 0.44336c-0.16093 0.37343-0.24717 0.77491-0.25195 1.1816-0.0048 0.40672 0.07051 0.81038 0.22266 1.1875 0.15086 0.3729 0.37616 0.71164 0.66016 0.99609 0.16093 0.15776 0.33772 0.29749 0.5293 0.41602 0.39636 0.26516 0.85086 0.43092 1.3242 0.48633 0.47343 0.05541 0.95368-0.0015 1.4004-0.16797 0.7842 0.79687 2.7415 2.771 3.7988 3.7598 0.21209 0.19298 0.48694 0.30073 0.77344 0.30273 0.1686-0.0024 0.33415-0.03894 0.48828-0.10742 0.15414-0.06848 0.29327-0.16744 0.4082-0.29102 0.22363-0.20407 0.36254-0.48522 0.38867-0.78711 0.02966-0.31205-0.06007-0.62352-0.25195-0.87109-0.86176-0.91046-2.5625-2.6136-3.7988-3.8262 0.26306-0.71262 0.25203-1.4972-0.0332-2.2012-0.23455-0.58576-0.65188-1.081-1.1895-1.4102-0.42172-0.27978-0.9063-0.44927-1.4102-0.49414zm-0.27148 0.65234c0.20056-5.12e-4 0.39756 0.03098 0.58984 0.08008 0.01771 0.0039 0.05568 0.0036 0.07031 0.0078 0.12382 0.03537 0.24096 0.08479 0.35547 0.13867 0.08603 0.04049 0.16606 0.08883 0.24609 0.13867 0.01913 0.01199 0.03977 0.02064 0.05859 0.0332 0.0071 0.0044 0.01244 0.01119 0.01953 0.01563 0.08488 0.05737 0.1635 0.12056 0.24024 0.1875 0.05289 0.04335 0.11303 0.07722 0.16211 0.125 0.2951 0.298 0.49994 0.67036 0.60547 1.0742 0.0093 0.03381 0.01766 0.06738 0.02539 0.10156 0.0062 0.02903 0.01633 0.05661 0.02148 0.08594 0.01061 0.06035 0.01363 0.12097 0.01953 0.18164 0.0043 0.04239 0.0099 0.08431 0.01172 0.12695 0.01446 0.33284-0.04331 0.66356-0.16602 0.97461-0.0042 0.01138-0.0076 0.03278-0.01172 0.04297l-0.10936 0.27149 2.0137 2.0293c0.49453 0.49885 0.57035 0.59924 0.93359 0.97656 0.36433 0.37073 0.86811 0.8578 1.1152 1.1191 0.01702 0.02538 0.02444 0.05459 0.03711 0.08203 1.58e-4 2.9e-4 0.0057 0.0075 0.0059 0.0078 0.0028 0.0055 0.0013 0.01204 0.0039 0.01758 0.02351 0.05802 0.03531 0.11714 0.03906 0.17969 6.76e-4 0.01732 5e-3 0.03332 0.0039 0.05078-5.31e-4 0.01837 0.0043 0.03631 2e-3 0.05469-0.0173 0.13796-0.08403 0.26483-0.1875 0.35742-0.0028 0.0031-0.0069 0.0047-0.0098 0.0078-0.01598 0.01611-0.03706 0.02632-0.05469 0.04102-0.04668 0.04055-0.09201 0.08351-0.14844 0.10938-0.0086 0.0039-0.01857 0.0024-0.02734 0.0059 0.06696-0.02798 0.12228-0.07062 0.17578-0.11523 0.01731-0.01503 0.03901-0.02418 0.05469-0.04102 0.11686-0.11777 0.18623-0.27029 0.19531-0.41992 4.94e-4 -0.01709-0.0029-0.03379-0.0039-0.05078-0.0024-0.06198-0.01275-0.12318-0.03906-0.17969-0.0034-0.0084-0.0059-0.01711-0.0098-0.02539-0.027234-0.049702-0.70482-0.7363-1.1524-1.2012-0.91688-0.93298-1.9162-1.9497-2.8047-2.8184l-0.16602-0.16406 0.09766-0.21289c0.01881-0.04076 0.03047-0.0834 0.04687-0.125 0.05762-0.15462 0.12384-0.40199 0.15039-0.58594 0.01873-0.12979 0.0211-0.25942 0.01563-0.38867-0.0018-0.04239-0.0076-0.08462-0.01172-0.12695-0.0091-0.08974-0.02111-0.17962-0.04102-0.26758-0.0074-0.03431-0.01654-0.0677-0.02539-0.10156-0.12655-0.46017-0.39966-0.87828-0.76758-1.1992-0.07874-0.06453-0.15387-0.13343-0.24024-0.1875-0.02542-0.01718-0.05203-0.03258-0.07813-0.04883-0.08024-0.05029-0.16097-0.09856-0.24609-0.13867-0.13626-0.06421-0.28022-0.10932-0.42578-0.14648-0.27248-0.06049-0.81725-0.08652-0.95117-0.04687-0.02142 0.0032-0.04312 0.0021-0.06445 0.0059-0.01068 0.01364 0.34946 0.39846 0.73242 0.79883l1.0254 1.0586-2e-3 2e-3 2e-3 0.0039-0.9082 0.91016-0.91016 0.9082-0.0039-2e-3 -1.8379-1.7969-0.0059 0.0293c-0.02504 0.13355-0.03964 0.26842-0.04102 0.4043 9.07e-4 -0.07421 0.0015-0.14925 0.01172-0.21484l0.0293-0.18945c0.0019-0.01035 0.0018-0.02093 0.0039-0.03125l2e-3 2e-3 2e-3 -0.01563 0.91992 0.9082 0.91602 0.9043 1.8203-1.8203-0.89062-0.91602c-0.07518-0.07746-0.06345-0.07202-0.13281-0.14453l-0.76953-0.79492c0.01227-0.0024 0.02481-0.0017 0.03711-0.0039l-2e-3 -2e-3c0.0042-0.0042 0.05553-6.87e-4 0.06641-0.0039 0.1201-0.01798 0.23979-0.03404 0.36133-0.0332zm-2.377 2.3867c-1e-3 0.13154 0.0163 0.26138 0.03711 0.39062 0.03739 0.2105 0.10189 0.42363 0.1875 0.61133 0.02231 0.0481 0.04877 0.09424 0.07422 0.14062 0.04011 0.07286 0.07871 0.14669 0.12695 0.21484 0.11787 0.16652 0.26279 0.31201 0.41992 0.44531 0.05992 0.05003 0.11903 0.10062 0.18359 0.14453 0.05118 0.03607 0.10466 0.06924 0.1582 0.10156 0.12627 0.07872 0.25851 0.14604 0.39648 0.19922 0.05277 0.02068 0.10643 0.03575 0.16016 0.05273 0.14108 0.04292 0.28409 0.07608 0.43164 0.0918 0.03263 0.0038 0.06503 0.0094 0.09766 0.01172 0.1671 0.01061 0.33368-5.49e-4 0.49805-0.02539 0.11871-0.02147 0.24074-0.06151 0.36719-0.09961 0.09171-0.0297 0.1875-0.0449 0.27539-0.08594l0.21094-0.09766 0.16406 0.16602c0.06555 0.06641 0.27197 0.27282 0.36719 0.36914l1.5312 1.5273c1.1131 1.1097 2.0485 2.0095 2.1367 2.0605 0.06767 0.03622 0.14093 0.06249 0.21875 0.06445 0.06761-0.0015 0.13239-0.01861 0.19531-0.04297-0.17102 0.07102-0.22694 0.072-0.38281 0.0098-9.22e-4 -3.68e-4 -0.02994-0.03049-0.03125-0.03125-0.036-0.01927-0.07291-0.03652-0.10352-0.06445-1.008-0.94246-2.7343-2.6836-3.5645-3.5234l-0.52344-0.52148-0.28516 0.11524c-0.05208 0.02104-0.13719 0.03305-0.20898 0.05469-0.12151 0.03935-0.24118 0.08057-0.36719 0.09961-0.017 0.0031-0.03693 0.01121-0.05274 0.01367-0.14642 0.02276-0.29529 0.02246-0.44531 0.01172-0.0118-7.49e-4 -0.02336 0.0029-0.03516 2e-3 -0.02148-0.0017-0.04111-0.01139-0.0625-0.01367-0.1455-0.01707-0.28924-0.04678-0.43164-0.0918-0.05429-0.01651-0.10721-0.03233-0.16016-0.05273-0.13707-0.05372-0.26928-0.12244-0.39648-0.19922-0.02411-0.01503-0.05257-0.02118-0.07617-0.03711-0.02969-0.01834-0.0532-0.04485-0.08203-0.06445-0.06399-0.04509-0.12396-0.09394-0.18359-0.14453-0.051-0.04259-0.10891-0.07626-0.15625-0.12305-0.09851-0.09841-0.18446-0.20853-0.26367-0.32227-0.0476-0.06834-0.08685-0.14176-0.12695-0.21484-0.02068-0.03756-0.04612-0.07262-0.06445-0.11133-0.0042-0.0089-0.0056-0.02023-0.0098-0.0293-0.01544-0.0333-0.03689-0.0636-0.05078-0.09766-0.06751-0.16558-0.10842-0.33794-0.13672-0.51367-0.02409-0.13564-0.03645-0.26524-0.03711-0.39062z" fill="#232629" stroke="#232629" stroke-width=".04661"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-1.8e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-2e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-6.69e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.42e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.68359 0.4707c-0.0061 0.0076-0.01149 0.0158-0.01758 0.02344 0.0067 0.0044 0.01461 9e-3 0.02148 0.01367 0.0023-0.0071 0.0096-0.02296 0.01172-0.0293-0.01112-0.0053-0.0094-0.0049-0.01563-0.0078zm0.86523 0.15234c-0.0017 0.0012-0.0022 0.0027-0.0039 0.0039 0.0013 0.0011 0.0048 0.0029 0.0059 0.0039 4.66e-4 -0.0016-0.0019-0.0055-2e-3 -0.0078zm-0.92969 8.1875c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 5.96e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03551 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01474-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-5.65e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01796 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.74e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="#232629"/><path d="m14.311 11.012c-0.50386-0.04487-1.0121 0.0374-1.4766 0.23828l-0.43945 0.19141 2.0469 2.1113-0.89648 0.90039-2.1035-2.0586-0.18945 0.44336c-0.16093 0.37343-0.24717 0.77491-0.25195 1.1816-0.0048 0.40672 0.07051 0.81038 0.22266 1.1875 0.15086 0.3729 0.37616 0.71164 0.66016 0.99609 0.16093 0.15776 0.33772 0.29749 0.5293 0.41602 0.39636 0.26516 0.85086 0.43092 1.3242 0.48633 0.47343 0.05541 0.95368-0.0015 1.4004-0.16797 0.7842 0.79687 2.7415 2.771 3.7988 3.7598 0.21209 0.19298 0.48694 0.30073 0.77344 0.30273 0.1686-0.0024 0.33415-0.03894 0.48828-0.10742 0.15414-0.06848 0.29327-0.16744 0.4082-0.29102 0.22363-0.20407 0.36254-0.48522 0.38867-0.78711 0.02966-0.31205-0.06007-0.62352-0.25195-0.87109-0.86176-0.91046-2.5625-2.6136-3.7988-3.8262 0.26306-0.71262 0.25203-1.4972-0.0332-2.2012-0.23455-0.58576-0.65188-1.081-1.1895-1.4102-0.42172-0.27978-0.9063-0.44927-1.4102-0.49414zm-0.27148 0.65234c0.20056-5.12e-4 0.39756 0.03098 0.58984 0.08008 0.01771 0.0039 0.05568 0.0036 0.07031 0.0078 0.12382 0.03537 0.24096 0.08479 0.35547 0.13867 0.08603 0.04049 0.16606 0.08883 0.24609 0.13867 0.01913 0.01199 0.03977 0.02064 0.05859 0.0332 0.0071 0.0044 0.01244 0.01119 0.01953 0.01563 0.08488 0.05737 0.1635 0.12056 0.24024 0.1875 0.05289 0.04335 0.11303 0.07722 0.16211 0.125 0.2951 0.298 0.49994 0.67036 0.60547 1.0742 0.0093 0.03381 0.01766 0.06738 0.02539 0.10156 0.0062 0.02903 0.01633 0.05661 0.02148 0.08594 0.01061 0.06035 0.01363 0.12097 0.01953 0.18164 0.0043 0.04239 0.0099 0.08431 0.01172 0.12695 0.01446 0.33284-0.04331 0.66356-0.16602 0.97461-0.0042 0.01138-0.0076 0.03278-0.01172 0.04297l-0.10936 0.27149 2.0137 2.0293c0.49453 0.49885 0.57035 0.59924 0.93359 0.97656 0.36433 0.37073 0.86811 0.8578 1.1152 1.1191 0.01702 0.02538 0.02444 0.05459 0.03711 0.08203 1.58e-4 2.9e-4 0.0057 0.0075 0.0059 0.0078 0.0028 0.0055 0.0013 0.01204 0.0039 0.01758 0.02351 0.05802 0.03531 0.11714 0.03906 0.17969 6.76e-4 0.01732 5e-3 0.03332 0.0039 0.05078-5.31e-4 0.01837 0.0043 0.03631 2e-3 0.05469-0.0173 0.13796-0.08403 0.26483-0.1875 0.35742-0.0028 0.0031-0.0069 0.0047-0.0098 0.0078-0.01598 0.01611-0.03706 0.02632-0.05469 0.04102-0.04668 0.04055-0.09201 0.08351-0.14844 0.10938-0.0086 0.0039-0.01857 0.0024-0.02734 0.0059 0.06696-0.02798 0.12228-0.07062 0.17578-0.11523 0.01731-0.01503 0.03901-0.02418 0.05469-0.04102 0.11686-0.11777 0.18623-0.27029 0.19531-0.41992 4.94e-4 -0.01709-0.0029-0.03379-0.0039-0.05078-0.0024-0.06198-0.01275-0.12318-0.03906-0.17969-0.0034-0.0084-0.0059-0.01711-0.0098-0.02539-0.027234-0.049702-0.70482-0.7363-1.1524-1.2012-0.91688-0.93298-1.9162-1.9497-2.8047-2.8184l-0.16602-0.16406 0.09766-0.21289c0.01881-0.04076 0.03047-0.0834 0.04687-0.125 0.05762-0.15462 0.12384-0.40199 0.15039-0.58594 0.01873-0.12979 0.0211-0.25942 0.01563-0.38867-0.0018-0.04239-0.0076-0.08462-0.01172-0.12695-0.0091-0.08974-0.02111-0.17962-0.04102-0.26758-0.0074-0.03431-0.01654-0.0677-0.02539-0.10156-0.12655-0.46017-0.39966-0.87828-0.76758-1.1992-0.07874-0.06453-0.15387-0.13343-0.24024-0.1875-0.02542-0.01718-0.05203-0.03258-0.07813-0.04883-0.08024-0.05029-0.16097-0.09856-0.24609-0.13867-0.13626-0.06421-0.28022-0.10932-0.42578-0.14648-0.27248-0.06049-0.81725-0.08652-0.95117-0.04687-0.02142 0.0032-0.04312 0.0021-0.06445 0.0059-0.01068 0.01364 0.34946 0.39846 0.73242 0.79883l1.0254 1.0586-2e-3 2e-3 2e-3 0.0039-0.9082 0.91016-0.91016 0.9082-0.0039-2e-3 -1.8379-1.7969-0.0059 0.0293c-0.02504 0.13355-0.03964 0.26842-0.04102 0.4043 9.07e-4 -0.07421 0.0015-0.14925 0.01172-0.21484l0.0293-0.18945c0.0019-0.01035 0.0018-0.02093 0.0039-0.03125l2e-3 2e-3 2e-3 -0.01563 0.91992 0.9082 0.91602 0.9043 1.8203-1.8203-0.89062-0.91602c-0.07518-0.07746-0.06345-0.07202-0.13281-0.14453l-0.76953-0.79492c0.01227-0.0024 0.02481-0.0017 0.03711-0.0039l-2e-3 -2e-3c0.0042-0.0042 0.05553-6.87e-4 0.06641-0.0039 0.1201-0.01798 0.23979-0.03404 0.36133-0.0332zm-2.377 2.3867c-1e-3 0.13154 0.0163 0.26138 0.03711 0.39062 0.03739 0.2105 0.10189 0.42363 0.1875 0.61133 0.02231 0.0481 0.04877 0.09424 0.07422 0.14062 0.04011 0.07286 0.07871 0.14669 0.12695 0.21484 0.11787 0.16652 0.26279 0.31201 0.41992 0.44531 0.05992 0.05003 0.11903 0.10062 0.18359 0.14453 0.05118 0.03607 0.10466 0.06924 0.1582 0.10156 0.12627 0.07872 0.25851 0.14604 0.39648 0.19922 0.05277 0.02068 0.10643 0.03575 0.16016 0.05273 0.14108 0.04292 0.28409 0.07608 0.43164 0.0918 0.03263 0.0038 0.06503 0.0094 0.09766 0.01172 0.1671 0.01061 0.33368-5.49e-4 0.49805-0.02539 0.11871-0.02147 0.24074-0.06151 0.36719-0.09961 0.09171-0.0297 0.1875-0.0449 0.27539-0.08594l0.21094-0.09766 0.16406 0.16602c0.06555 0.06641 0.27197 0.27282 0.36719 0.36914l1.5312 1.5273c1.1131 1.1097 2.0485 2.0095 2.1367 2.0605 0.06767 0.03622 0.14093 0.06249 0.21875 0.06445 0.06761-0.0015 0.13239-0.01861 0.19531-0.04297-0.17102 0.07102-0.22694 0.072-0.38281 0.0098-9.22e-4 -3.68e-4 -0.02994-0.03049-0.03125-0.03125-0.036-0.01927-0.07291-0.03652-0.10352-0.06445-1.008-0.94246-2.7343-2.6836-3.5645-3.5234l-0.52344-0.52148-0.28516 0.11524c-0.05208 0.02104-0.13719 0.03305-0.20898 0.05469-0.12151 0.03935-0.24118 0.08057-0.36719 0.09961-0.017 0.0031-0.03693 0.01121-0.05274 0.01367-0.14642 0.02276-0.29529 0.02246-0.44531 0.01172-0.0118-7.49e-4 -0.02336 0.0029-0.03516 2e-3 -0.02148-0.0017-0.04111-0.01139-0.0625-0.01367-0.1455-0.01707-0.28924-0.04678-0.43164-0.0918-0.05429-0.01651-0.10721-0.03233-0.16016-0.05273-0.13707-0.05372-0.26928-0.12244-0.39648-0.19922-0.02411-0.01503-0.05257-0.02118-0.07617-0.03711-0.02969-0.01834-0.0532-0.04485-0.08203-0.06445-0.06399-0.04509-0.12396-0.09394-0.18359-0.14453-0.051-0.04259-0.10891-0.07626-0.15625-0.12305-0.09851-0.09841-0.18446-0.20853-0.26367-0.32227-0.0476-0.06834-0.08685-0.14176-0.12695-0.21484-0.02068-0.03756-0.04612-0.07262-0.06445-0.11133-0.0042-0.0089-0.0056-0.02023-0.0098-0.0293-0.01544-0.0333-0.03689-0.0636-0.05078-0.09766-0.06751-0.16558-0.10842-0.33794-0.13672-0.51367-0.02409-0.13564-0.03645-0.26524-0.03711-0.39062z" fill="#232629" stroke="#232629" stroke-width=".04661"/></svg>
--- a/eric6/icons/breeze-light/debugRestart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/debugRestart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#232629" fill-rule="evenodd">
-  <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6 3.3137 0 6-2.6863 6-6 0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5-2.7614 0-5-2.2386-5-5 0-1.689 0.83742-3.1823 2.1197-4.0875z"/>
-  <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#232629" fill-rule="evenodd"><path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/><path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/></g></svg>
--- a/eric6/icons/breeze-light/debugScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/debugScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path d="m19.553 21.006c-0.13241-0.01365-0.3383-0.09165-0.46954-0.17788-0.05438-0.03573-0.21955-0.1772-0.36704-0.31438-0.30872-0.28714-1.7552-1.7102-2.4344-2.395-0.25378-0.25586-0.61823-0.61945-0.80989-0.80797l-0.34847-0.34276-0.1317 0.04161c-0.29912 0.09449-0.47318 0.11714-0.90166 0.1173-0.4451 1.75e-4 -0.60678-0.02256-0.94481-0.13289-0.34608-0.11295-0.79798-0.37095-1.1201-0.6395-0.25329-0.21115-0.51806-0.56454-0.70522-0.94128-0.23305-0.46911-0.33321-0.93509-0.31505-1.4658 0.0146-0.42666 0.07022-0.66774 0.27571-1.195 0.06372-0.16348 0.12437-0.31595 0.13479-0.33882 0.01858-0.04078 0.02703-0.03357 0.44047 0.37522 0.4259 0.42112 1.4085 1.3771 1.5925 1.5493l0.09978 0.09341 0.40676-0.4073c0.22372-0.22402 0.41877-0.42452 0.43344-0.44557 0.03166-0.04541 0.1221 0.05329-1.0069-1.0988-0.93778-0.95696-0.98042-1.0019-0.98042-1.0331 0-0.03744 0.38555-0.20888 0.74156-0.32974 0.27824-0.09446 0.42672-0.11184 0.95648-0.11195l0.45386-9.8e-5 0.20531 0.05797c0.46339 0.13083 0.77317 0.28196 1.1275 0.55006 0.3718 0.28132 0.68592 0.63532 0.87888 0.99045 0.16819 0.30953 0.30931 0.75612 0.35018 1.1082 0.04526 0.38986-0.0036 0.89153-0.12396 1.2731l-0.04159 0.13183 0.42437 0.41096c1.0549 1.0215 3.1806 3.1681 3.3677 3.4007 0.19674 0.24456 0.26761 0.44412 0.26744 0.75311-2.32e-4 0.42826-0.14143 0.71662-0.50499 1.0313-0.26508 0.22944-0.59216 0.33035-0.95091 0.29335zm-7.6792-7.2546c0-0.0031-0.01591-0.01981-0.03536-0.03708-0.03517-0.03122-0.03525-0.03119-0.0159 0.0057 0.01606 0.03061 0.05126 0.05217 0.05126 0.03139zm-0.13207-0.1165c-0.01067-0.01067-0.02182-0.01067-0.03249 0s-0.0051 0.01624 0.01624 0.01624 0.02692-0.0056 0.01624-0.01624zm7.7207 7.3495c-0.16223-0.04578-0.27553-0.09614-0.3929-0.17464-0.15469-0.10347-0.86147-0.78445-2.1861-2.1063-0.57554-0.57434-1.2064-1.203-1.4019-1.397l-0.35551-0.35269-0.09405 0.03236c-0.29704 0.1022-0.70278 0.1576-1.0571 0.14433-0.29799-0.01116-0.55235-0.05578-0.82664-0.14502-0.44536-0.14489-1.0039-0.4928-1.2992-0.80928-0.76778-0.82285-1.0383-1.9803-0.70793-3.0289 0.04292-0.13621 0.21074-0.57239 0.26768-0.69568l0.02827-0.06123 0.20606 0.2013c0.11333 0.11072 0.58375 0.57023 1.0454 1.0211 0.46163 0.45091 0.84764 0.81984 0.85781 0.81984 0.01017 0 0.21331-0.1961 0.45144-0.43579 0.32731-0.32946 0.42958-0.44182 0.41911-0.46052-0.0076-0.0136-0.44102-0.4608-0.96314-0.99378-0.52212-0.53298-0.9737-0.9973-1.0035-1.0318-0.04611-0.05338-0.05075-0.06601-0.03106-0.0844 0.03147-0.02938 0.54852-0.24344 0.73609-0.30474 0.29626-0.09681 0.39405-0.1084 0.91026-0.10784l0.46966 5.07e-4 0.22297 0.0591c0.58858 0.15599 1.0556 0.427 1.5 0.87047 0.25654 0.25598 0.41754 0.48135 0.56538 0.79145 0.34406 0.72169 0.39858 1.4622 0.16503 2.2414l-0.04206 0.14035 0.33512 0.33059c0.18432 0.18182 0.45748 0.44582 0.60703 0.58666 0.25488 0.24004 2.4656 2.4809 2.7397 2.7771 0.28014 0.30268 0.37486 0.52456 0.37486 0.87809 0 0.21586-0.03821 0.38028-0.13404 0.57677-0.05887 0.1207-0.09477 0.16647-0.25964 0.33099-0.21263 0.21217-0.2971 0.26742-0.5295 0.3464-0.13296 0.04518-0.18441 0.05389-0.34572 0.05851-0.12841 0.0037-0.21607-0.0021-0.27191-0.01782zm-7.624-7.2707c-0.11266-0.11266-0.14589-0.12186-0.14589-0.04039 0 0.03916 0.0057 0.04509 0.03751 0.03901 0.02446-0.0047 0.06603 0.01273 0.11948 0.05003 0.04508 0.03146 0.0856 0.05796 0.09005 0.05889 0.0044 9.33e-4 -0.04107-0.04746-0.10114-0.10753zm2.44-1.3368c-8.28e-4 -0.01834-0.0044-0.02109-0.0098-0.0076-0.0065 0.01626-0.01396 0.01679-0.03148 0.0023-0.01261-0.01047-0.01816-0.02675-0.01233-0.03619 0.0064-0.01029 0.0026-0.01219-0.0095-0.0047-0.0151 0.0093-0.01305 0.02021 0.0082 0.04374 0.03539 0.0391 0.05659 0.04006 0.0549 0.0025zm-0.04654-0.01043c-0.01459-0.01758-0.01316-0.025 0.0062-0.03244 0.01729-0.0066 0.02514 4.87e-4 0.02514 0.0228 0 0.03841-6e-3 0.04025-0.03136 0.0096zm5.319 8.6238c-0.2127-0.03125-0.43019-0.13269-0.59934-0.27954-0.22485-0.19521-1.3316-1.2798-2.5354-2.4845l-1.283-1.284-0.1439 0.04628c-0.34365 0.11051-0.76026 0.15961-1.1132 0.13119-0.56894-0.0458-1.029-0.20948-1.5243-0.54236-0.32745-0.22005-0.50837-0.39089-0.74409-0.70264-0.42498-0.56205-0.64785-1.3272-0.59193-2.0323 0.03033-0.38236 0.10425-0.67668 0.26761-1.0655 0.04561-0.10856 0.09756-0.23648 0.11544-0.28427 0.01788-0.04778 0.03617-0.08688 0.04065-0.08688 0.0045 0 0.47546 0.45792 1.0466 1.0176 0.57116 0.55967 1.0467 1.0205 1.0568 1.0242 0.01007 0.0036 0.2163-0.19661 0.45829-0.44494l0.43997-0.4515-0.10019-0.10711c-0.08907-0.09523-0.92168-0.94932-1.6755-1.7188-0.21401-0.21844-0.26628-0.28027-0.24719-0.29239 0.05526-0.03509 0.61113-0.26342 0.7351-0.30196 0.30714-0.09547 0.4765-0.11759 0.89583-0.11699 0.35656 5.05e-4 0.40367 0.0041 0.59421 0.04477 0.48858 0.10441 0.86763 0.28252 1.3091 0.61513 0.47092 0.35478 0.82415 0.84896 1.0121 1.4159 0.207 0.62455 0.21358 1.2838 0.01885 1.8893l-0.04662 0.14497 0.48012 0.46574c0.26407 0.25616 0.54596 0.52889 0.62644 0.60607 0.23432 0.22475 2.3355 2.36 2.5584 2.5999 0.21715 0.23369 0.302 0.37261 0.35984 0.58912 0.08387 0.31398 0.03223 0.66344-0.14192 0.96036-0.07816 0.13326-0.34323 0.39503-0.48374 0.4777-0.13594 0.07999-0.32266 0.14536-0.48026 0.16815-0.12864 0.0186-0.17423 0.0185-0.30465-6.63e-4zm-2.6467-4.9542c-0.02027-0.0039-0.05735-4e-3 -0.0824-2.24e-4 -0.02505 0.0038-0.0085 7e-3 0.03685 0.0071 0.04532 1.16e-4 0.06581-3e-3 0.04554-0.0069zm-4.5361-0.29071c0-0.0031-0.01669-0.01981-0.03708-0.03708l-0.03708-0.03139 0.03139 0.03708c0.0295 0.03484 0.04276 0.04458 0.04276 0.03139zm-0.09888-0.11504c0-3e-3 -0.02039-0.02334-0.04532-0.04532l-0.04532-0.03995 0.03995 0.04532c0.03734 0.04236 0.05068 0.05288 0.05068 0.03995zm4.0786-0.1759c-0.09029-0.09064-0.17173-0.16478-0.18096-0.16478-0.01561 1.3e-5 0.31972 0.32692 0.3372 0.32874 0.0044 4.54e-4 -0.06595-0.07333-0.15624-0.16397zm-4.2548-0.05267c-0.11112-0.16601-0.22302-0.38543-0.2967-0.58178-0.03061-0.08157-0.05112-0.12606-0.04557-0.09888 0.03485 0.17085 0.21169 0.53222 0.35686 0.7292 0.09529 0.1293 0.08782 0.10444-0.01459-0.04855zm2.1705-0.71662c0.34586-0.35113 0.4557-0.46664 0.44373-0.46664-0.0042 0-0.21516 0.20887-0.46888 0.46416-0.25372 0.25529-0.42423 0.43376-0.37891 0.39661 0.04532-0.03716 0.22714-0.21451 0.40406-0.39413zm-2.5269-0.05775c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm-0.01648-0.06592c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm4.713-0.0824c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm0.01658-0.12462c-0.0041-0.01586-0.0075-0.0029-0.0075 0.02884 0 0.03172 0.0034 0.0447 0.0075 0.02884s0.0041-0.04182 0-0.05768zm0.01738-0.41123c-0.0031-0.07066-0.0056-0.01723-0.0057 0.11872-1.7e-5 0.13595 0.0025 0.19376 0.0056 0.12847 0.0031-0.0653 0.0031-0.17653 5e-5 -0.24719zm-4.5113-0.12956c-0.17258-0.17383-0.24193-0.23344-0.25428-0.21859-0.0025 3e-3 -0.0094 0.03731-0.01538 0.07624-0.0102 0.06654-0.0089 0.06975 0.02135 0.05355 0.01998-0.0107 0.04666-0.01171 0.07035-0.0027 0.05128 0.01956 0.22238 0.14993 0.2927 0.22304 0.03123 0.03247 0.06078 0.05904 0.06565 0.05904 0.0049 0-0.0763-0.08577-0.18038-0.19061zm4.4915-0.11489c-0.0064-0.05103-0.01488-0.08949-0.01889-0.08548-4e-3 4e-3 -0.0024 0.04932 0.0037 0.10069 6e-3 0.05137 0.01454 0.08983 0.01889 0.08548 0.0044-0.0044 0.0027-0.04966-0.0037-0.10069zm-0.03092-0.16004c-0.0046-0.01133-0.0083-0.0021-0.0083 0.0206 0 0.02266 0.0037 0.03193 0.0083 0.0206s0.0046-0.02987 0-0.0412zm-0.01614-0.06489c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm-0.02067-0.08637c-0.0061-0.02415-0.0142-0.04073-0.01808-0.03685-0.0039 0.0039-0.0021 0.02682 4e-3 0.05097s0.0142 0.04073 0.01808 0.03685c0.0039-0.0039 0.0021-0.02682-4e-3 -0.05097zm-0.05449-0.15237c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.48e-4 -0.02125-0.0098-0.03779zm-0.06592-0.16479c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.49e-4 -0.02125-0.0098-0.03779zm-1.7488-0.4091c-0.04003-0.04079-0.07649-0.07416-0.08102-0.07416-0.0045 0 0.02451 0.03337 0.06454 0.07416s0.07649 0.07416 0.08102 0.07416c0.0045 0-0.02451-0.03337-0.06454-0.07416zm1.4502-0.08038c0-0.0034-0.01298-0.0164-0.02884-0.02884-0.02614-0.0205-0.02672-0.01992-0.0062 0.0062 0.02153 0.02745 0.03506 0.03618 0.03506 0.02262zm-1.615-0.10816c0-0.0085-0.0074-0.02009-0.01648-0.02569-0.0091-0.0056-0.01648 0.0014-0.01648 0.01551 0 0.01413 0.0074 0.02569 0.01648 0.02569 0.0091 0 0.01648-7e-3 0.01648-0.01551zm1.5326 0.01082c0-0.0026-0.04264-0.04522-0.09476-0.09476l-0.09475-0.09007 0.09007 0.09476c0.08368 0.08803 0.09944 0.1023 0.09944 0.09007zm-1.6006-0.05608c-0.02009-0.0247-0.01894-0.02643 0.01034-0.0155 0.02644 0.0099 0.02889 0.0082 0.01236-0.0084-0.01133-0.01141-0.0206-0.0386-0.0206-0.06042 0-0.0294-0.0067-0.03708-0.02607-0.02966-0.01434 0.0055-0.03288 0.01-0.0412 0.01-0.0083 0-0.01513 0.0068-0.01513 0.01521 0 0.01702 0.08038 0.11662 0.09412 0.11662 0.0048 0-0.0014-0.01251-0.01382-0.02781zm0.82608-0.49952c0-0.0091-0.0074-0.01648-0.01648-0.01648-0.0091 0-0.01648 0.0074-0.01648 0.01648 0 0.0091 0.0074 0.01648 0.01648 0.01648 0.0091 0 0.01648-0.0074 0.01648-0.01648zm-1.2344 0.08641-0.28289-0.31597 0.23557-0.0279c0.12957-0.01534 0.33291-0.01625 0.45187-2e-3 0.31497 0.0377 0.80503 0.20299 0.76998 0.2597-0.03036 0.04913-0.42147 0.23408-0.72266 0.34174l-0.16898 0.0604zm5.6453 8.2726c-0.08215-0.03572-1.0685-0.9772-2.1936-2.0937l-2.0443-2.0288-0.27675 0.1115c-0.6565 0.26449-1.3028 0.25236-1.8848-0.0354l-0.30297-0.14979 4.1468-0.0243 1.6235 1.6202c0.89292 0.89111 1.6536 1.6768 1.6904 1.7461 0.15866 0.29866 0.01683 0.66208-0.32249 0.82634-0.23264 0.11262-0.24001 0.11309-0.43576 0.02797zm-6.895-4.3523c-0.56603-0.41003-0.95382-1.1969-0.94533-1.9181 0.0051-0.43652-3e-3 -0.44067 0.95971 0.48936 0.49094 0.47428 0.91036 0.86233 0.93204 0.86233 0.06872 0 1.7986-1.758 1.7804-1.8094-0.0096-0.02703-0.26548-0.31267-0.56874-0.63476-0.45349-0.48166-0.53624-0.5907-0.4661-0.61423 0.0469-0.01574 0.24928-0.1036 0.44973-0.19526l0.36445-0.16665 0.1677 0.09031c0.09223 0.04967 0.26736 0.17992 0.38918 0.28944 0.73168 0.65784 0.96511 1.75 0.57297 2.6808l-0.12209 0.2898 0.75635 0.70955-0.24439 0.02936c-0.13441 0.01614-1.054 0.02954-2.0435 0.02976l-1.7992 4.05e-4zm7.0895 5.0657c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733 0.15414-0.06848 0.29285-0.16751 0.40778-0.29108 0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468-0.50386-0.04487-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#232629" stroke="#232629" stroke-width=".016479"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path d="m19.553 21.006c-0.13241-0.01365-0.3383-0.09165-0.46954-0.17788-0.05438-0.03573-0.21955-0.1772-0.36704-0.31438-0.30872-0.28714-1.7552-1.7102-2.4344-2.395-0.25378-0.25586-0.61823-0.61945-0.80989-0.80797l-0.34847-0.34276-0.1317 0.04161c-0.29912 0.09449-0.47318 0.11714-0.90166 0.1173-0.4451 1.75e-4 -0.60678-0.02256-0.94481-0.13289-0.34608-0.11295-0.79798-0.37095-1.1201-0.6395-0.25329-0.21115-0.51806-0.56454-0.70522-0.94128-0.23305-0.46911-0.33321-0.93509-0.31505-1.4658 0.0146-0.42666 0.07022-0.66774 0.27571-1.195 0.06372-0.16348 0.12437-0.31595 0.13479-0.33882 0.01858-0.04078 0.02703-0.03357 0.44047 0.37522 0.4259 0.42112 1.4085 1.3771 1.5925 1.5493l0.09978 0.09341 0.40676-0.4073c0.22372-0.22402 0.41877-0.42452 0.43344-0.44557 0.03166-0.04541 0.1221 0.05329-1.0069-1.0988-0.93778-0.95696-0.98042-1.0019-0.98042-1.0331 0-0.03744 0.38555-0.20888 0.74156-0.32974 0.27824-0.09446 0.42672-0.11184 0.95648-0.11195l0.45386-9.8e-5 0.20531 0.05797c0.46339 0.13083 0.77317 0.28196 1.1275 0.55006 0.3718 0.28132 0.68592 0.63532 0.87888 0.99045 0.16819 0.30953 0.30931 0.75612 0.35018 1.1082 0.04526 0.38986-0.0036 0.89153-0.12396 1.2731l-0.04159 0.13183 0.42437 0.41096c1.0549 1.0215 3.1806 3.1681 3.3677 3.4007 0.19674 0.24456 0.26761 0.44412 0.26744 0.75311-2.32e-4 0.42826-0.14143 0.71662-0.50499 1.0313-0.26508 0.22944-0.59216 0.33035-0.95091 0.29335zm-7.6792-7.2546c0-0.0031-0.01591-0.01981-0.03536-0.03708-0.03517-0.03122-0.03525-0.03119-0.0159 0.0057 0.01606 0.03061 0.05126 0.05217 0.05126 0.03139zm-0.13207-0.1165c-0.01067-0.01067-0.02182-0.01067-0.03249 0s-0.0051 0.01624 0.01624 0.01624 0.02692-0.0056 0.01624-0.01624zm7.7207 7.3495c-0.16223-0.04578-0.27553-0.09614-0.3929-0.17464-0.15469-0.10347-0.86147-0.78445-2.1861-2.1063-0.57554-0.57434-1.2064-1.203-1.4019-1.397l-0.35551-0.35269-0.09405 0.03236c-0.29704 0.1022-0.70278 0.1576-1.0571 0.14433-0.29799-0.01116-0.55235-0.05578-0.82664-0.14502-0.44536-0.14489-1.0039-0.4928-1.2992-0.80928-0.76778-0.82285-1.0383-1.9803-0.70793-3.0289 0.04292-0.13621 0.21074-0.57239 0.26768-0.69568l0.02827-0.06123 0.20606 0.2013c0.11333 0.11072 0.58375 0.57023 1.0454 1.0211 0.46163 0.45091 0.84764 0.81984 0.85781 0.81984s0.21331-0.1961 0.45144-0.43579c0.32731-0.32946 0.42958-0.44182 0.41911-0.46052-0.0076-0.0136-0.44102-0.4608-0.96314-0.99378s-0.9737-0.9973-1.0035-1.0318c-0.04611-0.05338-0.05075-0.06601-0.03106-0.0844 0.03147-0.02938 0.54852-0.24344 0.73609-0.30474 0.29626-0.09681 0.39405-0.1084 0.91026-0.10784l0.46966 5.07e-4 0.22297 0.0591c0.58858 0.15599 1.0556 0.427 1.5 0.87047 0.25654 0.25598 0.41754 0.48135 0.56538 0.79145 0.34406 0.72169 0.39858 1.4622 0.16503 2.2414l-0.04206 0.14035 0.33512 0.33059c0.18432 0.18182 0.45748 0.44582 0.60703 0.58666 0.25488 0.24004 2.4656 2.4809 2.7397 2.7771 0.28014 0.30268 0.37486 0.52456 0.37486 0.87809 0 0.21586-0.03821 0.38028-0.13404 0.57677-0.05887 0.1207-0.09477 0.16647-0.25964 0.33099-0.21263 0.21217-0.2971 0.26742-0.5295 0.3464-0.13296 0.04518-0.18441 0.05389-0.34572 0.05851-0.12841 0.0037-0.21607-0.0021-0.27191-0.01782zm-7.624-7.2707c-0.11266-0.11266-0.14589-0.12186-0.14589-0.04039 0 0.03916 0.0057 0.04509 0.03751 0.03901 0.02446-0.0047 0.06603 0.01273 0.11948 0.05003 0.04508 0.03146 0.0856 0.05796 0.09005 0.05889 0.0044 9.33e-4 -0.04107-0.04746-0.10114-0.10753zm2.44-1.3368c-8.28e-4 -0.01834-0.0044-0.02109-0.0098-0.0076-0.0065 0.01626-0.01396 0.01679-0.03148 0.0023-0.01261-0.01047-0.01816-0.02675-0.01233-0.03619 0.0064-0.01029 0.0026-0.01219-0.0095-0.0047-0.0151 0.0093-0.01305 0.02021 0.0082 0.04374 0.03539 0.0391 0.05659 0.04006 0.0549 0.0025zm-0.04654-0.01043c-0.01459-0.01758-0.01316-0.025 0.0062-0.03244 0.01729-0.0066 0.02514 4.87e-4 0.02514 0.0228 0 0.03841-6e-3 0.04025-0.03136 0.0096zm5.319 8.6238c-0.2127-0.03125-0.43019-0.13269-0.59934-0.27954-0.22485-0.19521-1.3316-1.2798-2.5354-2.4845l-1.283-1.284-0.1439 0.04628c-0.34365 0.11051-0.76026 0.15961-1.1132 0.13119-0.56894-0.0458-1.029-0.20948-1.5243-0.54236-0.32745-0.22005-0.50837-0.39089-0.74409-0.70264-0.42498-0.56205-0.64785-1.3272-0.59193-2.0323 0.03033-0.38236 0.10425-0.67668 0.26761-1.0655 0.04561-0.10856 0.09756-0.23648 0.11544-0.28427 0.01788-0.04778 0.03617-0.08688 0.04065-0.08688 0.0045 0 0.47546 0.45792 1.0466 1.0176 0.57116 0.55967 1.0467 1.0205 1.0568 1.0242 0.01007 0.0036 0.2163-0.19661 0.45829-0.44494l0.43997-0.4515-0.10019-0.10711c-0.08907-0.09523-0.92168-0.94932-1.6755-1.7188-0.21401-0.21844-0.26628-0.28027-0.24719-0.29239 0.05526-0.03509 0.61113-0.26342 0.7351-0.30196 0.30714-0.09547 0.4765-0.11759 0.89583-0.11699 0.35656 5.05e-4 0.40367 0.0041 0.59421 0.04477 0.48858 0.10441 0.86763 0.28252 1.3091 0.61513 0.47092 0.35478 0.82415 0.84896 1.0121 1.4159 0.207 0.62455 0.21358 1.2838 0.01885 1.8893l-0.04662 0.14497 0.48012 0.46574c0.26407 0.25616 0.54596 0.52889 0.62644 0.60607 0.23432 0.22475 2.3355 2.36 2.5584 2.5999 0.21715 0.23369 0.302 0.37261 0.35984 0.58912 0.08387 0.31398 0.03223 0.66344-0.14192 0.96036-0.07816 0.13326-0.34323 0.39503-0.48374 0.4777-0.13594 0.07999-0.32266 0.14536-0.48026 0.16815-0.12864 0.0186-0.17423 0.0185-0.30465-6.63e-4zm-2.6467-4.9542c-0.02027-0.0039-0.05735-4e-3 -0.0824-2.24e-4 -0.02505 0.0038-0.0085 7e-3 0.03685 0.0071 0.04532 1.16e-4 0.06581-3e-3 0.04554-0.0069zm-4.5361-0.29071c0-0.0031-0.01669-0.01981-0.03708-0.03708l-0.03708-0.03139 0.03139 0.03708c0.0295 0.03484 0.04276 0.04458 0.04276 0.03139zm-0.09888-0.11504c0-3e-3 -0.02039-0.02334-0.04532-0.04532l-0.04532-0.03995 0.03995 0.04532c0.03734 0.04236 0.05068 0.05288 0.05068 0.03995zm4.0786-0.1759c-0.09029-0.09064-0.17173-0.16478-0.18096-0.16478-0.01561 1.3e-5 0.31972 0.32692 0.3372 0.32874 0.0044 4.54e-4 -0.06595-0.07333-0.15624-0.16397zm-4.2548-0.05267c-0.11112-0.16601-0.22302-0.38543-0.2967-0.58178-0.03061-0.08157-0.05112-0.12606-0.04557-0.09888 0.03485 0.17085 0.21169 0.53222 0.35686 0.7292 0.09529 0.1293 0.08782 0.10444-0.01459-0.04855zm2.1705-0.71662c0.34586-0.35113 0.4557-0.46664 0.44373-0.46664-0.0042 0-0.21516 0.20887-0.46888 0.46416s-0.42423 0.43376-0.37891 0.39661c0.04532-0.03716 0.22714-0.21451 0.40406-0.39413zm-2.5269-0.05775c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm-0.01648-0.06592c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm4.713-0.0824c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm0.01658-0.12462c-0.0041-0.01586-0.0075-0.0029-0.0075 0.02884 0 0.03172 0.0034 0.0447 0.0075 0.02884s0.0041-0.04182 0-0.05768zm0.01738-0.41123c-0.0031-0.07066-0.0056-0.01723-0.0057 0.11872-1.7e-5 0.13595 0.0025 0.19376 0.0056 0.12847 0.0031-0.0653 0.0031-0.17653 5e-5 -0.24719zm-4.5113-0.12956c-0.17258-0.17383-0.24193-0.23344-0.25428-0.21859-0.0025 3e-3 -0.0094 0.03731-0.01538 0.07624-0.0102 0.06654-0.0089 0.06975 0.02135 0.05355 0.01998-0.0107 0.04666-0.01171 0.07035-0.0027 0.05128 0.01956 0.22238 0.14993 0.2927 0.22304 0.03123 0.03247 0.06078 0.05904 0.06565 0.05904 0.0049 0-0.0763-0.08577-0.18038-0.19061zm4.4915-0.11489c-0.0064-0.05103-0.01488-0.08949-0.01889-0.08548-4e-3 4e-3 -0.0024 0.04932 0.0037 0.10069 6e-3 0.05137 0.01454 0.08983 0.01889 0.08548 0.0044-0.0044 0.0027-0.04966-0.0037-0.10069zm-0.03092-0.16004c-0.0046-0.01133-0.0083-0.0021-0.0083 0.0206 0 0.02266 0.0037 0.03193 0.0083 0.0206s0.0046-0.02987 0-0.0412zm-0.01614-0.06489c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm-0.02067-0.08637c-0.0061-0.02415-0.0142-0.04073-0.01808-0.03685-0.0039 0.0039-0.0021 0.02682 4e-3 0.05097s0.0142 0.04073 0.01808 0.03685c0.0039-0.0039 0.0021-0.02682-4e-3 -0.05097zm-0.05449-0.15237c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.48e-4 -0.02125-0.0098-0.03779zm-0.06592-0.16479c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.49e-4 -0.02125-0.0098-0.03779zm-1.7488-0.4091c-0.04003-0.04079-0.07649-0.07416-0.08102-0.07416-0.0045 0 0.02451 0.03337 0.06454 0.07416s0.07649 0.07416 0.08102 0.07416c0.0045 0-0.02451-0.03337-0.06454-0.07416zm1.4502-0.08038c0-0.0034-0.01298-0.0164-0.02884-0.02884-0.02614-0.0205-0.02672-0.01992-0.0062 0.0062 0.02153 0.02745 0.03506 0.03618 0.03506 0.02262zm-1.615-0.10816c0-0.0085-0.0074-0.02009-0.01648-0.02569-0.0091-0.0056-0.01648 0.0014-0.01648 0.01551 0 0.01413 0.0074 0.02569 0.01648 0.02569 0.0091 0 0.01648-7e-3 0.01648-0.01551zm1.5326 0.01082c0-0.0026-0.04264-0.04522-0.09476-0.09476l-0.09475-0.09007 0.09007 0.09476c0.08368 0.08803 0.09944 0.1023 0.09944 0.09007zm-1.6006-0.05608c-0.02009-0.0247-0.01894-0.02643 0.01034-0.0155 0.02644 0.0099 0.02889 0.0082 0.01236-0.0084-0.01133-0.01141-0.0206-0.0386-0.0206-0.06042 0-0.0294-0.0067-0.03708-0.02607-0.02966-0.01434 0.0055-0.03288 0.01-0.0412 0.01-0.0083 0-0.01513 0.0068-0.01513 0.01521 0 0.01702 0.08038 0.11662 0.09412 0.11662 0.0048 0-0.0014-0.01251-0.01382-0.02781zm0.82608-0.49952c0-0.0091-0.0074-0.01648-0.01648-0.01648-0.0091 0-0.01648 0.0074-0.01648 0.01648 0 0.0091 0.0074 0.01648 0.01648 0.01648 0.0091 0 0.01648-0.0074 0.01648-0.01648zm-1.2344 0.08641-0.28289-0.31597 0.23557-0.0279c0.12957-0.01534 0.33291-0.01625 0.45187-2e-3 0.31497 0.0377 0.80503 0.20299 0.76998 0.2597-0.03036 0.04913-0.42147 0.23408-0.72266 0.34174l-0.16898 0.0604zm5.6453 8.2726c-0.08215-0.03572-1.0685-0.9772-2.1936-2.0937l-2.0443-2.0288-0.27675 0.1115c-0.6565 0.26449-1.3028 0.25236-1.8848-0.0354l-0.30297-0.14979 4.1468-0.0243 1.6235 1.6202c0.89292 0.89111 1.6536 1.6768 1.6904 1.7461 0.15866 0.29866 0.01683 0.66208-0.32249 0.82634-0.23264 0.11262-0.24001 0.11309-0.43576 0.02797zm-6.895-4.3523c-0.56603-0.41003-0.95382-1.1969-0.94533-1.9181 0.0051-0.43652-3e-3 -0.44067 0.95971 0.48936 0.49094 0.47428 0.91036 0.86233 0.93204 0.86233 0.06872 0 1.7986-1.758 1.7804-1.8094-0.0096-0.02703-0.26548-0.31267-0.56874-0.63476-0.45349-0.48166-0.53624-0.5907-0.4661-0.61423 0.0469-0.01574 0.24928-0.1036 0.44973-0.19526l0.36445-0.16665 0.1677 0.09031c0.09223 0.04967 0.26736 0.17992 0.38918 0.28944 0.73168 0.65784 0.96511 1.75 0.57297 2.6808l-0.12209 0.2898 0.75635 0.70955-0.24439 0.02936c-0.13441 0.01614-1.054 0.02954-2.0435 0.02976l-1.7992 4.05e-4zm7.0895 5.0657c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#232629" stroke="#232629" stroke-width=".016479"/></svg>
--- a/eric6/icons/breeze-light/debugViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/debugViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#232629">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#232629"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/defaultIcon.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/defaultIcon.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="24" cy="24" r="20" fill="url(#b)"/>
- <path d="M24 4A20 20 0 0 0 4.1 22H7l3 3 2 1 10.969 17.95A20 20 0 0 0 24 44a20 20 0 0 0 20-20A20 20 0 0 0 24 4z" fill="url(#c)" opacity=".2"/>
- <path d="M42.586 16.633L36 26l6.215 6.215A20 20 0 0 0 44 24a20 20 0 0 0-1.36-7.246 20 20 0 0 0-.054-.121z" fill="url(#a)" fill-rule="evenodd" opacity=".2"/>
- <path d="M24 4a20 20 0 0 0-1.902.11 20 20 0 0 0-.254.03 20 20 0 0 0-3.219.637v-.04a20 20 0 0 0-9.7 6.14h.01a20 20 0 0 0-3.58 5.945L7 16h4v1l1 1v-2l1-1 1-1h1v-1l1-1 2-1 1-1 2-1v1l2-1h-1V8l-1-1h4l-1 1 3 1-1-2V5l-.947-.947A20 20 0 0 0 24 4zm15 6.81V13h1.691A20 20 0 0 0 39 10.81zm-27.938.067h.061L11 11l.063-.123zm30.024 2.762L40 14l-2 1v1l-2 2-1 2v4l1 2 2 1 1 1 4.717-.785a20 20 0 0 0 .002-.022 20 20 0 0 0 .209-1.752A20 20 0 0 0 44 24a20 20 0 0 0-.09-1.74 20 20 0 0 0-.097-.809 20 20 0 0 0-.19-1.234 20 20 0 0 0-.135-.598 20 20 0 0 0-.357-1.394 20 20 0 0 0-.145-.432 20 20 0 0 0-.539-1.473 20 20 0 0 0-.148-.33 20 20 0 0 0-.74-1.525 20 20 0 0 0-.473-.826zM7 20l-1 1H5l-.65-.65a20 20 0 0 0 0 .005 20 20 0 0 0-.266 1.977 20 20 0 0 0-.002.03L6 23l2 1 1 1 1 1h2v2l-1 1-1 2v1l1 1 1 1 1 2 1 1 2 1v4.32a20 20 0 0 0 .006.002 20 20 0 0 0 1.697.645 20 20 0 0 0 .192.068 20 20 0 0 0 1.513.408 20 20 0 0 0 .451.116 20 20 0 0 0 1.32.216 20 20 0 0 0 .68.104 20 20 0 0 0 1.15.072A20 20 0 0 0 24 44a20 20 0 0 0 1.018-.037L26 42v-1l2-1 1-1 1-4 1-1v-2l-2-1h-1l-2-1h-1l-1-2-1-1h-2l-2-2h-2l-3-1-1 2-2-1h-1v-2l-2-1 1-2z" fill="url(#d)"/>
- <path d="M4.051 23.5c-.004.17-.051.329-.051.5 0 11.08 8.92 20 20 20s20-8.92 20-20c0-.171-.047-.33-.051-.5-.03 1.206-.121 2.398-.354 3.541a19.89 19.89 0 0 1-5.441 10.113 19.95 19.95 0 0 1-6.355 4.279 19.817 19.817 0 0 1-3.758 1.162 20.204 20.204 0 0 1-4.04.404c-1.385 0-2.737-.139-4.04-.404a19.89 19.89 0 0 1-10.113-5.441 19.95 19.95 0 0 1-4.279-6.355 19.817 19.817 0 0 1-1.162-3.758c-.233-1.143-.323-2.335-.354-3.541" opacity=".2"/>
-</svg>
+<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="f" x1="9" x2="38" y1="9" y2="38" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><circle cx="24" cy="24" r="20" fill="url(#g)"/><path d="M24 4A20 20 0 0 0 4.1 22H7l3 3 2 1 10.969 17.95A20 20 0 0 0 24 44a20 20 0 0 0 20-20A20 20 0 0 0 24 4z" fill="url(#f)" opacity=".2"/><path d="M42.586 16.633L36 26l6.215 6.215A20 20 0 0 0 44 24a20 20 0 0 0-1.36-7.246 20 20 0 0 0-.054-.121z" fill="url(#a)" fill-rule="evenodd" opacity=".2"/><path d="M24 4a20 20 0 0 0-1.902.11 20 20 0 0 0-.254.03 20 20 0 0 0-3.219.637v-.04a20 20 0 0 0-9.7 6.14h.01a20 20 0 0 0-3.58 5.945L7 16h4v1l1 1v-2l1-1 1-1h1v-1l1-1 2-1 1-1 2-1v1l2-1h-1V8l-1-1h4l-1 1 3 1-1-2V5l-.947-.947A20 20 0 0 0 24 4zm15 6.81V13h1.691A20 20 0 0 0 39 10.81zm-27.938.067h.061L11 11l.063-.123zm30.024 2.762L40 14l-2 1v1l-2 2-1 2v4l1 2 2 1 1 1 4.717-.785a20 20 0 0 0 .002-.022 20 20 0 0 0 .209-1.752A20 20 0 0 0 44 24a20 20 0 0 0-.09-1.74 20 20 0 0 0-.097-.809 20 20 0 0 0-.19-1.234 20 20 0 0 0-.135-.598 20 20 0 0 0-.357-1.394 20 20 0 0 0-.145-.432 20 20 0 0 0-.539-1.473 20 20 0 0 0-.148-.33 20 20 0 0 0-.74-1.525 20 20 0 0 0-.473-.826zM7 20l-1 1H5l-.65-.65a20 20 0 0 0 0 .005 20 20 0 0 0-.266 1.977 20 20 0 0 0-.002.03L6 23l2 1 1 1 1 1h2v2l-1 1-1 2v1l1 1 1 1 1 2 1 1 2 1v4.32a20 20 0 0 0 .006.002 20 20 0 0 0 1.697.645 20 20 0 0 0 .192.068 20 20 0 0 0 1.513.408 20 20 0 0 0 .451.116 20 20 0 0 0 1.32.216 20 20 0 0 0 .68.104 20 20 0 0 0 1.15.072A20 20 0 0 0 24 44a20 20 0 0 0 1.018-.037L26 42v-1l2-1 1-1 1-4 1-1v-2l-2-1h-1l-2-1h-1l-1-2-1-1h-2l-2-2h-2l-3-1-1 2-2-1h-1v-2l-2-1 1-2z" fill="url(#e)"/><path d="M4.051 23.5c-.004.17-.051.329-.051.5 0 11.08 8.92 20 20 20s20-8.92 20-20c0-.171-.047-.33-.051-.5-.03 1.206-.121 2.398-.354 3.541a19.89 19.89 0 0 1-5.441 10.113 19.95 19.95 0 0 1-6.355 4.279 19.817 19.817 0 0 1-3.758 1.162 20.204 20.204 0 0 1-4.04.404c-1.385 0-2.737-.139-4.04-.404a19.89 19.89 0 0 1-10.113-5.441 19.95 19.95 0 0 1-4.279-6.355 19.817 19.817 0 0 1-1.162-3.758c-.233-1.143-.323-2.335-.354-3.541" opacity=".2"/></svg>
--- a/eric6/icons/breeze-light/deleteBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/deleteBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path d="m256 269.33 26.667 26.667-26.667 26.667 13.333 13.333 26.667-26.667 26.667 26.667 13.333-13.333-26.667-26.667 26.667-26.667-13.333-13.333-26.667 26.667-26.667-26.667-13.333 13.333" fill="#da4453" stroke-width="16"/>
-</svg>
+      }</style></defs><g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path d="m256 269.33 26.667 26.667-26.667 26.667 13.333 13.333 26.667-26.667 26.667 26.667 13.333-13.333-26.667-26.667 26.667-26.667-13.333-13.333-26.667 26.667-26.667-26.667-13.333 13.333" fill="#da4453" stroke-width="16"/></svg>
--- a/eric6/icons/breeze-light/deleteShape.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/deleteShape.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/designer4.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/designer4.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#232629">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1 0 0 .97561 0 .5122)" fill="#232629"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-light/designer48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/designer48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" fill="#000000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(2.25 0 0 2.2439 -1.25 -.12195)" fill="#232629">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(2.25 0 0 2.2439 -1.25 -.12195)" fill="#232629"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-light/desktopAudioVideoCapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/desktopAudioVideoCapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,31 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/>
-   <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/>
-  <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/>
-  <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/>
-  <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/>
-  <path class="ColorScheme-Text" d="m395.43 531.1v5.1429h5.775v-1.2857l2.475 1.2857v-5.1429l-2.475 1.2857v-1.2857zm0.4125 0.42857h4.95v4.2857h-4.95zm7.425 0.2645v3.7567l-2.0625-1.0714v-1.6138zm-4.125 0.16407v0.42858h1.2375v-0.42858z" color="#eff0f1" fill="#232629"/>
-  <path class="ColorScheme-Text" d="m390.43 529.37c-0.71415 0-1.2891 0.59732-1.2891 1.3393v3.2143c0 0.74196 0.57492 1.3393 1.2891 1.3393 0.71414 0 1.2891-0.59732 1.2891-1.3393v-3.2143c0-0.74197-0.57492-1.3393-1.2891-1.3393zm-2.836 3.75v0.53571c4.8e-4 1.1976 0.84259 2.2494 2.0625 2.576v1.174h-1.0312v0.53571h3.6094v-0.53571h-1.0313v-1.175c1.2195-0.32652 2.0615-1.3778 2.0625-2.575v-0.53571h-0.51563v0.53571c0 1.1835-1.0388 2.1429-2.3203 2.1429-1.2815 0-2.3203-0.9594-2.3203-2.1429v-0.53571z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="a" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"><stop stop-color="#60a5e7" stop-opacity="0" offset="0"/><stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/></linearGradient><linearGradient id="d" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".70077"><rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#c)"/><rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#b)"/><rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7"/><path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#a)"/></g><path class="ColorScheme-Text" d="m395.43 531.1v5.1429h5.775v-1.2857l2.475 1.2857v-5.1429l-2.475 1.2857v-1.2857zm0.4125 0.42857h4.95v4.2857h-4.95zm7.425 0.2645v3.7567l-2.0625-1.0714v-1.6138zm-4.125 0.16407v0.42858h1.2375v-0.42858z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m390.43 529.37c-0.71415 0-1.2891 0.59732-1.2891 1.3393v3.2143c0 0.74196 0.57492 1.3393 1.2891 1.3393 0.71414 0 1.2891-0.59732 1.2891-1.3393v-3.2143c0-0.74197-0.57492-1.3393-1.2891-1.3393zm-2.836 3.75v0.53571c4.8e-4 1.1976 0.84259 2.2494 2.0625 2.576v1.174h-1.0312v0.53571h3.6094v-0.53571h-1.0313v-1.175c1.2195-0.32652 2.0615-1.3778 2.0625-2.575v-0.53571h-0.51563v0.53571c0 1.1835-1.0388 2.1429-2.3203 2.1429s-2.3203-0.9594-2.3203-2.1429v-0.53571z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/desktopVideoCapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/desktopVideoCapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,30 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/>
-   <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/>
-  <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/>
-  <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/>
-  <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/>
-  <path class="ColorScheme-Text" d="m389.57 530.32v7.4808h8.4v-1.8702l3.6 1.8702v-7.4808l-3.6 1.8702v-1.8702zm0.6 0.6234h7.2v6.234h-7.2zm10.8 0.38473v5.4645l-3-1.5585v-2.3475zm-6 0.23866v0.62341h1.8v-0.62341z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="a" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"><stop stop-color="#60a5e7" stop-opacity="0" offset="0"/><stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/></linearGradient><linearGradient id="d" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".70077"><rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#c)"/><rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#b)"/><rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7"/><path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#a)"/></g><path class="ColorScheme-Text" d="m389.57 530.32v7.4808h8.4v-1.8702l3.6 1.8702v-7.4808l-3.6 1.8702v-1.8702zm0.6 0.6234h7.2v6.234h-7.2zm10.8 0.38473v5.4645l-3-1.5585v-2.3475zm-6 0.23866v0.62341h1.8v-0.62341z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/diffFiles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/diffFiles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
- <g transform="translate(21.025 4.9153)" fill="#232629">
-  <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/>
-  <path d="m-16.025 11.085v2h8v-2z"/>
- </g>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/><g transform="translate(21.025 4.9153)" fill="#232629"><path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/><path d="m-16.025 11.085v2h8v-2z"/></g></svg>
--- a/eric6/icons/breeze-light/dirClosed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/dirClosed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm1.25 1.25h6.9824l1.2549 1.2549-5.0244 4.9951h-3.2129zm6.2598 5h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm1.25 1.25h6.9824l1.2549 1.2549-5.0244 4.9951h-3.2129zm6.2598 5h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/dirOpen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/dirOpen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/disassembly.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/disassembly.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,170 +1,2 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   viewBox="0 0 5.8208332 5.8208332"
-   version="1.1"
-   id="svg8"
-   sodipodi:docname="disassembly.svg"
-   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
-  <defs
-     id="defs2" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.4"
-     inkscape:cx="16.8675"
-     inkscape:cy="11.853478"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     units="px"
-     inkscape:window-width="1920"
-     inkscape:window-height="1080"
-     inkscape:window-x="240"
-     inkscape:window-y="254"
-     inkscape:window-maximized="0" />
-  <metadata
-     id="metadata5">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Ebene 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-39.800894,-71.083631)">
-    <g
-       id="g1417"
-       transform="matrix(0.99851053,0,0,1.0220192,0.06122203,-1.6214429)"
-       style="stroke:#232629;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368"
-         style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#232629;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375"
-         style="stroke:#232629;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#232629;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-    <g
-       transform="matrix(0,0.99851053,-1.0220192,0,118.3268,31.343956)"
-       id="g1417-9"
-       style="stroke:#232629;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368-1"
-         style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370-2"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#232629;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375-7"
-         style="stroke:#232629;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#232629;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372-0"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-    <g
-       id="g1417-6"
-       transform="matrix(-0.99854218,0,0,-1.0203583,85.364322,149.48925)"
-       style="stroke:#232629;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368-18"
-         style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370-7"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#232629;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375-9"
-         style="stroke:#232629;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#232629;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372-2"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-    <g
-       transform="matrix(0,-0.99688788,1.0220516,0,-32.905006,116.57743)"
-       id="g1417-9-0"
-       style="stroke:#232629;stroke-opacity:1">
-      <rect
-         y="72.577782"
-         x="41.295048"
-         height="0.98044246"
-         width="0.98044252"
-         id="rect1368-1-2"
-         style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:0.34247419;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1370-2-3"
-         d="m 40.197749,72.404262 0.01509,-0.873434 0.860208,0.01679"
-         style="fill:none;stroke:#232629;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <g
-         transform="matrix(0.97374363,0,0,0.98302048,1.055057,1.2316379)"
-         id="g1375-7-7"
-         style="stroke:#232629;stroke-opacity:1">
-        <path
-           style="fill:none;stroke:#232629;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="m 40.258855,71.530033 0.900391,0.885964"
-           id="path1372-0-5"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-  </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="a" width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g id="b" transform="translate(-39.801 -71.084)" stroke="#232629"><g id="c" transform="matrix(.99851 0 0 1.022 .061222 -1.6214)"><rect id="d" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="e" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="f" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="g" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#232629" stroke-width=".26458px"/></g></g><g id="h" transform="matrix(0 .99851 -1.022 0 118.33 31.344)"><rect id="i" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="j" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="k" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="l" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#232629" stroke-width=".26458px"/></g></g><g id="m" transform="matrix(-.99854 0 0 -1.0204 85.364 149.49)"><rect id="n" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="o" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="p" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="q" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#232629" stroke-width=".26458px"/></g></g><g id="r" transform="matrix(0 -.99689 1.0221 0 -32.905 116.58)"><rect id="s" x="41.295" y="72.578" width=".98044" height=".98044" fill="none" stroke-linejoin="bevel" stroke-width=".34247"/><path id="t" d="m40.198 72.404 0.01509-0.87343 0.86021 0.01679" fill="none" stroke-width=".26458"/><g id="u" transform="matrix(.97374 0 0 .98302 1.0551 1.2316)"><path id="v" d="m40.259 71.53 0.90039 0.88596" fill="none" stroke="#232629" stroke-width=".26458px"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/docstringError.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/docstringError.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
- <g transform="matrix(.71839 0 0 .7327 5.2816 7.2673)" fill="#232629">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/><g transform="matrix(.71839 0 0 .7327 5.2816 7.2673)" fill="#232629"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/documentFind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/documentFind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/documentNewView.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/documentNewView.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/download.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/download.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.1429 1v7.5h1.2857v-6.25h5.1429v6.25h1.2857v-7.5h-6.4286zm-2.8376 8.75-1.0195 1.0205 7.7143 7.7295 7.7143-7.7295-1.0195-1.0205-6.6948 6.709zm-2.3052 8.75v2.5h18v-2.5h-1.2857v1.25h-15.429v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.1429 1v7.5h1.2857v-6.25h5.1429v6.25h1.2857v-7.5h-6.4286zm-2.8376 8.75-1.0195 1.0205 7.7143 7.7295 7.7143-7.7295-1.0195-1.0205-6.6948 6.709zm-2.3052 8.75v2.5h18v-2.5h-1.2857v1.25h-15.429v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/downloads.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/downloads.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,27 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <g transform="matrix(.45455 0 0 .45455 .090909 .090909)">
-  <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/>
-  <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/>
-  <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/>
-  <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/>
-  <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/>
-  <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g transform="matrix(.45455 0 0 .45455 .090909 .090909)"><g stroke-width="1.1"><circle cx="24" cy="24" r="22" fill="url(#h)"/><path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#g)" opacity=".2"/><path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#f)"/><path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2"/></g><path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/downloads48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/downloads48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/>
- <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/>
- <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/>
- <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/>
- <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/>
- <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g stroke-width="1.1"><circle cx="24" cy="24" r="22" fill="url(#h)"/><path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#g)" opacity=".2"/><path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#f)"/><path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2"/></g><path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/></svg>
--- a/eric6/icons/breeze-light/drawBrush.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawBrush.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.391 1.0093a2.5 11.25 44.998 0 0-9.3062 6.3722 2.5 11.25 44.998 0 0-4.4285 5.1417c1.345 0.42831 2.3938 1.4772 2.8221 2.8223a2.5 11.25 44.998 0 0 5.1413-4.4288 2.5 11.25 44.998 0 0 6.1862-9.7219 2.5 11.25 44.998 0 0-0.41502-0.18555m-14.391 13.321c-4.9998 1.3398-1.2499 4.505-4.9998 6.6701 5.004 0 7.4996-2.5011 7.4996-4.17 0-0.83112 0.084496-2.3619-2.4999-2.5001z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.391 1.0093a2.5 11.25 44.998 0 0-9.3062 6.3722 2.5 11.25 44.998 0 0-4.4285 5.1417c1.345 0.42831 2.3938 1.4772 2.8221 2.8223a2.5 11.25 44.998 0 0 5.1413-4.4288 2.5 11.25 44.998 0 0 6.1862-9.7219 2.5 11.25 44.998 0 0-0.41502-0.18555m-14.391 13.321c-4.9998 1.3398-1.2499 4.505-4.9998 6.6701 5.004 0 7.4996-2.5011 7.4996-4.17 0-0.83112 0.084496-2.3619-2.4999-2.5001z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/drawCircle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawCircle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="#232629" stroke="#232629" stroke-width="1.25"/>
- <path d="m9.4751 19.631c-3.6974-0.7037-6.5603-3.6101-7.1242-7.2324-0.15363-0.98686-0.057315-2.8467 0.19277-3.7225 0.87614-3.0682 3.1816-5.3201 6.3267-6.1798 1.0687-0.29209 3.205-0.28763 4.3017 0.00896 0.93131 0.25186 1.9191 0.69208 2.6746 1.192 1.3064 0.86444 2.6132 2.4312 3.2075 3.8458 0.91964 2.1888 0.9153 4.7486-0.01174 6.9272-1.0372 2.4374-3.3115 4.3767-5.8873 5.0202-0.99569 0.24872-2.7581 0.31606-3.68 0.14061z" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="#232629" stroke="#232629" stroke-width="1.25"/><path d="m9.4751 19.631c-3.6974-0.7037-6.5603-3.6101-7.1242-7.2324-0.15363-0.98686-0.057315-2.8467 0.19277-3.7225 0.87614-3.0682 3.1816-5.3201 6.3267-6.1798 1.0687-0.29209 3.205-0.28763 4.3017 0.00896 0.93131 0.25186 1.9191 0.69208 2.6746 1.192 1.3064 0.86444 2.6132 2.4312 3.2075 3.8458 0.91964 2.1888 0.9153 4.7486-0.01174 6.9272-1.0372 2.4374-3.3115 4.3767-5.8873 5.0202-0.99569 0.24872-2.7581 0.31606-3.68 0.14061z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/drawCircleFilled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawCircleFilled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#232629" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#232629" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/drawEllipse.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawEllipse.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="#232629" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/drawEllipseFilled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawEllipseFilled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#232629" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#232629" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/drawEraser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawEraser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/drawFill.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawFill.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.375 1c-1.7312 0-3.125 1.3938-3.125 3.125v3.125l-6.25 6.25 7.5 7.5 8.75-8.75-3.75-3.75v-4.375c0-1.7312-1.3938-3.125-3.125-3.125m0 1.25c1.0388 0 1.875 0.83625 1.875 1.875v3.125l-2.5-2.5-1.25 1.25v-1.875c0-1.0388 0.83625-1.875 1.875-1.875m-0.625 4.2676 5.6689 5.6714c-4.4192 5.0621-6.9199-2.4389-12.651 1.311l6.9824-6.9824m9.375 4.4824s-1.875 3.3395-1.875 4.375 0.83946 1.875 1.875 1.875c1.0355 0 1.875-0.8395 1.875-1.875s-1.875-4.375-1.875-4.375z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.375 1c-1.7312 0-3.125 1.3938-3.125 3.125v3.125l-6.25 6.25 7.5 7.5 8.75-8.75-3.75-3.75v-4.375c0-1.7312-1.3938-3.125-3.125-3.125m0 1.25c1.0388 0 1.875 0.83625 1.875 1.875v3.125l-2.5-2.5-1.25 1.25v-1.875c0-1.0388 0.83625-1.875 1.875-1.875m-0.625 4.2676 5.6689 5.6714c-4.4192 5.0621-6.9199-2.4389-12.651 1.311l6.9824-6.9824m9.375 4.4824s-1.875 3.3395-1.875 4.375 0.83946 1.875 1.875 1.875c1.0355 0 1.875-0.8395 1.875-1.875s-1.875-4.375-1.875-4.375z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/drawLine.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawLine.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m17.25 1v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m17.25 1v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/drawRectangle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawRectangle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="#232629" stroke-width="1.25"/><path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/drawRectangleFilled.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/drawRectangleFilled.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#232629" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#232629" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/edit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/edit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#232629" stroke-width="1.4298"/>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#232629" stroke-width="1.4298"/></svg>
--- a/eric6/icons/breeze-light/editBookmarks.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editBookmarks.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m287.95 144-143.91 143.91h-0.0469v48.094h48.094v-0.0464l143.91-143.91-0.024-0.0234 0.024-0.0234-48-48-0.024 0.0234-0.024-0.0234m-23.977 40.945 31.078 31.078-91.055 91.055v-19.078h-24v-19.078l83.977-83.977m-95.977 95.977v19.078h24v19.078l-4.9207 4.9217h-19.078l-12-12v-19.078l12-12" color="#eff0f1" fill="#ff9000"/>
-</svg>
+      }</style></defs><g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m287.95 144-143.91 143.91h-0.0469v48.094h48.094v-0.0464l143.91-143.91-0.024-0.0234 0.024-0.0234-48-48-0.024 0.0234-0.024-0.0234m-23.977 40.945 31.078 31.078-91.055 91.055v-19.078h-24v-19.078l83.977-83.977m-95.977 95.977v19.078h24v19.078l-4.9207 4.9217h-19.078l-12-12v-19.078l12-12" color="#eff0f1" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/editComment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editComment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#232629" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#232629" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/editCopy.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editCopy.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editCut.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editCut.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.8722 1c-0.74231 1.25-1.129 1.25-0.38672 2.5l4.5527 7.6758-2.6468 4.4092c-0.57247-0.51432-1.3326-0.83496-2.1772-0.83496-1.7807 0-3.2143 1.3938-3.2143 3.125s1.4336 3.125 3.2143 3.125 3.2143-1.3938 3.2143-3.125c0-0.20888-0.02295-0.41315-0.062779-0.61035l1.4941-2.5171c1.0034-0.0013 1.1299-0.96825 1.7151-0.98144l2.0617 3.4766c-0.04268 0.2038-0.06529 0.41592-0.06529 0.63232 0 1.7312 1.4336 3.125 3.2143 3.125 1.7807 0 3.2143-1.3938 3.2143-3.125 0-1.7312-1.4336-3.125-3.2143-3.125-0.84 0-1.5957 0.31823-2.1671 0.82764l-2.6417-4.4019 4.5527-7.6758c0.74231-1.25 0.35559-1.25-0.38672-2.5l-5.1353 8.5596-5.1353-8.5596m5.1278 10c0.35614 0 0.64286 0.27875 0.64286 0.625s-0.28671 0.625-0.64286 0.625-0.64286-0.27875-0.64286-0.625 0.28671-0.625 0.64286-0.625zm-5.7857 5c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875s-1.9286-0.83625-1.9286-1.875c0-1.0387 0.86014-1.875 1.9286-1.875m11.571 0c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875-1.0684 0-1.9286-0.83625-1.9286-1.875 0-1.0387 0.86014-1.875 1.9286-1.875" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.8722 1c-0.74231 1.25-1.129 1.25-0.38672 2.5l4.5527 7.6758-2.6468 4.4092c-0.57247-0.51432-1.3326-0.83496-2.1772-0.83496-1.7807 0-3.2143 1.3938-3.2143 3.125s1.4336 3.125 3.2143 3.125 3.2143-1.3938 3.2143-3.125c0-0.20888-0.02295-0.41315-0.062779-0.61035l1.4941-2.5171c1.0034-0.0013 1.1299-0.96825 1.7151-0.98144l2.0617 3.4766c-0.04268 0.2038-0.06529 0.41592-0.06529 0.63232 0 1.7312 1.4336 3.125 3.2143 3.125s3.2143-1.3938 3.2143-3.125-1.4336-3.125-3.2143-3.125c-0.84 0-1.5957 0.31823-2.1671 0.82764l-2.6417-4.4019 4.5527-7.6758c0.74231-1.25 0.35559-1.25-0.38672-2.5l-5.1353 8.5596-5.1353-8.5596m5.1278 10c0.35614 0 0.64286 0.27875 0.64286 0.625s-0.28671 0.625-0.64286 0.625-0.64286-0.27875-0.64286-0.625 0.28671-0.625 0.64286-0.625zm-5.7857 5c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875s-1.9286-0.83625-1.9286-1.875c0-1.0387 0.86014-1.875 1.9286-1.875m11.571 0c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875-1.0684 0-1.9286-0.83625-1.9286-1.875 0-1.0387 0.86014-1.875 1.9286-1.875" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-NegativeText{color:#da4453;}</style>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#da4453" fill="currentColor">
-  <path d="m4 3v7h1v-6h8v4h4v2h1v-3.0078l-3.9922-3.9922-0.007812 0.009766v-0.009766z"/>
-  <path d="m3 11 16 1.2e-5 -1.2e-5 0.99999-16-1.2e-5z"/>
-  <path d="m4 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m6 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m8 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m10 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m12 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m14 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
-  <path d="m16 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-NegativeText{color:#da4453;}</style><g class="ColorScheme-NegativeText" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#da4453" fill="currentColor"><path d="m4 3v7h1v-6h8v4h4v2h1v-3.0078l-3.9922-3.9922-0.007812 0.009766v-0.009766z"/><path d="m3 11 16 1.2e-5 -1.2e-5 0.99999-16-1.2e-5z"/><path d="m4 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/><path d="m6 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/><path d="m8 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/><path d="m10 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/><path d="m12 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/><path d="m14 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/><path d="m16 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/></g></svg>
--- a/eric6/icons/breeze-light/editIndent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editIndent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editPaste.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editPaste.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.8571 1v2.5h-3.8571v17.5h18v-17.5h-3.8571v-2.5zm-2.5714 3.75h1.2857v2.5h12.857v-2.5h1.2857v15h-15.429zm2.5714 3.75v1.25h10.286v-1.25zm0 3.75v1.25h7.7143v-1.25zm0 3.75v1.25h3.8571v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.8571 1v2.5h-3.8571v17.5h18v-17.5h-3.8571v-2.5zm-2.5714 3.75h1.2857v2.5h12.857v-2.5h1.2857v15h-15.429zm2.5714 3.75v1.25h10.286v-1.25zm0 3.75v1.25h7.7143v-1.25zm0 3.75v1.25h3.8571v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editRedo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editRedo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.196 1-0.86936 0.88379 2.8194 2.8662h-4.6542c-4.4277 0-7.9923 3.6238-7.9923 8.125s3.5646 8.125 7.9923 8.125h1.8444v-1.25h-1.8444c-3.7466 0-6.7627-3.0662-6.7627-6.875s3.0162-6.875 6.7627-6.875h4.6542l-2.8194 2.8662 0.86936 0.88379 4.3036-4.375-4.3036-4.375" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.196 1-0.86936 0.88379 2.8194 2.8662h-4.6542c-4.4277 0-7.9923 3.6238-7.9923 8.125s3.5646 8.125 7.9923 8.125h1.8444v-1.25h-1.8444c-3.7466 0-6.7627-3.0662-6.7627-6.875s3.0162-6.875 6.7627-6.875h4.6542l-2.8194 2.8662 0.86936 0.88379 4.3036-4.375-4.3036-4.375" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editRename.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editRename.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editReplace.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editReplace.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editReplaceAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editReplaceAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m4.75 1c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.75 11c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m4.75 1c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.75 11c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/editReplaceSearch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editReplaceSearch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path d="m5 20v-2h2v-2h-2v-2l-4 3 4 3" fill="#1a9b00"/>
- <path d="m17 20v-2h-2v-2h2v-2l4 3-4 3" fill="#1a9b00"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="#232629"/><path d="m5 20v-2h2v-2h-2v-2l-4 3 4 3" fill="#1a9b00"/><path d="m17 20v-2h-2v-2h2v-2l4 3-4 3" fill="#1a9b00"/></svg>
--- a/eric6/icons/breeze-light/editSelectAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editSelectAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v5h1.25v-3.75h3.75v-1.25h-5m15 0v1.25h3.75v3.75h1.25v-5zm-12.5 2.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75zm-10 7.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75v-3.75m-12.5 2.5v5h5v-1.25h-3.75v-3.75h-1.25m18.75 0v3.75h-3.75v1.25h5v-5h-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v5h1.25v-3.75h3.75v-1.25h-5m15 0v1.25h3.75v3.75h1.25v-5zm-12.5 2.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75zm-10 7.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75v-3.75m-12.5 2.5v5h5v-1.25h-3.75v-3.75h-1.25m18.75 0v3.75h-3.75v1.25h5v-5h-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editSmartIndent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editSmartIndent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#01bec1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#01bec1"/></svg>
--- a/eric6/icons/breeze-light/editToggleComment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editToggleComment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,22 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.625 0 0 .625 -.875 -.87503)" fill="#232629" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m17.203 0.76695v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.625 0 0 .625 9.125 9.125)" fill="#232629" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
- <path d="m15 16 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2-1 1" fill="#da4453" stroke-width="1.2"/>
-</svg>
+      }</style></defs><g fill="#232629"><g transform="matrix(.625 0 0 .625 -.875 -.87503)" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m17.203 0.76695v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1"/><g transform="matrix(.625 0 0 .625 9.125 9.125)" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g></g><path d="m15 16 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2-1 1" fill="#da4453" stroke-width="1.2"/></svg>
--- a/eric6/icons/breeze-light/editUncomment.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editUncomment.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" fill="#232629" stroke-width="1.2645">
-  <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/>
- </g>
- <path d="m9 11 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4-2-2-4 4-4-4-2 2" fill="#da4453" stroke-width="2.4"/>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" fill="#232629" stroke-width="1.2645"><path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/><path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/></g><path d="m9 11 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4-2-2-4 4-4-4-2 2" fill="#da4453" stroke-width="2.4"/></svg>
--- a/eric6/icons/breeze-light/editUndo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editUndo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.8036 1 0.86936 0.88379-2.8194 2.8662h4.6542c4.4277 0 7.9923 3.6238 7.9923 8.125s-3.5646 8.125-7.9923 8.125h-1.8444v-1.25h1.8444c3.7466 0 6.7627-3.0662 6.7627-6.875s-3.0162-6.875-6.7627-6.875h-4.6542l2.8194 2.8662-0.86936 0.88379-4.3036-4.375 4.3036-4.375" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.8036 1 0.86936 0.88379-2.8194 2.8662h4.6542c4.4277 0 7.9923 3.6238 7.9923 8.125s-3.5646 8.125-7.9923 8.125h-1.8444v-1.25h1.8444c3.7466 0 6.7627-3.0662 6.7627-6.875s-3.0162-6.875-6.7627-6.875h-4.6542l2.8194 2.8662-0.86936 0.88379-4.3036-4.375 4.3036-4.375" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editUnindent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editUnindent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 1v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m0 3.75v7.5l-5-3.75 5-3.75m-7.5 1.25v1.25h-12.5v-1.25h12.5m0 2.5v1.25h-2.5v-1.25h2.5m7.5 5v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m-17.5 1.25v1.25h-2.5v-1.25h2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 1v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m0 3.75v7.5l-5-3.75 5-3.75m-7.5 1.25v1.25h-12.5v-1.25h12.5m0 2.5v1.25h-2.5v-1.25h2.5m7.5 5v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m-17.5 1.25v1.25h-2.5v-1.25h2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/editor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/editor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/empty.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/empty.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"></svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"/>
--- a/eric6/icons/breeze-light/endline.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/endline.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m19 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375zm0.75-0.57143h-17.5v7.1429h17.5v-7.1429m1.25-1.4286v10h-20v-10h20" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m19 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375zm0.75-0.57143h-17.5v7.1429h17.5v-7.1429m1.25-1.4286v10h-20v-10h20" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/enum.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/enum.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#c71df1"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#c71df1"/></svg>
--- a/eric6/icons/breeze-light/eolLinux.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/eolLinux.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,33 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="a">
-  <stop stop-color="#f39c1f" offset="0"/>
-  <stop stop-color="#fdbc4b" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="17.382" x2="17.032" y1="26.933" y2="13.634" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#fcfcfc" offset="0"/>
-  <stop stop-color="#eff0f1" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="15" x2="15" y1="27" y2="1.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#1d1e1e" offset="0"/>
-  <stop stop-color="#44484c" offset="1"/>
- </linearGradient>
- <linearGradient id="g" x1="16" x2="15.731" y1="12" y2="8.152" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="d" x1="10" x2="10" y1="30" y2="20.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="e" x1="22.778" x2="22.645" y1="29.541" y2="22.641" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="f" x1="13.167" x2="16.667" y1="10.613" y2="14.113" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse">
-  <stop offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <path d="m8.4042 7.037c0.2551-1.0186 0.0092-2.1015 0.04464-3.1515 0.07794-2.2929 1.3407-2.8129 2.6353-2.8807 1.4852-0.078572 3.2433 0.80858 3.3496 2.9715 0.05031 1.035-0.13109 2.1043 0.13392 3.1057 0.61719 2.3357 3.2667 4.0222 3.3049 6.4379 0.03543 2.2957-1.0133 5.0015-2.9478 6.2129-0.99913 0.62572-2.3547-0.125-3.5288-0.045-1.306 0.09-2.7586 1.2593-3.8853 0.58572-2.045-1.2236-2.6091-4.3608-2.456-6.7536 0.15589-2.4315 2.7579-4.12 3.3496-6.4829z" fill="url(#b)" stroke-width=".71144"/>
- <ellipse cx="12.041" cy="5.1298" rx="1.0501" ry="1.3686" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/>
- <ellipse cx="9.5543" cy="5.1777" rx=".74191" ry="1.1143" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/>
- <ellipse cx="11.911" cy="5.3527" rx=".43012" ry=".71644" fill="#232629" stroke-width=".71144"/>
- <ellipse cx="9.5578" cy="5.3527" rx=".32737" ry=".53358" fill="#232629" stroke-width=".71144"/>
- <path d="m11.903 6.5405a3.5912 3.62 0 0 0-0.38619 0.00286c-0.87158 0.051426-1.8055 0.39643-2.2774 0.81429-0.75537 0.66929-0.30753 1.32-0.63278 2.26-0.32525 0.94001-1.1437 2.17-1.3889 3.3429-0.099204 0.47358-0.22534 0.94715-0.31178 1.4229l2.3334 2.8743c0.45846 0.56429-0.73766 0.355-1.8502-0.37143 0.78938 1.1193 2.3554 2.2286 3.9016 2.1236 1.6468-0.11143 3.5912-1.8472 4.2133-3.2665-0.60373-0.10286-1.1905-1.0186-0.70718-1.7007 0.16794-0.23643 0.52862-0.25715 0.83828-0.20714-0.18636-0.72715-0.55767-1.3786-0.74403-1.9257-0.32312-0.9543-0.69868-1.2214-1.0416-2.0686-0.34367-0.84715 0.019132-2.4143-0.94811-3.0243-0.2721-0.17143-0.62003-0.25715-0.99842-0.27643z" fill="url(#c)" stroke-width=".71144"/>
- <path d="m4.6529 15.546c0.34509-0.27857 0.50665-0.84501 0.93748-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42072 0.86308 0.66001 1.1168 1.125 0.26431 0.48572 0.60515 1.1272 0.35714 1.6207-0.33446 0.66501-1.2925 0.87144-2.0323 0.90001-0.44925 0.01786-0.83969-0.32858-1.2726-0.45-0.63066-0.17714-1.3584-0.067858-1.9203-0.405-0.445-0.26643-0.9722-0.67215-1.0048-1.1929-0.013463-0.20572 0.28486-0.31786 0.33446-0.51786 0.1318-0.52572-0.37343-1.1357-0.13393-1.6214 0.2551-0.51572 1.0048-0.56215 1.4519-0.92215z" fill="url(#d)" stroke-width=".71144"/>
- <path d="m14.642 14.763c-0.14243 0.12857-0.26289 0.29072-0.35076 0.45143-0.38123 0.69786-0.12401 1.6-0.338 2.3665-0.14314 0.51072-0.55909 0.93572-0.62357 1.4614-0.06732 0.55001-0.14881 1.2729 0.26289 1.6393 0.55554 0.49286 1.5214 0.32643 2.2186 0.07714 0.42445-0.15143 0.659-0.61858 1.0168-0.89287 0.52012-0.4 1.2365-0.57144 1.6347-1.0936 0.31533-0.41429 0.65687-0.98715 0.49602-1.4829-0.06378-0.19572-0.38123-0.18929-0.50098-0.35643-0.31533-0.43929-0.07086-1.1929-0.47122-1.5543-0.29761-0.26786-0.73482-0.23715-1.1571-0.24857-0.20408 0.44072-0.86875 0.74072-1.3258 0.61286-0.3869-0.10857-0.77238-0.55215-0.86166-0.98001z" fill="url(#e)" stroke-width=".71144"/>
- <path d="m12.92 6.2863 2.3618 2.3807-3.3063 1.7-3.1887-3.2143" fill="url(#f)" opacity=".2" stroke-width=".71144"/>
- <path d="m10.604 5.3941c0.46697-0.025 0.89638 0.28 1.318 0.48358 0.40745 0.19786 1.1033 0.25715 1.1607 0.70929 0.0659 0.51358-0.65191 0.81644-1.0714 1.1143-0.37485 0.26643-0.79293 0.57858-1.2507 0.57429-0.46272-5e-3 -0.87229-0.33929-1.2507-0.60786-0.31178-0.22143-0.80285-0.42572-0.81489-0.81072-0.01346-0.41143 0.48894-0.67358 0.81489-0.92287 0.32312-0.24715 0.68876-0.51858 1.0941-0.54001z" fill="url(#g)" stroke-width=".71144"/>
- <path d="m5.849 14.589a0.74687 0.75287 0 0 0-0.25864 0.01143c-0.43083 0.10072-0.5931 0.66715-0.93819 0.94572-0.44713 0.36-1.1968 0.40715-1.4519 0.92215-0.10629 0.21572-0.058105 0.45715 0.0085 0.70358 0.26077-0.50429 0.99984-0.55429 1.4434-0.91144 0.34509-0.27858 0.50736-0.84501 0.93819-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42143 0.86308 0.65929 1.1168 1.1243 0.13818 0.25429 0.29265 0.55144 0.37768 0.84715 0.19487-0.485-0.124-1.0943-0.37768-1.5614-0.25368-0.46429-0.79647-0.70358-1.1168-1.1243-0.48043-0.63286-0.57326-1.5657-1.1834-2.0715-0.20053-0.16643-0.46272-0.31715-0.72419-0.34929zm-2.5673 3.5972c-0.098496 0.14357-0.29194 0.25143-0.28061 0.42143 0.00992 0.15714 0.073695 0.3 0.15802 0.43572 0.074403-0.07286 0.15235-0.14643 0.17573-0.23929 0.049602-0.19786 0.00426-0.40786-0.053145-0.61786zm11.36-3.4222c-0.14243 0.12857-0.26218 0.28929-0.35005 0.45-0.38123 0.69786-0.12542 1.6014-0.33942 2.3679-0.14314 0.51072-0.55838 0.93501-0.62286 1.4607-0.03756 0.30715-0.06944 0.66215-0.02764 0.98501 0.0092-0.09143 0.017-0.18572 0.02834-0.27143 0.06378-0.52501 0.47902-0.95001 0.62215-1.46 0.214-0.76644-0.04252-1.67 0.33942-2.3679 0.08786-0.16072 0.20762-0.32143 0.35005-0.45 0.08928 0.42786 0.47476 0.87072 0.86166 0.97858 0.45705 0.12857 1.1224-0.17143 1.3265-0.61215 0.42233 0.01143 0.85883-0.01929 1.1564 0.24857 0.40036 0.36143 0.15589 1.1143 0.47051 1.5543 0.10629 0.14786 0.35926 0.16786 0.46059 0.305 0.07512-0.22286 0.10983-0.44929 0.04039-0.66215-0.06378-0.19572-0.38123-0.19-0.50098-0.35715-0.31533-0.43929-0.07015-1.1929-0.47051-1.5543-0.29761-0.26786-0.73411-0.23715-1.1564-0.24857-0.20408 0.44072-0.86946 0.74072-1.3265 0.61286-0.3869-0.10857-0.77238-0.55143-0.86166-0.9793z" fill="#eff0f1" fill-opacity=".125" stroke-width=".71144"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a"><stop stop-color="#f39c1f" offset="0"/><stop stop-color="#fdbc4b" offset="1"/></linearGradient><linearGradient id="l" x1="17.382" x2="17.032" y1="26.933" y2="13.634" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"><stop stop-color="#fcfcfc" offset="0"/><stop stop-color="#eff0f1" offset="1"/></linearGradient><linearGradient id="m" x1="15" x2="15" y1="27" y2="1.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="h" x1="16" x2="15.731" y1="12" y2="8.152" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="k" x1="10" x2="10" y1="30" y2="20.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="j" x1="22.778" x2="22.645" y1="29.541" y2="22.641" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="i" x1="13.167" x2="16.667" y1="10.613" y2="14.113" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><g stroke-width=".71144"><path d="m8.4042 7.037c0.2551-1.0186 0.0092-2.1015 0.04464-3.1515 0.07794-2.2929 1.3407-2.8129 2.6353-2.8807 1.4852-0.078572 3.2433 0.80858 3.3496 2.9715 0.05031 1.035-0.13109 2.1043 0.13392 3.1057 0.61719 2.3357 3.2667 4.0222 3.3049 6.4379 0.03543 2.2957-1.0133 5.0015-2.9478 6.2129-0.99913 0.62572-2.3547-0.125-3.5288-0.045-1.306 0.09-2.7586 1.2593-3.8853 0.58572-2.045-1.2236-2.6091-4.3608-2.456-6.7536 0.15589-2.4315 2.7579-4.12 3.3496-6.4829z" fill="url(#m)"/><ellipse cx="12.041" cy="5.1298" rx="1.0501" ry="1.3686" fill="#fcfcfc" fill-opacity=".941"/><ellipse cx="9.5543" cy="5.1777" rx=".74191" ry="1.1143" fill="#fcfcfc" fill-opacity=".941"/><ellipse cx="11.911" cy="5.3527" rx=".43012" ry=".71644" fill="#232629"/><ellipse cx="9.5578" cy="5.3527" rx=".32737" ry=".53358" fill="#232629"/><path d="m11.903 6.5405a3.5912 3.62 0 0 0-0.38619 0.00286c-0.87158 0.051426-1.8055 0.39643-2.2774 0.81429-0.75537 0.66929-0.30753 1.32-0.63278 2.26-0.32525 0.94001-1.1437 2.17-1.3889 3.3429-0.099204 0.47358-0.22534 0.94715-0.31178 1.4229l2.3334 2.8743c0.45846 0.56429-0.73766 0.355-1.8502-0.37143 0.78938 1.1193 2.3554 2.2286 3.9016 2.1236 1.6468-0.11143 3.5912-1.8472 4.2133-3.2665-0.60373-0.10286-1.1905-1.0186-0.70718-1.7007 0.16794-0.23643 0.52862-0.25715 0.83828-0.20714-0.18636-0.72715-0.55767-1.3786-0.74403-1.9257-0.32312-0.9543-0.69868-1.2214-1.0416-2.0686-0.34367-0.84715 0.019132-2.4143-0.94811-3.0243-0.2721-0.17143-0.62003-0.25715-0.99842-0.27643z" fill="url(#l)"/><path d="m4.6529 15.546c0.34509-0.27857 0.50665-0.84501 0.93748-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42072 0.86308 0.66001 1.1168 1.125 0.26431 0.48572 0.60515 1.1272 0.35714 1.6207-0.33446 0.66501-1.2925 0.87144-2.0323 0.90001-0.44925 0.01786-0.83969-0.32858-1.2726-0.45-0.63066-0.17714-1.3584-0.067858-1.9203-0.405-0.445-0.26643-0.9722-0.67215-1.0048-1.1929-0.013463-0.20572 0.28486-0.31786 0.33446-0.51786 0.1318-0.52572-0.37343-1.1357-0.13393-1.6214 0.2551-0.51572 1.0048-0.56215 1.4519-0.92215z" fill="url(#k)"/><path d="m14.642 14.763c-0.14243 0.12857-0.26289 0.29072-0.35076 0.45143-0.38123 0.69786-0.12401 1.6-0.338 2.3665-0.14314 0.51072-0.55909 0.93572-0.62357 1.4614-0.06732 0.55001-0.14881 1.2729 0.26289 1.6393 0.55554 0.49286 1.5214 0.32643 2.2186 0.07714 0.42445-0.15143 0.659-0.61858 1.0168-0.89287 0.52012-0.4 1.2365-0.57144 1.6347-1.0936 0.31533-0.41429 0.65687-0.98715 0.49602-1.4829-0.06378-0.19572-0.38123-0.18929-0.50098-0.35643-0.31533-0.43929-0.07086-1.1929-0.47122-1.5543-0.29761-0.26786-0.73482-0.23715-1.1571-0.24857-0.20408 0.44072-0.86875 0.74072-1.3258 0.61286-0.3869-0.10857-0.77238-0.55215-0.86166-0.98001z" fill="url(#j)"/><path d="m12.92 6.2863 2.3618 2.3807-3.3063 1.7-3.1887-3.2143" fill="url(#i)" opacity=".2"/><path d="m10.604 5.3941c0.46697-0.025 0.89638 0.28 1.318 0.48358 0.40745 0.19786 1.1033 0.25715 1.1607 0.70929 0.0659 0.51358-0.65191 0.81644-1.0714 1.1143-0.37485 0.26643-0.79293 0.57858-1.2507 0.57429-0.46272-5e-3 -0.87229-0.33929-1.2507-0.60786-0.31178-0.22143-0.80285-0.42572-0.81489-0.81072-0.01346-0.41143 0.48894-0.67358 0.81489-0.92287 0.32312-0.24715 0.68876-0.51858 1.0941-0.54001z" fill="url(#h)"/><path d="m5.849 14.589a0.74687 0.75287 0 0 0-0.25864 0.01143c-0.43083 0.10072-0.5931 0.66715-0.93819 0.94572-0.44713 0.36-1.1968 0.40715-1.4519 0.92215-0.10629 0.21572-0.058105 0.45715 0.0085 0.70358 0.26077-0.50429 0.99984-0.55429 1.4434-0.91144 0.34509-0.27858 0.50736-0.84501 0.93819-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42143 0.86308 0.65929 1.1168 1.1243 0.13818 0.25429 0.29265 0.55144 0.37768 0.84715 0.19487-0.485-0.124-1.0943-0.37768-1.5614-0.25368-0.46429-0.79647-0.70358-1.1168-1.1243-0.48043-0.63286-0.57326-1.5657-1.1834-2.0715-0.20053-0.16643-0.46272-0.31715-0.72419-0.34929zm-2.5673 3.5972c-0.098496 0.14357-0.29194 0.25143-0.28061 0.42143 0.00992 0.15714 0.073695 0.3 0.15802 0.43572 0.074403-0.07286 0.15235-0.14643 0.17573-0.23929 0.049602-0.19786 0.00426-0.40786-0.053145-0.61786zm11.36-3.4222c-0.14243 0.12857-0.26218 0.28929-0.35005 0.45-0.38123 0.69786-0.12542 1.6014-0.33942 2.3679-0.14314 0.51072-0.55838 0.93501-0.62286 1.4607-0.03756 0.30715-0.06944 0.66215-0.02764 0.98501 0.0092-0.09143 0.017-0.18572 0.02834-0.27143 0.06378-0.52501 0.47902-0.95001 0.62215-1.46 0.214-0.76644-0.04252-1.67 0.33942-2.3679 0.08786-0.16072 0.20762-0.32143 0.35005-0.45 0.08928 0.42786 0.47476 0.87072 0.86166 0.97858 0.45705 0.12857 1.1224-0.17143 1.3265-0.61215 0.42233 0.01143 0.85883-0.01929 1.1564 0.24857 0.40036 0.36143 0.15589 1.1143 0.47051 1.5543 0.10629 0.14786 0.35926 0.16786 0.46059 0.305 0.07512-0.22286 0.10983-0.44929 0.04039-0.66215-0.06378-0.19572-0.38123-0.19-0.50098-0.35715-0.31533-0.43929-0.07015-1.1929-0.47051-1.5543-0.29761-0.26786-0.73411-0.23715-1.1564-0.24857-0.20408 0.44072-0.86946 0.74072-1.3265 0.61286-0.3869-0.10857-0.77238-0.55143-0.86166-0.9793z" fill="#eff0f1" fill-opacity=".125"/></g></svg>
--- a/eric6/icons/breeze-light/eolMac.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/eolMac.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 3v16h20v-16h-9.3247zm11.146 0.88942h7.9826v14.221h-7.4031c-0.11765-0.42248-0.20452-0.85325-0.26552-1.2846-0.04793-0.34243-0.07448-0.67606-0.09191-0.99626v-0.0044c0.0033-5.77e-4 0.0061-0.0019 0.0094-0.0027 1e-3 0.02831-0.0012 0.05405 0 0.08252 0.28758-0.01779 0.57451-0.03999 0.86209-0.07557 1.5338-0.18233 3.0458-0.59657 4.4619-1.2325l-0.34811-0.81287c-1.3028 0.58257-2.6928 0.96863-4.1045 1.1465-0.28758 0.03558-0.57952 0.06733-0.87145 0.08512-4.08e-4 0.0089 3.83e-4 0.01887 0 0.02779-0.0017-3.74e-4 -0.0034-5.34e-4 -0.0051-8.9e-4 1.03e-4 -0.0031-1.05e-4 -0.0065 0-0.0096 0-0.0089 7.4e-4 -0.01292 0.0051-0.01737-0.0044-0.03113 0-0.05844 0-0.08512 0.03922-0.75156 0.16088-1.4181 0.30467-1.9873 0.02179-0.0845 0.04374-0.16499 0.06553-0.2406 0.0044-0.0045 0.0041-0.01282 0.0085-0.02172 0.05664-0.20457 0.12197-0.39624 0.18297-0.57413l0.21361-0.59584h-3.8083c0.25272-1.7877 0.75387-3.5217 1.4859-5.1671 0.37908-0.8494 0.8146-1.6719 1.3157-2.4546zm-6.8712 2.2288h0.88762c4.357e-4 0.74978 0.00126 1.4994 0.0017 2.2496-0.29804-0.00222-0.59639-0.00427-0.89443-0.00695 0.00131-0.74756 0.00336-1.4951 0.00511-2.2427zm9.6294 0.016503v2.2105h0.81273v-2.2105zm-10.303 7.6226c1.7477 0.78714 3.5996 1.218 5.5002 1.2803 0.46318 0.01334 0.92699 0.0094 1.3897-0.02172-0.01307 0.28461-0.01307 0.58257 0 0.88942-0.31024 0.02224-0.62548 0.03127-0.93528 0.03127-0.16165 0-0.31832-0.0051-0.47998-0.0096-2.0139-0.066655-3.976-0.51974-5.8287-1.3558z" fill="#232629" stroke-width=".4402"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 3v16h20v-16h-9.3247zm11.146 0.88942h7.9826v14.221h-7.4031c-0.11765-0.42248-0.20452-0.85325-0.26552-1.2846-0.04793-0.34243-0.07448-0.67606-0.09191-0.99626v-0.0044c0.0033-5.77e-4 0.0061-0.0019 0.0094-0.0027 1e-3 0.02831-0.0012 0.05405 0 0.08252 0.28758-0.01779 0.57451-0.03999 0.86209-0.07557 1.5338-0.18233 3.0458-0.59657 4.4619-1.2325l-0.34811-0.81287c-1.3028 0.58257-2.6928 0.96863-4.1045 1.1465-0.28758 0.03558-0.57952 0.06733-0.87145 0.08512-4.08e-4 0.0089 3.83e-4 0.01887 0 0.02779-0.0017-3.74e-4 -0.0034-5.34e-4 -0.0051-8.9e-4 1.03e-4 -0.0031-1.05e-4 -0.0065 0-0.0096 0-0.0089 7.4e-4 -0.01292 0.0051-0.01737-0.0044-0.03113 0-0.05844 0-0.08512 0.03922-0.75156 0.16088-1.4181 0.30467-1.9873 0.02179-0.0845 0.04374-0.16499 0.06553-0.2406 0.0044-0.0045 0.0041-0.01282 0.0085-0.02172 0.05664-0.20457 0.12197-0.39624 0.18297-0.57413l0.21361-0.59584h-3.8083c0.25272-1.7877 0.75387-3.5217 1.4859-5.1671 0.37908-0.8494 0.8146-1.6719 1.3157-2.4546zm-6.8712 2.2288h0.88762c4.357e-4 0.74978 0.00126 1.4994 0.0017 2.2496-0.29804-0.00222-0.59639-0.00427-0.89443-0.00695 0.00131-0.74756 0.00336-1.4951 0.00511-2.2427zm9.6294 0.016503v2.2105h0.81273v-2.2105zm-10.303 7.6226c1.7477 0.78714 3.5996 1.218 5.5002 1.2803 0.46318 0.01334 0.92699 0.0094 1.3897-0.02172-0.01307 0.28461-0.01307 0.58257 0 0.88942-0.31024 0.02224-0.62548 0.03127-0.93528 0.03127-0.16165 0-0.31832-0.0051-0.47998-0.0096-2.0139-0.066655-3.976-0.51974-5.8287-1.3558z" fill="#232629" stroke-width=".4402"/></svg>
--- a/eric6/icons/breeze-light/eolWindows.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/eolWindows.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m21 1-20 2.7202v14.56l20 2.7202zm-1.8182 2.081v7.0099h-9.0909v-5.7724zm-10.909 1.4844v5.5256h-5.4545v-4.7834zm-5.4545 7.3438h5.4545v5.5256l-5.4545-0.74219zm7.2727 0h9.0909v7.0099l-9.0909-1.2376z" fill="#232629" stroke-width=".90909"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m21 1-20 2.7202v14.56l20 2.7202zm-1.8182 2.081v7.0099h-9.0909v-5.7724zm-10.909 1.4844v5.5256h-5.4545v-4.7834zm-5.4545 7.3438h5.4545v5.5256l-5.4545-0.74219zm7.2727 0h9.0909v7.0099l-9.0909-1.2376z" fill="#232629" stroke-width=".90909"/></svg>
--- a/eric6/icons/breeze-light/eric.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/eric.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="225" height="225" version="1.1" viewBox="0 0 59.531 59.531" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -237.47)">
-  <image y="237.47" width="59.531" height="59.531" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 TGVnypE7rdaNNXYADkSA1BBjylkzJlJIlM6Yn8sK2b2ZxJMXYer0t+57zXf9ozfsAfC6xa4EYe3T GU29pbreIm6MWFtbZ7MQFg8uElVogrE9mmNcRdp6i7oZsfzcCtONNeaGAU01xULD3H5HaCOTaUua BEqXGxZNyG1+gtKbK3F46npKXbdMtrMBZhthYS4fE3cil2MZHE5hOFD6PcU7yeBK1jU/FN/bMQLN Georn8SLXKvrsFznFYVimjucGNRtQoHCawYpuWmDk+wFGMG5PFwvC6XsXHBjsu7Ym63USHm4X5ZG v4S5hUTwyrl1aEv/yfu//a0/9z1//l/+zjfu6u7F741dx5j5d49/4K9e9Vuv197+Jat7PPf4ZVbO ruCj0VYTmnpMtT3h3OPPkWo4/aJ7EPM8+9h51i6sIpaYbI3ZXNlishWJdW6mWFcrqe+U1FQp1DEY FFkVTY2y6OToOy5minlTge7xIeXzntfcFS3LnLUsQlUl6jprtcQIIeQsGiK0IddyIeaMSNcFVZcz pfdKWSi9Mm+1x26OWHihKJXUmYqKSh7ES/6e1AnOKaqKdI0hkeyP4ZzRLwU1IbSR2RnYv6RIz1id CG44s/yaN37bP/7v/8ov/vR1veB7sfsy4VYYvWU0TWd6ZZ+5/hEOzW2xUq2weXmd/jgwrdYZjWrK 4QIvv/c+Tt/xCuZmD/DcF1d56uEHuVxvMBgazXhCqoT+cIFeLzGZTJlujjI9rFSKIrf7qzpQp1zP DYY57c0C4hxb6xl4ktcPEISOh03bGrFNVJrZK7E7OloSpjEzXny3KSbdwph0hBnbyYzW1YF5WkHb xgxUoCjyLwLJDVIwwbQb/EkmAgAklJQ6tk2yLhMaSQIaQduCvheGvYQWMIoJZsrl43e8/Kdf+8Yf +in4t9+gK7sXv1/sOhBOU3wtaUDdlCztO8grXvWtVJNtHvvMR7jy1GWaaov9R/fz2m9/DSdvv4lL V59iONfjrrtvo1k7z/qF5+h7WNi3QGwL1A8g1VmJLOWB9DTmQXYpmZ1CyoadiUwZS+RslwwKp3gV QswUr7bJXVAn0MY8nFeX67XC8nO0IXdI2+55XDcXNGDnL9nhf5JB2baJEPNIw3nBdXM+29l2sNwc iiH/nFL6cjYVBch1ZNMt7pZl/kUx1MTsQClIbI4M6ysHjix+8K1/7N0/9+IXP/BHygdwt8auOo7+ 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 DgjAJvAMGYTPAZ8jH0nDH+YLftdb9r98ZK2aJYrCWFzsZ9tyAIF6CnVT0+v10vveu/ZE97BdSxj4 pgbhO995/MD/+Jf+4g9idtt7fvon/8mRg/NnFva7U05dNg0NMJ2OVh97dPvDy8vV5uOPt+fI5OOv +0309rcvzce03bv9tgMMBo4f/uHn17sPfU1f6/u+r39wOLOPatS+sTeceSWmJDEkJlISYjRbWdv6 yLmzo3Nf/GI4C0y/xucW4CDwSuAm4ABwqPv3gPdSFIXoYKBSVYnJJLXd836JnAWXgU8Dj/N1rv/e 9Kb+wVM3LlJV4fVeFl61sCjcedf8D1242Dzp4g2H+/0Cr0rZL7MVniptinhfkJKxvProyrlzWw9v bKdqPJr8ym/8xtVHute4q7L0Nw0I/+JfOnbbdNrc/r3f+7+/H+CZL32UCxc+/8nJuF/fcsu+wzee OnHmyP7bCSFSOE+MgUTiyurjPP7UhefOPvfUFx97dPsD+3vlU+//zasPkv3d/6t/e77lNfsOXdhq 5w8ckaP7ltxS08iN+xdOvfZlLzt45/LK1Y33//Lj/+Bzn5s8AXzhD/o6b31rb3+I/T/33X/i7vdc ON9+6fAxd/jmG2+dmx0cYTypwHLNNg2XeObsuUuPfv7i1lNPr3z4+eeqX3vmmeZRMki+mvuSkEF3 HDgFHCUDc3/3sSVgX/e56cCBoj5ypNx+/RsOPP/wb6098onHtj/cfY3/+p/XW/cdj5G7U0r8me/9 7veff/4Znn727MdOHDl5+OYzswdvOvnihX6xP9vfpQrHDJYSMUacc1g01DnatmVh3xz79y+wvnWJ 9dWWC1fO8eSzD37q7//40//s4sXqETKdbtcA8YXcHZUf/MGTD8zMln+y9HOH9y36l+5fuOnWeuvx ZmZYcM+dx+Q197zk7qae4eDBBVIMTKcV0QWc94ToAMdtN93Hi88UNyxvPHniMy/64hvOPXX22Zdf rX/u4sXpw1cux0+QL1YE+IV//kMG8NlHPvyvvu3b/9z3Xl3+Mhvrow/9/N/wsnSnaGTfQo/+gBsX FvafWpy58cBgZsD+pVIPLN1YH1jcP/Nvf+OD45XVz91DvrkHwKfe9icOHFdpWDrQP9Hz/bfPzS8u LS54YpzesG/x9L133HYPr7//2JkYArFtqUNg0M/dSjOj9Ddw+033Hr3/7pWjH//Up2/+D5/59P2w 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 "/>
- </g>
-</svg>
+<svg width="225" height="225" version="1.1" viewBox="0 0 59.531 59.531" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -237.47)"><image y="237.47" width="59.531" height="59.531" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 TGVnypE7rdaNNXYADkSA1BBjylkzJlJIlM6Yn8sK2b2ZxJMXYer0t+57zXf9ozfsAfC6xa4EYe3T GU29pbreIm6MWFtbZ7MQFg8uElVogrE9mmNcRdp6i7oZsfzcCtONNeaGAU01xULD3H5HaCOTaUua BEqXGxZNyG1+gtKbK3F46npKXbdMtrMBZhthYS4fE3cil2MZHE5hOFD6PcU7yeBK1jU/FN/bMQLN Georn8SLXKvrsFznFYVimjucGNRtQoHCawYpuWmDk+wFGMG5PFwvC6XsXHBjsu7Ym63USHm4X5ZG v4S5hUTwyrl1aEv/yfu//a0/9z1//l/+zjfu6u7F741dx5j5d49/4K9e9Vuv197+Jat7PPf4ZVbO ruCj0VYTmnpMtT3h3OPPkWo4/aJ7EPM8+9h51i6sIpaYbI3ZXNlishWJdW6mWFcrqe+U1FQp1DEY FFkVTY2y6OToOy5minlTge7xIeXzntfcFS3LnLUsQlUl6jprtcQIIeQsGiK0IddyIeaMSNcFVZcz pfdKWSi9Mm+1x26OWHihKJXUmYqKSh7ES/6e1AnOKaqKdI0hkeyP4ZzRLwU1IbSR2RnYv6RIz1id CG44s/yaN37bP/7v/8ov/vR1veB7sfsy4VYYvWU0TWd6ZZ+5/hEOzW2xUq2weXmd/jgwrdYZjWrK 4QIvv/c+Tt/xCuZmD/DcF1d56uEHuVxvMBgazXhCqoT+cIFeLzGZTJlujjI9rFSKIrf7qzpQp1zP DYY57c0C4hxb6xl4ktcPEISOh03bGrFNVJrZK7E7OloSpjEzXny3KSbdwph0hBnbyYzW1YF5WkHb xgxUoCjyLwLJDVIwwbQb/EkmAgAklJQ6tk2yLhMaSQIaQduCvheGvYQWMIoJZsrl43e8/Kdf+8Yf +in4t9+gK7sXv1/sOhBOU3wtaUDdlCztO8grXvWtVJNtHvvMR7jy1GWaaov9R/fz2m9/DSdvv4lL V59iONfjrrtvo1k7z/qF5+h7WNi3QGwL1A8g1VmJLOWB9DTmQXYpmZ1CyoadiUwZS+RslwwKp3gV QswUr7bJXVAn0MY8nFeX67XC8nO0IXdI2+55XDcXNGDnL9nhf5JB2baJEPNIw3nBdXM+29l2sNwc iiH/nFL6cjYVBch1ZNMt7pZl/kUx1MTsQClIbI4M6ysHjix+8K1/7N0/9+IXP/BHygdwt8auOo7+ 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 DgjAJvAMGYTPAZ8jH0nDH+YLftdb9r98ZK2aJYrCWFzsZ9tyAIF6CnVT0+v10vveu/ZE97BdSxj4 pgbhO995/MD/+Jf+4g9idtt7fvon/8mRg/NnFva7U05dNg0NMJ2OVh97dPvDy8vV5uOPt+fI5OOv +0309rcvzce03bv9tgMMBo4f/uHn17sPfU1f6/u+r39wOLOPatS+sTeceSWmJDEkJlISYjRbWdv6 yLmzo3Nf/GI4C0y/xucW4CDwSuAm4ABwqPv3gPdSFIXoYKBSVYnJJLXd836JnAWXgU8Dj/N1rv/e 9Kb+wVM3LlJV4fVeFl61sCjcedf8D1242Dzp4g2H+/0Cr0rZL7MVniptinhfkJKxvProyrlzWw9v bKdqPJr8ym/8xtVHute4q7L0Nw0I/+JfOnbbdNrc/r3f+7+/H+CZL32UCxc+/8nJuF/fcsu+wzee OnHmyP7bCSFSOE+MgUTiyurjPP7UhefOPvfUFx97dPsD+3vlU+//zasPkv3d/6t/e77lNfsOXdhq 5w8ckaP7ltxS08iN+xdOvfZlLzt45/LK1Y33//Lj/+Bzn5s8AXzhD/o6b31rb3+I/T/33X/i7vdc ON9+6fAxd/jmG2+dmx0cYTypwHLNNg2XeObsuUuPfv7i1lNPr3z4+eeqX3vmmeZRMki+mvuSkEF3 HDgFHCUDc3/3sSVgX/e56cCBoj5ypNx+/RsOPP/wb6098onHtj/cfY3/+p/XW/cdj5G7U0r8me/9 7veff/4Znn727MdOHDl5+OYzswdvOvnihX6xP9vfpQrHDJYSMUacc1g01DnatmVh3xz79y+wvnWJ 9dWWC1fO8eSzD37q7//40//s4sXqETKdbtcA8YXcHZUf/MGTD8zMln+y9HOH9y36l+5fuOnWeuvx ZmZYcM+dx+Q197zk7qae4eDBBVIMTKcV0QWc94ToAMdtN93Hi88UNyxvPHniMy/64hvOPXX22Zdf rX/u4sXpw1cux0+QL1YE+IV//kMG8NlHPvyvvu3b/9z3Xl3+Mhvrow/9/N/wsnSnaGTfQo/+gBsX FvafWpy58cBgZsD+pVIPLN1YH1jcP/Nvf+OD45XVz91DvrkHwKfe9icOHFdpWDrQP9Hz/bfPzS8u LS54YpzesG/x9L133HYPr7//2JkYArFtqUNg0M/dSjOj9Ddw+033Hr3/7pWjH//Up2/+D5/59P2w 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 "/></g></svg>
--- a/eric6/icons/breeze-light/eric256.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/eric256.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -229.27)">
-  <image x="13.891" y="229.27" width="39.952" height="67.733" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -229.27)"><image x="13.891" y="229.27" width="39.952" height="67.733" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-light/ericSnap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ericSnap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,66 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4159-5">
-   <stop stop-color="#1d1e1e" offset="0"/>
-   <stop stop-color="#44484c" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#f33777" offset="0"/>
-   <stop stop-color="#fd2d65" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#a1adb3" offset="0"/>
-   <stop stop-color="#bfc7cb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4199">
-   <stop stop-color="#2f3943" offset="0"/>
-   <stop stop-color="#4d5662" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#18222a" offset="0"/>
-   <stop stop-color="#566069" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient5002">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
- </defs>
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <g transform="matrix(.05597 0 0 .057442 -18.744 265.64)">
-   <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/>
-   <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/>
-   <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/>
-   <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="p" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="i" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="g" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#f33777" offset="0"/><stop stop-color="#fd2d65" offset="1"/></linearGradient><linearGradient id="h" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="j" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"><stop stop-color="#a1adb3" offset="0"/><stop stop-color="#bfc7cb" offset="1"/></linearGradient><linearGradient id="l" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="c"><stop stop-color="#2f3943" offset="0"/><stop stop-color="#4d5662" offset="1"/></linearGradient><linearGradient id="k" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"><stop stop-color="#18222a" offset="0"/><stop stop-color="#566069" offset="1"/></linearGradient><linearGradient id="o" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="m" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="n" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#b"/></defs><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g transform="matrix(.05597 0 0 .057442 -18.744 265.64)"><rect x="424.57" y="503.8" width="6" height="3" fill="url(#p)"/><rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#i)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#g)" stroke-linecap="square" stroke-width=".1"/><g stroke-linecap="round"><g stroke-linejoin="round" stroke-width="2"><path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#h)" opacity=".2"/><circle cx="401.57" cy="523.83" r="16" fill="url(#j)"/><path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#l)"/><circle cx="401.57" cy="523.83" r="11" fill="url(#k)"/><circle cx="401.57" cy="523.83" r="10" fill="url(#o)"/><circle cx="401.57" cy="523.83" r="8" fill="url(#m)"/><circle cx="401.57" cy="523.83" r="6" fill="url(#n)"/><circle cx="401.57" cy="523.83" r="4" fill="#2c3e50"/><circle cx="398.57" cy="520.83" r="1" fill="#84cbfe"/><ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe"/></g><path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#d)"/><rect x="382.57" y="505.8" width="52" height="2" fill="url(#f)" stroke-linejoin="round" stroke-width="2"/><rect x="382.57" y="539.8" width="52" height="2" fill="url(#e)" stroke-linejoin="round" stroke-width="2"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/ericSnap48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ericSnap48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,66 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4159-5">
-   <stop stop-color="#1d1e1e" offset="0"/>
-   <stop stop-color="#44484c" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#f33777" offset="0"/>
-   <stop stop-color="#fd2d65" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#a1adb3" offset="0"/>
-   <stop stop-color="#bfc7cb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4199">
-   <stop stop-color="#2f3943" offset="0"/>
-   <stop stop-color="#4d5662" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#18222a" offset="0"/>
-   <stop stop-color="#566069" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient5002">
-   <stop stop-color="#2e5d89" offset="0"/>
-   <stop stop-color="#1b92f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/>
-  <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/>
-  <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
-  <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/>
- </defs>
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <g transform="matrix(.12212 0 0 .12533 -40.897 228.57)">
-   <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/>
-   <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/>
-   <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/>
-   <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-   <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="p" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="i" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="g" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"><stop stop-color="#f33777" offset="0"/><stop stop-color="#fd2d65" offset="1"/></linearGradient><linearGradient id="h" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="j" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"><stop stop-color="#a1adb3" offset="0"/><stop stop-color="#bfc7cb" offset="1"/></linearGradient><linearGradient id="l" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="c"><stop stop-color="#2f3943" offset="0"/><stop stop-color="#4d5662" offset="1"/></linearGradient><linearGradient id="k" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"><stop stop-color="#18222a" offset="0"/><stop stop-color="#566069" offset="1"/></linearGradient><linearGradient id="o" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#2e5d89" offset="0"/><stop stop-color="#1b92f4" offset="1"/></linearGradient><linearGradient id="m" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="n" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#b"/></defs><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/><g transform="matrix(.12212 0 0 .12533 -40.897 228.57)"><rect x="424.57" y="503.8" width="6" height="3" fill="url(#p)"/><rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#i)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#g)" stroke-linecap="square" stroke-width=".1"/><g stroke-linecap="round"><g stroke-linejoin="round" stroke-width="2"><path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#h)" opacity=".2"/><circle cx="401.57" cy="523.83" r="16" fill="url(#j)"/><path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#l)"/><circle cx="401.57" cy="523.83" r="11" fill="url(#k)"/><circle cx="401.57" cy="523.83" r="10" fill="url(#o)"/><circle cx="401.57" cy="523.83" r="8" fill="url(#m)"/><circle cx="401.57" cy="523.83" r="6" fill="url(#n)"/><circle cx="401.57" cy="523.83" r="4" fill="#2c3e50"/><circle cx="398.57" cy="520.83" r="1" fill="#84cbfe"/><ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe"/></g><path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#d)"/><rect x="382.57" y="505.8" width="52" height="2" fill="url(#f)" stroke-linejoin="round" stroke-width="2"/><rect x="382.57" y="539.8" width="52" height="2" fill="url(#e)" stroke-linejoin="round" stroke-width="2"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/ericWeb.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ericWeb.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,27 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <g transform="translate(0 -291.18)">
-  <image x=".26458" y="291.44" width="5.2917" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <ellipse cx="4.0128" cy="295.19" rx="1.3229" ry="1.3228" fill="url(#b)" stroke-width=".066144"/>
-  <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-1.3163 1.1906h0.19182l0.19844 0.19842 0.13229 0.0661 0.72555 1.1872a1.3229 1.3228 0 0 0 0.068196 3e-3 1.3229 1.3228 0 0 0 1.3229-1.3228 1.3229 1.3228 0 0 0-1.3229-1.3228z" fill="url(#c)" opacity=".2" stroke-width=".066144"/>
-  <path d="m5.2422 294.7-0.43564 0.61955 0.4111 0.41107a1.3229 1.3228 0 0 0 0.11807-0.54335 1.3229 1.3228 0 0 0-0.089958-0.47927 1.3229 1.3228 0 0 0-0.00358-8e-3z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".066144"/>
-  <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-0.12581 7e-3 1.3229 1.3228 0 0 0-0.0168 2e-3 1.3229 1.3228 0 0 0-0.21292 0.0421v-2e-3a1.3229 1.3228 0 0 0-0.64161 0.40612h6.625e-4a1.3229 1.3228 0 0 0-0.2368 0.39321l0.10881-0.0544h0.26458v0.0661l0.066146 0.0661v-0.13228l0.13229-0.1322h0.066146v-0.0661l0.066146-0.0661 0.13229-0.0661 0.066146-0.0661 0.13229-0.0661v0.0661l0.13229-0.0661h-0.066146v-0.0661l-0.066146-0.0661h0.26458l-0.066146 0.0661 0.19844 0.0661-0.066146-0.13229v-0.13228l-0.06264-0.0626a1.3229 1.3228 0 0 0-0.069652-3e-3zm0.99219 0.45042v0.14485h0.11185a1.3229 1.3228 0 0 0-0.11185-0.14485zm-1.848 4e-3h0.00403l-0.00813 8e-3 0.00417-8e-3zm1.986 0.18268-0.071834 0.0239-0.13229 0.0661v0.0661l-0.13229 0.13229-0.066145 0.13228v0.26457l0.066145 0.13228 0.13229 0.0661 0.066145 0.0661 0.31201-0.0519a1.3229 1.3228 0 0 0 1.321e-4 -2e-3 1.3229 1.3228 0 0 0 0.013825-0.11588 1.3229 1.3228 0 0 0 0.00476-0.0953 1.3229 1.3228 0 0 0-0.00595-0.11509 1.3229 1.3228 0 0 0-0.00642-0.0535 1.3229 1.3228 0 0 0-0.012567-0.0816 1.3229 1.3228 0 0 0-0.00893-0.0395 1.3229 1.3228 0 0 0-0.023617-0.0922 1.3229 1.3228 0 0 0-0.00959-0.0286 1.3229 1.3228 0 0 0-0.035654-0.0974 1.3229 1.3228 0 0 0-0.00979-0.0218 1.3229 1.3228 0 0 0-0.048948-0.10086 1.3229 1.3228 0 0 0-0.031287-0.0546zm-2.2546 0.42074-0.066146 0.0661h-0.066146l-0.042995-0.043a1.3229 1.3228 0 0 0 0 2.5e-4 1.3229 1.3228 0 0 0-0.017595 0.13076 1.3229 1.3228 0 0 0-1.323e-4 2e-3l0.12687 0.0422 0.13229 0.0661 0.13229 0.1322h0.13229v0.13229l-0.066146 0.0662-0.066146 0.13228v0.0661l0.13229 0.1322 0.066146 0.13229 0.066146 0.0661 0.13229 0.0661v0.28573a1.3229 1.3228 0 0 0 4e-4 1.3e-4 1.3229 1.3228 0 0 0 0.11225 0.0427 1.3229 1.3228 0 0 0 0.0127 5e-3 1.3229 1.3228 0 0 0 0.10008 0.027 1.3229 1.3228 0 0 0 0.029832 8e-3 1.3229 1.3228 0 0 0 0.087312 0.0143 1.3229 1.3228 0 0 0 0.044979 7e-3 1.3229 1.3228 0 0 0 0.076068 5e-3 1.3229 1.3228 0 0 0 0.06555 3e-3 1.3229 1.3228 0 0 0 0.067337-2e-3l0.064955-0.12984v-0.0661l0.13229-0.0661 0.066146-0.0661 0.066146-0.26457 0.066146-0.0661v-0.13229l-0.13229-0.0669h-0.066146l-0.13229-0.0661h-0.066146l-0.066146-0.13233-0.066146-0.0661h-0.13229l-0.13229-0.13237h-0.13229l-0.19844-0.0661-0.066146 0.13228-0.13229-0.0661h-0.066148v-0.13228l-0.13229-0.0661 0.066146-0.13228z" fill="url(#d)" stroke-width=".066144"/>
-  <path d="m2.6933 295.16c-2.65e-4 0.0113-0.00338 0.0217-0.00338 0.0331 0 0.73285 0.59002 1.3228 1.3229 1.3228s1.3229-0.58998 1.3229-1.3228c0-0.0113-0.00312-0.0218-0.00338-0.0331-0.00196 0.0797-8e-3 0.1586-0.023417 0.2342a1.3156 1.3156 0 0 1-0.3599 0.66889 1.3196 1.3195 0 0 1-0.42036 0.28302 1.3108 1.3107 0 0 1-0.24858 0.0769 1.3364 1.3363 0 0 1-0.26723 0.0267c-0.091612 0-0.18104-9e-3 -0.26723-0.0267a1.3156 1.3156 0 0 1-0.66893-0.35988 1.3196 1.3195 0 0 1-0.28304-0.42033 1.3108 1.3107 0 0 1-0.076861-0.24856c-0.015412-0.0756-0.021365-0.15445-0.023416-0.2342" opacity=".2" stroke-width=".066144"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="translate(0 -291.18)"><image x=".26458" y="291.44" width="5.2917" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g stroke-width=".066144"><ellipse cx="4.0128" cy="295.19" rx="1.3229" ry="1.3228" fill="url(#h)"/><path d="m4.0128 293.87a1.3229 1.3228 0 0 0-1.3163 1.1906h0.19182l0.19844 0.19842 0.13229 0.0661 0.72555 1.1872a1.3229 1.3228 0 0 0 0.068196 3e-3 1.3229 1.3228 0 0 0 1.3229-1.3228 1.3229 1.3228 0 0 0-1.3229-1.3228z" fill="url(#g)" opacity=".2"/><path d="m5.2422 294.7-0.43564 0.61955 0.4111 0.41107a1.3229 1.3228 0 0 0 0.11807-0.54335 1.3229 1.3228 0 0 0-0.089958-0.47927 1.3229 1.3228 0 0 0-0.00358-8e-3z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m4.0128 293.87a1.3229 1.3228 0 0 0-0.12581 7e-3 1.3229 1.3228 0 0 0-0.0168 2e-3 1.3229 1.3228 0 0 0-0.21292 0.0421v-2e-3a1.3229 1.3228 0 0 0-0.64161 0.40612h6.625e-4a1.3229 1.3228 0 0 0-0.2368 0.39321l0.10881-0.0544h0.26458v0.0661l0.066146 0.0661v-0.13228l0.13229-0.1322h0.066146v-0.0661l0.066146-0.0661 0.13229-0.0661 0.066146-0.0661 0.13229-0.0661v0.0661l0.13229-0.0661h-0.066146v-0.0661l-0.066146-0.0661h0.26458l-0.066146 0.0661 0.19844 0.0661-0.066146-0.13229v-0.13228l-0.06264-0.0626a1.3229 1.3228 0 0 0-0.069652-3e-3zm0.99219 0.45042v0.14485h0.11185a1.3229 1.3228 0 0 0-0.11185-0.14485zm-1.848 4e-3h0.00403l-0.00813 8e-3 0.00417-8e-3zm1.986 0.18268-0.071834 0.0239-0.13229 0.0661v0.0661l-0.13229 0.13229-0.066145 0.13228v0.26457l0.066145 0.13228 0.13229 0.0661 0.066145 0.0661 0.31201-0.0519a1.3229 1.3228 0 0 0 1.321e-4 -2e-3 1.3229 1.3228 0 0 0 0.013825-0.11588 1.3229 1.3228 0 0 0 0.00476-0.0953 1.3229 1.3228 0 0 0-0.00595-0.11509 1.3229 1.3228 0 0 0-0.00642-0.0535 1.3229 1.3228 0 0 0-0.012567-0.0816 1.3229 1.3228 0 0 0-0.00893-0.0395 1.3229 1.3228 0 0 0-0.023617-0.0922 1.3229 1.3228 0 0 0-0.00959-0.0286 1.3229 1.3228 0 0 0-0.035654-0.0974 1.3229 1.3228 0 0 0-0.00979-0.0218 1.3229 1.3228 0 0 0-0.048948-0.10086 1.3229 1.3228 0 0 0-0.031287-0.0546zm-2.2546 0.42074-0.066146 0.0661h-0.066146l-0.042995-0.043a1.3229 1.3228 0 0 0 0 2.5e-4 1.3229 1.3228 0 0 0-0.017595 0.13076 1.3229 1.3228 0 0 0-1.323e-4 2e-3l0.12687 0.0422 0.13229 0.0661 0.13229 0.1322h0.13229v0.13229l-0.066146 0.0662-0.066146 0.13228v0.0661l0.13229 0.1322 0.066146 0.13229 0.066146 0.0661 0.13229 0.0661v0.28573a1.3229 1.3228 0 0 0 4e-4 1.3e-4 1.3229 1.3228 0 0 0 0.11225 0.0427 1.3229 1.3228 0 0 0 0.0127 5e-3 1.3229 1.3228 0 0 0 0.10008 0.027 1.3229 1.3228 0 0 0 0.029832 8e-3 1.3229 1.3228 0 0 0 0.087312 0.0143 1.3229 1.3228 0 0 0 0.044979 7e-3 1.3229 1.3228 0 0 0 0.076068 5e-3 1.3229 1.3228 0 0 0 0.06555 3e-3 1.3229 1.3228 0 0 0 0.067337-2e-3l0.064955-0.12984v-0.0661l0.13229-0.0661 0.066146-0.0661 0.066146-0.26457 0.066146-0.0661v-0.13229l-0.13229-0.0669h-0.066146l-0.13229-0.0661h-0.066146l-0.066146-0.13233-0.066146-0.0661h-0.13229l-0.13229-0.13237h-0.13229l-0.19844-0.0661-0.066146 0.13228-0.13229-0.0661h-0.066148v-0.13228l-0.13229-0.0661 0.066146-0.13228z" fill="url(#f)"/><path d="m2.6933 295.16c-2.65e-4 0.0113-0.00338 0.0217-0.00338 0.0331 0 0.73285 0.59002 1.3228 1.3229 1.3228s1.3229-0.58998 1.3229-1.3228c0-0.0113-0.00312-0.0218-0.00338-0.0331-0.00196 0.0797-8e-3 0.1586-0.023417 0.2342a1.3156 1.3156 0 0 1-0.3599 0.66889 1.3196 1.3195 0 0 1-0.42036 0.28302 1.3108 1.3107 0 0 1-0.24858 0.0769 1.3364 1.3363 0 0 1-0.26723 0.0267c-0.091612 0-0.18104-9e-3 -0.26723-0.0267a1.3156 1.3156 0 0 1-0.66893-0.35988 1.3196 1.3195 0 0 1-0.28304-0.42033 1.3108 1.3107 0 0 1-0.076861-0.24856c-0.015412-0.0756-0.021365-0.15445-0.023416-0.2342" opacity=".2"/></g></g></svg>
--- a/eric6/icons/breeze-light/ericWeb48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ericWeb48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,27 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <ellipse cx="8.9958" cy="293.3" rx="3.175" ry="3.1748" fill="url(#b)" stroke-width=".15874"/>
-  <path d="m8.9958 290.12a3.175 3.1748 0 0 0-3.1591 2.8573h0.46037l0.47625 0.47622 0.3175 0.15874 1.7413 2.8494a3.175 3.1748 0 0 0 0.16367 8e-3 3.175 3.1748 0 0 0 3.175-3.1748 3.175 3.1748 0 0 0-3.175-3.1748z" fill="url(#c)" opacity=".2" stroke-width=".15874"/>
-  <path d="m11.946 292.13-1.0455 1.4869 0.98663 0.98657a3.175 3.1748 0 0 0 0.28337-1.304 3.175 3.1748 0 0 0-0.2159-1.1502 3.175 3.1748 0 0 0-0.0086-0.0192z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".15874"/>
-  <path d="m8.9958 290.12a3.175 3.1748 0 0 0-0.30194 0.0175 3.175 3.1748 0 0 0-0.04032 5e-3 3.175 3.1748 0 0 0-0.51102 0.10111v-6e-3a3.175 3.1748 0 0 0-1.5399 0.97467h0.00159a3.175 3.1748 0 0 0-0.56832 0.94371l0.26114-0.13051h0.635v0.15874l0.15875 0.15874v-0.31748l0.3175-0.31748h0.15875v-0.15874l0.15875-0.15874 0.3175-0.15874 0.15875-0.15874 0.3175-0.15874v0.15874l0.3175-0.15874h-0.15875v-0.15874l-0.15875-0.15874h0.635l-0.15875 0.15874 0.47625 0.15874-0.15875-0.31748v-0.31748l-0.15034-0.15033a3.175 3.1748 0 0 0-0.16716-8e-3zm2.3812 1.081v0.34765h0.26845a3.175 3.1748 0 0 0-0.26845-0.34765zm-4.4352 0.0106h0.00968l-0.019524 0.0195 0.010002-0.0195zm4.7663 0.43844-0.1724 0.0573-0.3175 0.15875v0.15873l-0.3175 0.31749-0.15875 0.31747v0.63498l0.15875 0.31746 0.3175 0.15875 0.15875 0.15873 0.74882-0.12461a3.175 3.1748 0 0 0 3.17e-4 -4e-3 3.175 3.1748 0 0 0 0.03318-0.27811 3.175 3.1748 0 0 0 0.01143-0.22873 3.175 3.1748 0 0 0-0.01429-0.27622 3.175 3.1748 0 0 0-0.0154-0.12843 3.175 3.1748 0 0 0-0.03016-0.19587 3.175 3.1748 0 0 0-0.02143-0.0949 3.175 3.1748 0 0 0-0.05668-0.22128 3.175 3.1748 0 0 0-0.02302-0.0686 3.175 3.1748 0 0 0-0.08557-0.23383 3.175 3.1748 0 0 0-0.0235-0.0524 3.175 3.1748 0 0 0-0.11748-0.24208 3.175 3.1748 0 0 0-0.07509-0.13112zm-5.4111 1.0098-0.15875 0.15875h-0.15875l-0.10319-0.10319a3.175 3.1748 0 0 0 0 6e-4 3.175 3.1748 0 0 0-0.042227 0.31383 3.175 3.1748 0 0 0-3.175e-4 5e-3l0.30448 0.10127 0.3175 0.15875 0.15875 0.15873 0.15875 0.15874h0.3175v0.31748l-0.15875 0.1589-0.15875 0.31748v0.15874l0.3175 0.31748 0.15875 0.31748 0.15875 0.15875 0.3175 0.15873v0.68576a3.175 3.1748 0 0 0 9.6e-4 3.1e-4 3.175 3.1748 0 0 0 0.2694 0.1024 3.175 3.1748 0 0 0 0.03048 0.0108 3.175 3.1748 0 0 0 0.24019 0.0648 3.175 3.1748 0 0 0 0.071596 0.0184 3.175 3.1748 0 0 0 0.20955 0.0343 3.175 3.1748 0 0 0 0.10795 0.0165 3.175 3.1748 0 0 0 0.18256 0.0114 3.175 3.1748 0 0 0 0.15732 8e-3 3.175 3.1748 0 0 0 0.16161-6e-3l0.15589-0.3116v-0.15875l0.3175-0.15856 0.15875-0.15875 0.15875-0.63496 0.15875-0.15874v-0.31748l-0.3175-0.15919h-0.15875l-0.3175-0.15874h-0.15875l-0.15875-0.31748-0.15875-0.15874h-0.3175l-0.3175-0.31748h-0.3175l-0.47625-0.15873-0.15875 0.31747-0.3175-0.15874h-0.15876v-0.31748l-0.3175-0.15874 0.15875-0.31748z" fill="url(#d)" stroke-width=".15874"/>
-  <path d="m5.8289 293.22c-6.36e-4 0.027-0.0081 0.0522-0.0081 0.0794 0 1.7588 1.416 3.1748 3.175 3.1748 1.7589 0 3.175-1.416 3.175-3.1748 0-0.0272-0.0075-0.0524-0.0081-0.0794-0.0047 0.19142-0.01921 0.38065-0.0562 0.56208a3.1575 3.1573 0 0 1-0.86376 1.6054 3.1671 3.1669 0 0 1-1.0089 0.67925 3.1459 3.1458 0 0 1-0.59658 0.18445 3.2074 3.2072 0 0 1-0.64135 0.0641c-0.21987 0-0.4345-0.0221-0.64135-0.0641a3.1575 3.1573 0 0 1-1.6054-0.8637 3.1671 3.1669 0 0 1-0.67929-1.0088 3.1459 3.1458 0 0 1-0.18447-0.59655c-0.036989-0.18143-0.051276-0.37066-0.056198-0.56208" opacity=".2" stroke-width=".15874"/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/><g stroke-width=".15874"><ellipse cx="8.9958" cy="293.3" rx="3.175" ry="3.1748" fill="url(#h)"/><path d="m8.9958 290.12a3.175 3.1748 0 0 0-3.1591 2.8573h0.46037l0.47625 0.47622 0.3175 0.15874 1.7413 2.8494a3.175 3.1748 0 0 0 0.16367 8e-3 3.175 3.1748 0 0 0 3.175-3.1748 3.175 3.1748 0 0 0-3.175-3.1748z" fill="url(#g)" opacity=".2"/><path d="m11.946 292.13-1.0455 1.4869 0.98663 0.98657a3.175 3.1748 0 0 0 0.28337-1.304 3.175 3.1748 0 0 0-0.2159-1.1502 3.175 3.1748 0 0 0-0.0086-0.0192z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m8.9958 290.12a3.175 3.1748 0 0 0-0.30194 0.0175 3.175 3.1748 0 0 0-0.04032 5e-3 3.175 3.1748 0 0 0-0.51102 0.10111v-6e-3a3.175 3.1748 0 0 0-1.5399 0.97467h0.00159a3.175 3.1748 0 0 0-0.56832 0.94371l0.26114-0.13051h0.635v0.15874l0.15875 0.15874v-0.31748l0.3175-0.31748h0.15875v-0.15874l0.15875-0.15874 0.3175-0.15874 0.15875-0.15874 0.3175-0.15874v0.15874l0.3175-0.15874h-0.15875v-0.15874l-0.15875-0.15874h0.635l-0.15875 0.15874 0.47625 0.15874-0.15875-0.31748v-0.31748l-0.15034-0.15033a3.175 3.1748 0 0 0-0.16716-8e-3zm2.3812 1.081v0.34765h0.26845a3.175 3.1748 0 0 0-0.26845-0.34765zm-4.4352 0.0106h0.00968l-0.019524 0.0195 0.010002-0.0195zm4.7663 0.43844-0.1724 0.0573-0.3175 0.15875v0.15873l-0.3175 0.31749-0.15875 0.31747v0.63498l0.15875 0.31746 0.3175 0.15875 0.15875 0.15873 0.74882-0.12461a3.175 3.1748 0 0 0 3.17e-4 -4e-3 3.175 3.1748 0 0 0 0.03318-0.27811 3.175 3.1748 0 0 0 0.01143-0.22873 3.175 3.1748 0 0 0-0.01429-0.27622 3.175 3.1748 0 0 0-0.0154-0.12843 3.175 3.1748 0 0 0-0.03016-0.19587 3.175 3.1748 0 0 0-0.02143-0.0949 3.175 3.1748 0 0 0-0.05668-0.22128 3.175 3.1748 0 0 0-0.02302-0.0686 3.175 3.1748 0 0 0-0.08557-0.23383 3.175 3.1748 0 0 0-0.0235-0.0524 3.175 3.1748 0 0 0-0.11748-0.24208 3.175 3.1748 0 0 0-0.07509-0.13112zm-5.4111 1.0098-0.15875 0.15875h-0.15875l-0.10319-0.10319a3.175 3.1748 0 0 0 0 6e-4 3.175 3.1748 0 0 0-0.042227 0.31383 3.175 3.1748 0 0 0-3.175e-4 5e-3l0.30448 0.10127 0.3175 0.15875 0.15875 0.15873 0.15875 0.15874h0.3175v0.31748l-0.15875 0.1589-0.15875 0.31748v0.15874l0.3175 0.31748 0.15875 0.31748 0.15875 0.15875 0.3175 0.15873v0.68576a3.175 3.1748 0 0 0 9.6e-4 3.1e-4 3.175 3.1748 0 0 0 0.2694 0.1024 3.175 3.1748 0 0 0 0.03048 0.0108 3.175 3.1748 0 0 0 0.24019 0.0648 3.175 3.1748 0 0 0 0.071596 0.0184 3.175 3.1748 0 0 0 0.20955 0.0343 3.175 3.1748 0 0 0 0.10795 0.0165 3.175 3.1748 0 0 0 0.18256 0.0114 3.175 3.1748 0 0 0 0.15732 8e-3 3.175 3.1748 0 0 0 0.16161-6e-3l0.15589-0.3116v-0.15875l0.3175-0.15856 0.15875-0.15875 0.15875-0.63496 0.15875-0.15874v-0.31748l-0.3175-0.15919h-0.15875l-0.3175-0.15874h-0.15875l-0.15875-0.31748-0.15875-0.15874h-0.3175l-0.3175-0.31748h-0.3175l-0.47625-0.15873-0.15875 0.31747-0.3175-0.15874h-0.15876v-0.31748l-0.3175-0.15874 0.15875-0.31748z" fill="url(#f)"/><path d="m5.8289 293.22c-6.36e-4 0.027-0.0081 0.0522-0.0081 0.0794 0 1.7588 1.416 3.1748 3.175 3.1748 1.7589 0 3.175-1.416 3.175-3.1748 0-0.0272-0.0075-0.0524-0.0081-0.0794-0.0047 0.19142-0.01921 0.38065-0.0562 0.56208a3.1575 3.1573 0 0 1-0.86376 1.6054 3.1671 3.1669 0 0 1-1.0089 0.67925 3.1459 3.1458 0 0 1-0.59658 0.18445 3.2074 3.2072 0 0 1-0.64135 0.0641c-0.21987 0-0.4345-0.0221-0.64135-0.0641a3.1575 3.1573 0 0 1-1.6054-0.8637 3.1671 3.1669 0 0 1-0.67929-1.0088 3.1459 3.1458 0 0 1-0.18447-0.59655c-0.036989-0.18143-0.051276-0.37066-0.056198-0.56208" opacity=".2"/></g></g></svg>
--- a/eric6/icons/breeze-light/erict-bw.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/erict-bw.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image x="-2.7756e-17" y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 BLHRhQAAAABJRU5ErkJggg== "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image x="-2.7756e-17" y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADkBJREFU aIHtmW2MVFWax//n3Hur7q2qW9VV/V50N91dNCgv0vQ2LIMkgOKqazSaONnIZI1+2eh8GiMfjHF2 1GSXbNzsZj+scTbRbFAUB0LQXgnCQo9AhO7mrV/Afika6KqG7ra6br3f93P2Q1M1OoM4Ck72A09S SaVSqfv7n+d/nuc5p4C7cTfuxv/XILZt0+/90l+C5Gaxd+9eqiiKwDlXTNMMMMZCruuGFEWpzuVy QcdxajKZTBBAoqqqamTjxo2XOzo6tD/+nb+YgD179ojJZFIlhEQ0TWuZn5/v1DRtGWNskdfrbdB1 PcIYkyVJ8vn9fk9TU5Pg8XjEQCBgAZhljJ29cuXKztdee+3T6upq/pMLeOWVVyTOebC5ubk5kUis dF23U5bl5YIgtHi93vpgMBiKRqPCokWLSC6Xg2EYEAQBiUSCWJYFQgi8Xi9M00QqleKJRALj4+Mj siz/6vDhw0fLzxHvMDc5cuRItK+v7/41a9b8zDCM1ZIkxZYsWVIdCoWUSCRCampqEAwGieM4KBQK 8Hg8OHfuHBKJBDo7O3Ht2jUkk0kEg0F4PB5ks1nYtk10XQfnfDlj7G9eeOGFY++8845zRwUcPXo0 3Nvb++S5c+f+bm5ubsP169f9p0+fJkuXLiWcc4RCIVRXV6O2thaRSATpdBqpVAperxeff/45jh07 hhdffBGUUlC6sHczmQwymQwIIRAEAbIsU8dx2gghEoA7I6Cvr8/b09PzcE9PzzOMsb8dHh5Wu7q6 iKZp6O/vR1NTE2KxGEZHR2GaJqampsD5goVFUUSxWMTMzAxWrFiBJUuWYG5uDh6PB+UMpVIp6LoO 0zTBGIMoigVCCCs/X7gd+Lfffrvj8OHDL2ma9mo0Gv2ZJEny8PAwaWhoQCKRQDwex/Hjx7Fq1SpE o1GIoghd1yFJEhKJBJYuXYpHH30UiqKgtbUVfr8fIyMjiMfj0HUd6XQapVIJly9fRiaTgSiKdjgc /t37779//LYEcM4JpfTRgYGBNxhjv+ju7q6KRCJkeHgYIyMj6O/vx8TEBK5du4ZcLof169dDURRw ztHd3Y21a9eCEIKrV6+ira0Nuq4DABzHQTabxdDQEObm5mAYBjRNK8PDtm3L7/d/HI/HB8ssP9hC b731Fn388cd/wRh7JRqN3tvY2EguXbqEUCgEQghKpRJM04RpmmWxKBQKiEQiEAQBwWAQAGCaJk6c OIGWlhakUil8+eWXaG5uBiEEmUwG6XQakiShpqYGK1asAGMMpmnyxYsXO9/k+UECOOfkpZde+vtN mzb9etWqVe3d3d0EABKJBA4cOIB0Og3LshAOh2GaJnRdh8/nwwMPPABJkjA4OIh7770XlmWhrq4O hBDMzMwgEAjAsiwMDg7CNE0QQrBs2TLk83kAgG3bsG0bhBCXUlr8JtMPslBjY+O2cDj8jxs3bowt X76czMzMYPfu3ZiYmMDMzAxisRhyuRwmJibgui4KhQI6Ozvh9/sxODiI8fFxbNiwAaVSCYVCAXNz c0gkEpAkCePj46itrYXX64UsyxBFEYQQcM7BWGXPJhobG/+rr69v9gcL+OSTTx5VFOXNtra2e3w+ H9m9ezc++OADSJKEJ554orJKXV1dME0TLS0tiMVi2LJlCxRFwapVq/D111+X6zrS6TSi0ShOnTqF kydPwrIstLe3gzGGUqkEXdfhOA4opXBdF5RSTgg50Nra+v6JEyfsMtefZaFDhw799e7du39FCFlB KSWNjY2ora3Fjh07UF9fD0opJiYm0NjYiOHhYZimic2bN+PixYuYmprC2rVroaoqampq8Omnn+Kh hx6Cz+dDKpWC4zjYuHEjMpkMzp07B8Mw4PP5wBiDIAiglJbLZ8rv9/fs2LGjCCzYmRDCv3faGxoa upcx9urq1au33nfffcTv9+P555/Htm3b4Pf7kc1mcejQIZw4cQKLFy/Gtm3bsGjRIvT392NychKx WAyccyQSCbS1tSEYDGJwcBCjo6M4cOAArl+/jkgkAlmWUVdXB0VRUCqVYFkWKKXlzLoA9rS2th78 Y75bWqi3tzd07NixVxsaGp7ZtGmTsH79ely+fBnRaBTZbBYTExOYm5vDwYMHUVVVBVmWUSgUMDQ0 hC1btsC27YqfM5kMstksVFXFqVOnkE6nEYvFUCwWYVkWstlspesSsjCiMcbAGOOSJH2uKMqODz/8 MFlme+ONN77fQl6v9xlZlrc1NDQIoiiCc47Z2VkMDg4iEAhUGk0qlUJ9fT2++uoruK6LZDIJwzAQ CoUwMDCAFStWQFVV5PN5jI+PY35+Hg8++CBisRhmZmZw+vRptLS0IJfLlf0Or9cLy7K4oihHfT7f vxw8eHDkZozfKWDnzp1/lc1mXxBFMagoClzXhaZpSCaTGBsbQygUQlNTEwzDQCAQqGw6xhhyuRyu Xr0Kv98P0zRx7NgxhMNhMMawZMkSlEoluK6LeDwOWZaRyWTg9/vh8XhACCmPEiwQCPxPbW3tP+/d u7fvuzhvaqGTJ09K2Wz2l8Fg8MlEIiEMDAxAkiRcuHABtm2jvb0dc3NzmJ2dRV9fH8LhMARBAGMM iqJgZmYGhBAwxuDz+XDp0iUUCgU8/fTTuP/++zE8PIx4PA7LsmBZVsUufr+/PLS5qqr2tLW1/dOu Xbv6b+WSm2Ygl8ut1DTtCdu2hY6ODvT29mLPnj2YnJxEa2srAoEA7rnnHgSDQTiOA13XK/CCIKC+ vh5Xr16FKIpob2/H6tWrYRgGamtrMTIyAtu2MTExAcdxIAgCRFGsrL4kSXp1dfVOWZb//d133x27 FfxNM5BMJsX5+flfVlVVPamqKh0aGgIhBHV1deCcI5vNoqmpCYqiwLbtSoUpV49EIoFLly6BEIKH H34YjzzyCGZnZyvNLR6PQ9M0FItFeDyeysjh9Xq567oJVVX/o62t7V/fe++9qe+Dv2kGIpFIzLbt h8fGxmg4HEY+nwelFMFgEN3d3ejr68Pw8DCCwSBEUUQ+n8fs7Cw0TUNdXR06OzuRSqWwbt06tLe3 48KFCxgYGEA+n8fo6ChuHEzg8Xjgui5CoRAEQXD9fv8Rj8fz282bN/e8/PLL9s1gv1fA4OCg8Nln n/2cUtppWRYZHx+H4zjQtIWztK7rcF0XU1NTGBsbQzQaRXNzM7Zs2YJoNAqv1wtN0zA9PY1MJoPj x49jcnISY2NjUFW1skE55/D7/QiHw9zj8aQdx/nvmpqa3+7atWuip6fnz2X/UwHLli27J5/P//zM mTPi6OgoNE1DdXU1rl+/jsuXL6OqqgqSJEFVVYTDYXR3dyMWiyGVSuGLL75AoVCAqqoAgDNnzlQ2 dmNjIyillT3iui4IITwUCp2rqqr6z+eee2731q1bSz+I/EZUDvW6rgvxePw1v9//69OnTwv79+9H Op2Gz+eD67ooFosghKC6uhrAwgQK4JvHPciyDK/Xi1QqhVKpVCmr5e9JkgTbtkEp5c3NzcdXrlz5 5ptvvnnkx4CXo5IBQkjL2bNnn6CUCrquY/HixZienq6ICIfDmJ2dRbFYRF1dHdrb26FpGgzDQLFY rHTUG90TnPPKRCmKIhhjMAwDsizzxsbGoxs2bNixffv224L/lgBRFLuWL1++hBCCffv2VWABIJ1O V+zBOcf09HR5JVFucowxUEorwOX35ZdlWVBVlbe0tPzvokWLfrN9+/aTtwsP3CijhmGI2Wz2H8bG xjZKkkQEQUA2m62sriRJsCyrUu8ZY/B4PJXPy6O067qw7T8UkPJMYxgGJEniHR0d/WvWrPnN66+/ fuJOwAM3MqDr+tJkMrlV0zR6/vx5dHV1gTFW6ZKGYZTPpLAsC6Zpfuv6AwAopeCcQxCESlMSRRGG YZSbXFKW5X/bvn377+8UPABQAEin0y3T09NNq1evRldXF/r7+yEIQqX0cc4rVxuUUkiSBGCh/RNC 4DgOTNOE67oV+9i2jVwuVx7QHFVVdz722GP77yQ8cCMD9fX1ajKZJL29vQiHw7hy5QrS6TQ455V2 L0kS8vk88vl8BVwQhG/d8UiSBEopHMeBZVlwXbdcdidXrlz5u6eeesr6KQSQU6dO1U9NTclVVVWV cde2bQQCAfh8Pti2XT4VVc6ogiBUBJSzUq775fLJF8KVZfmC1+u9dKfhywJw8eJFr67rJBgMIhKJ IBQKYWxsDPl8HqVSqZIJAJVOWq7vlNKKbb5ppRvwTJbldENDw2wgEPADKH4nye0IePbZZ4uTk5Ps 448/xsjISGVWKXdNYOF+R5ZlUEphmmZl5cub13GccjXijDHu8XgsQkjJ6/XGCSHTgUAgAuBrAPwW PD9KAB8eHp48e/Zs7tq1a9XpdBqGYcBxHMIYq2xMQkh5cuSEEEIp5aK40EZc1y0L4JxzRxTFrKIo X4uiOBUIBH7vOM4RVVXn1q1bh/7+W473P0oALMsaT6VSXxUKhbWUUmrbtmCaJi1vUELIwhUA53Bd l4uiyG/4nzHGXM45CCGuz+crKYoyTwiZBjDq8/lOqqp64ujRo8l9+/Y5twK5LQGdnZ1Xx8bGdjHG qhRF8c3Pz4fy+by3UChQzjnhnPMbXueUUocQwgVBsCVJMgRBKAKwHMfJeTyeOa/Xm+ScT1JKz9u2 PbJ//34Nd9g2fyKgurqaDw0NfXL+/PmgZVkdqqrWOI4jFwoFUiqVhHw+Tx3HcRRFYZIk2Vi4my9K klSilJZEUczrup6RJOl6MBhMAJjWNG32wIED+k8FXo5v/cX00UcftczMzCzNZrPVjuOIN8YEls1m iWEYriiK3OPxMEqpaVmWwRhzOOeGIAhZwzBKxWKxYNt26eDBgwYA9h3PvBt3427cjT/E/wEiVI/S BLHRhQAAAABJRU5ErkJggg== "/></g></svg>
--- a/eric6/icons/breeze-light/erict-bwi.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/erict-bwi.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADlNJREFU aIHtWWlsVOd6fr7vrLMvPrHHeMYYG3scsDFmMZCyZicLQSEooYUfqVBzSaL0/siPJm1z1SRtVCmk 6o8rcv8lVJWqKrrKLU2jkBpMa5EAFjtJiI0HPLYHb7MvZ87yff0Bc8TNJWQjV/3BIx1pRjOa73nO uz3nHeAO7uAO/l+Cc05EUaTf9T3yxyBzM2zbto1WKhWBEOJSFMVLKQ0IghCoVCp1fr/fL4qiFgwG /QCS2Wz2/ODgYGJkZCTzzd/5owl46qmnxGg06uOch0OhUHNdXd3SUCgUp5Q2VavViMvlClNKVdM0 3aVSSR4fHxcMwxCLxaIBYIpSerKlpWX/m2+++R/pdJr/7ALeeustiRDiTyaTsVgs1iUIwlJd1xfZ tt1crVYb8vl8YHJyUpiYmCB+vx+qqsK2bcRiMSLLMjjnqFarUBQFmqbxWCyGjo6O87qu//LBBx88 VDtHvJ2kOefkvvvum7dq1ao/OXLkyBpVVXtM02wbGRmpy+VyrnQ6TWZnZ5HP54koivB6vTAMA729 vYjFYjh9+jTmzZuHaDSKfD4PwzAQCAQgSRJxuVwghCyilD64b9++/9mzZ491WwVs2rQp9MYbb2zt 7e19ur6+/p7GxkbPihUryNdff00IIcjlcpibm8PMzAzS6TTC4TA0TUO1WsVDDz2E9evXY9++fWCM gTEGAAgGgwgGg+Ccw7Zt6LpORVFcwDmXANweAX19fcrjjz/+kMfj2UEpfaS7u9t38uRJEgqF0NfX h/HxcVy6dAmdnZ1QFAXNzc0g5FrmWpYFj8eDSCSCCxcuYGRkBPX19TAMA7UIaZoGl8sFRVFAKYVl WUXOOaud/5ME7Nmzp72rq+vPVVXdlUgk5kmSROrr6+H1etHc3Ayv14sXX3wRb7/9Ni5fvgxCCILB IAzDwPz583HixAl8/vnnSCaTkCQJoiiira0NLS0t0HUdfr8fLpcLCxYsgCAIyGaz5vT09FfPP/+8 8cILL/wkAeS11157ePHixX+p6/q9x48flyqVCtatW4fGxkY8++yzYIwhHA5DFEUEAgGUSiUwxvDZ Z59hYmICfX19aGlpwdmzZ5HNZuHxeOD1emGaJhoaGqAoCizLgs/ng8fjga7r8Pl8di6XmyKEOF3o Bwt4+eWX6YYNG/6MUvpXk5OTd6dSKdLW1oZcLgfOOdxuNxRFgaIo15QSAq/Xi3Q6Ddu2kc/nAQCK omDt2rUYGxuDpmm45557kEwmwTlHMBhEOByGaZqYnZ3FhQsXQCmFoij8ypUr1o18fqgA0tTUtOvI kSN/e+7cudahoSECALFYDI888gjC4TBkWUYmk4GiKHC5XCiXyzh06BBM00RPTw++/PJLyLKM6elp cM4RiURQLBYhyzJ6enqgKAo457h48SJ8Ph8AQJIkSJIEzrnNGCv9aAHPPffcjuHh4b8+duxY6+XL l0kkEsFjjz0GSikikQhOnjwJTdOwfPlymKYJj8eDs2fPore3F5qmobGxEQcPHoTb7YYoikgmk+jp 6cHo6CgCgQCmp6chyzKKxSIYYyiXy5BlGaIo1qI5ZZrm5Rs5Cd+X/JYtWzbruv56IpHoLJfLZMeO Hdi5cycsy8KBAwcgSRJkWcapU6egKAqSySRGR0dx+PBh6LqOc+fO4a677kIwGIQkSQiHw0ilUli9 ejXWrFkDRVGQSCQgCAI8Hg/cbjckSQJjDIIggHPOAfzXlStX/qW/v9/8QRF44IEHVj3xxBO/5Jwv ZoyRVCqFmZkZvPLKK5iamgJjDO3t7UilUuju7oaiKBgYGMCiRYvQ3NyMEydOoFAoYHZ2Flu2bMGn n36KcrkMTdMgiiIGBwcRDAbR29sLVVVRLpdBKYVt22CM1drnbKlUOvDqq6/WUogA4N8Zge7u7rv9 fv/fWZb18NTUFPV4PHj33XcxNDQEAHC5XFi/fj02btyIQ4cOYWhoCCtWrMDChQsRjUYxODjotMS5 uTm0trZC0zR4vV5s3LgRgUAAp06dgsvlAuccsizD7XaDUgrDMGrt1bYsa//w8PC7H3/8sXGDgFun 0MaNGwMbNmx49erVqzuOHDkiHDt2DAsWLEAqlUIgEEBHRwfq6+uxefNm5HI5VKtVeL1e9PT0YGBg ALIso1qtwrZtZ6oWCgWsWbMG4XAYo6Oj8Hg8kGXZ+fxGCIIASim3LOsTXdff2rlz5/g3Od4yharV 6g5d1//06tWrgmVZIISgoaEBPT09KBaLCIfDcLvd0DQNU1NTuPvuuyEIAqLRKFRVRS6Xw8qVK3Hh wgUUCgX4fD50dHSgrq4O/f39uHTpEiKRCFasWIGxsTH4/X4IggDGGKrVKmRZ5pVK5VC5XP7HzZs3 n78Zx28VsGvXruUzMzO/sCzLX6lUIAgCQqEQotEo4vE4crkcxsfHoaoqisUiXC4XRFEEpRR+vx/z 589HqVSCoihYv349MpkMKKUYGRmB2+2GIAhYuHAhdF1HMBhEqVSCYRjgnNesBCsWi/85MzPzD9u3 bz/2bTxvmkKrV6+WgsHg8/l8fmssFhNWrlwJy7KwePFiyLKMRCKB+vp6RCIRrF69GtlsFrZtg1KK SqWCSCQCzrnzvq2tDV6vFx988AGOHj2KJUuWoL29HbIsQ5ZlJ13K5TIYY9B13S4WiwcSicTf79q1 6/itsuSmEfD7/V2hUGiLJEnC8PAwNm3ahO3bt6O1tRWXL19GsVjEV199hXw+D1EU4XK5HLK2bWNq agrz58+HZVkYHR3FmTNnoKoqZmZm0NXVBUmS0N7eDlEUYds2LMty7r5pmpW5ubn9uq7/0+7duy/e ivxNI9DU1CRqmvZ8LpfbWiwWaU9PDzjnmJmZAaUUwWAQExMTqFQqkGUZhBDEYjFUKhV4PB7EYjG0 tbWBc46DBw/ik08+QSQSQUdHBwRBQHt7O8LhsON7apajWq1yURSThULhnxOJxNu7d+8e+y7yN41A Op1ukyTpoXg8TjOZDHw+HxhjyOfzGBoawqpVq9Dd3Y18Pu+YrYaGBoRCIUxPT+P06dPQNA3Hjx/H 6OgoFi9ejJUrV8Ln86GzsxPXH0xgGAYEQUAul4Nt23apVOo3DOM3AwMDB9555x3zZmS/U8CSJUuE jo6O7YyxpbIsk46ODoiiiFAoBOBazxcEAc3NzYjH45icnEQymcThw4cxOTmJarWKUCiEpqYmBINB rFu3Dq2trYjH4ygUCk6BEkJQKpWQyWS4YRhpURTfm52d/c3OnTuHvy/xmwq4ePFip8/n2758+XKx s7MToVAIc3NzaGxsxIIFC5DNZmGaJgqFAjKZDIaGhnDp0iVomoYNGzbA6/WiUCgAAJYvX+4UdiqV AmPMqZGaNcjlcqey2eyv33vvvX/r7+8v/1DywA01oKqq0N7e/ot0Ov2U3++nXV1d8Pl8EEURnHNI kgRFUVCpVKDrOkRRhKZpWLhwISKRCCzLQj6fR6lUQrVadQ64XpjOJYoiGGM8mUz+75kzZ/7mpZde +m0ikfjeKfNNOBHgnDcvW7ZsC2NMcLlcuHLlCpqamhAOh1Eul5HJZNDQ0ACPx4Pp6WmMjo4iFApB VVV4PB5nolJKQSkFIQSWZYFzDsuyQCmFqqrQdZ2nUqlDR48efWvv3r39P5b4HwiwLGvZF198sZBz jieffNIhC8DpGoVCAYQQNDU1OU6xNuQopWCMOYRrr2uXLMsoFAp8bGzsvycmJn61d+/ez34qeeB6 CimKIgYCgb+Ix+NrTdMkjDEEAgG4XC6n3cmy7BQxpRSmacKyLMiy7DxwCIIASZKcH7/mgAFVVWFZ Fh8eHj5+6tSpX73++uuDt4M8cD0CLperIxqN3h8KhejSpUtx8uRJUEqdKXmdgOP5FUX5vfUHADDG QAiBbdvOULIsC6qq1obcuK7r7+zdu3fgdpF3BITD4eampqbomTNnMDc3h76+Pti2jUKhgGAwCEKI c/dLpRJM03QiYds2JElyyOu6DsaYY4uvi7cKhcL+jz766MPbSd4RMDU15YtGo2TTpk3IZDJoaWlB OBwGIcQZ96ZpwufzwefzgVLqLJtu3PGYpgnGGERRhCzLEASh1nZHz58//+8ffvihcUs2P0YA55zc f//9Dc3NzWo2m3XsriRJKBaLKJfLkCSp9lQEQohz52sCGGMwTdPp+zVXSgjhhBBb1/UL1Wr10u0m D1yPwKJFixSXy0Xy+TzS6TRyuRzi8Th8Ph/cbrcTCQDOJKX02uqeMeZ0HVEUoSgKBEGokWe6rqev Xr06VSwWPQBK38rkpwjYv39/qbW1lT399NPo6upyvEptagLX9ju1/FYUxbnzteIVRbHWjTillBuG YXDOy9VqdYRzPlEsFsOc85kbl1K3RQAhhK9du3Z02bJl+Xnz5tWFw2GoqgpRFAmlFIIgOAPpunPk nHPCGOOWdW3HJAhCTQAnhFiWZeUqlcqMZVljxWJxQBTF/kKhMH38+C2t/Y8TAACyLH+tadqXXq93 JWOMSpIkKIpCawXKr4EQQiAIArcsi1/Pf0YptQkh4Jzb5XK5XKlU5jjnEwC+KpfLnxUKhcF77713 fNu2bdb777//8wg4ffr0lXg8/q+U0mClUnHX1dUFfD6f4vV6KbkGfj3XOWPM4pxz27ZN0zR127ZL AAxRFPOGYUxXq9VxQsgoY+y0JEnnt27dmrndafMHAtLpNB8cHPzd0qVL/bIstxcKBU0URdXr9RK3 2y34fD4qiqJVqVSYaZomru3mS6ZplhljZcuyCi6XK2uaZiqfzycBTIRCoalHH3208nMRr+H3/mJ6 5plnmiORSEcgEKgTRVG8bhNYIBAgqqralmVxwzAYY6wqy7JOKbUIIbpt2zlVVcsej6coSVL54Ycf 1gkh7NsOvYM7uIM7cPB/8BDXtyDs+MYAAAAASUVORK5CYII= "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-light/erict-hc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/erict-hc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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  "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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  "/></g></svg>
--- a/eric6/icons/breeze-light/erict.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/erict.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -284.3)">
-  <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -284.3)"><image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-light/errorLineMarker.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/errorLineMarker.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#de8787" stroke="#a00" stroke-width=".48653"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#de8787" stroke="#a00" stroke-width=".48653"/></g></svg>
--- a/eric6/icons/breeze-light/esp32Device.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/esp32Device.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)">
-  <path d="m0 290.65v-6.35h12.7v12.7h-12.7zm12.171 0v-5.8208h-11.642v11.642h11.642zm-10.453 0.0234 0.0061-4.6442 4.5621-0.0183c2.5091-0.0101 4.5655 0.0473 4.5697 0.12759 0.0042 0.0802 0.02265 2.17 0.04105 4.6438l0.03345 4.4979-9.2185 0.0374 0.0061-4.6442zm4.3197 2.1421c0.04631-0.48245-0.07275-1.0674-0.26458-1.2998-0.2749-0.33309-0.27872-0.4462-0.01805-0.53393 0.1819-0.0612 0.33073-0.27999 0.33073-0.48614 0-0.26785-0.33981-0.37483-1.1906-0.37483-0.65484 0-1.1906 0.11907-1.1906 0.26459s0.26194 0.26458 0.58208 0.26458c0.45273 0 0.51153 0.0706 0.26458 0.3175-0.48688 0.48688-0.37772 1.0054 0.21167 1.0054 0.38806 0 0.52917 0.17639 0.52917 0.66145 0 0.72407-0.70024 0.91372-1.27 0.34396-0.24694-0.24694-0.3175-0.22734-0.3175 0.0882 0 0.62941 0.29968 0.79024 1.3135 0.70492 0.84683-0.0713 0.94348-0.16189 1.0197-0.95592zm2.6939 0.74489c0-0.14552-0.30999-0.26459-0.68887-0.26459h-0.68887l0.82116-0.93524c0.92753-1.0564 0.91978-1.0319 0.54727-1.728-0.17217-0.3217-0.5532-0.51178-1.0259-0.51178-0.79728 0-1.566 0.62656-1.1126 0.90681 0.14253 0.0881 0.33393 0.0392 0.42534-0.10874 0.0914-0.1479 0.33776-0.2689 0.54745-0.2689 0.64406 0 0.42372 0.91865-0.41249 1.7198-1.1336 1.0861-1.033 1.4552 0.39688 1.4552 0.65484 0 1.1906-0.11906 1.1906-0.26458zm-3.7042-3.9467c0-0.1334-0.14883-0.29263-0.33073-0.35385-0.25784-0.0868-0.2507-0.20827 0.0324-0.55122 0.23606-0.28597 0.25921-0.4399 0.06615-0.4399-0.16334 0-0.29698-0.17859-0.29698-0.39688 0-0.21828 0.17859-0.39687 0.39688-0.39687 0.21828 0 0.39688 0.16402 0.39688 0.36448s0.17859 0.5127 0.39688 0.69385c0.43983 0.36503 0.55086 0.92015 0.13229 0.66146-0.14552-0.0899-0.26458 0.0304-0.26458 0.26737 0 0.29552 0.18704 0.40433 0.59531 0.34635 0.72132-0.10245 0.93208-1.0407 0.3435-1.5292-0.52304-0.43408-0.53108-0.83434-0.01277-0.63545 0.21828 0.0838 0.39688 0.0301 0.39688-0.1192 0-0.1546-0.68354-0.27477-1.5875-0.27909l-1.5875-8e-3v1.3091c1e-6 1.22 0.04503 1.3091 0.66146 1.3091 0.3638 0 0.66146-0.10914 0.66146-0.24253zm2.9104-0.17808c0-0.23134 0.25798-0.62951 0.57329-0.88483 0.78089-0.63233 0.48244-1.3404-0.56498-1.3404-0.78608 0-0.80205 0.0263-0.80205 1.3229 0 0.99954 0.09701 1.3229 0.39688 1.3229 0.21828 0 0.39688-0.18927 0.39688-0.42061zm0.02089-1.5858c0.01269-0.30823 0.07539-0.37092 0.15985-0.15986 0.07643 0.191 0.06703 0.4192-0.02089 0.50712-0.08792 0.0879-0.15045-0.0684-0.13896-0.34726z" stroke-width=".26458"/>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)"><path d="m0 290.65v-6.35h12.7v12.7h-12.7zm12.171 0v-5.8208h-11.642v11.642h11.642zm-10.453 0.0234 0.0061-4.6442 4.5621-0.0183c2.5091-0.0101 4.5655 0.0473 4.5697 0.12759 0.0042 0.0802 0.02265 2.17 0.04105 4.6438l0.03345 4.4979-9.2185 0.0374 0.0061-4.6442zm4.3197 2.1421c0.04631-0.48245-0.07275-1.0674-0.26458-1.2998-0.2749-0.33309-0.27872-0.4462-0.01805-0.53393 0.1819-0.0612 0.33073-0.27999 0.33073-0.48614 0-0.26785-0.33981-0.37483-1.1906-0.37483-0.65484 0-1.1906 0.11907-1.1906 0.26459s0.26194 0.26458 0.58208 0.26458c0.45273 0 0.51153 0.0706 0.26458 0.3175-0.48688 0.48688-0.37772 1.0054 0.21167 1.0054 0.38806 0 0.52917 0.17639 0.52917 0.66145 0 0.72407-0.70024 0.91372-1.27 0.34396-0.24694-0.24694-0.3175-0.22734-0.3175 0.0882 0 0.62941 0.29968 0.79024 1.3135 0.70492 0.84683-0.0713 0.94348-0.16189 1.0197-0.95592zm2.6939 0.74489c0-0.14552-0.30999-0.26459-0.68887-0.26459h-0.68887l0.82116-0.93524c0.92753-1.0564 0.91978-1.0319 0.54727-1.728-0.17217-0.3217-0.5532-0.51178-1.0259-0.51178-0.79728 0-1.566 0.62656-1.1126 0.90681 0.14253 0.0881 0.33393 0.0392 0.42534-0.10874 0.0914-0.1479 0.33776-0.2689 0.54745-0.2689 0.64406 0 0.42372 0.91865-0.41249 1.7198-1.1336 1.0861-1.033 1.4552 0.39688 1.4552 0.65484 0 1.1906-0.11906 1.1906-0.26458zm-3.7042-3.9467c0-0.1334-0.14883-0.29263-0.33073-0.35385-0.25784-0.0868-0.2507-0.20827 0.0324-0.55122 0.23606-0.28597 0.25921-0.4399 0.06615-0.4399-0.16334 0-0.29698-0.17859-0.29698-0.39688 0-0.21828 0.17859-0.39687 0.39688-0.39687 0.21828 0 0.39688 0.16402 0.39688 0.36448s0.17859 0.5127 0.39688 0.69385c0.43983 0.36503 0.55086 0.92015 0.13229 0.66146-0.14552-0.0899-0.26458 0.0304-0.26458 0.26737 0 0.29552 0.18704 0.40433 0.59531 0.34635 0.72132-0.10245 0.93208-1.0407 0.3435-1.5292-0.52304-0.43408-0.53108-0.83434-0.01277-0.63545 0.21828 0.0838 0.39688 0.0301 0.39688-0.1192 0-0.1546-0.68354-0.27477-1.5875-0.27909l-1.5875-8e-3v1.3091c1e-6 1.22 0.04503 1.3091 0.66146 1.3091 0.3638 0 0.66146-0.10914 0.66146-0.24253zm2.9104-0.17808c0-0.23134 0.25798-0.62951 0.57329-0.88483 0.78089-0.63233 0.48244-1.3404-0.56498-1.3404-0.78608 0-0.80205 0.0263-0.80205 1.3229 0 0.99954 0.09701 1.3229 0.39688 1.3229 0.21828 0 0.39688-0.18927 0.39688-0.42061zm0.02089-1.5858c0.01269-0.30823 0.07539-0.37092 0.15985-0.15986 0.07643 0.191 0.06703 0.4192-0.02089 0.50712-0.08792 0.0879-0.15045-0.0684-0.13896-0.34726z" stroke-width=".26458"/></g></svg>
--- a/eric6/icons/breeze-light/exceptions.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/exceptions.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/>
-   <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/><rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/></g></g></svg>
--- a/eric6/icons/breeze-light/exit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/exit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m5 5v2.5h7.5v-2.5h-7.5" color="#da4453" fill="currentColor"/>
-</svg>
+        }</style></defs><path class="ColorScheme-NegativeText" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m5 5v2.5h7.5v-2.5h-7.5" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/exportShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/exportShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="#232629">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
- <path class="ColorScheme-Text" d="m1 1v8h8v-6.4792l-1.5208-1.5208h-5.8125zm0.66667 0.66667h1.3333v2.6667h4v-2.6667h0.1875l1.1458 1.1458v5.5208h-0.66667v-2.6667h-5.3542v2.6667h-0.64583zm2 0h1.2708v2h-1.2708zm-0.66667 4.6667h4v2h-4z" color="#eff0f1" fill="#232629"/>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="#232629"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g><path class="ColorScheme-Text" d="m1 1v8h8v-6.4792l-1.5208-1.5208h-5.8125zm0.66667 0.66667h1.3333v2.6667h4v-2.6667h0.1875l1.1458 1.1458v5.5208h-0.66667v-2.6667h-5.3542v2.6667h-0.64583zm2 0h1.2708v2h-1.2708zm-0.66667 4.6667h4v2h-4z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/featurePermission.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/featurePermission.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,24 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/>
- <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/>
- <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g stroke-width=".5"><circle cx="11" cy="11" r="10" fill="url(#h)"/><path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#g)" opacity=".2"/><path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#f)"/><path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-light/fileD.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileD.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#a02c2c" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#a02c2c" stroke-width=".18515">D</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#a02c2c" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#a02c2c" stroke-width=".18515">D</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/fileDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/>
-</svg>
+        }</style></defs><path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/fileDeleteList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileDeleteList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
             color:#da4453;
-        }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m11 11v0.83333h10v-0.83333zm0 1.6667v0.83333h5.8333v-0.83333zm0 2.5v0.83333h10v-0.83333zm0 1.6667v0.83333h4.1667v-0.83333zm0 2.5v0.83333h6.6667v-0.83333zm8.3333 0.83333v0.83333h1.6667v-0.83333z" fill="#232629"/>
-</svg>
+        }</style></defs><path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/><path class="ColorScheme-Text" d="m11 11v0.83333h10v-0.83333zm0 1.6667v0.83333h5.8333v-0.83333zm0 2.5v0.83333h10v-0.83333zm0 1.6667v0.83333h4.1667v-0.83333zm0 2.5v0.83333h6.6667v-0.83333zm8.3333 0.83333v0.83333h1.6667v-0.83333z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/fileDesigner.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileDesigner.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g fill="#232629">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g fill="#232629"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-light/fileIDL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileIDL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.96631 1.0349)" x="0.13057615" y="285.45972" fill="#1389ec" font-family="sans-serif" font-size="3.5808px" letter-spacing="0px" stroke-width=".08952" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.13057615" y="285.45972" fill="#1389ec" stroke-width=".08952">IDL</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.96631 1.0349)" x="0.13057615" y="285.45972" fill="#1389ec" font-family="sans-serif" font-size="3.5808px" letter-spacing="0px" stroke-width=".08952" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.13057615" y="285.45972" fill="#1389ec" stroke-width=".08952">IDL</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/fileJavascript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileJavascript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/></g></svg>
--- a/eric6/icons/breeze-light/fileLinguist.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileLinguist.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#d35f5f"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#d35f5f"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#d35f5f"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#d35f5f"/></svg>
--- a/eric6/icons/breeze-light/fileLinguist2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileLinguist2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-light/fileMisc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileMisc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-light/fileModified.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileModified.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
- <path class="ColorScheme-Text" d="m6 8v10h10v-8.099l-1.901-1.901h-7.2656zm0.83333 0.83333h1.6667v3.3333h5v-3.3333h0.23438l1.4323 1.4323v6.901h-0.83333v-3.3333h-6.6927v3.3333h-0.80729zm2.5 0h1.5885v2.5h-1.5885zm-0.83333 5.8333h5v2.5h-5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/><path class="ColorScheme-Text" d="m6 8v10h10v-8.099l-1.901-1.901h-7.2656zm0.83333 0.83333h1.6667v3.3333h5v-3.3333h0.23438l1.4323 1.4323v6.901h-0.83333v-3.3333h-6.6927v3.3333h-0.80729zm2.5 0h1.5885v2.5h-1.5885zm-0.83333 5.8333h5v2.5h-5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/fileMultiProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileMultiProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/filePixmap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/filePixmap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path d="m327 537.36v1.2308 0.61538 1.8462 0.2524 0.36058 8.988 0.2452 1.2308 0.51683 0.71394h20v-0.84616-0.38461-14.769h-1.25-13.75-0.62989-0.57128-1.9238-0.625zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h0.0659 13.75v13.538h-17.5v-0.089-0.10818-0.76682l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g></svg>
--- a/eric6/icons/breeze-light/fileProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/filePython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/filePython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-light/filePython2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/filePython2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-light/fileResource.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileResource.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#32a58d">
-   <rect x="329" y="537.36" width="8" height="1"/>
-   <rect x="329" y="541.36" width="16" height="1"/>
-   <rect x="329" y="548.36" width="16" height="1"/>
-   <rect x="329" y="545.36" width="8" height="1"/>
-   <rect x="329" y="552.36" width="12" height=".99998"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#32a58d"><rect x="329" y="537.36" width="8" height="1"/><rect x="329" y="541.36" width="16" height="1"/><rect x="329" y="548.36" width="16" height="1"/><rect x="329" y="545.36" width="8" height="1"/><rect x="329" y="552.36" width="12" height=".99998"/></g></g></svg>
--- a/eric6/icons/breeze-light/fileRuby.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileRuby.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/></g></svg>
--- a/eric6/icons/breeze-light/fileSave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/fileSaveAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSaveAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.9 0 0 .90925 -.7 2.815)" fill="#232629">
-  <path d="m7 3.0039v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/>
-  <path d="m7 16h4v3h-4zm0-7h2v3h-2zm-3 0h2v4h6v-4h0.58203l1.418 1.418v8.582h-2v-4h-6v4h-2zm-1-1v12h12v-10h-0.0039l-1.9961-1.9961v-0.0039062z"/>
-  <path d="m11-1.9961v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(.9 0 0 .90925 -.7 2.815)" fill="#232629"><path d="m7 3.0039v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/><path d="m7 16h4v3h-4zm0-7h2v3h-2zm-3 0h2v4h6v-4h0.58203l1.418 1.418v8.582h-2v-4h-6v4h-2zm-1-1v12h12v-10h-0.0039l-1.9961-1.9961v-0.0039062z"/><path d="m11-1.9961v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/></g></svg>
--- a/eric6/icons/breeze-light/fileSaveAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSaveAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 2v17.993h10v-1.1245h-5.5556v-6.7467h5.5556v-1.1245h-6.6667v7.8712h-2.2222v-15.742h3.3333v5.6223h8.8889v-5.6223h0.32552l3.0078 3.0439v3.7028h1.1111v-4.1596h-0.0087l0.0087-0.010981-3.6589-3.7028-0.0087 0.010981v-0.010981h-0.77691zm5.5556 1.1266h4.3338v4.4978h-4.3338zm12.222 7.8712-1.1068 1.1179h-0.0043l-5.5556 5.6201 0.0087 0.01098-0.0043 1.1288h-0.0043v1.1245h2.2222l0.0065-0.01098h0.01515l-0.0065-0.01098 1.0959-1.1091 4.4444-4.4934-0.78342-0.79722-5.5447 5.6069-0.65972-0.66545 5.5469-5.6091 0.65755 0.66764 0.78342 0.79063 1.111-1.1245z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 2v17.993h10v-1.1245h-5.5556v-6.7467h5.5556v-1.1245h-6.6667v7.8712h-2.2222v-15.742h3.3333v5.6223h8.8889v-5.6223h0.32552l3.0078 3.0439v3.7028h1.1111v-4.1596h-0.0087l0.0087-0.010981-3.6589-3.7028-0.0087 0.010981v-0.010981h-0.77691zm5.5556 1.1266h4.3338v4.4978h-4.3338zm12.222 7.8712-1.1068 1.1179h-0.0043l-5.5556 5.6201 0.0087 0.01098-0.0043 1.1288h-0.0043v1.1245h2.2222l0.0065-0.01098h0.01515l-0.0065-0.01098 1.0959-1.1091 4.4444-4.4934-0.78342-0.79722-5.5447 5.6069-0.65972-0.66545 5.5469-5.6091 0.65755 0.66764 0.78342 0.79063 1.111-1.1245z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/fileSaveCopy.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSaveCopy.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1v4.7024h1.25v-3.5302h2.5v3.5302h1.25v-3.5302h2.5v3.5302h3.75v-3.5302h0.72754l1.7725 1.6686v10.099h-2.5v1.1767h3.75v-11.763h-0.0049l-2.4951-2.3535zm-5 5.8791v14.121h15v-11.767h-0.0049l-2.4951-2.3489v-0.0046zm1.25 1.1767h2.5v4.707h7.5v-4.707h0.72754l1.7725 1.6686v10.099h-2.5v-4.707h-7.5v4.707h-2.5zm3.75 0h2.5v3.5302h-2.5zm0 8.2372h5v3.5302h-5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1v4.7024h1.25v-3.5302h2.5v3.5302h1.25v-3.5302h2.5v3.5302h3.75v-3.5302h0.72754l1.7725 1.6686v10.099h-2.5v1.1767h3.75v-11.763h-0.0049l-2.4951-2.3535zm-5 5.8791v14.121h15v-11.767h-0.0049l-2.4951-2.3489v-0.0046zm1.25 1.1767h2.5v4.707h7.5v-4.707h0.72754l1.7725 1.6686v10.099h-2.5v-4.707h-7.5v4.707h-2.5zm3.75 0h2.5v3.5302h-2.5zm0 8.2372h5v3.5302h-5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/fileSavePixmap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSavePixmap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path transform="translate(326 534.36)" d="m1 1v1.2305 0.61523 1.8457 0.25391 0.35938 8.9883 0.24609 1.2305 0.51562 0.71484h8.1211v-1.2305h-6.8711v-0.089843-0.10742-0.76758l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h0.066406 13.75v6.8906h1.25v-8.1211h-1.25-13.75-0.63086-0.57031-1.9238-0.625-1.25zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/fileSaveProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSaveProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 4.8223v-1.25h-4.8223v-13.75h15v3.5723h1.25v-7.3223-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path d="m13.667 17.333h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h6.0723v-1.25h-4.8223v-13.75h15v3.5723h1.25v-8.5723h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path d="m13.667 17.333h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/fileSaveVisiblePixmap.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSaveVisiblePixmap.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path transform="translate(326 534.36)" d="m1 1v1.2305 0.61523 1.8457 0.25391 0.35938 8.9883 0.24609 1.2305 0.51562 0.71484h8.1211v-1.2305h-6.8711v-0.089843-0.10742-0.76758l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h0.066406 13.75v6.8906h1.25v-8.1211h-1.25-13.75-0.63086-0.57031-1.9238-0.625-1.25zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/>
-  <g transform="matrix(.63461 0 0 .55556 64.3 240.26)" fill="#232629">
-   <g transform="matrix(.75 0 0 .75 421.46 -241.23)" fill="#232629">
-    <path class="ColorScheme-Text" transform="matrix(1.3333 0 0 1.3333 .33333 1030.7)" d="m8 3a9 9 0 0 0-7.877 4.668c0.12895 0.36375 0.35744 0.6766 0.65625 0.9082a8 8 0 0 1 7.2207-4.5762 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.6504-3.9824 8 8 0 0 1 6.8711 4.5586c0.30152-0.2337 0.53191-0.55009 0.66016-0.91797a9 9 0 0 0-7.8809-4.6582zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.089844-0.58789 1 1 0 0 1-0.91016 0.58789 1 1 0 0 1-1-1 1 1 0 0 1 0.58984-0.91016 2 2 0 0 0-0.58984-0.089844z" fill="#232629"/>
-   </g>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/><g transform="matrix(.63461 0 0 .55556 64.3 240.26)" fill="#232629"><g transform="matrix(.75 0 0 .75 421.46 -241.23)" fill="#232629"><path class="ColorScheme-Text" transform="matrix(1.3333 0 0 1.3333 .33333 1030.7)" d="m8 3a9 9 0 0 0-7.877 4.668c0.12895 0.36375 0.35744 0.6766 0.65625 0.9082a8 8 0 0 1 7.2207-4.5762 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.6504-3.9824 8 8 0 0 1 6.8711 4.5586c0.30152-0.2337 0.53191-0.55009 0.66016-0.91797a9 9 0 0 0-7.8809-4.6582zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.089844-0.58789 1 1 0 0 1-0.91016 0.58789 1 1 0 0 1-1-1 1 1 0 0 1 0.58984-0.91016 2 2 0 0 0-0.58984-0.089844z" fill="#232629"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/fileShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g></svg>
--- a/eric6/icons/breeze-light/fileSvg.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileSvg.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m330.65 535.36v3.5294h1.1538v3.596c-1.3405 0.27898-2.3043 1.4796-2.3077 2.8745 2e-3 1.3958 0.96641 2.5977 2.3077 2.8768v3.5938h-1.1538v3.5294h3.4615v-3.5294h-1.1538v-2.1416a11.538 10 0 0 0 10.385 5.671 11.538 10 0 0 0 1.1538-0.0506v-1.1926a10.385 8.8235 0 0 1-1.1538 0.0666 10.385 8.8235 0 0 1-9.8685-6.1121c1.078-0.4512 1.7899-1.5175 1.7916-2.7114-4.9e-4 -1.197-0.71394-2.2679-1.7961-2.7183a10.385 8.8235 0 0 1 9.873-6.1052 10.385 8.8235 0 0 1 1.1538 0.0597v-1.1765a11.538 10 0 0 0-1.1538-0.0597 11.538 10 0 0 0-10.385 5.6595v-2.1301h1.1538v-3.5294zm1.1538 1.1765h1.1538v1.1765h-1.1538zm0.57693 7.0588a1.7308 1.7647 0 0 1 1.4581 0.81802 1.7308 1.7647 0 0 1 0.19832 0.44117c4.9e-4 2e-3 2e-3 3e-3 2e-3 5e-3a1.7308 1.7647 0 0 1 0 5e-3 1.7308 1.7647 0 0 1 0.0721 0.49632 1.7308 1.7647 0 0 1-0.0721 0.50322 1.7308 1.7647 0 0 1-0.19831 0.44117c-9e-4 1e-3 -9.8e-4 3e-3 -2e-3 5e-3a1.7308 1.7647 0 0 1-2e-3 2e-3 1.7308 1.7647 0 0 1-0.30875 0.36535 1.7308 1.7647 0 0 1-1.1471 0.44807 1.7308 1.7647 0 0 1-1.3499-0.66177 1.7308 1.7647 0 0 1-0.27494-0.50092c-2e-3 -6e-3 -5e-3 -0.0121-7e-3 -0.0184a1.7308 1.7647 0 0 1-0.0992-0.58364 1.7308 1.7647 0 0 1 0.0969-0.57675c4e-3 -0.0102 8e-3 -0.0197 0.0113-0.0299a1.7308 1.7647 0 0 1 0.26818-0.48713c4.1e-4 -5.2e-4 -4e-4 -2e-3 0-2e-3a1.7308 1.7647 0 0 1 1.3544-0.66866zm-0.57693 9.4118h1.1538v1.1765h-1.1538z" color="#000000" color-rendering="auto" fill="#3583dc" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m330.65 535.36v3.5294h1.1538v3.596c-1.3405 0.27898-2.3043 1.4796-2.3077 2.8745 2e-3 1.3958 0.96641 2.5977 2.3077 2.8768v3.5938h-1.1538v3.5294h3.4615v-3.5294h-1.1538v-2.1416a11.538 10 0 0 0 10.385 5.671 11.538 10 0 0 0 1.1538-0.0506v-1.1926a10.385 8.8235 0 0 1-1.1538 0.0666 10.385 8.8235 0 0 1-9.8685-6.1121c1.078-0.4512 1.7899-1.5175 1.7916-2.7114-4.9e-4 -1.197-0.71394-2.2679-1.7961-2.7183a10.385 8.8235 0 0 1 9.873-6.1052 10.385 8.8235 0 0 1 1.1538 0.0597v-1.1765a11.538 10 0 0 0-1.1538-0.0597 11.538 10 0 0 0-10.385 5.6595v-2.1301h1.1538v-3.5294zm1.1538 1.1765h1.1538v1.1765h-1.1538zm0.57693 7.0588a1.7308 1.7647 0 0 1 1.4581 0.81802 1.7308 1.7647 0 0 1 0.19832 0.44117c4.9e-4 2e-3 2e-3 3e-3 2e-3 5e-3a1.7308 1.7647 0 0 1 0 5e-3 1.7308 1.7647 0 0 1 0.0721 0.49632 1.7308 1.7647 0 0 1-0.0721 0.50322 1.7308 1.7647 0 0 1-0.19831 0.44117c-9e-4 1e-3 -9.8e-4 3e-3 -2e-3 5e-3a1.7308 1.7647 0 0 1-2e-3 2e-3 1.7308 1.7647 0 0 1-0.30875 0.36535 1.7308 1.7647 0 0 1-1.1471 0.44807 1.7308 1.7647 0 0 1-1.3499-0.66177 1.7308 1.7647 0 0 1-0.27494-0.50092c-2e-3 -6e-3 -5e-3 -0.0121-7e-3 -0.0184a1.7308 1.7647 0 0 1-0.0992-0.58364 1.7308 1.7647 0 0 1 0.0969-0.57675c4e-3 -0.0102 8e-3 -0.0197 0.0113-0.0299a1.7308 1.7647 0 0 1 0.26818-0.48713c4.1e-4 -5.2e-4 -4e-4 -2e-3 0-2e-3a1.7308 1.7647 0 0 1 1.3544-0.66866zm-0.57693 9.4118h1.1538v1.1765h-1.1538z" color="#000000" color-rendering="auto" fill="#3583dc" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/><rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/><rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/></g></svg>
--- a/eric6/icons/breeze-light/fileText.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/fileText.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#16907d" stroke-width="1.25">
-  <rect x="327" y="535.36" width="10" height="1.25"/>
-  <rect x="327" y="540.36" width="20" height="1.25"/>
-  <rect x="327" y="549.11" width="20" height="1.25"/>
-  <rect x="327" y="545.36" width="10" height="1.25"/>
-  <rect x="327" y="554.11" width="15" height="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#16907d" stroke-width="1.25"><rect x="327" y="535.36" width="10" height="1.25"/><rect x="327" y="540.36" width="20" height="1.25"/><rect x="327" y="549.11" width="20" height="1.25"/><rect x="327" y="545.36" width="10" height="1.25"/><rect x="327" y="554.11" width="15" height="1.25"/></g></svg>
--- a/eric6/icons/breeze-light/filemanager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/filemanager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,35 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4399" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34462 0 0 .34601 -140.48 864.62)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4178" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34462 0 0 .34589 -132.55 862.95)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#127bdc" offset="0"/>
-   <stop stop-color="#64b4f4" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4225" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 864.58)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#f5f5f5" offset="0"/>
-   <stop stop-color="#f9f9f9" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4297" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 862.89)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#1d5e8c" offset="0"/>
-   <stop stop-color="#2675a7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient8603" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34462 0 0 .34601 -132.55 2892.2)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" offset="0"/>
-   <stop stop-color="#fff" stop-opacity=".4876" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(0 -1030.4)">
-  <path d="m1.0894 1042.4 19.911 0.5007v-8.497h-9.9553l-1.5814-2.0004h-8.3739z" fill="url(#linearGradient4297)" stroke-width=".99753"/>
-  <rect x="2.085" y="1036.4" width="17.92" height="4.9977" rx=".90879" ry=".99955" color="#000000" color-rendering="auto" fill="url(#linearGradient4225)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m9.0537 1038.4-1.9911 0.9996h-5.9732l-0.089186 1.0006-5e-7 9.4958c0 0.2698 0.24326 0.4952 0.48974 0.4952l18.926 0.01c0.25424 0.01 0.49783-0.1977 0.49783-0.4998l0.08661-11.501z" fill="url(#linearGradient4178)" stroke-width=".99753"/>
-  <path d="m1.0894 1039.4-0.089186 1.0006h7.0579l0.99553-1.9991-1.9911 0.9985z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/>
-  <path d="m9.4633 1032.4 0.58586 2.9986h10.951v-0.9995h-9.9553z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/>
-  <path d="m1.0003 1040.4h7.0579l0.99553-1.9991h11.946v11.651h-10.339z" fill="url(#linearGradient4399)" fill-rule="evenodd" opacity=".099"/>
-  <path d="m2.993 1036.4c-0.50347 0-0.90803 0.4458-0.90803 0.9995v0.9995c0-0.5537 0.40456-0.9995 0.90803-0.9995h16.016c0.50347 0 0.90803 0.4458 0.90803 0.9995v-0.9995c0-0.5537-0.40456-0.9995-0.90803-0.9995z" color="#000000" color-rendering="auto" fill="url(#linearGradient8603)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
-  <path d="m20.992 1038.4-0.07972 10.501c0 0.3021-0.24352 0.5098-0.49776 0.4998l-18.925-0.01c-0.24648 0-0.48999-0.2241-0.48999-0.4939v0.9995c0 0.2698 0.24351 0.4939 0.48999 0.4939l18.925 0.01c0.25424 0.01 0.49776-0.1977 0.49776-0.4998l0.0875-11.5z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="b" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34462 0 0 .34601 -140.48 864.62)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="e" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34462 0 0 .34589 -132.55 862.95)" gradientUnits="userSpaceOnUse"><stop stop-color="#127bdc" offset="0"/><stop stop-color="#64b4f4" offset="1"/></linearGradient><linearGradient id="d" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 864.58)" gradientUnits="userSpaceOnUse"><stop stop-color="#f5f5f5" offset="0"/><stop stop-color="#f9f9f9" offset="1"/></linearGradient><linearGradient id="c" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 862.89)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d5e8c" offset="0"/><stop stop-color="#2675a7" offset="1"/></linearGradient><linearGradient id="a" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34462 0 0 .34601 -132.55 2892.2)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity=".4876" offset="1"/></linearGradient></defs><g transform="translate(0 -1030.4)"><path d="m1.0894 1042.4 19.911 0.5007v-8.497h-9.9553l-1.5814-2.0004h-8.3739z" fill="url(#c)" stroke-width=".99753"/><rect x="2.085" y="1036.4" width="17.92" height="4.9977" rx=".90879" ry=".99955" color="#000000" color-rendering="auto" fill="url(#d)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><path d="m9.0537 1038.4-1.9911 0.9996h-5.9732l-0.089186 1.0006-5e-7 9.4958c0 0.2698 0.24326 0.4952 0.48974 0.4952l18.926 0.01c0.25424 0.01 0.49783-0.1977 0.49783-0.4998l0.08661-11.501z" fill="url(#e)" stroke-width=".99753"/><g fill-rule="evenodd"><path d="m1.0894 1039.4-0.089186 1.0006h7.0579l0.99553-1.9991-1.9911 0.9985z" fill="#fff" opacity=".3" stroke-width=".99753"/><path d="m9.4633 1032.4 0.58586 2.9986h10.951v-0.9995h-9.9553z" fill="#fff" opacity=".3" stroke-width=".99753"/><path d="m1.0003 1040.4h7.0579l0.99553-1.9991h11.946v11.651h-10.339z" fill="url(#b)" opacity=".099"/></g><path d="m2.993 1036.4c-0.50347 0-0.90803 0.4458-0.90803 0.9995v0.9995c0-0.5537 0.40456-0.9995 0.90803-0.9995h16.016c0.50347 0 0.90803 0.4458 0.90803 0.9995v-0.9995c0-0.5537-0.40456-0.9995-0.90803-0.9995z" color="#000000" color-rendering="auto" fill="url(#a)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/><path d="m20.992 1038.4-0.07972 10.501c0 0.3021-0.24352 0.5098-0.49776 0.4998l-18.925-0.01c-0.24648 0-0.48999-0.2241-0.48999-0.4939v0.9995c0 0.2698 0.24351 0.4939 0.48999 0.4939l18.925 0.01c0.25424 0.01 0.49776-0.1977 0.49776-0.4998l0.0875-11.5z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g></svg>
--- a/eric6/icons/breeze-light/find.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/find.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/findClear.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/findClear.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/>
- <path d="m4.5 5.8333 2.6667 2.6667-2.6667 2.6667 1.3333 1.3333 2.6667-2.6667 2.6667 2.6667 1.3333-1.3333-2.6667-2.6667 2.6667-2.6667-1.3333-1.3333-2.6667 2.6667-2.6667-2.6667-1.3333 1.3333" fill="#da4453" stroke-width="1.6"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/><path d="m4.5 5.8333 2.6667 2.6667-2.6667 2.6667 1.3333 1.3333 2.6667-2.6667 2.6667 2.6667 1.3333-1.3333-2.6667-2.6667 2.6667-2.6667-1.3333-1.3333-2.6667 2.6667-2.6667-2.6667-1.3333 1.3333" fill="#da4453" stroke-width="1.6"/></svg>
--- a/eric6/icons/breeze-light/findNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/findNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m6.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082 0 2.2614-1.8212 4.082-4.0833 4.082s-4.0833-1.8206-4.0833-4.082c0-2.2614 1.8212-4.082 4.0833-4.082z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m6.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/findPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/findPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m12.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082 0 2.2614-1.8212 4.082-4.0833 4.082s-4.0833-1.8206-4.0833-4.082c0-2.2614 1.8212-4.082 4.0833-4.082z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m12.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/findWordNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/findWordNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path class="ColorScheme-Text" d="m5.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989 0 1.9384-1.561 3.4989-3.5 3.4989s-3.5-1.5605-3.5-3.4989c0-1.9384 1.561-3.4989 3.5-3.4989z" fill="#232629"/>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m5.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#232629"/><g fill="#232629"><path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/findWordPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/findWordPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path class="ColorScheme-Text" d="m13.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989 0 1.9384-1.561 3.4989-3.5 3.4989s-3.5-1.5605-3.5-3.4989c0-1.9384 1.561-3.4989 3.5-3.4989z" fill="#232629"/>
- <g transform="matrix(-1,0,0,1,22,0)" fill="#232629">
-  <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path class="ColorScheme-Text" d="m13.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#232629"/><g transform="matrix(-1,0,0,1,22,0)" fill="#232629"><path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/firefox.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/firefox.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48px" height="48px" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m23.886 2a21.741 22 0 1 0 0 44 21.741 22 0 1 0 0-44z" fill="#01579b" stroke-width="1.1511"/>
- <path d="m35.328 20.295c0-0.69474 0-3.3579-1.7164-5.4421-0.11443-0.11579-0.22886-0.34737-0.22886-0.46316-0.11443-0.11579-0.11443-0.23158-0.22886-0.46316l-0.45771-0.69474c-0.22886-0.34737-0.34328-0.57895-0.34328-0.57895-0.45771-0.69474-0.57214-1.6211-0.11443-2.4316 0.11443-0.23158 0.34328-0.46316 0.45771-0.69474-0.11443-0.11579-0.22886-0.23158-0.34328-0.23158h-0.11443c-0.34328-0.23158-0.68657-0.46316-0.91542-0.69474l-0.801-0.57895c-0.57214-0.34737-0.91542-0.46316-0.91542-0.57895-0.801-0.46316-1.2587-1.2737-1.1443-2.2 0.11443-0.92632 0.68657-1.7368 1.602-1.9684 0.11443 0 0.34328-0.11579 0.57214-0.11579l-0.11443-0.11579c-2.0597-0.69474-4.3483-1.0421-6.6368-1.0421-8.4677 0-15.905 4.9789-19.453 12.158v0.57895c0 8.3368 7.209 15.053 16.02 15.053 6.7512 0 12.473-3.9368 14.876-9.4947z" fill="#0277bd" stroke-width="1.1511"/>
- <path d="m30.751 5.4737s0.34328-0.11579 1.0299-0.11579h1.1443c0.45771 0 0.91542 0.11579 1.4876 0.23158 0.57214 0.11579 1.1443 0.34737 1.7164 0.57895 0.57214 0.23158 1.2587 0.57895 1.8308 1.0421 0.57214 0.34737 1.1443 0.92632 1.7164 1.3895s1.0299 1.1579 1.4876 1.7368c0.34328 0.69474 0.801 1.2737 1.1443 1.9684 0.34328 0.69474 0.57214 1.3895 0.801 2.0842 0.22886 0.69474 0.34328 1.3895 0.45771 1.9684 0.11443 0.69474 0.11443 1.2737 0.11443 1.7368v0.81053c0 0.23158 0 0.46316-0.11443 0.69474 0 0.46316-0.11443 0.81053-0.11443 1.1579 0 0.57895-0.11443 0.92632-0.11443 0.92632s-0.22886-0.34737-0.45771-0.92632c-0.11443-0.23158-0.34328-0.57895-0.45771-1.0421-0.11443-0.34737-0.34328-0.81053-0.57214-1.2737-0.22886-0.46316-0.45771-0.92632-0.68657-1.5053-0.22886-0.46316-0.57214-1.0421-0.801-1.6211s-0.57214-1.0421-0.91542-1.6211c-0.34328-0.57895-0.68657-1.0421-1.0299-1.5053-0.34328-0.46316-0.68657-1.0421-1.1443-1.3895-0.45771-0.46316-0.801-0.92632-1.2587-1.2737-0.34328-0.46316-0.801-0.81053-1.2587-1.1579-0.45771-0.34737-0.801-0.69474-1.2587-0.92632-0.34328-0.34737-0.801-0.57895-1.1443-0.81053-0.34328-0.23158-0.68657-0.46316-0.91542-0.57895-0.34328-0.34737-0.68657-0.57895-0.68657-0.57895z" fill="#fff176" stroke-width="1.1511"/>
- <path d="m45.741 16.589c-0.34328-2.5474-1.3731-4.8632-2.5174-6.4842-0.57214-0.81053-1.1443-1.3895-1.4876-1.7368-0.45771-0.34737-0.68657-0.57895-0.68657-0.57895s0 0.34737 0.11443 0.92632c0.11443 0.57895 0.11443 1.2737 0.22886 2.2 0.11443 0.46316 0.11443 0.92632 0.22886 1.3895-0.45771-0.69474-1.0299-1.3895-1.602-1.8526-0.57214-0.57895-1.2587-0.92632-1.602-1.1579-0.57214-0.23158-0.801-0.34737-0.801-0.34737s0.11443 0.23158 0.22886 0.69474c0.11443 0.46316 0.34328 1.0421 0.57214 1.8526 0.22886 0.81053 0.57214 1.8526 0.91542 2.8947-0.68657-0.81053-1.3731-1.5053-2.0597-1.9684-0.801-0.46316-1.4876-0.81053-2.0597-0.92632-0.68657-0.23158-1.0298-0.23158-1.0298-0.23158s0.22886 0.23158 0.45771 0.69474c0.11443 0.23158 0.34328 0.46316 0.45771 0.81053 0.22886 0.34737 0.34328 0.69474 0.57214 1.0421 0.34328 0.69474 0.801 1.5053 1.1443 2.4316 0.22886 0.46316 0.34328 0.92632 0.57214 1.3895 0.11443 0.46316 0.45771 0.92632 0.57214 1.5053 0.22886 0.46316 0.34328 0.92632 0.57214 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.3895 0.11443 0.46316 0.22886 0.92632 0.45771 1.2737 0.34328 0.81053 0.57214 1.5053 0.801 1.9684 0.22886 0.46316 0.34328 0.69474 0.34328 0.69474s0.11443-0.23158 0.34328-0.81053c0.11443-0.23158 0.22886-0.57895 0.22886-0.92632 0.11443-0.34737 0.22886-0.81053 0.22886-1.2737 0-0.34737 0.11443-0.69474 0.11443-1.0421 0.11443 0.34737 0.22886 0.57895 0.22886 0.57895s0.11443-0.23158 0.34328-0.69474c0.11443-0.23158 0.22886-0.46316 0.34328-0.81053v-0.11579c0 0.23158 0 0.57895 0.11443 0.81053 0 0.46316 0.11443 0.81053 0.11443 1.1579v1.0421c0 0.57895 0.11443 0.92632 0.11443 0.92632s0.22886-0.23158 0.57214-0.69474c0.11443-0.23158 0.34328-0.46316 0.57214-0.81053 0.22886-0.34737 0.34328-0.69474 0.57214-1.1579 0.22886-0.46316 0.34328-0.92632 0.45771-1.5053 0.11443-0.57895 0.22886-1.1579 0.34328-1.7368 0.11443-0.57895 0.11443-1.2737 0.11443-1.8526 0.11443-0.69474 0-1.3895-0.11443-1.9684z" fill="#fdd835" stroke-width="1.1511"/>
- <path d="m46.886 19.137c0-0.57895-0.11443-0.92632-0.11443-0.92632s-0.22886 0.34737-0.57214 0.81053c-0.34328 0.57895-0.68657 1.2737-1.1443 2.2-0.34328 0.81053-0.801 1.7368-1.2587 2.6632 0-0.92632 0-1.7368-0.11443-2.5474-0.11443-0.69474-0.22886-1.2737-0.34328-1.8526-0.22886-0.57895-0.34328-1.1579-0.57214-1.6211-0.34328-1.0421-0.801-1.7368-1.1443-2.3158-0.34328-0.57895-0.57214-0.81053-0.57214-0.81053s-0.11443 1.3895-0.11443 3.4737c0 1.0421-0.11443 2.0842-0.22886 3.3579 0 0.57895-0.11443 1.1579-0.11443 1.8526 0 0.57895-0.11443 1.2737-0.22886 1.8526v0.46316c-0.11443-1.0421-0.45771-2.0842-0.91542-2.7789-0.34328-0.81053-0.801-1.3895-1.1443-1.7368-0.45771-0.57895-0.68657-0.69474-0.68657-0.69474v0.81053c0 0.46316 0 1.1579-0.11443 1.9684-0.11443 1.5053-0.34328 3.4737-0.57214 5.3263-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.34328 1.2737-0.11443 0.46316-0.22886 0.81053-0.22886 1.1579-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.11443 0.34737-0.11443 0.57895-0.22886 0.92632-0.11443 0.57895-0.11443 0.92632-0.11443 0.92632s0.22886-0.11579 0.68657-0.46316c0.45771-0.34737 1.0299-0.69474 1.602-1.3895 0.22886-0.34737 0.57214-0.69474 0.91542-1.1579 0.22886-0.46316 0.57214-0.81053 0.801-1.2737 0 0.34737-0.11443 0.69474-0.11443 1.0421-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.22886 0.69474-0.22886 1.0421-0.22886 1.0421 0.11443-0.11579 0.45771 0 0.801 0.11579 0 0.11579-0.11443 0.23158-0.11443 0.23158-0.11443 0.34737-0.22886 0.69474-0.34328 1.0421-0.22886 0.57895-0.34328 0.92632-0.34328 0.92632s0.34328-0.11579 0.801-0.46316c0.22886-0.23158 0.57214-0.34737 0.91542-0.69474 0.34328-0.23158 0.68657-0.57895 1.0299-1.0421 0.34328-0.34737 0.68657-0.81053 1.1443-1.2737 0.34328-0.46316 0.68657-1.0421 1.0299-1.6211 0.68657-1.1579 1.2587-2.4316 1.7164-3.7053 0.45771-1.2737 0.91542-2.6632 1.1443-3.9368 0.22886-1.2737 0.34328-2.4316 0.45771-3.4737 0-1.0421 0-1.8526-0.11443-2.5474z" fill="#ffb300" stroke-width="1.1511"/>
- <path d="m43.796 31.411c-0.45771 0.23158-0.91542 0.69474-1.602 1.1579-0.91542 0.69474-1.9453 1.6211-2.9751 2.6632 0.11443-0.34737 0.34328-0.69474 0.45771-1.0421 0.34328-1.0421 0.45771-1.9684 0.57214-2.7789 0-0.81053 0-1.5053-0.11443-1.9684-0.11443-0.57895-0.22886-0.81053-0.22886-0.81053s-0.22886 0.23158-0.45771 0.57895c-0.22886 0.34737-0.68657 0.92632-1.1443 1.5053-0.45771 0.57895-0.91542 1.3895-1.3731 2.0842-0.11443 0.11579-0.11443 0.23158-0.22886 0.34737 0.22886-0.69474 0.22886-1.5053 0.22886-2.2 0-0.92632-0.22886-1.8526-0.45771-2.5474-0.22886-0.69474-0.57214-1.2737-0.801-1.6211-0.11443-0.23158-0.34328-0.46316-0.34328-0.46316s-0.11443 0.23158-0.22886 0.69474c-0.11443 0.34737-0.34328 0.92632-0.57214 1.6211-0.22886 0.57895-0.34328 1.2737-0.57214 2.0842-0.11443 0.34737-0.22886 0.69474-0.34328 1.1579-0.11443 0.34737-0.22886 0.69474-0.34328 0.92632-2.1741 2.2-4.806 2.7789-7.3234 2.8947-1.3731 0-2.6318-0.23158-3.7761-0.57895-1.7164-0.57895-3.3184-1.6211-4.806-3.0105 2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.34328-0.11579 0.68657-0.11579 1.0299 0 0.68657-0.11579 0.91542-0.46316 0.68657-1.1579-0.34328-0.46316-0.91542-0.92632-1.4876-1.2737-1.4876-0.81053-2.9751-0.69474-4.5771 0.34737-1.4876 0.81053-2.8607 0.69474-4.3483-0.11579-3.5473-1.8526-2.1741-6.6 1.602-4.1684 0.22886-1.1579-0.11443-2.4316-0.801-3.7053-3.3184-6.1368 0.45771-11.116 1.7164-11.926-2.2886 0.23158-4.3483 1.2737-6.1791 3.0105-11.786-1.3895-12.816 10.189-12.816 10.305l1.3731-1.2737c-0.45771 1.2737-0.801 2.5474-0.91542 3.9368-0.45771 4.5158 0.801 8.9158 3.7761 13.316 4.5771 5.9053 11.786 9.4947 18.652 9.4947 7.7811 0 12.816-2.8947 16.134-6.6 0.22886-0.23158 0.45771-0.46316 0.68657-0.69474 0.68657-0.81053 1.3731-1.6211 1.9453-2.5474 0.57214-0.81053 0.91542-1.7368 1.2587-2.5474 0.22886-0.81053 0.45771-1.5053 0.57214-1.9684v-0.69474s-0.22886 0.11579-0.68657 0.46316z" fill="#ff9800" stroke-width="1.1511"/>
- <path d="m10.154 28.632c-0.22886-8.1053 4.9204-7.4105 7.5522-6.4842-1.8308-0.34737-2.6318 1.3895-1.8308 3.0105-0.34328 0-3.8905-0.34737-5.7214 3.4737zm7.209 3.3579c2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.22886-0.11579 0.57214-0.11579 0.801 0-3.3184-1.9684-6.8657 2.2-14.647 0.92632 1.9453 1.5053 5.0348 1.9684 5.0348 1.9684zm-0.22886-18.989c-0.22886 1.7368 0.11443 3.8211 1.2587 6.0211 1.602-0.92632 3.204-1.9684 3.204-1.9684s2.2886-2.3158 0-2.3158c-2.1741 0-3.6617-0.92632-4.4627-1.7368zm-8.9254-2.4316c-1.0299-0.92632-2.6318-2.7789-2.6318-5.0947 0 0-2.7463 4.5158-1.7164 8.1053 1.0299-1.2737 2.5174-2.3158 4.3483-3.0105z" fill="#ef6c00" stroke-width="1.1511"/>
- <path d="m18.393 19.021c1.602-0.92632 3.204-1.9684 3.204-1.9684s0.22886-0.23158 0.45771-0.46316l-0.45771-0.69474h-4.3483c0.22886 1.0421 0.57214 2.0842 1.1443 3.1263z" fill="#ffcc80" stroke-width="1.1511"/>
- <path d="m21.597 14.737c-0.34328 0-0.68657 0-1.0299-0.11579l-0.11443 0.11579s0.91542 1.5053 1.1443 2.3158c0 0 2.2886-2.3158 0-2.3158z" fill="#5d4037" stroke-width="1.1511"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1.1511"><path d="m23.886 2a21.741 22 0 1 0 0 44 21.741 22 0 1 0 0-44z" fill="#01579b"/><path d="m35.328 20.295c0-0.69474 0-3.3579-1.7164-5.4421-0.11443-0.11579-0.22886-0.34737-0.22886-0.46316-0.11443-0.11579-0.11443-0.23158-0.22886-0.46316l-0.45771-0.69474c-0.22886-0.34737-0.34328-0.57895-0.34328-0.57895-0.45771-0.69474-0.57214-1.6211-0.11443-2.4316 0.11443-0.23158 0.34328-0.46316 0.45771-0.69474-0.11443-0.11579-0.22886-0.23158-0.34328-0.23158h-0.11443c-0.34328-0.23158-0.68657-0.46316-0.91542-0.69474l-0.801-0.57895c-0.57214-0.34737-0.91542-0.46316-0.91542-0.57895-0.801-0.46316-1.2587-1.2737-1.1443-2.2 0.11443-0.92632 0.68657-1.7368 1.602-1.9684 0.11443 0 0.34328-0.11579 0.57214-0.11579l-0.11443-0.11579c-2.0597-0.69474-4.3483-1.0421-6.6368-1.0421-8.4677 0-15.905 4.9789-19.453 12.158v0.57895c0 8.3368 7.209 15.053 16.02 15.053 6.7512 0 12.473-3.9368 14.876-9.4947z" fill="#0277bd"/><path d="m30.751 5.4737s0.34328-0.11579 1.0299-0.11579h1.1443c0.45771 0 0.91542 0.11579 1.4876 0.23158 0.57214 0.11579 1.1443 0.34737 1.7164 0.57895 0.57214 0.23158 1.2587 0.57895 1.8308 1.0421 0.57214 0.34737 1.1443 0.92632 1.7164 1.3895s1.0299 1.1579 1.4876 1.7368c0.34328 0.69474 0.801 1.2737 1.1443 1.9684 0.34328 0.69474 0.57214 1.3895 0.801 2.0842 0.22886 0.69474 0.34328 1.3895 0.45771 1.9684 0.11443 0.69474 0.11443 1.2737 0.11443 1.7368v0.81053c0 0.23158 0 0.46316-0.11443 0.69474 0 0.46316-0.11443 0.81053-0.11443 1.1579 0 0.57895-0.11443 0.92632-0.11443 0.92632s-0.22886-0.34737-0.45771-0.92632c-0.11443-0.23158-0.34328-0.57895-0.45771-1.0421-0.11443-0.34737-0.34328-0.81053-0.57214-1.2737-0.22886-0.46316-0.45771-0.92632-0.68657-1.5053-0.22886-0.46316-0.57214-1.0421-0.801-1.6211s-0.57214-1.0421-0.91542-1.6211c-0.34328-0.57895-0.68657-1.0421-1.0299-1.5053-0.34328-0.46316-0.68657-1.0421-1.1443-1.3895-0.45771-0.46316-0.801-0.92632-1.2587-1.2737-0.34328-0.46316-0.801-0.81053-1.2587-1.1579-0.45771-0.34737-0.801-0.69474-1.2587-0.92632-0.34328-0.34737-0.801-0.57895-1.1443-0.81053-0.34328-0.23158-0.68657-0.46316-0.91542-0.57895-0.34328-0.34737-0.68657-0.57895-0.68657-0.57895z" fill="#fff176"/><path d="m45.741 16.589c-0.34328-2.5474-1.3731-4.8632-2.5174-6.4842-0.57214-0.81053-1.1443-1.3895-1.4876-1.7368-0.45771-0.34737-0.68657-0.57895-0.68657-0.57895s0 0.34737 0.11443 0.92632 0.11443 1.2737 0.22886 2.2c0.11443 0.46316 0.11443 0.92632 0.22886 1.3895-0.45771-0.69474-1.0299-1.3895-1.602-1.8526-0.57214-0.57895-1.2587-0.92632-1.602-1.1579-0.57214-0.23158-0.801-0.34737-0.801-0.34737s0.11443 0.23158 0.22886 0.69474 0.34328 1.0421 0.57214 1.8526c0.22886 0.81053 0.57214 1.8526 0.91542 2.8947-0.68657-0.81053-1.3731-1.5053-2.0597-1.9684-0.801-0.46316-1.4876-0.81053-2.0597-0.92632-0.68657-0.23158-1.0298-0.23158-1.0298-0.23158s0.22886 0.23158 0.45771 0.69474c0.11443 0.23158 0.34328 0.46316 0.45771 0.81053 0.22886 0.34737 0.34328 0.69474 0.57214 1.0421 0.34328 0.69474 0.801 1.5053 1.1443 2.4316 0.22886 0.46316 0.34328 0.92632 0.57214 1.3895 0.11443 0.46316 0.45771 0.92632 0.57214 1.5053 0.22886 0.46316 0.34328 0.92632 0.57214 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.3895 0.11443 0.46316 0.22886 0.92632 0.45771 1.2737 0.34328 0.81053 0.57214 1.5053 0.801 1.9684 0.22886 0.46316 0.34328 0.69474 0.34328 0.69474s0.11443-0.23158 0.34328-0.81053c0.11443-0.23158 0.22886-0.57895 0.22886-0.92632 0.11443-0.34737 0.22886-0.81053 0.22886-1.2737 0-0.34737 0.11443-0.69474 0.11443-1.0421 0.11443 0.34737 0.22886 0.57895 0.22886 0.57895s0.11443-0.23158 0.34328-0.69474c0.11443-0.23158 0.22886-0.46316 0.34328-0.81053v-0.11579c0 0.23158 0 0.57895 0.11443 0.81053 0 0.46316 0.11443 0.81053 0.11443 1.1579v1.0421c0 0.57895 0.11443 0.92632 0.11443 0.92632s0.22886-0.23158 0.57214-0.69474c0.11443-0.23158 0.34328-0.46316 0.57214-0.81053s0.34328-0.69474 0.57214-1.1579 0.34328-0.92632 0.45771-1.5053c0.11443-0.57895 0.22886-1.1579 0.34328-1.7368 0.11443-0.57895 0.11443-1.2737 0.11443-1.8526 0.11443-0.69474 0-1.3895-0.11443-1.9684z" fill="#fdd835"/><path d="m46.886 19.137c0-0.57895-0.11443-0.92632-0.11443-0.92632s-0.22886 0.34737-0.57214 0.81053c-0.34328 0.57895-0.68657 1.2737-1.1443 2.2-0.34328 0.81053-0.801 1.7368-1.2587 2.6632 0-0.92632 0-1.7368-0.11443-2.5474-0.11443-0.69474-0.22886-1.2737-0.34328-1.8526-0.22886-0.57895-0.34328-1.1579-0.57214-1.6211-0.34328-1.0421-0.801-1.7368-1.1443-2.3158-0.34328-0.57895-0.57214-0.81053-0.57214-0.81053s-0.11443 1.3895-0.11443 3.4737c0 1.0421-0.11443 2.0842-0.22886 3.3579 0 0.57895-0.11443 1.1579-0.11443 1.8526 0 0.57895-0.11443 1.2737-0.22886 1.8526v0.46316c-0.11443-1.0421-0.45771-2.0842-0.91542-2.7789-0.34328-0.81053-0.801-1.3895-1.1443-1.7368-0.45771-0.57895-0.68657-0.69474-0.68657-0.69474v0.81053c0 0.46316 0 1.1579-0.11443 1.9684-0.11443 1.5053-0.34328 3.4737-0.57214 5.3263-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.34328 1.2737-0.11443 0.46316-0.22886 0.81053-0.22886 1.1579-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.11443 0.34737-0.11443 0.57895-0.22886 0.92632-0.11443 0.57895-0.11443 0.92632-0.11443 0.92632s0.22886-0.11579 0.68657-0.46316 1.0299-0.69474 1.602-1.3895c0.22886-0.34737 0.57214-0.69474 0.91542-1.1579 0.22886-0.46316 0.57214-0.81053 0.801-1.2737 0 0.34737-0.11443 0.69474-0.11443 1.0421-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.22886 0.69474-0.22886 1.0421-0.22886 1.0421 0.11443-0.11579 0.45771 0 0.801 0.11579 0 0.11579-0.11443 0.23158-0.11443 0.23158-0.11443 0.34737-0.22886 0.69474-0.34328 1.0421-0.22886 0.57895-0.34328 0.92632-0.34328 0.92632s0.34328-0.11579 0.801-0.46316c0.22886-0.23158 0.57214-0.34737 0.91542-0.69474 0.34328-0.23158 0.68657-0.57895 1.0299-1.0421 0.34328-0.34737 0.68657-0.81053 1.1443-1.2737 0.34328-0.46316 0.68657-1.0421 1.0299-1.6211 0.68657-1.1579 1.2587-2.4316 1.7164-3.7053 0.45771-1.2737 0.91542-2.6632 1.1443-3.9368 0.22886-1.2737 0.34328-2.4316 0.45771-3.4737 0-1.0421 0-1.8526-0.11443-2.5474z" fill="#ffb300"/><path d="m43.796 31.411c-0.45771 0.23158-0.91542 0.69474-1.602 1.1579-0.91542 0.69474-1.9453 1.6211-2.9751 2.6632 0.11443-0.34737 0.34328-0.69474 0.45771-1.0421 0.34328-1.0421 0.45771-1.9684 0.57214-2.7789 0-0.81053 0-1.5053-0.11443-1.9684-0.11443-0.57895-0.22886-0.81053-0.22886-0.81053s-0.22886 0.23158-0.45771 0.57895c-0.22886 0.34737-0.68657 0.92632-1.1443 1.5053-0.45771 0.57895-0.91542 1.3895-1.3731 2.0842-0.11443 0.11579-0.11443 0.23158-0.22886 0.34737 0.22886-0.69474 0.22886-1.5053 0.22886-2.2 0-0.92632-0.22886-1.8526-0.45771-2.5474-0.22886-0.69474-0.57214-1.2737-0.801-1.6211-0.11443-0.23158-0.34328-0.46316-0.34328-0.46316s-0.11443 0.23158-0.22886 0.69474c-0.11443 0.34737-0.34328 0.92632-0.57214 1.6211-0.22886 0.57895-0.34328 1.2737-0.57214 2.0842-0.11443 0.34737-0.22886 0.69474-0.34328 1.1579-0.11443 0.34737-0.22886 0.69474-0.34328 0.92632-2.1741 2.2-4.806 2.7789-7.3234 2.8947-1.3731 0-2.6318-0.23158-3.7761-0.57895-1.7164-0.57895-3.3184-1.6211-4.806-3.0105 2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.34328-0.11579 0.68657-0.11579 1.0299 0 0.68657-0.11579 0.91542-0.46316 0.68657-1.1579-0.34328-0.46316-0.91542-0.92632-1.4876-1.2737-1.4876-0.81053-2.9751-0.69474-4.5771 0.34737-1.4876 0.81053-2.8607 0.69474-4.3483-0.11579-3.5473-1.8526-2.1741-6.6 1.602-4.1684 0.22886-1.1579-0.11443-2.4316-0.801-3.7053-3.3184-6.1368 0.45771-11.116 1.7164-11.926-2.2886 0.23158-4.3483 1.2737-6.1791 3.0105-11.786-1.3895-12.816 10.189-12.816 10.305l1.3731-1.2737c-0.45771 1.2737-0.801 2.5474-0.91542 3.9368-0.45771 4.5158 0.801 8.9158 3.7761 13.316 4.5771 5.9053 11.786 9.4947 18.652 9.4947 7.7811 0 12.816-2.8947 16.134-6.6 0.22886-0.23158 0.45771-0.46316 0.68657-0.69474 0.68657-0.81053 1.3731-1.6211 1.9453-2.5474 0.57214-0.81053 0.91542-1.7368 1.2587-2.5474 0.22886-0.81053 0.45771-1.5053 0.57214-1.9684v-0.69474s-0.22886 0.11579-0.68657 0.46316z" fill="#ff9800"/><path d="m10.154 28.632c-0.22886-8.1053 4.9204-7.4105 7.5522-6.4842-1.8308-0.34737-2.6318 1.3895-1.8308 3.0105-0.34328 0-3.8905-0.34737-5.7214 3.4737zm7.209 3.3579c2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.22886-0.11579 0.57214-0.11579 0.801 0-3.3184-1.9684-6.8657 2.2-14.647 0.92632 1.9453 1.5053 5.0348 1.9684 5.0348 1.9684zm-0.22886-18.989c-0.22886 1.7368 0.11443 3.8211 1.2587 6.0211 1.602-0.92632 3.204-1.9684 3.204-1.9684s2.2886-2.3158 0-2.3158c-2.1741 0-3.6617-0.92632-4.4627-1.7368zm-8.9254-2.4316c-1.0299-0.92632-2.6318-2.7789-2.6318-5.0947 0 0-2.7463 4.5158-1.7164 8.1053 1.0299-1.2737 2.5174-2.3158 4.3483-3.0105z" fill="#ef6c00"/><path d="m18.393 19.021c1.602-0.92632 3.204-1.9684 3.204-1.9684s0.22886-0.23158 0.45771-0.46316l-0.45771-0.69474h-4.3483c0.22886 1.0421 0.57214 2.0842 1.1443 3.1263z" fill="#ffcc80"/><path d="m21.597 14.737c-0.34328 0-0.68657 0-1.0299-0.11579l-0.11443 0.11579s0.91542 1.5053 1.1443 2.3158c0 0 2.2886-2.3158 0-2.3158z" fill="#5d4037"/></g></svg>
--- a/eric6/icons/breeze-light/flag.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flag.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 .11 .11" xmlns="http://www.w3.org/2000/svg">
- <rect y=".0225" width=".11" height=".065" stroke-width=".021833"/>
- <rect y=".044167" width=".11" height=".043333" fill="#d00" stroke-width=".021833"/>
- <rect y=".065833" width=".11" height=".021667" fill="#ffce00" stroke-width=".021833"/>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 .11 .11" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".021833"><rect y=".0225" width=".11" height=".065"/><rect y=".044167" width=".11" height=".043333" fill="#d00"/><rect y=".065833" width=".11" height=".021667" fill="#ffce00"/></g></svg>
--- a/eric6/icons/breeze-light/flagBlack.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flagBlack.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/flagBlue.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flagBlue.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#1d99f3" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#1d99f3" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/flagGreen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flagGreen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#43be80" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#43be80" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/flagRed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flagRed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/flagYellow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flagYellow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#edc11e" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#edc11e" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/flashCookie.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flashCookie.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020421 .79593 .78955)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020421 .79593 .78955)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-light/flashCookie128.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flashCookie128.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="128" height="128" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.12653 0 0 .12661 .73477 .69518)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.12653 0 0 .12661 .73477 .69518)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-light/flashCookie16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flashCookie16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.014286 0 0 .014295 .85715 .85268)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.014286 0 0 .014295 .85715 .85268)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-light/flashCookie48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/flashCookie48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.044898 0 0 .044926 1.551 1.537)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.044898 0 0 .044926 1.551 1.537)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g></svg>
--- a/eric6/icons/breeze-light/formatTextBold.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextBold.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3 1v20h10a6 6 0 0 0 6-6 6 6 0 0 0-3.082-5.2344c0.67694-0.91404 1.082-2.0409 1.082-3.2656 0-3.0376-2.4624-5.5-5.5-5.5h-4.5zm4 3h4.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5h-4.5zm0 8h6a3 3 0 0 1 3 3 3 3 0 0 1-3 3h-6z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3 1v20h10a6 6 0 0 0 6-6 6 6 0 0 0-3.082-5.2344c0.67694-0.91404 1.082-2.0409 1.082-3.2656 0-3.0376-2.4624-5.5-5.5-5.5h-4.5zm4 3h4.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5h-4.5zm0 8h6a3 3 0 0 1 3 3 3 3 0 0 1-3 3h-6z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextBulletedList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextBulletedList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25 0 0.69036 0.55964 1.25 1.25 1.25s1.25-0.55964 1.25-1.25c0-0.69036-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h2.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h2.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextCodeBlock.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextCodeBlock.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m12.875 1-5 19.692 1.25 0.30762 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34912 0.44434 0.34912 0.44434 4.9683 5.8057 0.93262-0.88623-4.5801-5.3638 4.5801-5.3638zm9.3652 0-0.93262 0.88623 4.5801 5.3638-4.5801 5.3638 0.93262 0.88623 4.9683-5.8057 0.34912-0.44434-0.34912-0.44434z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m12.875 1-5 19.692 1.25 0.30762 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34912 0.44434 0.34912 0.44434 4.9683 5.8057 0.93262-0.88623-4.5801-5.3638 4.5801-5.3638zm9.3652 0-0.93262 0.88623 4.5801 5.3638-4.5801 5.3638 0.93262 0.88623 4.9683-5.8057 0.34912-0.44434-0.34912-0.44434z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextHeader.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextHeader.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m13.214 13q0.61017 0 1.0943 0.17907 0.49079 0.17907 0.82903 0.49079 0.33825 0.30508 0.51732 0.72292 0.1857 0.4112 0.1857 0.88209 0 0.41783-0.09285 0.73618-0.08622 0.31835-0.25866 0.55711t-0.42447 0.40457q-0.25203 0.16581-0.57038 0.27192 1.5055 0.51069 1.5055 2.0361 0 0.66986-0.24539 1.1805-0.23876 0.50405-0.64996 0.84893-0.40457 0.34488-0.94842 0.51732-0.53721 0.17244-1.1341 0.17244-0.63007 0-1.1142-0.14591-0.47752-0.14591-0.8423-0.43773-0.35814-0.29845-0.62343-0.73618-0.25866-0.43773-0.44436-1.0147l0.70302-0.29845q0.27856-0.11275 0.51732-0.05306 0.2454 0.05306 0.34488 0.25866 0.11938 0.2255 0.25203 0.42447 0.13265 0.19234 0.29845 0.34488 0.17244 0.14591 0.3913 0.23213t0.50405 0.08622q0.35151 0 0.61017-0.11275 0.26529-0.11938 0.43773-0.30508 0.17244-0.19234 0.25866-0.4311t0.08622-0.47752q0-0.30508-0.05969-0.55711-0.05306-0.25203-0.25203-0.4311-0.19234-0.17907-0.57038-0.27856-0.37804-0.09948-1.028-0.09948v-1.1341q0.54385-0.0066 0.88872-0.09948 0.35151-0.09285 0.55048-0.25866 0.19897-0.17244 0.27192-0.40457 0.07296-0.23213 0.07296-0.51732 0-0.60354-0.30508-0.90862-0.29846-0.30509-0.8423-0.30509-0.48416 0-0.80914 0.27192-0.32498 0.27192-0.45099 0.66986-0.10612 0.30508-0.28519 0.39794-0.17244 0.09285-0.49742 0.03979l-0.8423-0.14591q0.09285-0.64333 0.35151-1.1209 0.25866-0.48416 0.64996-0.80251 0.3913-0.32498 0.88873-0.48416 0.50405-0.1658 1.0811-0.1658z" fill="none"/>
- <path d="m4.5 1v20h2.6v-8.75h7.8v8.75h2.6v-20h-2.6v8.75h-7.8v-8.75z" fill="#232629" stroke-width="1.2748"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m13.214 13q0.61017 0 1.0943 0.17907 0.49079 0.17907 0.82903 0.49079 0.33825 0.30508 0.51732 0.72292 0.1857 0.4112 0.1857 0.88209 0 0.41783-0.09285 0.73618-0.08622 0.31835-0.25866 0.55711t-0.42447 0.40457q-0.25203 0.16581-0.57038 0.27192 1.5055 0.51069 1.5055 2.0361 0 0.66986-0.24539 1.1805-0.23876 0.50405-0.64996 0.84893-0.40457 0.34488-0.94842 0.51732-0.53721 0.17244-1.1341 0.17244-0.63007 0-1.1142-0.14591-0.47752-0.14591-0.8423-0.43773-0.35814-0.29845-0.62343-0.73618-0.25866-0.43773-0.44436-1.0147l0.70302-0.29845q0.27856-0.11275 0.51732-0.05306 0.2454 0.05306 0.34488 0.25866 0.11938 0.2255 0.25203 0.42447 0.13265 0.19234 0.29845 0.34488 0.17244 0.14591 0.3913 0.23213t0.50405 0.08622q0.35151 0 0.61017-0.11275 0.26529-0.11938 0.43773-0.30508 0.17244-0.19234 0.25866-0.4311t0.08622-0.47752q0-0.30508-0.05969-0.55711-0.05306-0.25203-0.25203-0.4311-0.19234-0.17907-0.57038-0.27856-0.37804-0.09948-1.028-0.09948v-1.1341q0.54385-0.0066 0.88872-0.09948 0.35151-0.09285 0.55048-0.25866 0.19897-0.17244 0.27192-0.40457 0.07296-0.23213 0.07296-0.51732 0-0.60354-0.30508-0.90862-0.29846-0.30509-0.8423-0.30509-0.48416 0-0.80914 0.27192t-0.45099 0.66986q-0.10612 0.30508-0.28519 0.39794-0.17244 0.09285-0.49742 0.03979l-0.8423-0.14591q0.09285-0.64333 0.35151-1.1209 0.25866-0.48416 0.64996-0.80251 0.3913-0.32498 0.88873-0.48416 0.50405-0.1658 1.0811-0.1658z" fill="none"/><path d="m4.5 1v20h2.6v-8.75h7.8v8.75h2.6v-20h-2.6v8.75h-7.8v-8.75z" fill="#232629" stroke-width="1.2748"/></svg>
--- a/eric6/icons/breeze-light/formatTextHeader1.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextHeader1.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1v19.048h2.8586v-8.5714h7.623v8.5714h2.706v-0.59338a0.95298 0.95248 0 0 1 0.15261-0.51711v-4.7824c-0.05474-0.05509-0.11216-0.09424-0.16378-0.16741a0.95298 0.95248 0 0 1-0.0074-0.0093l-0.61416-0.89286a0.95298 0.95248 0 0 1 0.13958-1.2388l0.64579-0.59521v-10.251h-2.8587v7.619h-7.623v-7.619z" fill="#232629" stroke-width=".95263"/>
- <text transform="scale(.96986 1.0311)" x="13.644353" y="20.366993" fill="#4d82b8" font-family="sans-serif" font-size="17.067px" letter-spacing="0" stroke-width=".95263" word-spacing="0"><tspan x="13.644353" y="20.366993" fill="#4d82b8" font-family="Carlito" font-weight="bold" stroke-width=".95263">1</tspan></text>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v19.048h2.8586v-8.5714h7.623v8.5714h2.706v-0.59338a0.95298 0.95248 0 0 1 0.15261-0.51711v-4.7824c-0.05474-0.05509-0.11216-0.09424-0.16378-0.16741a0.95298 0.95248 0 0 1-0.0074-0.0093l-0.61416-0.89286a0.95298 0.95248 0 0 1 0.13958-1.2388l0.64579-0.59521v-10.251h-2.8587v7.619h-7.623v-7.619z" fill="#232629" stroke-width=".95263"/><text transform="scale(.96986 1.0311)" x="13.644353" y="20.366993" fill="#4d82b8" font-family="sans-serif" font-size="17.067px" letter-spacing="0" stroke-width=".95263" word-spacing="0"><tspan x="13.644353" y="20.366993" fill="#4d82b8" font-family="Carlito" font-weight="bold" stroke-width=".95263">1</tspan></text></svg>
--- a/eric6/icons/breeze-light/formatTextHeader2.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextHeader2.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h0.97656c0.02092-0.15953 0.0529-0.31663 0.10417-0.46503a0.95248 0.95248 0 0 1 0.0074-0.0186c0.11234-0.30421 0.30066-0.56962 0.52083-0.78125l1.2482-1.2891v-3.5175l-0.94494-0.16369a0.95248 0.95248 0 0 1-0.77939-1.0844c0.09839-0.63812 0.28047-1.2226 0.5599-1.7411l0.0019-0.0019v-0.0019c0.271-0.50774 0.62262-0.95429 1.0528-1.3114 0.03406-0.028333 0.07484-0.0472 0.10975-0.074409v-8.5974h-2.8571v7.619h-7.6191v-7.619z" fill="#232629" stroke-width=".95238"/>
- <path d="m17.36 9.5714c-0.4921 0-0.95219 0.070228-1.3821 0.21205-0.42988 0.13616-0.81211 0.3433-1.1458 0.62128-0.32807 0.27231-0.60158 0.61637-0.82217 1.0305-0.2206 0.40847-0.3746 0.88758-0.45945 1.4379l1.0863 0.18787c0.2715 0.04539 0.48344 0.02734 0.63616-0.05208 0.15838-0.07942 0.28338-0.24871 0.37388-0.50967 0.05091-0.17019 0.12334-0.32869 0.21949-0.47619 0.09616-0.1475 0.21209-0.2754 0.34784-0.38318 0.13575-0.10779 0.28976-0.19429 0.45945-0.2567 0.16969-0.06241 0.35627-0.09301 0.5599-0.09301 0.47513 0 0.84286 0.13329 1.1031 0.39992 0.26019 0.26664 0.39062 0.66111 0.39062 1.183 0 0.28933-0.03808 0.5667-0.11161 0.83333-0.07353 0.26096-0.18404 0.52214-0.3311 0.78311-0.14141 0.25529-0.31892 0.5147-0.53386 0.77567-0.20928 0.26096-0.45201 0.5347-0.72917 0.82403l-3.2757 3.3798c-0.13575 0.13048-0.23175 0.27093-0.28832 0.42411-0.05091 0.14751-0.07626 0.28619-0.07626 0.41667v0.6901h7.619v-1.2258c0-0.20423-0.067-0.36812-0.20275-0.49293-0.1301-0.12481-0.30403-0.18787-0.51897-0.18787h-2.5539c-0.2206 0-0.45789 0.02344-0.71242 0.06883-0.25454 0.03971-0.50812 0.09915-0.76265 0.17857l2.3921-2.5112c0.29413-0.30635 0.57493-0.60892 0.84077-0.9096 0.26585-0.30635 0.49771-0.61794 0.69568-0.93564 0.19797-0.32337 0.35555-0.66203 0.47433-1.0138 0.11878-0.35741 0.17857-0.74285 0.17857-1.157 0-0.48222-0.08514-0.9217-0.25484-1.3188-0.16403-0.4028-0.39954-0.74685-0.70498-1.0305-0.29978-0.28366-0.66387-0.50159-1.0938-0.65476-0.42422-0.15885-0.89703-0.2381-1.4174-0.2381z" fill="#4d82b8" stroke-width=".95238"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h0.97656c0.02092-0.15953 0.0529-0.31663 0.10417-0.46503a0.95248 0.95248 0 0 1 0.0074-0.0186c0.11234-0.30421 0.30066-0.56962 0.52083-0.78125l1.2482-1.2891v-3.5175l-0.94494-0.16369a0.95248 0.95248 0 0 1-0.77939-1.0844c0.09839-0.63812 0.28047-1.2226 0.5599-1.7411l0.0019-0.0019v-0.0019c0.271-0.50774 0.62262-0.95429 1.0528-1.3114 0.03406-0.028333 0.07484-0.0472 0.10975-0.074409v-8.5974h-2.8571v7.619h-7.6191v-7.619z" fill="#232629" stroke-width=".95238"/><path d="m17.36 9.5714c-0.4921 0-0.95219 0.070228-1.3821 0.21205-0.42988 0.13616-0.81211 0.3433-1.1458 0.62128-0.32807 0.27231-0.60158 0.61637-0.82217 1.0305-0.2206 0.40847-0.3746 0.88758-0.45945 1.4379l1.0863 0.18787c0.2715 0.04539 0.48344 0.02734 0.63616-0.05208 0.15838-0.07942 0.28338-0.24871 0.37388-0.50967 0.05091-0.17019 0.12334-0.32869 0.21949-0.47619 0.09616-0.1475 0.21209-0.2754 0.34784-0.38318 0.13575-0.10779 0.28976-0.19429 0.45945-0.2567s0.35627-0.09301 0.5599-0.09301c0.47513 0 0.84286 0.13329 1.1031 0.39992 0.26019 0.26664 0.39062 0.66111 0.39062 1.183 0 0.28933-0.03808 0.5667-0.11161 0.83333-0.07353 0.26096-0.18404 0.52214-0.3311 0.78311-0.14141 0.25529-0.31892 0.5147-0.53386 0.77567-0.20928 0.26096-0.45201 0.5347-0.72917 0.82403l-3.2757 3.3798c-0.13575 0.13048-0.23175 0.27093-0.28832 0.42411-0.05091 0.14751-0.07626 0.28619-0.07626 0.41667v0.6901h7.619v-1.2258c0-0.20423-0.067-0.36812-0.20275-0.49293-0.1301-0.12481-0.30403-0.18787-0.51897-0.18787h-2.5539c-0.2206 0-0.45789 0.02344-0.71242 0.06883-0.25454 0.03971-0.50812 0.09915-0.76265 0.17857l2.3921-2.5112c0.29413-0.30635 0.57493-0.60892 0.84077-0.9096 0.26585-0.30635 0.49771-0.61794 0.69568-0.93564 0.19797-0.32337 0.35555-0.66203 0.47433-1.0138 0.11878-0.35741 0.17857-0.74285 0.17857-1.157 0-0.48222-0.08514-0.9217-0.25484-1.3188-0.16403-0.4028-0.39954-0.74685-0.70498-1.0305-0.29978-0.28366-0.66387-0.50159-1.0938-0.65476-0.42422-0.15885-0.89703-0.2381-1.4174-0.2381z" fill="#4d82b8" stroke-width=".95238"/></svg>
--- a/eric6/icons/breeze-light/formatTextHeader3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextHeader3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h1.8192c-0.05366-0.07836-0.11583-0.14858-0.16555-0.23066l-0.0019-0.0037-0.0037-0.0056c-0.26179-0.44319-0.47425-0.93695-0.64916-1.4806l-0.26786-0.82961 1.702-0.71987 0.0074-0.0037c0.12979-0.05255 0.27396-0.07709 0.41668-0.10417v-2.753l-1.7169-0.29576 0.13207-0.91704c0.09162-0.63506 0.27172-1.2202 0.55246-1.7392v-0.0019c0.26523-0.49481 0.61423-0.92634 1.0324-1.2741v-8.6887h-2.8571v7.619h-7.619v-7.619z" fill="#232629" stroke-width=".95238"/>
- <path d="m17.464 9.5714c-0.48829 0-0.94621 0.069828-1.3728 0.21019-0.42094 0.13475-0.79609 0.34058-1.1272 0.6157-0.33114 0.2695-0.607 0.60948-0.82589 1.0193-0.21889 0.40425-0.36785 0.87837-0.44643 1.423l1.0696 0.18415c0.27502 0.04491 0.48651 0.02838 0.63244-0.05022 0.15154-0.07861 0.27106-0.24582 0.36086-0.50409 0.10664-0.33688 0.2979-0.62174 0.57292-0.85193 0.27502-0.2302 0.61707-0.34412 1.0268-0.34412 0.46023 0 0.817 0.12863 1.0696 0.3869 0.25818 0.25827 0.3869 0.64234 0.3869 1.1533 0 0.24143-0.03127 0.46011-0.09301 0.65662-0.06174 0.19651-0.17574 0.36741-0.34412 0.51339-0.16838 0.14037-0.40194 0.25064-0.69941 0.32924-0.29185 0.07863-0.667 0.1209-1.1272 0.12649v1.4397c0.55003 0 0.98403 0.04227 1.3039 0.12649 0.31992 0.08422 0.56268 0.20183 0.72545 0.35342 0.16838 0.1516 0.27504 0.33538 0.31994 0.54874 0.05051 0.21336 0.07441 0.44857 0.07441 0.70684 0 0.20213-0.03678 0.40427-0.10975 0.6064-0.07296 0.20213-0.18145 0.38405-0.32738 0.54688-0.14593 0.15721-0.33167 0.28584-0.55618 0.3869-0.21889 0.09545-0.47634 0.14323-0.77381 0.14323-0.24134 0-0.45467-0.03489-0.63988-0.10789-0.18521-0.07299-0.35073-0.17224-0.49665-0.29576-0.14031-0.12914-0.26721-0.2743-0.37946-0.43713-0.11225-0.16844-0.21891-0.34854-0.31994-0.53943-0.08419-0.17406-0.22946-0.28433-0.43713-0.32924-0.20205-0.05053-0.42089-0.02662-0.65662 0.06883l-0.89286 0.3776c0.15715 0.48847 0.34473 0.9185 0.56362 1.2891 0.2245 0.37057 0.48933 0.68298 0.79241 0.93564 0.30869 0.24704 0.6636 0.4308 1.0677 0.55432 0.40972 0.12352 0.88236 0.18601 1.4155 0.18601 0.50513 0 0.98512-0.07351 1.4397-0.21949 0.46023-0.14598 0.86113-0.36466 1.2035-0.65662 0.34798-0.29196 0.62384-0.6503 0.82589-1.077 0.20766-0.43233 0.31064-0.93218 0.31064-1.4993 0-1.2914-0.63629-2.1532-1.9103-2.5856 0.2694-0.08984 0.51031-0.20562 0.72359-0.34598 0.21328-0.14036 0.39351-0.31126 0.53943-0.51339 0.14593-0.20213 0.25442-0.43734 0.32738-0.70684 0.07857-0.2695 0.11719-0.58192 0.11719-0.93564 0-0.39864-0.07723-0.77168-0.23438-1.1198-0.15154-0.35372-0.37038-0.66063-0.65662-0.9189-0.28624-0.26389-0.6375-0.47154-1.0528-0.62314-0.40972-0.15159-0.87315-0.22693-1.3895-0.22693z" fill="#4d82b8" stroke-width=".95238"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h1.8192c-0.05366-0.07836-0.11583-0.14858-0.16555-0.23066l-0.0019-0.0037-0.0037-0.0056c-0.26179-0.44319-0.47425-0.93695-0.64916-1.4806l-0.26786-0.82961 1.702-0.71987 0.0074-0.0037c0.12979-0.05255 0.27396-0.07709 0.41668-0.10417v-2.753l-1.7169-0.29576 0.13207-0.91704c0.09162-0.63506 0.27172-1.2202 0.55246-1.7392v-0.0019c0.26523-0.49481 0.61423-0.92634 1.0324-1.2741v-8.6887h-2.8571v7.619h-7.619v-7.619z" fill="#232629" stroke-width=".95238"/><path d="m17.464 9.5714c-0.48829 0-0.94621 0.069828-1.3728 0.21019-0.42094 0.13475-0.79609 0.34058-1.1272 0.6157-0.33114 0.2695-0.607 0.60948-0.82589 1.0193-0.21889 0.40425-0.36785 0.87837-0.44643 1.423l1.0696 0.18415c0.27502 0.04491 0.48651 0.02838 0.63244-0.05022 0.15154-0.07861 0.27106-0.24582 0.36086-0.50409 0.10664-0.33688 0.2979-0.62174 0.57292-0.85193 0.27502-0.2302 0.61707-0.34412 1.0268-0.34412 0.46023 0 0.817 0.12863 1.0696 0.3869 0.25818 0.25827 0.3869 0.64234 0.3869 1.1533 0 0.24143-0.03127 0.46011-0.09301 0.65662s-0.17574 0.36741-0.34412 0.51339c-0.16838 0.14037-0.40194 0.25064-0.69941 0.32924-0.29185 0.07863-0.667 0.1209-1.1272 0.12649v1.4397c0.55003 0 0.98403 0.04227 1.3039 0.12649 0.31992 0.08422 0.56268 0.20183 0.72545 0.35342 0.16838 0.1516 0.27504 0.33538 0.31994 0.54874 0.05051 0.21336 0.07441 0.44857 0.07441 0.70684 0 0.20213-0.03678 0.40427-0.10975 0.6064-0.07296 0.20213-0.18145 0.38405-0.32738 0.54688-0.14593 0.15721-0.33167 0.28584-0.55618 0.3869-0.21889 0.09545-0.47634 0.14323-0.77381 0.14323-0.24134 0-0.45467-0.03489-0.63988-0.10789-0.18521-0.07299-0.35073-0.17224-0.49665-0.29576-0.14031-0.12914-0.26721-0.2743-0.37946-0.43713-0.11225-0.16844-0.21891-0.34854-0.31994-0.53943-0.08419-0.17406-0.22946-0.28433-0.43713-0.32924-0.20205-0.05053-0.42089-0.02662-0.65662 0.06883l-0.89286 0.3776c0.15715 0.48847 0.34473 0.9185 0.56362 1.2891 0.2245 0.37057 0.48933 0.68298 0.79241 0.93564 0.30869 0.24704 0.6636 0.4308 1.0677 0.55432 0.40972 0.12352 0.88236 0.18601 1.4155 0.18601 0.50513 0 0.98512-0.07351 1.4397-0.21949 0.46023-0.14598 0.86113-0.36466 1.2035-0.65662 0.34798-0.29196 0.62384-0.6503 0.82589-1.077 0.20766-0.43233 0.31064-0.93218 0.31064-1.4993 0-1.2914-0.63629-2.1532-1.9103-2.5856 0.2694-0.08984 0.51031-0.20562 0.72359-0.34598s0.39351-0.31126 0.53943-0.51339c0.14593-0.20213 0.25442-0.43734 0.32738-0.70684 0.07857-0.2695 0.11719-0.58192 0.11719-0.93564 0-0.39864-0.07723-0.77168-0.23438-1.1198-0.15154-0.35372-0.37038-0.66063-0.65662-0.9189-0.28624-0.26389-0.6375-0.47154-1.0528-0.62314-0.40972-0.15159-0.87315-0.22693-1.3895-0.22693z" fill="#4d82b8" stroke-width=".95238"/></svg>
--- a/eric6/icons/breeze-light/formatTextHorizontalLine.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextHorizontalLine.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2.6667 7.6668h1.6667v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v6.6665h-16.667zm-1.6667-1.6666v9.9998h20v-9.9998z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m2.6667 7.6668h1.6667v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v6.6665h-16.667zm-1.6667-1.6666v9.9998h20v-9.9998z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextHyperlink.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextHyperlink.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.1111 6.5c-0.61557 0-1.1111 0.50174-1.1111 1.125v6.75c0 0.62326 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50174 1.1111-1.125v-1.125h2.2222v1.125c0 0.62325 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50175 1.1111-1.125v-6.75c0-0.62325-0.49554-1.125-1.1111-1.125h-6.6667c-0.61557 0-1.1111 0.50175-1.1111 1.125v1.125h-2.2222v-1.125c0-0.62326-0.49554-1.125-1.1111-1.125zm0 1.125h6.6667v1.125c-0.61557 0-1.1111 0.50174-1.1111 1.125v2.25c0 0.62326 0.49554 1.125 1.1111 1.125v1.125h-6.6667zm11.111 0h6.6667v6.75h-6.6667v-1.125c0.61557 0 1.1111-0.50174 1.1111-1.125v-2.25c0-0.62326-0.49554-1.125-1.1111-1.125zm-4.4444 2.25h4.4444v2.25h-4.4444z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.1111 6.5c-0.61557 0-1.1111 0.50174-1.1111 1.125v6.75c0 0.62326 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50174 1.1111-1.125v-1.125h2.2222v1.125c0 0.62325 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50175 1.1111-1.125v-6.75c0-0.62325-0.49554-1.125-1.1111-1.125h-6.6667c-0.61557 0-1.1111 0.50175-1.1111 1.125v1.125h-2.2222v-1.125c0-0.62326-0.49554-1.125-1.1111-1.125zm0 1.125h6.6667v1.125c-0.61557 0-1.1111 0.50174-1.1111 1.125v2.25c0 0.62326 0.49554 1.125 1.1111 1.125v1.125h-6.6667zm11.111 0h6.6667v6.75h-6.6667v-1.125c0.61557 0 1.1111-0.50174 1.1111-1.125v-2.25c0-0.62326-0.49554-1.125-1.1111-1.125zm-4.4444 2.25h4.4444v2.25h-4.4444z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextImage.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextImage.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/>
-  <path d="m327 537.36v1.2308 0.61538 1.8462 0.2524 0.36058 8.988 0.2452 1.2308 0.51683 0.71394h20v-0.84616-0.38461-14.769h-1.25-13.75-0.62989-0.57128-1.9238-0.625zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h0.0659 13.75v13.538h-17.5v-0.089-0.10818-0.76682l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#232629" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#c4bb1b"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#232629" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/></g></svg>
--- a/eric6/icons/breeze-light/formatTextInlineCode.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextInlineCode.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m12.743 7-1.9676 7.877 0.4919 0.12305 1.9676-7.877zm-2.5805 1.5-1.9551 2.3223-0.13738 0.17773 0.13738 0.17773 1.9551 2.3223 0.367-0.35449-1.8023-2.1455 1.8023-2.1455zm3.6854 0-0.367 0.35449 1.8023 2.1455-1.8023 2.1455 0.367 0.35449 1.9551-2.3223 0.13738-0.17773-0.13738-0.17773z" color="#eff0f1" fill="#232629"/>
- <text transform="scale(.99752 1.0025)" x="1.0024848" y="14.962821" fill="#4d82b8" font-family="sans-serif" font-size="11.13px" letter-spacing="0px" stroke-width=".27825" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.0024848" y="14.962821" fill="#4d82b8" stroke-width=".27825">A</tspan></text>
- <text transform="scale(.9782 1.0223)" x="15.776766" y="14.571308" fill="#4d82b8" font-family="sans-serif" font-size="10.163px" letter-spacing="0px" stroke-width=".25408" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="15.776766" y="14.571308" fill="#4d82b8" stroke-width=".25408">b</tspan></text>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m12.743 7-1.9676 7.877 0.4919 0.12305 1.9676-7.877zm-2.5805 1.5-1.9551 2.3223-0.13738 0.17773 0.13738 0.17773 1.9551 2.3223 0.367-0.35449-1.8023-2.1455 1.8023-2.1455zm3.6854 0-0.367 0.35449 1.8023 2.1455-1.8023 2.1455 0.367 0.35449 1.9551-2.3223 0.13738-0.17773-0.13738-0.17773z" color="#eff0f1" fill="#232629"/><text transform="scale(.99752 1.0025)" x="1.0024848" y="14.962821" fill="#4d82b8" font-family="sans-serif" font-size="11.13px" letter-spacing="0px" stroke-width=".27825" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.0024848" y="14.962821" fill="#4d82b8" stroke-width=".27825">A</tspan></text><text transform="scale(.9782 1.0223)" x="15.776766" y="14.571308" fill="#4d82b8" font-family="sans-serif" font-size="10.163px" letter-spacing="0px" stroke-width=".25408" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="15.776766" y="14.571308" fill="#4d82b8" stroke-width=".25408">b</tspan></text></svg>
--- a/eric6/icons/breeze-light/formatTextItalic.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextItalic.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m8.4648 1c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.070312c0 0.25708 0.20776 0.46484 0.46484 0.46484h2.5352l-2 18h-2.5352c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.07031c0 0.25708 0.20776 0.46485 0.46484 0.46485h7.0703c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.07031c0-0.25708-0.20776-0.46485-0.46484-0.46485h-2.5352l2-18h2.5352c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.070312c0-0.25708-0.20776-0.46484-0.46484-0.46484h-6.8613z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m8.4648 1c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.070312c0 0.25708 0.20776 0.46484 0.46484 0.46484h2.5352l-2 18h-2.5352c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.07031c0 0.25708 0.20776 0.46485 0.46484 0.46485h7.0703c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.07031c0-0.25708-0.20776-0.46485-0.46484-0.46485h-2.5352l2-18h2.5352c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.070312c0-0.25708-0.20776-0.46484-0.46484-0.46484h-6.8613z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextNumberedList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextNumberedList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1v1.25h1.25v2.5h-1.25v1.25h3.75v-1.25h-1.25v-2.5h1.25v-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-8.75 5v1.25h1.25v2.5h-1.25v1.25h6.25v-1.25h-1.25v-2.5h1.25v-1.25zm8.75 0v1.25h11.25v-1.25zm-6.25 1.25h1.25v2.5h-1.25zm6.25 1.25v1.25h2.5v-1.25zm0 5v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1v1.25h1.25v2.5h-1.25v1.25h3.75v-1.25h-1.25v-2.5h1.25v-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-8.75 5v1.25h1.25v2.5h-1.25v1.25h6.25v-1.25h-1.25v-2.5h1.25v-1.25zm8.75 0v1.25h11.25v-1.25zm-6.25 1.25h1.25v2.5h-1.25zm6.25 1.25v1.25h2.5v-1.25zm0 5v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/formatTextQuote.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextQuote.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/formatTextStrikethrough.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/formatTextStrikethrough.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-1,-1)" fill="#232629">
-  <rect x="2" y="11" width="20" height="1" ry=".46404"/>
-  <path d="m13 2c-3.3137 0-6 2.6863-6 6 0.0027 0.6818 0.12159 1.3582 0.35156 2h3.6484c-1.4459-2.7593-0.31236-5.9297 2-6 1.3532 8.071e-4 2.6142 0.6857 3.3516 1.8203l1.293-1.6133c-1.1385-1.3954-2.8436-2.2057-4.6445-2.207z"/>
-  <path d="m11.995 22c3.3137-1e-6 6-2.6863 6-6-0.002702-0.6818-0.12159-1.3582-0.35156-2h-3.643c2.108 2.5861 0.40732 5.9267-2.0055 6-1.3532-8.07e-4 -2.6142-0.6857-3.3516-1.8203l-1.293 1.6133c1.1385 1.3954 2.8436 2.2057 4.6445 2.207z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-1,-1)" fill="#232629"><rect x="2" y="11" width="20" height="1" ry=".46404"/><path d="m13 2c-3.3137 0-6 2.6863-6 6 0.0027 0.6818 0.12159 1.3582 0.35156 2h3.6484c-1.4459-2.7593-0.31236-5.9297 2-6 1.3532 8.071e-4 2.6142 0.6857 3.3516 1.8203l1.293-1.6133c-1.1385-1.3954-2.8436-2.2057-4.6445-2.207z"/><path d="m11.995 22c3.3137-1e-6 6-2.6863 6-6-0.002702-0.6818-0.12159-1.3582-0.35156-2h-3.643c2.108 2.5861 0.40732 5.9267-2.0055 6-1.3532-8.07e-4 -2.6142-0.6857-3.3516-1.8203l-1.293 1.6133c1.1385 1.3954 2.8436 2.2057 4.6445 2.207z"/></g></svg>
--- a/eric6/icons/breeze-light/forward.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/forward.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/gRPC48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/gRPC48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)">
-  <path transform="matrix(0 1.0824 -1.0867 0 323.69 283.85)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/>
-  <g transform="matrix(1.0531 0 0 1.0178 .72897 -5.0872)" fill="#fff" stroke-width=".34158">
-   <path d="m5.6954 291.9h-0.35278c-0.39088 0-0.70555-0.29501-0.70555-0.66146v-3.3073h0.70555l-0.88194-0.99219-0.88195 0.99219h0.70556v3.3073c0 0.54967 0.47202 0.99219 1.0583 0.99219h0.35278z" color="#eff0f1"/>
-   <path d="m4.9794 289.25h0.35278c0.39088 0 0.70555 0.29501 0.70555 0.66146v3.3073h-0.70555l0.88194 0.99219 0.88195-0.99219h-0.70556v-3.3073c0-0.54967-0.47202-0.99219-1.0583-0.99219h-0.35278z" color="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)"><path transform="matrix(0 1.0824 -1.0867 0 323.69 283.85)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/><g transform="matrix(1.0531 0 0 1.0178 .72897 -5.0872)" fill="#fff" stroke-width=".34158"><path d="m5.6954 291.9h-0.35278c-0.39088 0-0.70555-0.29501-0.70555-0.66146v-3.3073h0.70555l-0.88194-0.99219-0.88195 0.99219h0.70556v3.3073c0 0.54967 0.47202 0.99219 1.0583 0.99219h0.35278z" color="#eff0f1"/><path d="m4.9794 289.25h0.35278c0.39088 0 0.70555 0.29501 0.70555 0.66146v3.3073h-0.70555l0.88194 0.99219 0.88195-0.99219h-0.70556v-3.3073c0-0.54967-0.47202-0.99219-1.0583-0.99219h-0.35278z" color="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-light/geolocation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/geolocation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-3.5898 1.37e-5 -6.5 2.9848-6.5 6.6667 0.00255 0.79395 0.14335 1.5811 0.41577 2.3242 0.19717 0.5589 0.59479 1.1777 0.84424 1.6048l5.24 9.4043 5.24-9.401c0.41147-0.52568 0.58978-1.082 0.84741-1.6081 0.27134-0.74337 0.41107-1.5305 0.4126-2.3242-1.3e-5 -3.6819-2.9102-6.6667-6.5-6.6667zm0 1.6667c1.4874 2.58e-5 2.8934 0.69647 3.8181 1.8913 0.20251 0.26121 0.379 0.54256 0.52686 0.83984 0.29551 0.59612 0.47142 1.247 0.51734 1.9141 0.0083 0.11808 0.01251 0.23643 0.01267 0.35482-3.82e-4 0.50109-0.0742 0.99928-0.219 1.4779-0.08027 0.25974-0.18112 0.51232-0.30151 0.75521-0.01348 0.030517-0.0272 0.060917-0.04126 0.09115-0.84164 1.6443-2.5025 2.6746-4.3132 2.6758-1.8107-0.001165-3.4715-1.0315-4.3132-2.6758-0.07228-0.14102-0.13795-0.2855-0.19678-0.43294l-0.0095226-0.022783c-0.053656-0.13773-0.10131-0.27784-0.14282-0.41992-0.00646-0.0195-0.012805-0.039017-0.019044-0.0586-0.036107-0.13318-0.066813-0.26785-0.092041-0.40364-0.0065813-0.02815-0.012935-0.056367-0.019043-0.084633-0.024913-0.14017-0.043972-0.28135-0.057128-0.42318-0.0022913-0.02385-0.0044038-0.047733-0.0063538-0.071617-0.011726-0.13531-0.018079-0.27106-0.019034-0.4069 3.805e-4 -0.16634 0.0088545-0.33257 0.02539-0.49805 0.13099-1.3446 0.787-2.5775 1.8186-3.418 0.25468-0.2077 0.529-0.38872 0.81885-0.54036 0.68527-0.35759 1.4433-0.54387 2.2122-0.54362z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-3.5898 1.37e-5 -6.5 2.9848-6.5 6.6667 0.00255 0.79395 0.14335 1.5811 0.41577 2.3242 0.19717 0.5589 0.59479 1.1777 0.84424 1.6048l5.24 9.4043 5.24-9.401c0.41147-0.52568 0.58978-1.082 0.84741-1.6081 0.27134-0.74337 0.41107-1.5305 0.4126-2.3242-1.3e-5 -3.6819-2.9102-6.6667-6.5-6.6667zm0 1.6667c1.4874 2.58e-5 2.8934 0.69647 3.8181 1.8913 0.20251 0.26121 0.379 0.54256 0.52686 0.83984 0.29551 0.59612 0.47142 1.247 0.51734 1.9141 0.0083 0.11808 0.01251 0.23643 0.01267 0.35482-3.82e-4 0.50109-0.0742 0.99928-0.219 1.4779-0.08027 0.25974-0.18112 0.51232-0.30151 0.75521-0.01348 0.030517-0.0272 0.060917-0.04126 0.09115-0.84164 1.6443-2.5025 2.6746-4.3132 2.6758-1.8107-0.001165-3.4715-1.0315-4.3132-2.6758-0.07228-0.14102-0.13795-0.2855-0.19678-0.43294l-0.0095226-0.022783c-0.053656-0.13773-0.10131-0.27784-0.14282-0.41992-0.00646-0.0195-0.012805-0.039017-0.019044-0.0586-0.036107-0.13318-0.066813-0.26785-0.092041-0.40364-0.0065813-0.02815-0.012935-0.056367-0.019043-0.084633-0.024913-0.14017-0.043972-0.28135-0.057128-0.42318-0.0022913-0.02385-0.0044038-0.047733-0.0063538-0.071617-0.011726-0.13531-0.018079-0.27106-0.019034-0.4069 3.805e-4 -0.16634 0.0088545-0.33257 0.02539-0.49805 0.13099-1.3446 0.787-2.5775 1.8186-3.418 0.25468-0.2077 0.529-0.38872 0.81885-0.54036 0.68527-0.35759 1.4433-0.54387 2.2122-0.54362z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/getAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/getAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m17.497 4-10.493 10.493h-0.0034125v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.0017062 0.00175-0.0017063-3.5-3.5-0.0017 0.00171-0.0018-0.00171m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.3588 0.35888h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#232629" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m17.497 4-10.493 10.493h-0.0034125v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.0017062 0.00175-0.0017063-3.5-3.5-0.0017 0.00171-0.0018-0.00171m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.3588 0.35888h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#232629" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/globalVariables.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/globalVariables.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#54d883" offset="0"/>
-  <stop stop-color="#abf9c7" offset="1"/>
- </linearGradient>
- <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/>
- <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/>
- <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/>
- <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/>
- <path class="ColorScheme-Text" d="m8.75 5s-3.75 1e-5 -3.75 3.75c0.74912-1.4982 1.4652-1.717 3.709-1.7188-9e-3 8.2027-2.2071 8.2379-2.209 9.5469 1.1256 0.86407 2.8845 0.38512 3.0137-1.3125l0.67578-8.2578 2.9883-0.01172-0.67773 8.3164c0 2.25 3 2.25 3.75 0l0.75-2.25c-0.75 1.5-2.9994 3.7505-2.9336 1.4609l0.63477-7.5156 2.2988-0.0078v-2z" fill="currentColor"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><g stroke-width=".5"><circle cx="11" cy="11" r="10" fill="url(#h)"/><path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#g)" opacity=".2"/><path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#f)"/><path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2"/></g><path class="ColorScheme-Text" d="m8.75 5s-3.75 1e-5 -3.75 3.75c0.74912-1.4982 1.4652-1.717 3.709-1.7188-9e-3 8.2027-2.2071 8.2379-2.209 9.5469 1.1256 0.86407 2.8845 0.38512 3.0137-1.3125l0.67578-8.2578 2.9883-0.01172-0.67773 8.3164c0 2.25 3 2.25 3.75 0l0.75-2.25c-0.75 1.5-2.9994 3.7505-2.9336 1.4609l0.63477-7.5156 2.2988-0.0078v-2z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/google.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/google.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.8245 2.3285-3.04 4-5.6515 4-3.3135 0-6-2.6865-6-6s2.6865-6 6-6c1.5295 0 2.921 0.577 3.9805 1.5195l2.8285-2.8285c-1.786-1.6645-4.175-2.691-6.809-2.691-5.5225 0-10 4.4775-10 10s4.4775 10 10 10 10-4.4775 10-10c0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#ffc107" stroke-width=".5"/>
- <path d="M 2.153,6.3455 5.4385,8.755 C 6.3275,6.554 8.4805,5 11,5 c 1.5295,0 2.921,0.577 3.9805,1.5195 L 17.809,3.691 C 16.023,2.0265 13.634,1 11,1 7.159,1 3.828,3.1685 2.153,6.3455 Z" fill="#ff3d00" stroke-width=".5"/>
- <path d="m11 21c2.583 0 4.93-0.9885 6.7045-2.596l-3.095-2.619c-1.004 0.7605-2.252 1.215-3.6095 1.215-2.601 0-4.8095-1.6585-5.6415-3.973l-3.261 2.5125c1.655 3.2385 5.016 5.4605 8.9025 5.4605z" fill="#4caf50" stroke-width=".5"/>
- <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.396 1.1185-1.1155 2.083-2.0435 2.7855 5e-4 -5e-4 1e-3 -5e-4 0.0015-1e-3l3.095 2.619c-0.219 0.199 3.2955-2.4035 3.2955-7.4035 0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#1976d2" stroke-width=".5"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".5"><path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.8245 2.3285-3.04 4-5.6515 4-3.3135 0-6-2.6865-6-6s2.6865-6 6-6c1.5295 0 2.921 0.577 3.9805 1.5195l2.8285-2.8285c-1.786-1.6645-4.175-2.691-6.809-2.691-5.5225 0-10 4.4775-10 10s4.4775 10 10 10 10-4.4775 10-10c0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#ffc107"/><path d="M 2.153,6.3455 5.4385,8.755 C 6.3275,6.554 8.4805,5 11,5 c 1.5295,0 2.921,0.577 3.9805,1.5195 L 17.809,3.691 C 16.023,2.0265 13.634,1 11,1 7.159,1 3.828,3.1685 2.153,6.3455 Z" fill="#ff3d00"/><path d="m11 21c2.583 0 4.93-0.9885 6.7045-2.596l-3.095-2.619c-1.004 0.7605-2.252 1.215-3.6095 1.215-2.601 0-4.8095-1.6585-5.6415-3.973l-3.261 2.5125c1.655 3.2385 5.016 5.4605 8.9025 5.4605z" fill="#4caf50"/><path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.396 1.1185-1.1155 2.083-2.0435 2.7855 5e-4 -5e-4 1e-3 -5e-4 0.0015-1e-3l3.095 2.619c-0.219 0.199 3.2955-2.4035 3.2955-7.4035 0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#1976d2"/></g></svg>
--- a/eric6/icons/breeze-light/goto.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/goto.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g fill="#232629">
-   <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/>
-   <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/>
-   <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g fill="#232629"><path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/><path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/><g stroke-width=".52917"><path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/gotoBrace.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/gotoBrace.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g fill="#232629">
-   <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/>
-   <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/>
-   <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/>
-   <text transform="scale(.81839 1.2219)" x="0.22397032" y="242.45308" font-family="sans-serif" font-size="2.4832px" letter-spacing="0px" stroke-width=".062079" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.22397032" y="242.45308" fill="#232629" stroke-width=".062079">()</tspan></text>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g fill="#232629"><path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/><path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/><g stroke-width=".52917"><path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/><path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z"/></g><text transform="scale(.81839 1.2219)" x="0.22397032" y="242.45308" font-family="sans-serif" font-size="2.4832px" letter-spacing="0px" stroke-width=".062079" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.22397032" y="242.45308" fill="#232629" stroke-width=".062079">()</tspan></text></g></g></svg>
--- a/eric6/icons/breeze-light/gotoLastEditPosition.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/gotoLastEditPosition.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-10h6.25v1.25h6.25v-8.75h-6.25v-1.25h-6.25v-1.25zm17.5 3.75-2.5 2.5 2.5 2.5v-1.6064c0.78052 1.1788 1.25 2.5798 1.25 4.1064 0 4.155-3.345 7.5-7.5 7.5v1.25c4.8475 0 8.75-3.9025 8.75-8.75 0-2.3864-0.95963-4.5298-2.5-6.1035z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-10h6.25v1.25h6.25v-8.75h-6.25v-1.25h-6.25v-1.25zm17.5 3.75-2.5 2.5 2.5 2.5v-1.6064c0.78052 1.1788 1.25 2.5798 1.25 4.1064 0 4.155-3.345 7.5-7.5 7.5v1.25c4.8475 0 8.75-3.9025 8.75-8.75 0-2.3864-0.95963-4.5298-2.5-6.1035z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/greaseMonkey.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/greaseMonkey.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,59 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#e6ffe6" offset="0"/>
-   <stop stop-color="#d0e6d0" offset=".343"/>
-   <stop stop-color="#d0e6d0" offset=".694"/>
-   <stop stop-color="#e6ffe6" offset="1"/>
-  </linearGradient>
-  <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#346732" offset="0"/>
-   <stop stop-color="#021301" offset="1"/>
-  </linearGradient>
-  <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#efddb5" offset="0"/>
-   <stop stop-color="#efd092" offset=".407"/>
-   <stop stop-color="#cca76e" offset=".678"/>
-   <stop stop-color="#8d4600" offset="1"/>
-  </radialGradient>
-  <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#570503" offset=".631"/>
-   <stop stop-color="#710603" offset=".796"/>
-   <stop stop-color="#680603" offset=".889"/>
-   <stop stop-color="#570503" offset="1"/>
-  </radialGradient>
-  <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#957c53" offset="0"/>
-   <stop stop-color="#d3af75" offset=".762"/>
-   <stop stop-color="#c8a66f" offset="1"/>
-  </radialGradient>
-  <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
- </defs>
- <g transform="matrix(.20263 0 0 .2 .86938 11.4)" fill-rule="evenodd">
-  <g transform="translate(0,-52)">
-   <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/>
-   <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/>
-   <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/>
-   <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/>
-   <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/>
-   <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/>
-  </g>
-  <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/>
-  <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/>
-  <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/>
-  <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/>
-  <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="h" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="a" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"><stop stop-color="#e6ffe6" offset="0"/><stop stop-color="#d0e6d0" offset=".343"/><stop stop-color="#d0e6d0" offset=".694"/><stop stop-color="#e6ffe6" offset="1"/></linearGradient><linearGradient id="b" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"><stop stop-color="#346732" offset="0"/><stop stop-color="#021301" offset="1"/></linearGradient><linearGradient id="g" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><radialGradient id="j" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"><stop stop-color="#efddb5" offset="0"/><stop stop-color="#efd092" offset=".407"/><stop stop-color="#cca76e" offset=".678"/><stop stop-color="#8d4600" offset="1"/></radialGradient><radialGradient id="k" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#c"/><radialGradient id="i" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"><stop stop-color="#570503" offset=".631"/><stop stop-color="#710603" offset=".796"/><stop stop-color="#680603" offset=".889"/><stop stop-color="#570503" offset="1"/></radialGradient><radialGradient id="c" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"><stop stop-color="#957c53" offset="0"/><stop stop-color="#d3af75" offset=".762"/><stop stop-color="#c8a66f" offset="1"/></radialGradient><radialGradient id="d" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="matrix(.20263 0 0 .2 .86938 11.4)" fill-rule="evenodd"><g transform="translate(0,-52)"><path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/><path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#d)"/></g><g transform="translate(0,-52)"><path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/><path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#k)"/></g><g transform="translate(0,-52)"><path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/><path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/><path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/><path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#j)"/></g><path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#i)"/><path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#f)"/><path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#e)"/><path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#h)"/><path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#g)"/></g></svg>
--- a/eric6/icons/breeze-light/greaseMonkey48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/greaseMonkey48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,59 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#e6ffe6" offset="0"/>
-   <stop stop-color="#d0e6d0" offset=".343"/>
-   <stop stop-color="#d0e6d0" offset=".694"/>
-   <stop stop-color="#e6ffe6" offset="1"/>
-  </linearGradient>
-  <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#346732" offset="0"/>
-   <stop stop-color="#021301" offset="1"/>
-  </linearGradient>
-  <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#efddb5" offset="0"/>
-   <stop stop-color="#efd092" offset=".407"/>
-   <stop stop-color="#cca76e" offset=".678"/>
-   <stop stop-color="#8d4600" offset="1"/>
-  </radialGradient>
-  <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#570503" offset=".631"/>
-   <stop stop-color="#710603" offset=".796"/>
-   <stop stop-color="#680603" offset=".889"/>
-   <stop stop-color="#570503" offset="1"/>
-  </radialGradient>
-  <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#957c53" offset="0"/>
-   <stop stop-color="#d3af75" offset=".762"/>
-   <stop stop-color="#c8a66f" offset="1"/>
-  </radialGradient>
-  <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/>
-  <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/>
-  <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
- </defs>
- <g transform="matrix(.45591 0 0 .45999 1.2061 24.92)" fill-rule="evenodd">
-  <g transform="translate(0,-52)">
-   <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/>
-   <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/>
-   <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/>
-  </g>
-  <g transform="translate(0,-52)">
-   <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/>
-   <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/>
-   <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/>
-   <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/>
-  </g>
-  <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/>
-  <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/>
-  <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/>
-  <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/>
-  <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="h" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="a" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"><stop stop-color="#e6ffe6" offset="0"/><stop stop-color="#d0e6d0" offset=".343"/><stop stop-color="#d0e6d0" offset=".694"/><stop stop-color="#e6ffe6" offset="1"/></linearGradient><linearGradient id="b" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"><stop stop-color="#346732" offset="0"/><stop stop-color="#021301" offset="1"/></linearGradient><linearGradient id="g" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><radialGradient id="j" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"><stop stop-color="#efddb5" offset="0"/><stop stop-color="#efd092" offset=".407"/><stop stop-color="#cca76e" offset=".678"/><stop stop-color="#8d4600" offset="1"/></radialGradient><radialGradient id="k" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#c"/><radialGradient id="i" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"><stop stop-color="#570503" offset=".631"/><stop stop-color="#710603" offset=".796"/><stop stop-color="#680603" offset=".889"/><stop stop-color="#570503" offset="1"/></radialGradient><radialGradient id="c" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"><stop stop-color="#957c53" offset="0"/><stop stop-color="#d3af75" offset=".762"/><stop stop-color="#c8a66f" offset="1"/></radialGradient><radialGradient id="d" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="f" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="matrix(.45591 0 0 .45999 1.2061 24.92)" fill-rule="evenodd"><g transform="translate(0,-52)"><path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/><path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#d)"/></g><g transform="translate(0,-52)"><path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/><path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#k)"/></g><g transform="translate(0,-52)"><path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/><path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/><path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/><path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#j)"/></g><path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#i)"/><path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#f)"/><path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#e)"/><path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#h)"/><path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#g)"/></g></svg>
--- a/eric6/icons/breeze-light/greaseMonkeyScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/greaseMonkeyScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<g transform="matrix(.030612 0 0 .030607 .69388 .69628)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m2677.4 5008.9c-567.2-84.3-1052-504-1247.5-1078.9-107.3-310.4-103.5-218.5-103.5-3359.2v-2901.2h-484.8c-463.7 0-488.7-1.9-569.1-42.2-105.4-53.6-172.5-170.5-172.5-302.7 0-381.3 128.4-835.5 331.5-1178.5 107.3-185.9 373.7-473.3 536.6-582.6 253-170.5 571.1-287.4 894.9-327.7 132.2-15.3 829.7-19.2 2539.1-15.3 2205.6 5.7 2364.7 9.6 2472 42.2 546.1 164.8 935.1 561.5 1115.3 1136.3l53.6 168.6 9.6 3008.6 9.6 3008.5 827.8 9.6c797.2 9.6 829.7 11.5 879.6 49.8 118.8 88.2 132.2 126.5 130.3 358.3-7.7 536.6-185.9 1078.9-475.3 1444.9-151.4 189.7-314.3 323.8-519.3 425.4-316.2 157.1-32.6 143.7-3257.7 147.6-1580.9 1.9-2918.5-3.8-2970.2-11.5zm6045.8-741.6c323.8-161 551.9-515.5 561.5-870 3.8-105.4-1.9-120.7-49.8-162.9l-53.7-46h-1128.7v293.2c0 463.7 40.2 619 189.7 743.5 155.3 132.3 281.7 143.8 481 42.2zm-5104.9-2345.5c151.4-72.8 214.6-264.4 138-410.1-17.2-30.7-264.4-289.4-551.9-573l-521.2-515.5 538.5-538.5c584.5-584.5 599.8-605.5 557.6-756.9-38.3-147.6-151.4-235.7-297-235.7-46 0-103.5 11.5-130.3 26.8-74.7 40.2-1347.1 1301.1-1381.6 1370.1-38.3 74.7-40.2 178.2-3.8 260.6 36.4 84.3 1305 1345.2 1391.2 1381.6 91.8 40.4 164.7 38.5 260.5-9.4zm2418.3 7.7c32.6-19.2 358.3-331.5 722.4-695.6 555.7-555.7 665-672.6 682.2-737.8 44.1-159 34.5-170.5-678.3-887.2-360.3-362.2-680.3-672.6-712.9-687.9-126.5-69-310.4-24.9-398.6 93.9-53.7 72.8-65.2 222.3-23 310.4 21.1 42.2 243.4 276 557.6 582.6l525.1 513.6-528.9 525c-289.4 289.4-540.4 550-555.7 578.7-34.5 65.2-34.5 193.5 0 260.6 80.5 155.2 266.4 220.3 410.1 143.7zm-415.8-4928.7c49.8-49.8 55.6-70.9 55.6-170.5 0-189.7 93.9-350.7 346.8-601.7 136.1-134.1 208.9-218.4 208.9-245.3 0-23-24.9-67.1-55.6-97.7l-55.6-55.6h-2188.4c-2441.3 0-2351.3-3.8-2634.9 134.1-331.5 161-555.7 490.6-576.8 843.2-9.6 149.5 1.9 182 78.6 226.1 28.7 15.3 661.1 21.1 2401.1 23h2364.7z" fill="#232629"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.030612 0 0 .030607 .69388 .69628)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m2677.4 5008.9c-567.2-84.3-1052-504-1247.5-1078.9-107.3-310.4-103.5-218.5-103.5-3359.2v-2901.2h-484.8c-463.7 0-488.7-1.9-569.1-42.2-105.4-53.6-172.5-170.5-172.5-302.7 0-381.3 128.4-835.5 331.5-1178.5 107.3-185.9 373.7-473.3 536.6-582.6 253-170.5 571.1-287.4 894.9-327.7 132.2-15.3 829.7-19.2 2539.1-15.3 2205.6 5.7 2364.7 9.6 2472 42.2 546.1 164.8 935.1 561.5 1115.3 1136.3l53.6 168.6 9.6 3008.6 9.6 3008.5 827.8 9.6c797.2 9.6 829.7 11.5 879.6 49.8 118.8 88.2 132.2 126.5 130.3 358.3-7.7 536.6-185.9 1078.9-475.3 1444.9-151.4 189.7-314.3 323.8-519.3 425.4-316.2 157.1-32.6 143.7-3257.7 147.6-1580.9 1.9-2918.5-3.8-2970.2-11.5zm6045.8-741.6c323.8-161 551.9-515.5 561.5-870 3.8-105.4-1.9-120.7-49.8-162.9l-53.7-46h-1128.7v293.2c0 463.7 40.2 619 189.7 743.5 155.3 132.3 281.7 143.8 481 42.2zm-5104.9-2345.5c151.4-72.8 214.6-264.4 138-410.1-17.2-30.7-264.4-289.4-551.9-573l-521.2-515.5 538.5-538.5c584.5-584.5 599.8-605.5 557.6-756.9-38.3-147.6-151.4-235.7-297-235.7-46 0-103.5 11.5-130.3 26.8-74.7 40.2-1347.1 1301.1-1381.6 1370.1-38.3 74.7-40.2 178.2-3.8 260.6 36.4 84.3 1305 1345.2 1391.2 1381.6 91.8 40.4 164.7 38.5 260.5-9.4zm2418.3 7.7c32.6-19.2 358.3-331.5 722.4-695.6 555.7-555.7 665-672.6 682.2-737.8 44.1-159 34.5-170.5-678.3-887.2-360.3-362.2-680.3-672.6-712.9-687.9-126.5-69-310.4-24.9-398.6 93.9-53.7 72.8-65.2 222.3-23 310.4 21.1 42.2 243.4 276 557.6 582.6l525.1 513.6-528.9 525c-289.4 289.4-540.4 550-555.7 578.7-34.5 65.2-34.5 193.5 0 260.6 80.5 155.2 266.4 220.3 410.1 143.7zm-415.8-4928.7c49.8-49.8 55.6-70.9 55.6-170.5 0-189.7 93.9-350.7 346.8-601.7 136.1-134.1 208.9-218.4 208.9-245.3 0-23-24.9-67.1-55.6-97.7l-55.6-55.6h-2188.4c-2441.3 0-2351.3-3.8-2634.9 134.1-331.5 161-555.7 490.6-576.8 843.2-9.6 149.5 1.9 182 78.6 226.1 28.7 15.3 661.1 21.1 2401.1 23h2364.7z" fill="#232629"/></g></g></svg>
--- a/eric6/icons/breeze-light/greaseMonkeyTrash.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/greaseMonkeyTrash.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5zm-5.1429 3.75v1.25h18v-1.25zm2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5zm-5.1429 3.75v1.25h18v-1.25zm2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/greyscale.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/greyscale.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <g transform="matrix(1.625 0 0 1.6667 -2.5 -12.333)" fill="currentColor">
-  <path class="ColorScheme-Text" d="m8 8c-0.166 0.569-0.389 1.125-0.631 1.67-1.232 2.7-3.162 4.548-3.348 6.252-5e-3 0.025-0.017 0.053-0.021 0.078l0.016 6e-3c-4e-3 0.059-0.016 0.117-0.016 0.176 0 2.109 1.791 3.818 4 3.818s4-1.71 4-3.818c0-0.058-0.012-0.117-0.016-0.176l0.016-6e-3c-4e-3 -0.025-0.016-0.053-0.021-0.078-0.186-1.704-2.115-3.552-3.348-6.252-0.242-0.545-0.465-1.101-0.631-1.67m0 1.465c0.58 1.366 1.338 2.51 1.996 3.506 0.446 0.694 0.95 1.454 1.287 2.299 0.09 0.295 0.144 0.601 0.145 0.912 0 1.807-1.534 3.273-3.428 3.273s-3.428-1.466-3.428-3.273c0-0.311 0.054-0.617 0.145-0.912 0.337-0.844 0.842-1.605 1.287-2.299 0.658-0.996 1.416-2.14 1.996-3.506" color="#232629"/>
-  <path class="ColorScheme-Text" d="m8 9.47c-0.58 1.366-1.338 2.51-1.996 3.506-0.446 0.694-0.95 1.454-1.287 2.299-0.09 0.295-0.144 0.601-0.145 0.912 0 1.081 0.556 2.033 1.402 2.629 0.28955 0.06377 0.58565 0.09654 0.88281 0.0977 2.2084 0 3.999-1.7084 4-3.8164-0.0016-0.28942-0.03761-0.57773-0.10742-0.85938 0.0345 0.04669 0.06771 0.09423 0.0996 0.14258-0.272-0.496-0.572-0.966-0.854-1.404-0.658-0.996-1.416-2.14-1.996-3.506" color="#232629" fill-opacity=".5"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.625 0 0 1.6667 -2.5 -12.333)" fill="currentColor"><path class="ColorScheme-Text" d="m8 8c-0.166 0.569-0.389 1.125-0.631 1.67-1.232 2.7-3.162 4.548-3.348 6.252-5e-3 0.025-0.017 0.053-0.021 0.078l0.016 6e-3c-4e-3 0.059-0.016 0.117-0.016 0.176 0 2.109 1.791 3.818 4 3.818s4-1.71 4-3.818c0-0.058-0.012-0.117-0.016-0.176l0.016-6e-3c-4e-3 -0.025-0.016-0.053-0.021-0.078-0.186-1.704-2.115-3.552-3.348-6.252-0.242-0.545-0.465-1.101-0.631-1.67m0 1.465c0.58 1.366 1.338 2.51 1.996 3.506 0.446 0.694 0.95 1.454 1.287 2.299 0.09 0.295 0.144 0.601 0.145 0.912 0 1.807-1.534 3.273-3.428 3.273s-3.428-1.466-3.428-3.273c0-0.311 0.054-0.617 0.145-0.912 0.337-0.844 0.842-1.605 1.287-2.299 0.658-0.996 1.416-2.14 1.996-3.506" color="#232629"/><path class="ColorScheme-Text" d="m8 9.47c-0.58 1.366-1.338 2.51-1.996 3.506-0.446 0.694-0.95 1.454-1.287 2.299-0.09 0.295-0.144 0.601-0.145 0.912 0 1.081 0.556 2.033 1.402 2.629 0.28955 0.06377 0.58565 0.09654 0.88281 0.0977 2.2084 0 3.999-1.7084 4-3.8164-0.0016-0.28942-0.03761-0.57773-0.10742-0.85938 0.0345 0.04669 0.06771 0.09423 0.0996 0.14258-0.272-0.496-0.572-0.966-0.854-1.404-0.658-0.996-1.416-2.14-1.996-3.506" color="#232629" fill-opacity=".5"/></g></svg>
--- a/eric6/icons/breeze-light/grid.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/grid.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/group.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/group.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path d="m15.375 7.4281h-8.75v7.1429h8.75v-7.1429m0.625-1.4281v10h-10v-10h10"/>
-  <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
-  <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m15.375 7.4281h-8.75v7.1429h8.75v-7.1429m0.625-1.4281v10h-10v-10h10"/><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/help.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/help.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627 0-1.5506 0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627 0 1.5506-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204 0 0.11396-0.02432 0.22072-0.03417 0.33203-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203 0-0.11396 0.024324-0.22072 0.03418-0.33203 0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035-1.5506 0-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/helpAbout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/helpAbout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/helpAboutQt.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/helpAboutQt.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#232629" stroke-width=".43797"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#232629" stroke-width=".43797"/></svg>
--- a/eric6/icons/breeze-light/hexEditor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/hexEditor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
-  <path transform="matrix(0 .28236 -.28349 0 87.106 293.37)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/>
-  <path class="ColorScheme-Text" d="m4.6995 294.32-1.111 1.111v0.47645h0.47646l1.111-1.111zm-0.27104 0.46173 0.28577 0.28577-0.41987 0.42013v-0.0894l-0.1341 3e-3h-0.13694v-0.21444l0.19069-0.19042zm-0.53924 0.53899v0.21445h0.2682l0.00284 0.0863-0.14289 0.14315h-0.19068l-0.095343-0.0953v-0.19069z" fill="currentColor"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/><path transform="matrix(0 .28236 -.28349 0 87.106 293.37)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/><path class="ColorScheme-Text" d="m4.6995 294.32-1.111 1.111v0.47645h0.47646l1.111-1.111zm-0.27104 0.46173 0.28577 0.28577-0.41987 0.42013v-0.0894l-0.1341 3e-3h-0.13694v-0.21444l0.19069-0.19042zm-0.53924 0.53899v0.21445h0.2682l0.00284 0.0863-0.14289 0.14315h-0.19068l-0.095343-0.0953v-0.19069z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-light/hidePassword.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/hidePassword.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m18.507 2.5-16.011 16.249 0.74021 0.75122 16.011-16.249zm-7.6352 3.1875a10.469 10.625 0 0 0-9.1217 5.4391c0.18767 0.31992 0.45425 0.58385 0.77497 0.76575a9.4223 9.5625 0 0 1 8.3467-5.1423 4.1877 4.25 0 0 0-4.1877 4.25 4.1877 4.25 0 0 0 0.37419 1.7452l0.80973-0.82178a3.1408 3.1875 0 0 1-0.137-0.92346 3.1408 3.1875 0 0 1 3.1408-3.1875 3.1408 3.1875 0 0 1 0.90992 0.13904l0.80768-0.8197a4.1877 4.25 0 0 0-1.3577-0.36316 9.4223 9.5625 0 0 1 1.5213 0.19714l0.88334-0.89648a10.469 10.625 0 0 0-2.7645-0.38184zm5.6579 1.6954-0.7627 0.77405a9.4223 9.5625 0 0 1 3.4536 3.7333c0.32259-0.1836 0.59162-0.44887 0.77906-0.77197a10.469 10.625 0 0 0-3.47-3.7354zm-5.6579 1.4921a2.0938 2.125 0 0 0-2.0938 2.125zm3.8135 0.37976-0.80973 0.82178a3.1408 3.1875 0 0 1 0.137 0.92346 3.1408 3.1875 0 0 1-3.1408 3.1875 3.1408 3.1875 0 0 1-0.90992-0.13904l-0.80973 0.82178a4.1877 4.25 0 0 0 1.7196 0.37976 4.1877 4.25 0 0 0 4.1877-4.25 4.1877 4.25 0 0 0-0.37419-1.7452zm-1.7196 1.7452-2.0938 2.125a2.0938 2.125 0 0 0 2.0938-2.125zm-12.563 2.125c-0.69795 6.375-0.34897 3.1875 0 0z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m18.507 2.5-16.011 16.249 0.74021 0.75122 16.011-16.249zm-7.6352 3.1875a10.469 10.625 0 0 0-9.1217 5.4391c0.18767 0.31992 0.45425 0.58385 0.77497 0.76575a9.4223 9.5625 0 0 1 8.3467-5.1423 4.1877 4.25 0 0 0-4.1877 4.25 4.1877 4.25 0 0 0 0.37419 1.7452l0.80973-0.82178a3.1408 3.1875 0 0 1-0.137-0.92346 3.1408 3.1875 0 0 1 3.1408-3.1875 3.1408 3.1875 0 0 1 0.90992 0.13904l0.80768-0.8197a4.1877 4.25 0 0 0-1.3577-0.36316 9.4223 9.5625 0 0 1 1.5213 0.19714l0.88334-0.89648a10.469 10.625 0 0 0-2.7645-0.38184zm5.6579 1.6954-0.7627 0.77405a9.4223 9.5625 0 0 1 3.4536 3.7333c0.32259-0.1836 0.59162-0.44887 0.77906-0.77197a10.469 10.625 0 0 0-3.47-3.7354zm-5.6579 1.4921a2.0938 2.125 0 0 0-2.0938 2.125zm3.8135 0.37976-0.80973 0.82178a3.1408 3.1875 0 0 1 0.137 0.92346 3.1408 3.1875 0 0 1-3.1408 3.1875 3.1408 3.1875 0 0 1-0.90992-0.13904l-0.80973 0.82178a4.1877 4.25 0 0 0 1.7196 0.37976 4.1877 4.25 0 0 0 4.1877-4.25 4.1877 4.25 0 0 0-0.37419-1.7452zm-1.7196 1.7452-2.0938 2.125a2.0938 2.125 0 0 0 2.0938-2.125zm-12.563 2.125c-0.69795 6.375-0.34897 3.1875 0 0z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/history.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/history.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10 0 5.54 4.46 10 10 10 5.54 0 10-4.46 10-10 0-5.54-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75 0 4.8475-3.9025 8.75-8.75 8.75-4.8475 0-8.75-3.9025-8.75-8.75 0-4.8475 3.9025-8.75 8.75-8.75m-1.25 1.25v8.75h7.5v-1.25h-6.25v-7.5h-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75m-1.25 1.25v8.75h7.5v-1.25h-6.25v-7.5h-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/historyClear.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/historyClear.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/home.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/home.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1-10 10 0.88379 0.88379 0.36621-0.36621v9.4824h17.5v-9.4824l0.36621 0.36621 0.88379-0.88379-3.75-3.75v-3.75h-3.75l-2.5-2.5m0 1.7676 7.5 7.5v9.4824h-5v-6.25h-5v6.25h-5v-9.4824l7.5-7.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1-10 10 0.88379 0.88379 0.36621-0.36621v9.4824h17.5v-9.4824l0.36621 0.36621 0.88379-0.88379-3.75-3.75v-3.75h-3.75l-2.5-2.5m0 1.7676 7.5 7.5v9.4824h-5v-6.25h-5v6.25h-5v-9.4824l7.5-7.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/html.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/html.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(2.75 0 0 2.75 -1166 -1452.2)" fill="#232629">
-  <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(2.75 0 0 2.75 -1166 -1452.2)" fill="#232629"><rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/><path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/iconEditor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/iconEditor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,47 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/>
-  <g transform="matrix(.22049 0 0 .22049 -90.512 176.4)" color="#000000">
-   <path d="m425.71 535.79h2v2h-2z" fill="#f47750"/>
-   <path d="m423.71 539.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m431.71 535.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m423.71 535.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m429.71 535.79h2v2h-2z" fill="#da4453"/>
-   <path d="m427.71 535.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m427.71 537.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m425.71 537.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m423.71 537.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 537.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m429.71 537.79h2v2h-2z" fill="#f47750"/>
-   <path d="m431.71 539.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m429.71 539.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m427.71 539.79h2v2h-2z" fill="#da4453"/>
-   <path d="m425.71 539.79h2v2h-2z" fill="#f47750"/>
-   <path d="m429.71 541.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m427.71 541.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m425.71 541.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 541.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m425.71 543.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m423.71 543.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m433.71 537.79h2v2h-2z" fill="#da4453"/>
-   <path d="m433.71 539.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m423.71 541.79h2v2h-2z" fill="#f47750"/>
-   <path d="m433.71 535.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m423.71 533.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m427.71 533.79h2v2h-2z" fill="#1d99f3"/>
-   <path d="m425.71 533.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 533.79h2v2h-2z" fill="#2ecc71"/>
-   <path d="m433.71 533.79h2v2h-2z" fill="#f47750"/>
-   <path d="m429.71 533.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m433.71 541.79h2v2h-2z" fill="#da4453"/>
-   <path d="m431.71 543.79h2v2h-2z" fill="#fdbc4b"/>
-   <path d="m429.71 543.79h2v2h-2z" fill="#da4453"/>
-   <g fill="#2ecc71">
-    <path d="m427.71 543.79h2v2h-2z"/>
-    <path d="m433.71 543.79h2v2h-2z"/>
-   </g>
-  </g>
-  <path class="ColorScheme-Text" d="m4.5605 294.51-0.74591 0.7459-0.4797 0.47972v0.52559h0.52559l1.2256-1.2256zm-0.29899 0.50934 0.31524 0.31524-0.46317 0.46345v-0.0986l-0.14793 3e-3h-0.15106v-0.23646l0.21035-0.20991zm-0.59485 0.59458v0.23656h0.29586l0.00313 0.0952-0.15762 0.15791h-0.21034l-0.10517-0.10513v-0.21035z" fill="currentColor"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/><g transform="matrix(.22049 0 0 .22049 -90.512 176.4)" color="#000000"><path d="m425.71 535.79h2v2h-2z" fill="#f47750"/><path d="m423.71 539.79h2v2h-2z" fill="#2ecc71"/><path d="m431.71 535.79h2v2h-2z" fill="#fdbc4b"/><path d="m423.71 535.79h2v2h-2z" fill="#1d99f3"/><path d="m429.71 535.79h2v2h-2z" fill="#da4453"/><path d="m427.71 535.79h2v2h-2z" fill="#2ecc71"/><path d="m427.71 537.79h2v2h-2z" fill="#fdbc4b"/><path d="m425.71 537.79h2v2h-2z" fill="#1d99f3"/><path d="m423.71 537.79h2v2h-2z" fill="#da4453"/><path d="m431.71 537.79h2v2h-2z" fill="#2ecc71"/><path d="m429.71 537.79h2v2h-2z" fill="#f47750"/><path d="m431.71 539.79h2v2h-2z" fill="#fdbc4b"/><path d="m429.71 539.79h2v2h-2z" fill="#1d99f3"/><path d="m427.71 539.79h2v2h-2z" fill="#da4453"/><path d="m425.71 539.79h2v2h-2z" fill="#f47750"/><path d="m429.71 541.79h2v2h-2z" fill="#fdbc4b"/><path d="m427.71 541.79h2v2h-2z" fill="#1d99f3"/><path d="m425.71 541.79h2v2h-2z" fill="#da4453"/><path d="m431.71 541.79h2v2h-2z" fill="#2ecc71"/><path d="m425.71 543.79h2v2h-2z" fill="#fdbc4b"/><path d="m423.71 543.79h2v2h-2z" fill="#1d99f3"/><path d="m433.71 537.79h2v2h-2z" fill="#da4453"/><path d="m433.71 539.79h2v2h-2z" fill="#1d99f3"/><path d="m423.71 541.79h2v2h-2z" fill="#f47750"/><path d="m433.71 535.79h2v2h-2z" fill="#2ecc71"/><path d="m423.71 533.79h2v2h-2z" fill="#fdbc4b"/><path d="m427.71 533.79h2v2h-2z" fill="#1d99f3"/><path d="m425.71 533.79h2v2h-2z" fill="#da4453"/><path d="m431.71 533.79h2v2h-2z" fill="#2ecc71"/><path d="m433.71 533.79h2v2h-2z" fill="#f47750"/><path d="m429.71 533.79h2v2h-2z" fill="#fdbc4b"/><path d="m433.71 541.79h2v2h-2z" fill="#da4453"/><path d="m431.71 543.79h2v2h-2z" fill="#fdbc4b"/><path d="m429.71 543.79h2v2h-2z" fill="#da4453"/><g fill="#2ecc71"><path d="m427.71 543.79h2v2h-2z"/><path d="m433.71 543.79h2v2h-2z"/></g></g><path class="ColorScheme-Text" d="m4.5605 294.51-0.74591 0.7459-0.4797 0.47972v0.52559h0.52559l1.2256-1.2256zm-0.29899 0.50934 0.31524 0.31524-0.46317 0.46345v-0.0986l-0.14793 3e-3h-0.15106v-0.23646l0.21035-0.20991zm-0.59485 0.59458v0.23656h0.29586l0.00313 0.0952-0.15762 0.15791h-0.21034l-0.10517-0.10513v-0.21035z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-light/icons.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/icons.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm-10 1.25h6.25v6.25h-6.25zm-1.25 10v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm1.25 1.25h6.25v6.25h-6.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm-10 1.25h6.25v6.25h-6.25zm-1.25 10v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm1.25 1.25h6.25v6.25h-6.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/importShortcuts.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/importShortcuts.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="#232629">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
- <path class="ColorScheme-Text" d="m1 1v8h8v-6.6667h-3.3281l-1.3333-1.3333-0.0052 0.005207v-0.005207h-2.6667zm0.66667 0.66667h2.3945l0.66797 0.66667h-0.39583v0.00521l-0.0052-0.00521-1.3333 1.3333h-1.3281zm0 2.6667h6.6667v4h-6.6667z" color="#eff0f1" fill="#232629"/>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="#232629"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g><path class="ColorScheme-Text" d="m1 1v8h8v-6.6667h-3.3281l-1.3333-1.3333-0.0052 0.005207v-0.005207h-2.6667zm0.66667 0.66667h2.3945l0.66797 0.66667h-0.39583v0.00521l-0.0052-0.00521-1.3333 1.3333h-1.3281zm0 2.6667h6.6667v4h-6.6667z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/importedModule.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/importedModule.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/importedName.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/importedName.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path d="m9.75 8.5v8.75h2.5v-8.75zm0-3.75v2.5h2.5v-2.5zm1.25-2.5c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm0-1.25c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m9.75 8.5v8.75h2.5v-8.75zm0-3.75v2.5h2.5v-2.5zm1.25-2.5c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm0-1.25c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203z" color="#eff0f1" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/imports.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/imports.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g>
-  <path d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10z" color="#eff0f1" fill="#232629"/>
-  <path d="m11 2.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75z" color="#eff0f1" fill="#232629"/>
-  <path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1" fill="#eff0f1"/>
-  <path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1" fill="#eff0f1"/>
-  <path d="m9.9855 19.7c-1.0165-0.12302-1.7475-0.33636-2.714-0.79214-2.788-1.3148-4.6293-3.8942-4.9726-6.9661-0.49907-4.4661 2.5202-8.6093 6.9371-9.5194 0.89581-0.18458 2.5391-0.19141 3.4449-0.014312 3.3088 0.64694 5.9098 3.0917 6.8067 6.3979 0.29865 1.1009 0.30128 3.3218 0.0052 4.3936-0.87439 3.1654-3.3702 5.5992-6.4751 6.3141-0.95834 0.22065-2.146 0.29367-3.0322 0.18642zm2.2143-6.7986v-4.3814h-2.4237v8.7627h2.4237zm0-6.8983v-1.2119h-2.4237v2.4237h2.4237z" fill="#c83737" stroke="#232629" stroke-width=".09322"/>
-  <path d="m10.242 19.646c-2.0486-0.23176-3.9528-1.1198-5.3472-2.4938-1.0558-1.0403-1.9098-2.5406-2.3137-4.0644-0.29075-1.0971-0.29037-3.146 7.789e-4 -4.2214 0.82403-3.0435 3.1108-5.3672 6.1417-6.2407 0.62133-0.17908 0.9479-0.20926 2.2642-0.20926 1.3217 0 1.6431 0.029942 2.2839 0.2128 2.852 0.81383 5.0725 2.9496 6.0105 5.7812 0.29777 0.89888 0.42336 2.4236 0.29969 3.6382-0.36224 3.5579-3.2268 6.7114-6.7297 7.4083-0.76099 0.15141-2.0912 0.24774-2.6102 0.18902zm2.0508-6.7447v-4.4746h-2.6102v8.9492h2.6102zm0-6.8983v-1.3051h-2.6102v2.6102h2.6102z" fill="#ff2a2a" stroke="#232629" stroke-width=".09322"/>
- </g>
-</svg>
+      }</style></defs><path d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10z" color="#eff0f1" fill="#232629"/><path d="m11 2.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75z" color="#eff0f1" fill="#232629"/><path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1" fill="#eff0f1"/><path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1" fill="#eff0f1"/><path d="m9.9855 19.7c-1.0165-0.12302-1.7475-0.33636-2.714-0.79214-2.788-1.3148-4.6293-3.8942-4.9726-6.9661-0.49907-4.4661 2.5202-8.6093 6.9371-9.5194 0.89581-0.18458 2.5391-0.19141 3.4449-0.014312 3.3088 0.64694 5.9098 3.0917 6.8067 6.3979 0.29865 1.1009 0.30128 3.3218 0.0052 4.3936-0.87439 3.1654-3.3702 5.5992-6.4751 6.3141-0.95834 0.22065-2.146 0.29367-3.0322 0.18642zm2.2143-6.7986v-4.3814h-2.4237v8.7627h2.4237zm0-6.8983v-1.2119h-2.4237v2.4237h2.4237z" fill="#c83737" stroke="#232629" stroke-width=".09322"/><path d="m10.242 19.646c-2.0486-0.23176-3.9528-1.1198-5.3472-2.4938-1.0558-1.0403-1.9098-2.5406-2.3137-4.0644-0.29075-1.0971-0.29037-3.146 7.789e-4 -4.2214 0.82403-3.0435 3.1108-5.3672 6.1417-6.2407 0.62133-0.17908 0.9479-0.20926 2.2642-0.20926 1.3217 0 1.6431 0.029942 2.2839 0.2128 2.852 0.81383 5.0725 2.9496 6.0105 5.7812 0.29777 0.89888 0.42336 2.4236 0.29969 3.6382-0.36224 3.5579-3.2268 6.7114-6.7297 7.4083-0.76099 0.15141-2.0912 0.24774-2.6102 0.18902zm2.0508-6.7447v-4.4746h-2.6102v8.9492h2.6102zm0-6.8983v-1.3051h-2.6102v2.6102h2.6102z" fill="#ff2a2a" stroke="#232629" stroke-width=".09322"/></svg>
--- a/eric6/icons/breeze-light/incomingBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/incomingBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/info.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/info.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/infoEdit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/infoEdit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/internet_explorer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/internet_explorer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,44 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<style type="text/css">
-	.st0{fill:url(#SVGID_1_);stroke:#2064A9;stroke-miterlimit:10;}
-	.st1{fill:url(#SVGID_2_);fill-opacity:0.95;}
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.st0{fill:url(#c);stroke:#2064A9;stroke-miterlimit:10;}
+	.st1{fill:url(#b);fill-opacity:0.95;}
 	.st2{fill:#FFB700;fill-opacity:0.95;}
-	.st3{filter:url(#AI_GaussianBlur_4);}
+	.st3{filter:url(#d);}
 	.st4{fill:#FFFFA6;}
-	.st5{fill:url(#SVGID_3_);fill-opacity:0.95;}
-</style>
-<filter id="AI_GaussianBlur_4">
-	<feGaussianBlur stdDeviation="4"/>
-</filter>
-<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)">
-	
-		<radialGradient id="SVGID_1_" cx="143.52" cy="115.76" r="104.43" fx="138.95" fy="113.59" gradientTransform="matrix(.6237 .7816 -.7859 .6271 144.97 -69.011)" gradientUnits="userSpaceOnUse">
-		<stop stop-color="#89EAFE" offset="0"/>
-		<stop stop-color="#86E8FD" offset=".2624"/>
-		<stop stop-color="#7DDFF9" offset=".4357"/>
-		<stop stop-color="#6ED2F2" offset=".5832"/>
-		<stop stop-color="#59BEE9" offset=".7163"/>
-		<stop stop-color="#3EA5DD" offset=".8397"/>
-		<stop stop-color="#1C87CF" offset=".9544"/>
-		<stop stop-color="#0D79C8" offset="1"/>
-	</radialGradient>
-	<path class="st0" d="m100.5 117.8c2.6-23.3 21-42 43.9-42 25.7 0 43.4 18 45 42zm84.2 49.2c-6.5 13.4-20 22.1-40.4 22.6-28.3 0.7-43.2-23.4-43.9-44.1h145.8c0.5-4.2 0.8-8.4 0.8-12.8 0-56.4-45.7-102.1-102.1-102.1s-102.1 45.7-102.1 102.1 45.7 102.1 102.1 102.1c44.4 0 82.1-28.3 96.2-67.8z" fill="url(#SVGID_1_)" stroke="#2064a9" stroke-miterlimit="10"/>
-</g>
-<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)">
-	<linearGradient id="SVGID_2_" x1="237.88" x2="234.56" y1="64.28" y2="79.694" gradientUnits="userSpaceOnUse">
-		<stop stop-color="#FFB700" offset="0"/>
-		<stop stop-color="#FFB700" stop-opacity="0" offset=".8599"/>
-	</linearGradient>
-	<path class="st1" d="m235.5 63.7c-0.8 3.1-1.6 5.8-2.1 8.1-0.4 1.8-0.6 7.1-0.6 7.1s3.8-2.4 4.7-3.6c0.8-1.1 1.9-5.8 2.9-10.5z" fill="url(#SVGID_2_)" fill-opacity=".95"/>
-	<path class="st2" d="m240.6 65c0.7-3.1 1.3-6.3 1.6-8.5 1.3-8.1 4-51.3-53.7-39-77.4 16.4-120.2 77.1-127 85.5-12.9 16-51.3 77.8-41.2 115.8 5.9 22.2 29.5 22.1 46.7 18.6l-1.2-6.1c-29.2 4.7-33.6-17.5-29.6-34.8 4.9-21.6 20.8-57.1 72.2-107.1 45.6-44.4 94-69.2 119.2-56.9 13.4 6.5 10.8 20.6 7.9 31.4z" fill="#ffb700" fill-opacity=".95"/>
-	<g class="st3" filter="url(#AI_GaussianBlur_4)">
-		<path class="st4" d="m188.5 17.5c-77.4 16.4-120.2 77.1-127 85.5-8.1 10-26.1 38-36 66.8-0.6 2.3-1.3 4.6-2.1 6.6 31.8-81.5 110.8-139.2 168.2-159.5-1 0.2-2.1 0.4-3.1 0.6z" fill="#ffffa6"/>
-	</g>
-	<linearGradient id="SVGID_3_" x1="66.431" x2="87.933" y1="235.13" y2="226.5" gradientUnits="userSpaceOnUse">
-		<stop stop-color="#FFB700" offset="0"/>
-		<stop stop-color="#FFB700" stop-opacity="0" offset="1"/>
-	</linearGradient>
-	<path class="st5" d="m67 237.3c9.4-2 17.1-5 18.8-5.9 1.6-0.9 7.1-3.9 12.1-6.9l-4.4-2.5c-2.4 0.9-5.2 2-8.3 3.3-7.3 3-13.9 4.9-19.4 5.7z" fill="url(#SVGID_3_)" fill-opacity=".95"/>
-</g>
-</svg>
+	.st5{fill:url(#a);fill-opacity:0.95;}</style><filter id="d"><feGaussianBlur stdDeviation="4"/></filter><g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"><radialGradient id="c" cx="143.52" cy="115.76" r="104.43" fx="138.95" fy="113.59" gradientTransform="matrix(.6237 .7816 -.7859 .6271 144.97 -69.011)" gradientUnits="userSpaceOnUse"><stop stop-color="#89EAFE" offset="0"/><stop stop-color="#86E8FD" offset=".2624"/><stop stop-color="#7DDFF9" offset=".4357"/><stop stop-color="#6ED2F2" offset=".5832"/><stop stop-color="#59BEE9" offset=".7163"/><stop stop-color="#3EA5DD" offset=".8397"/><stop stop-color="#1C87CF" offset=".9544"/><stop stop-color="#0D79C8" offset="1"/></radialGradient><path class="st0" d="m100.5 117.8c2.6-23.3 21-42 43.9-42 25.7 0 43.4 18 45 42zm84.2 49.2c-6.5 13.4-20 22.1-40.4 22.6-28.3 0.7-43.2-23.4-43.9-44.1h145.8c0.5-4.2 0.8-8.4 0.8-12.8 0-56.4-45.7-102.1-102.1-102.1s-102.1 45.7-102.1 102.1 45.7 102.1 102.1 102.1c44.4 0 82.1-28.3 96.2-67.8z" fill="url(#c)" stroke="#2064a9" stroke-miterlimit="10"/></g><g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"><linearGradient id="b" x1="237.88" x2="234.56" y1="64.28" y2="79.694" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB700" offset="0"/><stop stop-color="#FFB700" stop-opacity="0" offset=".8599"/></linearGradient><path class="st1" d="m235.5 63.7c-0.8 3.1-1.6 5.8-2.1 8.1-0.4 1.8-0.6 7.1-0.6 7.1s3.8-2.4 4.7-3.6c0.8-1.1 1.9-5.8 2.9-10.5z" fill="url(#b)" fill-opacity=".95"/><path class="st2" d="m240.6 65c0.7-3.1 1.3-6.3 1.6-8.5 1.3-8.1 4-51.3-53.7-39-77.4 16.4-120.2 77.1-127 85.5-12.9 16-51.3 77.8-41.2 115.8 5.9 22.2 29.5 22.1 46.7 18.6l-1.2-6.1c-29.2 4.7-33.6-17.5-29.6-34.8 4.9-21.6 20.8-57.1 72.2-107.1 45.6-44.4 94-69.2 119.2-56.9 13.4 6.5 10.8 20.6 7.9 31.4z" fill="#ffb700" fill-opacity=".95"/><g class="st3" filter="url(#d)"><path class="st4" d="m188.5 17.5c-77.4 16.4-120.2 77.1-127 85.5-8.1 10-26.1 38-36 66.8-0.6 2.3-1.3 4.6-2.1 6.6 31.8-81.5 110.8-139.2 168.2-159.5-1 0.2-2.1 0.4-3.1 0.6z" fill="#ffffa6"/></g><linearGradient id="a" x1="66.431" x2="87.933" y1="235.13" y2="226.5" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB700" offset="0"/><stop stop-color="#FFB700" stop-opacity="0" offset="1"/></linearGradient><path class="st5" d="m67 237.3c9.4-2 17.1-5 18.8-5.9 1.6-0.9 7.1-3.9 12.1-6.9l-4.4-2.5c-2.4 0.9-5.2 2-8.3 3.3-7.3 3-13.9 4.9-19.4 5.7z" fill="url(#a)" fill-opacity=".95"/></g></svg>
--- a/eric6/icons/breeze-light/irc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/irc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse">
-   <stop stop-opacity=".286" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
-  <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2f74c8" offset="0"/>
-   <stop stop-color="#4699d7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- </defs>
- <g transform="matrix(.5 0 0 .5 -193.28 -250.9)" fill-rule="evenodd">
-  <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/>
-  <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/>
-  <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="i" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="e" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"><stop stop-opacity=".286" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/><linearGradient id="g" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2f74c8" offset="0"/><stop stop-color="#4699d7" offset="1"/></linearGradient><linearGradient id="f" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/></defs><g transform="matrix(.5 0 0 .5 -193.28 -250.9)" fill-rule="evenodd"><path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#g)"/><path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#f)" opacity=".2"/><path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#h)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#i)"/></g></svg>
--- a/eric6/icons/breeze-light/irc128.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/irc128.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse">
-   <stop stop-opacity=".286" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
-  <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2f74c8" offset="0"/>
-   <stop stop-color="#4699d7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- </defs>
- <g transform="matrix(3 0 0 3 -1161.7 -1507.4)" fill-rule="evenodd">
-  <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/>
-  <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/>
-  <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="i" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="e" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"><stop stop-opacity=".286" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/><linearGradient id="g" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2f74c8" offset="0"/><stop stop-color="#4699d7" offset="1"/></linearGradient><linearGradient id="f" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/></defs><g transform="matrix(3 0 0 3 -1161.7 -1507.4)" fill-rule="evenodd"><path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#g)"/><path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#f)" opacity=".2"/><path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#h)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#i)"/></g></svg>
--- a/eric6/icons/breeze-light/irc48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/irc48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse">
-   <stop stop-opacity=".286" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
-  <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2f74c8" offset="0"/>
-   <stop stop-color="#4699d7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
- </defs>
- <g transform="matrix(1.1 0 0 1.1 -425.43 -552.18)" fill-rule="evenodd">
-  <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/>
-  <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/>
-  <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/>
-  <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="i" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="e" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"><stop stop-opacity=".286" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/><linearGradient id="g" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#2f74c8" offset="0"/><stop stop-color="#4699d7" offset="1"/></linearGradient><linearGradient id="f" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#e"/></defs><g transform="matrix(1.1 0 0 1.1 -425.43 -552.18)" fill-rule="evenodd"><path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#g)"/><path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#f)" opacity=".2"/><path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#h)" opacity=".2"/><path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#i)"/></g></svg>
--- a/eric6/icons/breeze-light/ircAdmin.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircAdmin.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#95f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#95f"/></svg>
--- a/eric6/icons/breeze-light/ircAway.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircAway.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m12 9.375c1.4542 0 2.625 1.1708 2.625 2.625 0 1.4542-1.1708 2.625-2.625 2.625s-2.625-1.1708-2.625-2.625c0-1.4542 1.1708-2.625 2.625-2.625m0-0.375c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3" color="#eff0f1" fill="#232629"/>
- <path d="m11.625 9.75v2.625h2.25v-0.375h-1.875v-2.25h-0.375" color="#eff0f1"/>
- <path d="m11.676 14.609c-0.98596-0.11724-1.8391-0.81419-2.1675-1.7707-0.085023-0.24762-0.10104-0.34997-0.11494-0.7343-0.013821-0.38222-0.00604-0.48655 0.053982-0.72391 0.31598-1.2495 1.451-2.0848 2.7166-1.9992 0.95688 0.064746 1.761 0.60101 2.183 1.4558 0.18682 0.37842 0.24603 0.60733 0.26894 1.0397 0.04233 0.79897-0.2394 1.4823-0.84592 2.0517-0.54678 0.51333-1.3385 0.77073-2.0941 0.68088zm2.218-2.4292 0.0098-0.20599h-1.8818v-2.2443l-0.41198 0.01962-0.0086 1.2853c-0.0047 0.70691-0.0014 1.3041 0.0074 1.327 0.01257 0.03275 0.25855 0.03985 1.1457 0.03304l1.1297-0.0087z" fill="#fff" stroke="#232629" stroke-width=".032958"/>
- <path d="m11.703 14.574c-0.98355-0.090547-1.8772-0.8374-2.1839-1.8252-0.10396-0.33484-0.12883-0.9398-0.052908-1.2873 0.16507-0.75558 0.69558-1.4375 1.3916-1.7888 0.60674-0.30625 1.3231-0.34421 2.0134-0.10672 0.34839 0.11985 0.58439 0.26258 0.87099 0.52673 0.26792 0.24695 0.44825 0.50058 0.6203 0.87247 0.17382 0.37573 0.2126 0.56642 0.21191 1.0421-7.15e-4 0.49575-0.05105 0.71329-0.26692 1.1535-0.13267 0.27058-0.19874 0.35838-0.48646 0.64649-0.29947 0.29988-0.36768 0.35016-0.67864 0.50024-0.48668 0.23488-0.917 0.31454-1.4394 0.26645zm2.1154-2.1671c0.09672-0.02057 0.09909-0.02589 0.10862-0.24329l0.0097-0.22226h-1.8816v-2.2442l-0.44494 0.0195-0.02228 0.14831c-0.03041 0.20249-0.03216 2.446-0.0019 2.4933 0.01332 0.02083 0.06129 0.04477 0.10661 0.05319 0.12597 0.02341 2.0134 0.01938 2.1258-0.0045z" fill="#fff" stroke="#232629" stroke-width=".032958"/>
-</svg>
+      }</style></defs><path d="m12 9.375c1.4542 0 2.625 1.1708 2.625 2.625s-1.1708 2.625-2.625 2.625-2.625-1.1708-2.625-2.625 1.1708-2.625 2.625-2.625m0-0.375c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3" color="#eff0f1" fill="#232629"/><path d="m11.625 9.75v2.625h2.25v-0.375h-1.875v-2.25h-0.375" color="#eff0f1"/><path d="m11.676 14.609c-0.98596-0.11724-1.8391-0.81419-2.1675-1.7707-0.085023-0.24762-0.10104-0.34997-0.11494-0.7343-0.013821-0.38222-0.00604-0.48655 0.053982-0.72391 0.31598-1.2495 1.451-2.0848 2.7166-1.9992 0.95688 0.064746 1.761 0.60101 2.183 1.4558 0.18682 0.37842 0.24603 0.60733 0.26894 1.0397 0.04233 0.79897-0.2394 1.4823-0.84592 2.0517-0.54678 0.51333-1.3385 0.77073-2.0941 0.68088zm2.218-2.4292 0.0098-0.20599h-1.8818v-2.2443l-0.41198 0.01962-0.0086 1.2853c-0.0047 0.70691-0.0014 1.3041 0.0074 1.327 0.01257 0.03275 0.25855 0.03985 1.1457 0.03304l1.1297-0.0087z" fill="#fff" stroke="#232629" stroke-width=".032958"/><path d="m11.703 14.574c-0.98355-0.090547-1.8772-0.8374-2.1839-1.8252-0.10396-0.33484-0.12883-0.9398-0.052908-1.2873 0.16507-0.75558 0.69558-1.4375 1.3916-1.7888 0.60674-0.30625 1.3231-0.34421 2.0134-0.10672 0.34839 0.11985 0.58439 0.26258 0.87099 0.52673 0.26792 0.24695 0.44825 0.50058 0.6203 0.87247 0.17382 0.37573 0.2126 0.56642 0.21191 1.0421-7.15e-4 0.49575-0.05105 0.71329-0.26692 1.1535-0.13267 0.27058-0.19874 0.35838-0.48646 0.64649-0.29947 0.29988-0.36768 0.35016-0.67864 0.50024-0.48668 0.23488-0.917 0.31454-1.4394 0.26645zm2.1154-2.1671c0.09672-0.02057 0.09909-0.02589 0.10862-0.24329l0.0097-0.22226h-1.8816v-2.2442l-0.44494 0.0195-0.02228 0.14831c-0.03041 0.20249-0.03216 2.446-0.0019 2.4933 0.01332 0.02083 0.06129 0.04477 0.10661 0.05319 0.12597 0.02341 2.0134 0.01938 2.1258-0.0045z" fill="#fff" stroke="#232629" stroke-width=".032958"/></svg>
--- a/eric6/icons/breeze-light/ircCloseChannel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircCloseChannel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor">
-  <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/>
-  <path d="m7.5 9.998h7v2h-7z"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"><path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/><path d="m7.5 9.998h7v2h-7z"/></g></svg>
--- a/eric6/icons/breeze-light/ircConfigure.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircConfigure.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#232629" stroke-width="1.4298"/>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#232629" stroke-width="1.4298"/></svg>
--- a/eric6/icons/breeze-light/ircConnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircConnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/ircDisconnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircDisconnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="M 14.334374,13 13,14.334374 15.665626,17 13,19.665626 14.334374,21 17,18.334374 19.665626,21 21,19.665626 18.334374,17 21,14.334374 19.665626,13 17,15.665626 Z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="M 14.334374,13 13,14.334374 15.665626,17 13,19.665626 14.334374,21 17,18.334374 19.665626,21 21,19.665626 18.334374,17 21,14.334374 19.665626,13 17,15.665626 Z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/ircEditTopic.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircEditTopic.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m18.374 12.25-6.1239 6.1239v2.6261h2.6261l6.1239-6.1239zm-1.4939 2.545 1.5751 1.5751-2.3142 2.3157v-0.49276l-0.73914 0.01566h-0.7548v-1.182l1.051-1.0496zm-2.9722 2.9708v1.182h1.4783l0.01566 0.47567-0.78756 0.78898h-1.051l-0.52551-0.52551v-1.051z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m18.374 12.25-6.1239 6.1239v2.6261h2.6261l6.1239-6.1239zm-1.4939 2.545 1.5751 1.5751-2.3142 2.3157v-0.49276l-0.73914 0.01566h-0.7548v-1.182l1.051-1.0496zm-2.9722 2.9708v1.182h1.4783l0.01566 0.47567-0.78756 0.78898h-1.051l-0.52551-0.52551v-1.051z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/ircHalfOp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircHalfOp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m10.998 1a5.0449 5 0 0 0-5.0449 5 5.0449 5 0 0 0 5.0449 5 5.0449 5 0 0 0 5.0449-5 5.0449 5 0 0 0-5.0449-5zm0 1.25a3.7837 3.75 0 0 1 3.7852 3.75 3.7837 3.75 0 0 1-3.7852 3.75 3.7837 3.75 0 0 1-3.7832-3.75 3.7837 3.75 0 0 1 3.7832-3.75zm0 10a10.09 10 0 0 0-9.998 8.75h1.2715a8.8286 8.75 0 0 1 8.7266-7.5 8.8286 8.75 0 0 1 3.9805 0.95312h2.3125a10.09 10 0 0 0-6.293-2.2031z" color="#eff0f1" fill="#2ca05a"/>
-</svg>
+      }</style></defs><path d="m10.998 1a5.0449 5 0 0 0-5.0449 5 5.0449 5 0 0 0 5.0449 5 5.0449 5 0 0 0 5.0449-5 5.0449 5 0 0 0-5.0449-5zm0 1.25a3.7837 3.75 0 0 1 3.7852 3.75 3.7837 3.75 0 0 1-3.7852 3.75 3.7837 3.75 0 0 1-3.7832-3.75 3.7837 3.75 0 0 1 3.7832-3.75zm0 10a10.09 10 0 0 0-9.998 8.75h1.2715a8.8286 8.75 0 0 1 8.7266-7.5 8.8286 8.75 0 0 1 3.9805 0.95312h2.3125a10.09 10 0 0 0-6.293-2.2031z" color="#eff0f1" fill="#2ca05a"/></svg>
--- a/eric6/icons/breeze-light/ircJoinChannel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircJoinChannel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="#232629"/>
- <path d="m16.625 12.25c-2.4238 0-4.375 1.9512-4.375 4.375s1.9512 4.375 4.375 4.375 4.375-1.9512 4.375-4.375-1.9512-4.375-4.375-4.375z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="#232629"/><path d="m16.625 12.25c-2.4238 0-4.375 1.9512-4.375 4.375s1.9512 4.375 4.375 4.375 4.375-1.9512 4.375-4.375-1.9512-4.375-4.375-4.375z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/ircNormal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircNormal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/ircOp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircOp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#2ca05a"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#2ca05a"/></svg>
--- a/eric6/icons/breeze-light/ircOwner.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircOwner.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#c83737"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#c83737"/></svg>
--- a/eric6/icons/breeze-light/ircUserAway.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircUserAway.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)" fill="#ff9000">
-  <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/>
-  <path transform="translate(420.71 524.79)" d="m12 13a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/>
-  <path d="m440.71 536.79-8 4 2 1 1 3 1-2 2 1z" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)" fill="#ff9000"><path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/><path transform="translate(420.71 524.79)" d="m12 13a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/><path d="m440.71 536.79-8 4 2 1 1 3 1-2 2 1z" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/ircUserPresent.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircUserPresent.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)">
-  <g fill="#43be80">
-   <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/>
-   <path transform="translate(421.71 525.79)" d="m11 12a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/>
-   <circle cx="437.21" cy="541.29" r="3.5"/>
-  </g>
-  <path d="m438.71 539.79 1 1-3 3-2-2 1-1 1 1z" fill="#fff" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)"><g fill="#43be80"><path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/><path transform="translate(421.71 525.79)" d="m11 12a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/><circle cx="437.21" cy="541.29" r="3.5"/></g><path d="m438.71 539.79 1 1-3 3-2-2 1-1 1 1z" fill="#fff" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/ircVoice.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/ircVoice.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15 4-12 3.418v1.043 4.5391 0.58203l1 0.28516v2.1328 0.30078l6 1.6992v-1-1.4238l5 1.4238v-1.043-10.914-1.043zm4.0293 0.42773-0.77148 0.63086c1.1373 1.7722 1.7419 3.8337 1.7422 5.9395-4e-3 2.1039-0.61142 4.1625-1.75 5.9316l0.7832 0.64258c1.2816-1.9532 1.9651-4.2381 1.9668-6.5742-4e-3 -2.3352-0.6885-4.6186-1.9707-6.5703zm-5.0293 0.90039v10.344l-10-2.8477v-4.6484l10-2.8477zm2.6895 1.0156-0.78125 0.63867c0.71179 1.2188 1.0885 2.6042 1.0918 4.0156-2e-3 1.4119-0.3784 2.798-1.0898 4.0176l0.78125 0.64062c0.85323-1.4042 1.3058-3.0151 1.3086-4.6582-4e-3 -1.6419-0.45732-3.2515-1.3105-4.6543zm-14.689 1.3594-1 0.28516v0.011719 1 3 1 0.011719l1 0.28516v-0.29688-0.74609-3.5078-0.74609-0.29688zm3 6.4492 4 1.1387v1.4258l-4-1.1328v-1.4316z" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15 4-12 3.418v6.1641l1 0.28516v2.4336l6 1.6992v-2.4238l5 1.4238v-13zm4.0293 0.42773-0.77148 0.63086c1.1373 1.7722 1.7419 3.8337 1.7422 5.9395-4e-3 2.1039-0.61142 4.1625-1.75 5.9316l0.7832 0.64258c1.2816-1.9532 1.9651-4.2381 1.9668-6.5742-4e-3 -2.3352-0.6885-4.6186-1.9707-6.5703zm-5.0293 0.90039v10.344l-10-2.8477v-4.6484l10-2.8477zm2.6895 1.0156-0.78125 0.63867c0.71179 1.2188 1.0885 2.6042 1.0918 4.0156-2e-3 1.4119-0.3784 2.798-1.0898 4.0176l0.78125 0.64062c0.85323-1.4042 1.3058-3.0151 1.3086-4.6582-4e-3 -1.6419-0.45732-3.2515-1.3105-4.6543zm-14.689 1.3594-1 0.28516v5.0234l1 0.28516v-5.5937zm3 6.4492 4 1.1387v1.4258l-4-1.1328v-1.4316z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/issueFixable.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/issueFixable.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#ffd750" stroke="#ffd750" stroke-width=".2637"/>
-  <g transform="matrix(.26458 0 0 -.26458 3.25e-8 297)">
-   <path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1"/>
-   <path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#ffd750" stroke="#ffd750" stroke-width=".2637"/><g transform="matrix(.26458 0 0 -.26458 3.25e-8 297)"><path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1"/><path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-light/issueFixed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/issueFixed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#89a02c" stroke="#89a02c" stroke-width=".2637"/>
-  <path d="m4.3963 292.5-2.3781 2.4298-0.59376-0.60667-0.36617 0.37412 0.95588 0.97773 0.00303-5e-3 0.00405 5e-3 2.7412-2.8009-0.36617-0.37413" color="#eff0f1" fill="currentColor"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#89a02c" stroke="#89a02c" stroke-width=".2637"/><path d="m4.3963 292.5-2.3781 2.4298-0.59376-0.60667-0.36617 0.37412 0.95588 0.97773 0.00303-5e-3 0.00405 5e-3 2.7412-2.8009-0.36617-0.37413" color="#eff0f1" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-light/keywords.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/keywords.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 5v12h6.25v-5.3333h8.75v2.6667h1.25v-2.6667h1.25v2.6667h1.25v-2.6667h1.25v-1.3333h-13.75v-5.3333zm1.25 1.3333h3.75v9.3333h-3.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 5v12h6.25v-5.3333h8.75v2.6667h1.25v-2.6667h1.25v2.6667h1.25v-2.6667h1.25v-1.3333h-13.75v-5.3333zm1.25 1.3333h3.75v9.3333h-3.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/konqueror.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/konqueror.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,34 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="a" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788 33.941)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#b0b8b8" offset="0"/>
-   <stop stop-color="#eff1f1" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x1="17.428" x2="36.551" y1="12.997" y2="32.13" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#abf9c7" offset="0"/>
-   <stop stop-color="#54d883" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="33.405" x2="17.759" y1="32.721" y2="12.32" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="3.242" x2="40" y1="15.778" y2="37" gradientTransform="matrix(-.96593 -.25882 .25882 -.96593 40.971 53.39)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="e" x1="24" x2="40" y1="23" y2="39" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient854" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788,33.941)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- </defs>
- <g transform="matrix(1.1004 0 0 1.1004 -2.4103 -2.4104)" color="#000000">
-  <g stroke-linejoin="round" stroke-width="3">
-   <circle transform="rotate(15)" cx="29.394" cy="16.971" r="15" fill="url(#linearGradient854)" stroke-linecap="round"/>
-   <path d="m21.952 43.884a20 20 0 0 0 4.0971 0.0059l0.475-3.1a17 17 0 0 0 3.6873-0.98547l1.956 2.441a20 20 0 0 0 3.549-2.0538l-1.135-2.911a17 17 0 0 0 2.7098-2.6952l2.893 1.127a20 20 0 0 0 2.0501-3.5534l-2.422-1.941a17 17 0 0 0 0.60859-1.8185 17 17 0 0 0 0.36937-1.8765l3.094-0.475a20 20 0 0 0 0.0059-4.0971l-3.1-0.475a17 17 0 0 0-0.98547-3.6873l2.441-1.956a20 20 0 0 0-2.0538-3.549l-2.911 1.135a17 17 0 0 0-2.6949-2.7096l1.1271-2.8928a20 20 0 0 0-3.5535-2.0501l-1.9395 2.4221a17 17 0 0 0-1.8201-0.60874 17 17 0 0 0-1.8765-0.36937l-0.47338-3.0939a20 20 0 0 0-4.0971-0.00591l-0.47694 3.0999a17 17 0 0 0-3.687 0.98574l-1.956-2.4407a20 20 0 0 0-3.549 2.0538l1.135 2.911a17 17 0 0 0-2.7098 2.6952l-2.8932-1.128a20 20 0 0 0-2.0501 3.5534l2.422 1.941a17 17 0 0 0-0.60859 1.8185 17 17 0 0 0-0.36937 1.8765l-3.094 0.475a20 20 0 0 0-0.00591 4.0971l3.1 0.475a17 17 0 0 0 0.98548 3.6873l-2.441 1.956a20 20 0 0 0 2.0538 3.549l2.911-1.135a17 17 0 0 0 2.6952 2.7098l-1.127 2.893a20 20 0 0 0 3.5534 2.0501l1.941-2.422a17 17 0 0 0 1.8185 0.60859 17 17 0 0 0 1.8765 0.36937zm-1.5754-6.3608a14 14 0 0 1-9.8995-17.146 14 14 0 0 1 17.146-9.8995 14 14 0 0 1 9.8995 17.146 14 14 0 0 1-17.146 9.8995" fill="url(#d)"/>
-  </g>
-  <path d="m33.19 14.807-18.387 18.387 10.736 10.734c0.169-0.013 0.338-0.02 0.506-0.037l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-1.135-2.91c1-0.794 1.91-1.698 2.709-2.695l2.893 1.127c0.803-1.111 1.491-2.301 2.051-3.553l-2.422-1.941c0.237-0.594 0.439-1.201 0.607-1.818 0.158-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.018-0.17 0.028-0.34 0.041-0.51z" color-rendering="auto" fill="url(#e)" fill-rule="evenodd" image-rendering="auto" opacity=".2" shape-rendering="auto"/>
-  <path d="m41.883 15.12-2.078 1.666c0.096 0.259 0.186 0.52 0.27 0.783l2.172-1.74c-0.116-0.239-0.237-0.475-0.363-0.709m-35.758 6e-3c-0.124 0.235-0.244 0.472-0.359 0.711l2.154 1.727c0.083-0.264 0.172-0.526 0.268-0.785zm-2.092 8.361c-0.029 0.854-4e-3 1.708 0.076 2.559l3.102 0.475c0.152 0.987 0.392 1.959 0.715 2.904l0.27-0.217c-0.466-1.188-0.796-2.425-0.984-3.688l-3.102-0.475c-0.046-0.518-0.071-1.038-0.076-1.559m39.934 0.02c-8e-3 0.514-0.036 1.027-0.084 1.539l-3.092 0.475c-0.088 0.632-0.212 1.259-0.371 1.877-0.168 0.617-0.371 1.224-0.607 1.818l0.268 0.215c0.124-0.341 0.238-0.685 0.34-1.033 0.159-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.082-0.844 0.11-1.692 0.084-2.539m-2.092 8.361c-0.484 0.992-1.05 1.943-1.691 2.842l-2.893-1.127c-0.799 0.997-1.708 1.902-2.709 2.695l0.291 0.744c0.886-0.729 1.696-1.547 2.418-2.439l2.893 1.127c0.804-1.111 1.491-2.301 2.051-3.553zm-35.758 6e-3 -0.363 0.291c0.561 1.25 1.25 2.439 2.055 3.549l2.91-1.135c0.715 0.901 1.519 1.728 2.4 2.467l0.295-0.758c-0.997-0.799-1.902-1.708-2.695-2.709l-2.91 1.135c-0.641-0.898-1.207-1.848-1.691-2.84m24.09 6.928c-1.188 0.465-2.425 0.796-3.688 0.984l-0.475 3.102c-1.363 0.138-2.736 0.135-4.098-8e-3l-0.475-3.092c-0.632-0.088-1.259-0.212-1.877-0.371-0.617-0.168-1.224-0.371-1.818-0.607l-1.941 2.422c-1.136-0.513-2.221-1.132-3.242-1.848l-0.311 0.797c1.111 0.804 2.301 1.491 3.553 2.051l1.941-2.422c0.594 0.237 1.201 0.439 1.818 0.607 0.618 0.159 1.245 0.283 1.877 0.371l0.475 3.092c1.362 0.143 2.735 0.145 4.098 8e-3l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-0.311-0.795c-1.019 0.716-2.104 1.335-3.238 1.85z" fill="#172525" opacity=".2" stroke-linejoin="round" stroke-width="3"/>
- </g>
- <rect x="11" y="11" width="26" height="26" rx="13" fill="url(#c)"/>
- <path d="m24 11c-.944 0-1.862.104-2.747.293l-1.153 2.307-1.742-1.306c-3.124 1.502-5.544 4.207-6.665 7.53l2.557-1.023 1.95 1.3.65-1.95 8.45-4.55-.515-2.575c-.26-.015-.521-.025-.785-.025m9.627 4.269l-.527 1.581.65.65-2.6 3.9 1.3 4.55 4.311.54c.155-.806.239-1.637.239-2.49 0-2.226-.557-4.316-1.535-6.145l-1.065-.355.387-.776c-.348-.516-.744-.995-1.16-1.455m-22.369 6.131c-.143.712-.225 1.448-.248 2.198l4.54 1.702-.65-1.95-1.3-1.95zm4.292 3.9l3.25 7.8v2.82c1.592.692 3.348 1.08 5.2 1.08.129 0 .256-.005.385-.009l4.165-7.141-10.4-5.85z" fill="url(#b)" fill-rule="evenodd"/>
- <path d="m11.03 23.5c-.006.167-.025.331-.025.5 0 7.202 5.798 13 13 13 7.202 0 13-5.798 13-13 0-.169-.019-.333-.025-.5-.263 6.966-5.942 12.5-12.975 12.5-7.03 0-12.711-5.534-12.975-12.5" fill="#172525" opacity=".2"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="a" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788 33.941)" gradientUnits="userSpaceOnUse"><stop stop-color="#b0b8b8" offset="0"/><stop stop-color="#eff1f1" offset="1"/></linearGradient><linearGradient id="j" x1="17.428" x2="36.551" y1="12.997" y2="32.13" gradientUnits="userSpaceOnUse"><stop stop-color="#abf9c7" offset="0"/><stop stop-color="#54d883" offset="1"/></linearGradient><linearGradient id="i" x1="33.405" x2="17.759" y1="32.721" y2="12.32" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="h" x1="3.242" x2="40" y1="15.778" y2="37" gradientTransform="matrix(-.96593 -.25882 .25882 -.96593 40.971 53.39)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="g" x1="24" x2="40" y1="23" y2="39" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="f" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788,33.941)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="matrix(1.1004 0 0 1.1004 -2.4103 -2.4104)" color="#000000"><g stroke-linejoin="round" stroke-width="3"><circle transform="rotate(15)" cx="29.394" cy="16.971" r="15" fill="url(#f)" stroke-linecap="round"/><path d="m21.952 43.884a20 20 0 0 0 4.0971 0.0059l0.475-3.1a17 17 0 0 0 3.6873-0.98547l1.956 2.441a20 20 0 0 0 3.549-2.0538l-1.135-2.911a17 17 0 0 0 2.7098-2.6952l2.893 1.127a20 20 0 0 0 2.0501-3.5534l-2.422-1.941a17 17 0 0 0 0.60859-1.8185 17 17 0 0 0 0.36937-1.8765l3.094-0.475a20 20 0 0 0 0.0059-4.0971l-3.1-0.475a17 17 0 0 0-0.98547-3.6873l2.441-1.956a20 20 0 0 0-2.0538-3.549l-2.911 1.135a17 17 0 0 0-2.6949-2.7096l1.1271-2.8928a20 20 0 0 0-3.5535-2.0501l-1.9395 2.4221a17 17 0 0 0-1.8201-0.60874 17 17 0 0 0-1.8765-0.36937l-0.47338-3.0939a20 20 0 0 0-4.0971-0.00591l-0.47694 3.0999a17 17 0 0 0-3.687 0.98574l-1.956-2.4407a20 20 0 0 0-3.549 2.0538l1.135 2.911a17 17 0 0 0-2.7098 2.6952l-2.8932-1.128a20 20 0 0 0-2.0501 3.5534l2.422 1.941a17 17 0 0 0-0.60859 1.8185 17 17 0 0 0-0.36937 1.8765l-3.094 0.475a20 20 0 0 0-0.00591 4.0971l3.1 0.475a17 17 0 0 0 0.98548 3.6873l-2.441 1.956a20 20 0 0 0 2.0538 3.549l2.911-1.135a17 17 0 0 0 2.6952 2.7098l-1.127 2.893a20 20 0 0 0 3.5534 2.0501l1.941-2.422a17 17 0 0 0 1.8185 0.60859 17 17 0 0 0 1.8765 0.36937zm-1.5754-6.3608a14 14 0 0 1-9.8995-17.146 14 14 0 0 1 17.146-9.8995 14 14 0 0 1 9.8995 17.146 14 14 0 0 1-17.146 9.8995" fill="url(#h)"/></g><path d="m33.19 14.807-18.387 18.387 10.736 10.734c0.169-0.013 0.338-0.02 0.506-0.037l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-1.135-2.91c1-0.794 1.91-1.698 2.709-2.695l2.893 1.127c0.803-1.111 1.491-2.301 2.051-3.553l-2.422-1.941c0.237-0.594 0.439-1.201 0.607-1.818 0.158-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.018-0.17 0.028-0.34 0.041-0.51z" color-rendering="auto" fill="url(#g)" fill-rule="evenodd" image-rendering="auto" opacity=".2" shape-rendering="auto"/><path d="m41.883 15.12-2.078 1.666c0.096 0.259 0.186 0.52 0.27 0.783l2.172-1.74c-0.116-0.239-0.237-0.475-0.363-0.709m-35.758 6e-3c-0.124 0.235-0.244 0.472-0.359 0.711l2.154 1.727c0.083-0.264 0.172-0.526 0.268-0.785zm-2.092 8.361c-0.029 0.854-4e-3 1.708 0.076 2.559l3.102 0.475c0.152 0.987 0.392 1.959 0.715 2.904l0.27-0.217c-0.466-1.188-0.796-2.425-0.984-3.688l-3.102-0.475c-0.046-0.518-0.071-1.038-0.076-1.559m39.934 0.02c-8e-3 0.514-0.036 1.027-0.084 1.539l-3.092 0.475c-0.088 0.632-0.212 1.259-0.371 1.877-0.168 0.617-0.371 1.224-0.607 1.818l0.268 0.215c0.124-0.341 0.238-0.685 0.34-1.033 0.159-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.082-0.844 0.11-1.692 0.084-2.539m-2.092 8.361c-0.484 0.992-1.05 1.943-1.691 2.842l-2.893-1.127c-0.799 0.997-1.708 1.902-2.709 2.695l0.291 0.744c0.886-0.729 1.696-1.547 2.418-2.439l2.893 1.127c0.804-1.111 1.491-2.301 2.051-3.553zm-35.758 6e-3 -0.363 0.291c0.561 1.25 1.25 2.439 2.055 3.549l2.91-1.135c0.715 0.901 1.519 1.728 2.4 2.467l0.295-0.758c-0.997-0.799-1.902-1.708-2.695-2.709l-2.91 1.135c-0.641-0.898-1.207-1.848-1.691-2.84m24.09 6.928c-1.188 0.465-2.425 0.796-3.688 0.984l-0.475 3.102c-1.363 0.138-2.736 0.135-4.098-8e-3l-0.475-3.092c-0.632-0.088-1.259-0.212-1.877-0.371-0.617-0.168-1.224-0.371-1.818-0.607l-1.941 2.422c-1.136-0.513-2.221-1.132-3.242-1.848l-0.311 0.797c1.111 0.804 2.301 1.491 3.553 2.051l1.941-2.422c0.594 0.237 1.201 0.439 1.818 0.607 0.618 0.159 1.245 0.283 1.877 0.371l0.475 3.092c1.362 0.143 2.735 0.145 4.098 8e-3l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-0.311-0.795c-1.019 0.716-2.104 1.335-3.238 1.85z" fill="#172525" opacity=".2" stroke-linejoin="round" stroke-width="3"/></g><rect x="11" y="11" width="26" height="26" rx="13" fill="url(#i)"/><path d="m24 11c-.944 0-1.862.104-2.747.293l-1.153 2.307-1.742-1.306c-3.124 1.502-5.544 4.207-6.665 7.53l2.557-1.023 1.95 1.3.65-1.95 8.45-4.55-.515-2.575c-.26-.015-.521-.025-.785-.025m9.627 4.269l-.527 1.581.65.65-2.6 3.9 1.3 4.55 4.311.54c.155-.806.239-1.637.239-2.49 0-2.226-.557-4.316-1.535-6.145l-1.065-.355.387-.776c-.348-.516-.744-.995-1.16-1.455m-22.369 6.131c-.143.712-.225 1.448-.248 2.198l4.54 1.702-.65-1.95-1.3-1.95zm4.292 3.9l3.25 7.8v2.82c1.592.692 3.348 1.08 5.2 1.08.129 0 .256-.005.385-.009l4.165-7.141-10.4-5.85z" fill="url(#j)" fill-rule="evenodd"/><path d="m11.03 23.5c-.006.167-.025.331-.025.5 0 7.202 5.798 13 13 13 7.202 0 13-5.798 13-13 0-.169-.019-.333-.025-.5-.263 6.966-5.942 12.5-12.975 12.5-7.03 0-12.711-5.534-12.975-12.5" fill="#172525" opacity=".2"/></svg>
--- a/eric6/icons/breeze-light/languages/lexerBash.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerBash.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#232629" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#232629" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerBatch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerBatch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <text transform="scale(.97773 1.0228)" x="-0.16767628" y="15.154785" fill="#0000ff" font-family="sans-serif" font-size="12.273px" letter-spacing="0px" stroke-width=".30682" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-0.16767628" y="15.154785" fill="#0000ff" stroke-width=".30682">BAT</tspan></text>
-</svg>
+      }</style></defs><text transform="scale(.97773 1.0228)" x="-0.16767628" y="15.154785" fill="#0000ff" font-family="sans-serif" font-size="12.273px" letter-spacing="0px" stroke-width=".30682" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-0.16767628" y="15.154785" fill="#0000ff" stroke-width=".30682">BAT</tspan></text></svg>
--- a/eric6/icons/breeze-light/languages/lexerCMake.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerCMake.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4333" x1="44" x2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#42a603" offset="0"/>
-   <stop stop-color="#78da06" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4315" x1="24" x2="4" y1="4" y2="44" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4325" x1="44" x2="24" y1="44" y2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c61423" offset="0"/>
-   <stop stop-color="#dc2b41" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m337.01 535.36 1.4674 16.648 8.5234 3.3516z" fill="url(#linearGradient4325)" fill-rule="evenodd" stroke-width="1.2533"/>
-  <path d="m337.01 535.36-9.9908 20 10.887-9.834z" fill="url(#linearGradient4315)" fill-rule="evenodd" stroke-width="1.2533"/>
-  <path d="m333.08 549.89-6.0589 5.4717 19.98 1e-3 -13.921-5.4736zm-6.0432 5.4385-0.036 0.0332h0.0195l0.0167-0.0332z" fill="url(#linearGradient4333)" fill-rule="evenodd" stroke-width="1.2533"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="44" x2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"><stop stop-color="#42a603" offset="0"/><stop stop-color="#78da06" offset="1"/></linearGradient><linearGradient id="c" x1="24" x2="4" y1="4" y2="44" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="b" x1="44" x2="24" y1="44" y2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"><stop stop-color="#c61423" offset="0"/><stop stop-color="#dc2b41" offset="1"/></linearGradient></defs><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><g fill-rule="evenodd" stroke-width="1.2533"><path d="m337.01 535.36 1.4674 16.648 8.5234 3.3516z" fill="url(#b)"/><path d="m337.01 535.36-9.9908 20 10.887-9.834z" fill="url(#c)"/><path d="m333.08 549.89-6.0589 5.4717 19.98 1e-3 -13.921-5.4736zm-6.0432 5.4385-0.036 0.0332h0.0195l0.0167-0.0332z" fill="url(#a)"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerCPP.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerCPP.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" fill="#1e7bff">
-  <path d="m16 3v2h-2v1h2v2h1v-2h2v-1h-2v-2zm-6 0v2h-2v1h2v2h1v-2h2v-1h-2v-2z"/>
-  <path d="m8 9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 3.533-1.467l-0.707-0.707a4 4 0 0 1-2.826 1.174 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 2.826 1.174l0.707-0.707a5 5 0 0 0-3.533-1.467z" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" fill="#1e7bff"><path d="m16 3v2h-2v1h2v2h1v-2h2v-1h-2v-2zm-6 0v2h-2v1h2v2h1v-2h2v-1h-2v-2z"/><path d="m8 9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 3.533-1.467l-0.707-0.707a4 4 0 0 1-2.826 1.174 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 2.826 1.174l0.707-0.707a5 5 0 0 0-3.533-1.467z" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerCSS.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerCSS.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path d="m337 535.36c-2.1778 0.0159-3.0957 0.90106-3.0957 3.1352v3.0521c0 1.3924-0.0427 3.0057-1.2695 3.0057h-0.63477v1.6115h0.63477c1.2268 0 1.2695 1.6133 1.2695 3.0057v3.0521c0 2.2341 0.91796 3.1192 3.0957 3.1352v-1.4797c-1.4187-0.017-1.4453-0.62651-1.4453-2.7616v-2.5198c0-1.0388-0.25589-2.5845-1.5039-3.2255 1.248-0.64096 1.5039-2.1891 1.5039-3.2279v-2.5418c0-2.1351 0.0266-2.7445 1.4453-2.7616zm2.5 2e-3v1.4797c1.3982 0.023 1.4453 0.6349 1.4453 2.7591v2.5418c0 1.0389 0.25588 2.587 1.5039 3.2279-1.248 0.64095-1.5039 2.1867-1.5039 3.2255v2.5198c0 2.1242-0.0471 2.7362-1.4453 2.7591v1.4797c2.1632-0.0214 3.0957-0.90576 3.0957-3.1327v-3.0521c0-1.3924 0.0857-3.0057 1.2915-3.0057h0.6128v-1.6115h-0.6128c-1.2057 0-1.2915-1.6133-1.2915-3.0057v-3.0521c0-2.227-0.93247-3.1113-3.0957-3.1327zm-10 18.748v1.2502h1.25v-1.2502z" fill="#f27915"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m337 535.36c-2.1778 0.0159-3.0957 0.90106-3.0957 3.1352v3.0521c0 1.3924-0.0427 3.0057-1.2695 3.0057h-0.63477v1.6115h0.63477c1.2268 0 1.2695 1.6133 1.2695 3.0057v3.0521c0 2.2341 0.91796 3.1192 3.0957 3.1352v-1.4797c-1.4187-0.017-1.4453-0.62651-1.4453-2.7616v-2.5198c0-1.0388-0.25589-2.5845-1.5039-3.2255 1.248-0.64096 1.5039-2.1891 1.5039-3.2279v-2.5418c0-2.1351 0.0266-2.7445 1.4453-2.7616zm2.5 2e-3v1.4797c1.3982 0.023 1.4453 0.6349 1.4453 2.7591v2.5418c0 1.0389 0.25588 2.587 1.5039 3.2279-1.248 0.64095-1.5039 2.1867-1.5039 3.2255v2.5198c0 2.1242-0.0471 2.7362-1.4453 2.7591v1.4797c2.1632-0.0214 3.0957-0.90576 3.0957-3.1327v-3.0521c0-1.3924 0.0857-3.0057 1.2915-3.0057h0.6128v-1.6115h-0.6128c-1.2057 0-1.2915-1.6133-1.2915-3.0057v-3.0521c0-2.227-0.93247-3.1113-3.0957-3.1327zm-10 18.748v1.2502h1.25v-1.2502z" fill="#f27915"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerCoffeeScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerCoffeeScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" preserveAspectRatio="xMinYMin meet" version="1.1" viewBox="0 0 2.2528 2.2525" xmlns="http://www.w3.org/2000/svg">
- <path d="m0.91531 0.37935c0.001864 0.011112-0.003728 0.020378-0.022352 0.029637-0.024216-0.012965-0.076384-0.020378-0.11922-0.016672-0.046576 0.003707-0.085696 0.018525-0.080104 0.050008 0.007448 0.03149 0.05216 0.050016 0.13226 0.042602 0.1956-0.016672 0.19374-0.14818 0.48062-0.17411 0.22354-0.02037 0.34835 0.048162 0.36512 0.13151 0.01304 0.064826-0.040984 0.12781-0.20306 0.14077-0.14344 0.012965-0.22727-0.02593-0.23472-0.064826-0.00373-0.020378 0.00745-0.050016 0.076375-0.057421 0.00745 0.03149 0.046576 0.064826 0.13972 0.055568 0.067065-0.00556 0.12294-0.029637 0.1155-0.066679-0.00745-0.038896-0.07824-0.061128-0.19002-0.051861-0.22727 0.02037-0.28315 0.14447-0.4769 0.16114-0.13785 0.012965-0.24962-0.037058-0.26453-0.11114-0.005585-0.027784-0.005585-0.09261 0.13972-0.10558 0.074512-0.00556 0.13413 0.007405 0.14158 0.037042zm-0.72652 0.77422c-0.063336 0.079645-0.09128 0.17225-0.085696 0.26301 0.005592 0.090757 0.050296 0.16484 0.12109 0.22226 0.074512 0.057413 0.15462 0.074085 0.2459 0.057413 0.035392-0.00555 0.074512-0.024077 0.1099-0.035189-0.074512 0-0.13785-0.024077-0.20119-0.074085-0.06892-0.050016-0.1155-0.12039-0.12667-0.2056-0.016768-0.079645 0-0.15373 0.044712-0.21856 0.050296-0.062973 0.1155-0.09817 0.20118-0.10928 0.085696-0.00555 0.16021 0.016672 0.23472 0.068533-0.01676-0.024077-0.040976-0.040749-0.063328-0.062973-0.07452-0.050016-0.15462-0.074093-0.25336-0.050016-0.089416 0.018533-0.16393 0.064826-0.22726 0.14448zm0.9985-0.42786c-0.24032 0-0.45454-0.024077-0.60917-0.057421-0.16579-0.040749-0.25335-0.085197-0.25335-0.14262 0-0.024077 0.011184-0.044456 0.04472-0.068533-0.10433 0.040749-0.16022 0.074093-0.16022 0.12595 0.005592 0.057413 0.098736 0.11483 0.28874 0.15929 0.17884 0.044448 0.40798 0.068525 0.68368 0.068525 0.2813 0 0.50484-0.024077 0.68368-0.068525 0.19001-0.044456 0.28129-0.10372 0.28129-0.15929 0-0.040749-0.040984-0.079645-0.1155-0.10928 0.016768 0.011112 0.029808 0.029637 0.029808 0.050008 0 0.057421-0.085696 0.10372-0.25894 0.14262-0.16021 0.035197-0.36512 0.059274-0.61474 0.059274zm0.68554 0.15929c-0.17884 0.040749-0.40797 0.068533-0.68368 0.068533-0.28129 0-0.51042-0.029637-0.68926-0.068533-0.16021-0.040749-0.24589-0.085205-0.2757-0.13151 0.029808 0.20004 0.098736 0.38896 0.19002 0.55566 0.068928 0.10372 0.13785 0.19448 0.20678 0.29265 0.029808 0.057413 0.050296 0.11483 0.063336 0.17225 0.044712 0.062973 0.10992 0.10372 0.19002 0.12595 0.098736 0.035189 0.20119 0.050008 0.30552 0.044457h0.011168c0.10432 0.00555 0.21424-0.011121 0.31483-0.044457 0.074512-0.024077 0.13785-0.062973 0.18442-0.12595h0.00558c0.011178-0.057429 0.02981-0.11484 0.057754-0.17225 0.068928-0.09817 0.13786-0.18893 0.20678-0.29265 0.09128-0.16485 0.15462-0.35377 0.19002-0.55566-0.037256 0.051861-0.12295 0.096317-0.27757 0.13151z" fill="#232629" stroke-width=".007977"/>
-</svg>
+<svg width="22" height="22" preserveAspectRatio="xMinYMin meet" version="1.1" viewBox="0 0 2.2528 2.2525" xmlns="http://www.w3.org/2000/svg"><path d="m0.91531 0.37935c0.001864 0.011112-0.003728 0.020378-0.022352 0.029637-0.024216-0.012965-0.076384-0.020378-0.11922-0.016672-0.046576 0.003707-0.085696 0.018525-0.080104 0.050008 0.007448 0.03149 0.05216 0.050016 0.13226 0.042602 0.1956-0.016672 0.19374-0.14818 0.48062-0.17411 0.22354-0.02037 0.34835 0.048162 0.36512 0.13151 0.01304 0.064826-0.040984 0.12781-0.20306 0.14077-0.14344 0.012965-0.22727-0.02593-0.23472-0.064826-0.00373-0.020378 0.00745-0.050016 0.076375-0.057421 0.00745 0.03149 0.046576 0.064826 0.13972 0.055568 0.067065-0.00556 0.12294-0.029637 0.1155-0.066679-0.00745-0.038896-0.07824-0.061128-0.19002-0.051861-0.22727 0.02037-0.28315 0.14447-0.4769 0.16114-0.13785 0.012965-0.24962-0.037058-0.26453-0.11114-0.005585-0.027784-0.005585-0.09261 0.13972-0.10558 0.074512-0.00556 0.13413 0.007405 0.14158 0.037042zm-0.72652 0.77422c-0.063336 0.079645-0.09128 0.17225-0.085696 0.26301 0.005592 0.090757 0.050296 0.16484 0.12109 0.22226 0.074512 0.057413 0.15462 0.074085 0.2459 0.057413 0.035392-0.00555 0.074512-0.024077 0.1099-0.035189-0.074512 0-0.13785-0.024077-0.20119-0.074085-0.06892-0.050016-0.1155-0.12039-0.12667-0.2056-0.016768-0.079645 0-0.15373 0.044712-0.21856 0.050296-0.062973 0.1155-0.09817 0.20118-0.10928 0.085696-0.00555 0.16021 0.016672 0.23472 0.068533-0.01676-0.024077-0.040976-0.040749-0.063328-0.062973-0.07452-0.050016-0.15462-0.074093-0.25336-0.050016-0.089416 0.018533-0.16393 0.064826-0.22726 0.14448zm0.9985-0.42786c-0.24032 0-0.45454-0.024077-0.60917-0.057421-0.16579-0.040749-0.25335-0.085197-0.25335-0.14262 0-0.024077 0.011184-0.044456 0.04472-0.068533-0.10433 0.040749-0.16022 0.074093-0.16022 0.12595 0.005592 0.057413 0.098736 0.11483 0.28874 0.15929 0.17884 0.044448 0.40798 0.068525 0.68368 0.068525 0.2813 0 0.50484-0.024077 0.68368-0.068525 0.19001-0.044456 0.28129-0.10372 0.28129-0.15929 0-0.040749-0.040984-0.079645-0.1155-0.10928 0.016768 0.011112 0.029808 0.029637 0.029808 0.050008 0 0.057421-0.085696 0.10372-0.25894 0.14262-0.16021 0.035197-0.36512 0.059274-0.61474 0.059274zm0.68554 0.15929c-0.17884 0.040749-0.40797 0.068533-0.68368 0.068533-0.28129 0-0.51042-0.029637-0.68926-0.068533-0.16021-0.040749-0.24589-0.085205-0.2757-0.13151 0.029808 0.20004 0.098736 0.38896 0.19002 0.55566 0.068928 0.10372 0.13785 0.19448 0.20678 0.29265 0.029808 0.057413 0.050296 0.11483 0.063336 0.17225 0.044712 0.062973 0.10992 0.10372 0.19002 0.12595 0.098736 0.035189 0.20119 0.050008 0.30552 0.044457h0.011168c0.10432 0.00555 0.21424-0.011121 0.31483-0.044457 0.074512-0.024077 0.13785-0.062973 0.18442-0.12595h0.00558c0.011178-0.057429 0.02981-0.11484 0.057754-0.17225 0.068928-0.09817 0.13786-0.18893 0.20678-0.29265 0.09128-0.16485 0.15462-0.35377 0.19002-0.55566-0.037256 0.051861-0.12295 0.096317-0.27757 0.13151z" fill="#232629" stroke-width=".007977"/></svg>
--- a/eric6/icons/breeze-light/languages/lexerCsharp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerCsharp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,17 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#008000" stroke-width="2">
-   <rect x="333" y="537.36" width="1" height="16"/>
-   <rect x="340" y="537.36" width="1" height="16"/>
-   <rect transform="rotate(90)" x="541.36" y="-345" width="1" height="16"/>
-   <rect transform="rotate(90)" x="548.36" y="-345" width="1" height="16"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#008000" stroke-width="2"><rect x="333" y="537.36" width="1" height="16"/><rect x="340" y="537.36" width="1" height="16"/><rect transform="rotate(90)" x="541.36" y="-345" width="1" height="16"/><rect transform="rotate(90)" x="548.36" y="-345" width="1" height="16"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerCython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerCython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m12.46 1a9.9605 10 0 0 0-9.9605 10 9.9605 10 0 0 0 9.9605 10 9.9605 10 0 0 0 7.0395-2.9325l-0.88026-0.88375a8.7154 8.75 0 0 1-6.1593 2.5662 8.7154 8.75 0 0 1-8.7154-8.75 8.7154 8.75 0 0 1 8.7154-8.75 8.7154 8.75 0 0 1 6.1593 2.5662l0.88026-0.88375a9.9605 10 0 0 0-7.0395-2.9325z" fill="#0004ff" fill-rule="evenodd" stroke-width="1.2475"/>
- <g transform="matrix(.64426 0 0 .64519 5.4364 4.0477)">
-  <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
-  <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m12.46 1a9.9605 10 0 0 0-9.9605 10 9.9605 10 0 0 0 9.9605 10 9.9605 10 0 0 0 7.0395-2.9325l-0.88026-0.88375a8.7154 8.75 0 0 1-6.1593 2.5662 8.7154 8.75 0 0 1-8.7154-8.75 8.7154 8.75 0 0 1 8.7154-8.75 8.7154 8.75 0 0 1 6.1593 2.5662l0.88026-0.88375a9.9605 10 0 0 0-7.0395-2.9325z" fill="#0004ff" fill-rule="evenodd" stroke-width="1.2475"/><g transform="matrix(.64426 0 0 .64519 5.4364 4.0477)"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerD.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerD.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerDiff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerDiff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.625 0 0 1.6666 30.541 -.80779)" fill="#232629">
-  <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/>
-  <path d="m-16.025 11.085v2h8v-2z"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.625 0 0 1.6666 30.541 -.80779)" fill="#232629"><path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/><path d="m-16.025 11.085v2h8v-2z"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerFortran.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerFortran.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m1.5 18.805h1.6813c0.93205 0 1.8486-0.51418 1.8486-1.791v-12.027c0-1.6177-0.5529-1.791-2.27-1.791h-1.1546v-2.1954h18.895v7.9792h-2.203c0-1.9066-0.22339-3.2995-0.78192-4.3394-0.61441-1.1555-1.8743-1.4443-4.0805-1.4443h-4.4939v6.3619h0.87203c2.546 0 3.2207-0.62189 3.1677-3.9354h1.9866v10.323h-1.9866c-0.17765-3.322-0.36841-4.5078-3.5595-4.4715h-0.53286v5.5403c0 1.6177 0.68786 1.791 2.4049 1.791h1.2334v2.1954h-11.026z" fill="#232629" stroke-width=".039738"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1.5 18.805h1.6813c0.93205 0 1.8486-0.51418 1.8486-1.791v-12.027c0-1.6177-0.5529-1.791-2.27-1.791h-1.1546v-2.1954h18.895v7.9792h-2.203c0-1.9066-0.22339-3.2995-0.78192-4.3394-0.61441-1.1555-1.8743-1.4443-4.0805-1.4443h-4.4939v6.3619h0.87203c2.546 0 3.2207-0.62189 3.1677-3.9354h1.9866v10.323h-1.9866c-0.17765-3.322-0.36841-4.5078-3.5595-4.4715h-0.53286v5.5403c0 1.6177 0.68786 1.791 2.4049 1.791h1.2334v2.1954h-11.026z" fill="#232629" stroke-width=".039738"/></svg>
--- a/eric6/icons/breeze-light/languages/lexerGettext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerGettext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/>
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#232629">
-   <path d="m329 537.36v16h16v-16zm1 4h14v11h-14z"/>
-   <path d="m337.47 548.52-1.4271-1.4103 0.0168-0.0168c0.97764-1.09 1.6744-2.343 2.0845-3.669h1.6463v-1.1237h-3.933v-1.1237h-1.1237v1.1237h-3.933v1.1181h6.276c-0.37645 1.0844-0.97202 2.1126-1.7811 3.0116-0.52254-0.57872-0.95516-1.2136-1.2979-1.8822h-1.1237c0.41016 0.91584 0.97203 1.7811 1.6744 2.5621l-2.8599 2.8206 0.79786 0.79783 2.8093-2.8093 1.7474 1.7474 0.42701-1.1462zm3.1633-2.8486h-1.1237l-2.5284 6.7423h1.1237l0.62929-1.6856h2.6688l0.6349 1.6856h1.1237zm-1.4721 3.933 0.91021-2.4328 0.91022 2.4328z"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/></g><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#232629"><path d="m329 537.36v16h16v-16zm1 4h14v11h-14z"/><path d="m337.47 548.52-1.4271-1.4103 0.0168-0.0168c0.97764-1.09 1.6744-2.343 2.0845-3.669h1.6463v-1.1237h-3.933v-1.1237h-1.1237v1.1237h-3.933v1.1181h6.276c-0.37645 1.0844-0.97202 2.1126-1.7811 3.0116-0.52254-0.57872-0.95516-1.2136-1.2979-1.8822h-1.1237c0.41016 0.91584 0.97203 1.7811 1.6744 2.5621l-2.8599 2.8206 0.79786 0.79783 2.8093-2.8093 1.7474 1.7474 0.42701-1.1462zm3.1633-2.8486h-1.1237l-2.5284 6.7423h1.1237l0.62929-1.6856h2.6688l0.6349 1.6856h1.1237zm-1.4721 3.933 0.91021-2.4328 0.91022 2.4328z"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerHTML.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerHTML.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#232629">
-  <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#232629"><rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/><path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerIDL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerIDL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="none">
-  <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#232629" stroke-width=".61294"/>
-  <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453">
-   <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/>
-   <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-   <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="none"><circle cx="2.9101" cy="294.07" r="1.4302" stroke="#232629" stroke-width=".61294"/><g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"><rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/><path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/><path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerJSON.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerJSON.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="293.38" y="518.48" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="300.34" y="541.05" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="302.16" y="539.99" width="0" height="14.668" fill="#cf000f"/>
-  <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66015v1.6113h0.66015c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26613-2.5842-1.5641-3.2251 1.298-0.64087 1.5641-2.1888 1.5641-3.2276v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2276-1.2979 0.64088-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0419 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.2539 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98836-3.1372-3.2982-3.1372z" fill="#cf74e0"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#cf000f"><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="276.23" y="514.7" width="0" height="14.668"/><rect x="283.19" y="537.27" width="0" height="14.668"/><rect x="285" y="536.21" width="0" height="14.668"/><rect x="293.38" y="518.48" width="0" height="14.668"/><rect x="300.34" y="541.05" width="0" height="14.668"/><rect x="302.16" y="539.99" width="0" height="14.668"/></g><path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66015v1.6113h0.66015c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26613-2.5842-1.5641-3.2251 1.298-0.64087 1.5641-2.1888 1.5641-3.2276v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2276-1.2979 0.64088-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0419 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.2539 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98836-3.1372-3.2982-3.1372z" fill="#cf74e0"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerJava.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerJava.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/>
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#16907d"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#16907d"/>
-  <path d="m333.25 535.36v4.9999h1.25v-4.9999zm2.5 1.25v3.75h1.25v-3.75zm-5 1.25v2.5h1.25v-2.5zm7.5 0v2.5h1.25v-2.5zm-10 1.25v1.25h1.25v-1.25zm12.5 0v1.25h1.25v-1.25zm-13.75 2.5v7.4999a5 4.9867 0 0 0 0 0.0125 5 4.9867 0 0 0 5 4.9877h-3.75v1.25h13.75v-1.25h-3.75a5 4.9867 0 0 0 5-4.9877 5 4.9867 0 0 0 0-0.0125h2.5c0.69251 0 1.25-0.55748 1.25-1.25v-3.75c0-0.6925-0.55749-1.25-1.25-1.25h-2.5v-1.25zm1.25 1.25h13.75v6.2499a3.75 3.7499 0 0 1-3.75 3.75h-6.25a3.75 3.7499 0 0 1-3.75-3.75zm15 1.25h2.5v3.75h-2.5z" fill="#f27935" stroke-width="7.4999"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#16907d"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/></g><path d="m333.25 535.36v4.9999h1.25v-4.9999zm2.5 1.25v3.75h1.25v-3.75zm-5 1.25v2.5h1.25v-2.5zm7.5 0v2.5h1.25v-2.5zm-10 1.25v1.25h1.25v-1.25zm12.5 0v1.25h1.25v-1.25zm-13.75 2.5v7.4999a5 4.9867 0 0 0 0 0.0125 5 4.9867 0 0 0 5 4.9877h-3.75v1.25h13.75v-1.25h-3.75a5 4.9867 0 0 0 5-4.9877 5 4.9867 0 0 0 0-0.0125h2.5c0.69251 0 1.25-0.55748 1.25-1.25v-3.75c0-0.6925-0.55749-1.25-1.25-1.25h-2.5v-1.25zm1.25 1.25h13.75v6.2499a3.75 3.7499 0 0 1-3.75 3.75h-6.25a3.75 3.7499 0 0 1-3.75-3.75zm15 1.25h2.5v3.75h-2.5z" fill="#f27935" stroke-width="7.4999"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerJavaScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerJavaScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#f97000">
-  <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#f97000"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#f97000"><path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#f97000"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerLua.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerLua.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m18.5 1a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m-8.3333 1.6667a9.1667 9.1667 0 0 0-9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667-9.1667 9.1667 9.1667 0 0 0-2.1387-5.8724 3.3333 3.3333 0 0 1 0.472 1.7057 3.3333 3.3333 0 0 1-3.3333 3.3333 3.3333 3.3333 0 0 1-3.3333-3.3333 3.3333 3.3333 0 0 1 3.3333-3.3333 3.3333 3.3333 0 0 1 1.7546 0.50456 9.1667 9.1667 0 0 0-5.9212-2.1712" color="#4d4d4d" color-rendering="auto" fill="#3a7dc1" image-rendering="auto" shape-rendering="auto" stroke-width="1.6667"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m18.5 1a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m-8.3333 1.6667a9.1667 9.1667 0 0 0-9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667-9.1667 9.1667 9.1667 0 0 0-2.1387-5.8724 3.3333 3.3333 0 0 1 0.472 1.7057 3.3333 3.3333 0 0 1-3.3333 3.3333 3.3333 3.3333 0 0 1-3.3333-3.3333 3.3333 3.3333 0 0 1 3.3333-3.3333 3.3333 3.3333 0 0 1 1.7546 0.50456 9.1667 9.1667 0 0 0-5.9212-2.1712" color="#4d4d4d" color-rendering="auto" fill="#3a7dc1" image-rendering="auto" shape-rendering="auto" stroke-width="1.6667"/></svg>
--- a/eric6/icons/breeze-light/languages/lexerMakefile.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerMakefile.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/>
-  <path d="m339.64 542.1c0.0248-0.1964 0.0434-0.39587 0.0434-0.5984 0-0.20255-0.0185-0.40201-0.0434-0.5984l1.3113-1.0158c0.1178-0.0921 0.15191-0.25777 0.0744-0.39279l-1.24-2.1266c-0.0776-0.13195-0.23869-0.18719-0.37819-0.13195l-1.5438 0.61681c-0.31931-0.24243-0.66963-0.44803-1.0478-0.60454l-0.2325-1.6264c-0.028-0.14423-0.15502-0.25777-0.31002-0.25777h-2.48c-0.15502 0-0.28211 0.11349-0.30692 0.25777l-0.2325 1.6264c-0.37821 0.15651-0.72853 0.35904-1.0478 0.60454l-1.5438-0.61681c-0.13949-0.0522-0.3007 0-0.37819 0.13195l-1.24 2.1266c-0.0775 0.13194-0.0434 0.29766 0.0746 0.39279l1.3082 1.0158c-0.0247 0.19639-0.0434 0.39585-0.0434 0.5984 0 0.20253 0.0185 0.402 0.0434 0.5984l-1.3082 1.0158c-0.1178 0.0921-0.1519 0.25777-0.0746 0.39279l1.24 2.1266c0.0775 0.13196 0.2387 0.1872 0.37819 0.13196l1.5438-0.61682c0.31929 0.24243 0.66961 0.44803 1.0478 0.60455l0.2325 1.6264c0.0249 0.14423 0.1519 0.25779 0.30692 0.25779h2.48c0.155 0 0.28211-0.1135 0.30691-0.25779l0.23251-1.6264c0.3782-0.15652 0.72851-0.35906 1.0478-0.60455l1.5438 0.61682c0.13951 0.0522 0.30072 0 0.3782-0.13196l1.24-2.1266c0.0775-0.13196 0.0434-0.29766-0.0745-0.39279l-1.3082-1.0158zm-4.6067 1.5497c-1.1997 0-2.17-0.96051-2.17-2.1481 0-1.1876 0.97033-2.1481 2.17-2.1481 1.1997 0 2.1701 0.9605 2.1701 2.1481 0 1.1876-0.97032 2.1481-2.1701 2.1481z" fill="#232629" stroke-width="1.2522"/>
-  <path d="m343.19 552.94c0.0856-0.1176 0.16815-0.23934 0.23992-0.36949 0.0717-0.13016 0.13048-0.26481 0.18413-0.39964l1.2026-0.1975c0.10836-0.0183 0.18895-0.11287 0.18698-0.22661l-0.0434-1.7972c-2e-3 -0.11175-0.0871-0.20318-0.19631-0.21611l-1.2107-0.13961c-0.11932-0.26667-0.2716-0.52042-0.4592-0.75231l0.42685-1.126c0.0332-0.10241-7e-3 -0.21949-0.10786-0.2733l-1.5938-0.86105c-0.0995-0.0538-0.22153-0.0249-0.28858 0.0592l-0.72569 0.96452c-0.29851-0.0308-0.59541-0.0222-0.8876 0.0247l-0.77361-0.93241c-0.0711-0.082-0.19324-0.1044-0.28981-0.0465l-1.5504 0.93616c-0.0966 0.0578-0.13337 0.17625-0.0913 0.27828l0.48086 1.107c-0.0856 0.11761-0.16815 0.23933-0.23993 0.3695-0.0717 0.13016-0.13048 0.26481-0.18412 0.39964l-1.2006 0.19858c-0.10836 0.0183-0.18895 0.11287-0.18699 0.2266l0.0434 1.7972c2e-3 0.11175 0.0871 0.20318 0.1963 0.21612l1.2107 0.1396c0.1193 0.26666 0.27157 0.52042 0.4592 0.7523l-0.42686 1.126c-0.0352 0.10128 6e-3 0.2184 0.10584 0.27221l1.5938 0.86106c0.0995 0.0538 0.22152 0.0249 0.28857-0.0592l0.72569-0.96453c0.29853 0.0308 0.59541 0.0222 0.88759-0.0247l0.77362 0.93241c0.0711 0.082 0.19327 0.1044 0.28982 0.0465l1.5504-0.93617c0.0966-0.0579 0.13337-0.17624 0.0913-0.27827zm-3.5096-0.60347c-0.77101-0.41652-1.0543-1.3707-0.63349-2.1339 0.42078-0.76323 1.3847-1.0436 2.1557-0.6271s1.0543 1.3707 0.63349 2.1339c-0.42079 0.76324-1.3847 1.0436-2.1557 0.62709z" fill="#232629" stroke-width="1.2522"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/></g><path d="m339.64 542.1c0.0248-0.1964 0.0434-0.39587 0.0434-0.5984 0-0.20255-0.0185-0.40201-0.0434-0.5984l1.3113-1.0158c0.1178-0.0921 0.15191-0.25777 0.0744-0.39279l-1.24-2.1266c-0.0776-0.13195-0.23869-0.18719-0.37819-0.13195l-1.5438 0.61681c-0.31931-0.24243-0.66963-0.44803-1.0478-0.60454l-0.2325-1.6264c-0.028-0.14423-0.15502-0.25777-0.31002-0.25777h-2.48c-0.15502 0-0.28211 0.11349-0.30692 0.25777l-0.2325 1.6264c-0.37821 0.15651-0.72853 0.35904-1.0478 0.60454l-1.5438-0.61681c-0.13949-0.0522-0.3007 0-0.37819 0.13195l-1.24 2.1266c-0.0775 0.13194-0.0434 0.29766 0.0746 0.39279l1.3082 1.0158c-0.0247 0.19639-0.0434 0.39585-0.0434 0.5984 0 0.20253 0.0185 0.402 0.0434 0.5984l-1.3082 1.0158c-0.1178 0.0921-0.1519 0.25777-0.0746 0.39279l1.24 2.1266c0.0775 0.13196 0.2387 0.1872 0.37819 0.13196l1.5438-0.61682c0.31929 0.24243 0.66961 0.44803 1.0478 0.60455l0.2325 1.6264c0.0249 0.14423 0.1519 0.25779 0.30692 0.25779h2.48c0.155 0 0.28211-0.1135 0.30691-0.25779l0.23251-1.6264c0.3782-0.15652 0.72851-0.35906 1.0478-0.60455l1.5438 0.61682c0.13951 0.0522 0.30072 0 0.3782-0.13196l1.24-2.1266c0.0775-0.13196 0.0434-0.29766-0.0745-0.39279l-1.3082-1.0158zm-4.6067 1.5497c-1.1997 0-2.17-0.96051-2.17-2.1481 0-1.1876 0.97033-2.1481 2.17-2.1481 1.1997 0 2.1701 0.9605 2.1701 2.1481s-0.97032 2.1481-2.1701 2.1481z" fill="#232629" stroke-width="1.2522"/><path d="m343.19 552.94c0.0856-0.1176 0.16815-0.23934 0.23992-0.36949 0.0717-0.13016 0.13048-0.26481 0.18413-0.39964l1.2026-0.1975c0.10836-0.0183 0.18895-0.11287 0.18698-0.22661l-0.0434-1.7972c-2e-3 -0.11175-0.0871-0.20318-0.19631-0.21611l-1.2107-0.13961c-0.11932-0.26667-0.2716-0.52042-0.4592-0.75231l0.42685-1.126c0.0332-0.10241-7e-3 -0.21949-0.10786-0.2733l-1.5938-0.86105c-0.0995-0.0538-0.22153-0.0249-0.28858 0.0592l-0.72569 0.96452c-0.29851-0.0308-0.59541-0.0222-0.8876 0.0247l-0.77361-0.93241c-0.0711-0.082-0.19324-0.1044-0.28981-0.0465l-1.5504 0.93616c-0.0966 0.0578-0.13337 0.17625-0.0913 0.27828l0.48086 1.107c-0.0856 0.11761-0.16815 0.23933-0.23993 0.3695-0.0717 0.13016-0.13048 0.26481-0.18412 0.39964l-1.2006 0.19858c-0.10836 0.0183-0.18895 0.11287-0.18699 0.2266l0.0434 1.7972c2e-3 0.11175 0.0871 0.20318 0.1963 0.21612l1.2107 0.1396c0.1193 0.26666 0.27157 0.52042 0.4592 0.7523l-0.42686 1.126c-0.0352 0.10128 6e-3 0.2184 0.10584 0.27221l1.5938 0.86106c0.0995 0.0538 0.22152 0.0249 0.28857-0.0592l0.72569-0.96453c0.29853 0.0308 0.59541 0.0222 0.88759-0.0247l0.77362 0.93241c0.0711 0.082 0.19327 0.1044 0.28982 0.0465l1.5504-0.93617c0.0966-0.0579 0.13337-0.17624 0.0913-0.27827zm-3.5096-0.60347c-0.77101-0.41652-1.0543-1.3707-0.63349-2.1339 0.42078-0.76323 1.3847-1.0436 2.1557-0.6271s1.0543 1.3707 0.63349 2.1339c-0.42079 0.76324-1.3847 1.0436-2.1557 0.62709z" fill="#232629" stroke-width="1.2522"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerMarkdown.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerMarkdown.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/>
-  <path transform="translate(326 534.36)" d="m0 5v12.1h22v-12.1zm1 1h20v10.1h-20z" fill="#232629"/>
-  <path d="m328 541.36v0.82617 7.1738h2v-5.1738l2 2 2-2v5.1738h2v-7.1738-0.82617h-2.002l-1.998 1.998-1.998-1.998h-2.002zm13 0v4h-3l4 4 4-4h-3v-4h-2z" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/></g><path transform="translate(326 534.36)" d="m0 5v12.1h22v-12.1zm1 1h20v10.1h-20z" fill="#232629"/><path d="m328 541.36v8h2v-5.1738l2 2 2-2v5.1738h2v-8h-2.002l-1.998 1.998-1.998-1.998h-2.002zm13 0v4h-3l4 4 4-4h-3v-4h-2z" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerMatlab.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerMatlab.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,48 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="0" x1="375.8" x2="382.68" y1="522.29" y2="549.47" gradientTransform="matrix(1.1196 -.015866 .015866 1.1196 -15.14 -88.436)" gradientUnits="userSpaceOnUse" xlink:href="#1"/>
-  <linearGradient id="1">
-   <stop stop-color="#fff80f" offset="0"/>
-   <stop stop-color="#fff80f" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="2" x1="37.971" x2="35.118" y1="24.451" y2="25.031" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#af270f" offset="0"/>
-   <stop stop-color="#d86c3b" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="4" x1="36.213" x2="33.719" y1="8.638" y2="17.945" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <linearGradient id="5">
-   <stop stop-color="#771a0f" offset="0"/>
-   <stop stop-color="#92280f" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="6" x2="0" y1="4.135" y2="22.616" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#a0240f" offset="0"/>
-   <stop stop-color="#bc4a0f" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="8" x1="22.858" x2="22.274" y1="43.732" y2="36.825" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#1"/>
-  <linearGradient id="9" x1="21.824" x2="27.722" y1="22.849" y2="24.063" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/>
-  <linearGradient id="A" x1="20.616" x2="19.831" y1="25.815" y2="21.263" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#4a2834" offset="0"/>
-   <stop stop-color="#512531" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="C" x1="20.626" x2="18.225" y1="24.225" y2="21.824" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#6d9990" offset="0"/>
-   <stop stop-color="#6dcec5" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.50052 0 0 .49613 -193.5 -248.88)">
-  <path d="m415.29 506.12c-0.21279-0.0132-0.43353 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27776-0.0342 0.0326-0.16694 0.14802-0.29742 0.25586-0.18834 0.15566-0.42772 0.44798-0.69985 0.82232-0.3214 0.44212-0.69395 1.0115-1.146 1.778-0.25391 0.4306-0.60385 1.0044-0.77856 1.275-0.1747 0.27066-0.3754 0.59128-0.44616 0.71296-0.2865 0.49266-1.2371 1.7895-1.9858 2.7097-0.63386 0.77903-1.8358 1.8953-2.2898 2.1258-0.0861 0.0437-0.23838 0.13284-0.33679 0.19901-0.22078 0.14843-0.62894 0.30939-1.1766 0.46583-0.46307 0.13229-1.3315 0.56164-1.7037 0.842-0.6369 0.47971-2.0614 2.0149-2.655 2.8606-0.0923 0.13155-0.23401 0.31002-0.31492 0.39804-0.0808 0.0881-0.18581 0.21375-0.23401 0.27775-0.054 0.0717-0.23394 0.17599-0.46802 0.27118-0.20915 0.0851-0.56149 0.23455-0.78295 0.33243-0.22145 0.0979-0.83567 0.34355-1.3647 0.54675s-1.1741 0.46738-1.4325 0.58612c-0.25836 0.11873-0.62984 0.27521-0.82668 0.34773-0.54703 0.20151-1.7145 0.6709-1.8961 0.76325-0.089 0.0453-0.78562 0.32903-1.5484 0.62767-0.76275 0.29866-1.5388 0.61149-1.7234 0.69766-0.18453 0.0863-0.57737 0.25394-0.87262 0.37179-0.7091 0.28307-0.71399 0.31356-0.1334 0.69547 0.20216 0.13297 0.91089 0.6413 1.6052 1.1525 0.14495 0.10672 0.39727 0.28675 0.55987 0.39804 0.16262 0.1113 0.48577 0.34201 0.71953 0.51394 0.23374 0.17191 0.51078 0.36799 0.61454 0.43522 0.17146 0.11108 0.87556 0.61616 1.5506 1.1132 0.14496 0.10672 0.39726 0.28658 0.55987 0.39803 0.27551 0.18882 0.87774 0.6221 1.4981 1.0782 0.50347 0.37016 1.0156 0.70858 1.0716 0.70858 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18937 0.83543-0.21214 0.0477-4e-3 0.10032 0.0159 0.14435 0.0153 0.17561-2e-3 0.32838 1.9e-4 0.57299 0.0613 0.63837 0.15941 0.82928 0.28052 1.4128 0.88574 0.45239 0.46922 0.58372 0.64305 1.0607 1.4128 0.59745 0.96416 0.83527 1.4148 1.0585 1.9945 0.0812 0.21092 0.29332 0.68506 0.4702 1.0541 0.17686 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.7258 0.4046 0.98415c0.11573 0.25835 0.34798 0.81285 0.51612 1.2335 0.16814 0.4206 0.37562 0.91824 0.46146 1.1066 0.11085 0.24337 0.18093 0.34354 0.23838 0.34336 0.10392-3.6e-4 0.75944-0.15778 1.1132-0.26681 0.26628-0.0821 1.0836-0.48064 1.7627-0.8595 0.18455-0.10291 0.53729-0.34558 0.78295-0.54018 0.51198-0.40556 1.907-1.6473 2.0514-1.8262 0.0532-0.0659 0.36767-0.42005 0.69983-0.78733 0.33218-0.36727 0.85594-0.95838 1.1635-1.3122 0.30757-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21065 0.54099-0.62326 0.78951-0.91853 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73077 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15966 0.55422 0.18763 0.72297 0.27063 1.1416 0.55331 0.17223 0.11629 0.36875 0.24497 0.4374 0.2865 0.32691 0.19766 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61237-1.5309-0.16458-0.35677-0.38622-0.88052-0.49207-1.1635-0.10581-0.28295-0.33708-0.85673-0.51393-1.275-0.17686-0.41829-0.40786-1.0016-0.51395-1.2969-0.10604-0.29527-0.3375-0.8786-0.51395-1.2969-0.17644-0.4183-0.42879-1.0421-0.55987-1.3866-0.13107-0.34446-0.37749-0.98958-0.54894-1.4325-0.35827-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64282-1.2388-1.493-1.6402-1.708-0.17057-0.0914-0.37551-0.14644-0.58831-0.15965z" fill-opacity=".235"/>
-  <path d="m399.08 531.24c0.1756-2e-3 0.32786-1e-5 0.57248 0.061 0.63837 0.15942 0.83066 0.27979 1.4142 0.885 0.45239 0.46923 0.58275 0.64229 1.0597 1.412 0.59745 0.96417 0.8365 1.4148 1.0597 1.9945 0.0812 0.21092 0.29262 0.68567 0.46949 1.0548 0.17687 0.36908 0.40846 0.90249 0.51495 1.1854 0.10648 0.28296 0.28842 0.72609 0.40415 0.98444 0.11574 0.25835 0.34823 0.81385 0.51637 1.2345 0.16814 0.42061 0.37585 0.91823 0.46168 1.1066 0.11086 0.24336 0.17908 0.34253 0.23653 0.34235 0.10391-3.6e-4 0.76137-0.15732 1.1151-0.26635 0.26628-0.0821 1.0831-0.48059 1.7622-0.85944 0.18455-0.1029 0.53636-0.34593 0.78202-0.54053 0.51198-0.40555 1.9069-1.648 2.0513-1.8268 0.0533-0.0659 0.36888-0.42042 0.70105-0.78769 0.33217-0.36728 0.85516-0.95667 1.1627-1.3105s0.71093-0.81569 0.89638-1.0264c0.18543-0.21065 0.5406-0.62454 0.78911-0.9198 0.61687-0.73293 1.954-2.0404 2.4966-2.4412 0.98927-0.73077 1.6338-1.0497 2.4284-1.2018 0.59225-0.11336 1.0761-0.0689 1.7558 0.16123 0.55422 0.18764 0.72206 0.2685 1.1407 0.55117 0.17223 0.1163 0.36888 0.24544 0.43752 0.28696 0.32692 0.19766 1.3397 1.0632 2.0463 1.7487 1.5413 1.4953 3.073 2.7818 3.182 2.6728 0.0473-0.0473-0.11744-0.45942-0.61226-1.5321-0.16459-0.35677-0.38566-0.88047-0.49151-1.1634-0.10581-0.28296-0.33739-0.85666-0.51424-1.275s-0.40814-1.0017-0.51424-1.297c-0.10604-0.29526-0.33709-0.87938-0.51353-1.2977-0.17645-0.41828-0.42863-1.042-0.5597-1.3865-0.13108-0.34447-0.37831-0.98901-0.54975-1.4319-0.35827-0.92548-1.1647-3.2365-2.4036-6.8897-1.2341-3.6389-1.8349-5.332-2.5399-7.1575-0.60002-1.5535-1.7201-3.857-2.3205-4.7716-0.42197-0.64282-1.2386-1.4938-1.64-1.7089-0.34113-0.18278-0.82325-0.2124-1.2203-0.076-0.28649 0.0984-0.42065 0.16776-0.53767 0.27915-0.0342 0.0326-0.16855 0.14714-0.29904 0.25499-0.18833 0.15566-0.42821 0.44745-0.70032 0.82179-0.10996 0.41264-0.17094 0.82196-0.29052 1.2345-0.56123 1.9364-1.2293 3.8684-2.0051 5.7674-0.77582 1.8991-1.6597 3.7653-2.6529 5.5707-0.49661 0.90273-1.0204 1.7906-1.5718 2.6593-0.55149 0.86873-1.1306 1.7186-1.7373 2.5463s-1.2412 1.6332-1.9035 2.4128c-0.66231 0.77963-1.3522 1.5328-2.0705 2.2573-0.58001 0.58507-1.1917 1.137-1.8084 1.682z" fill="#d5600f"/>
-  <path d="m399.08 531.24c0.61669-0.54497 1.2284-1.0969 1.8084-1.682 0.71824-0.72448 1.4082-1.4776 2.0705-2.2572 0.6623-0.77963 1.2968-1.5851 1.9035-2.4128 0.60672-0.82771 1.1858-1.6776 1.7373-2.5464 0.55148-0.86872 1.0752-1.7566 1.5718-2.6593 0.99322-1.8054 1.8771-3.6716 2.6529-5.5707 0.77583-1.8991 1.4439-3.8311 2.0051-5.7675 0.11958-0.4125 0.18061-0.82182 0.29052-1.2345-0.32141 0.44212-0.69293 1.0113-1.145 1.7778-0.25391 0.43059-0.60445 1.005-0.77917 1.2757-0.1747 0.27065-0.37529 0.59142-0.44605 0.71311-0.28651 0.49266-1.2365 1.7888-1.9852 2.709-0.63386 0.77902-1.8359 1.8947-2.2899 2.1252-0.0861 0.0437-0.23754 0.13342-0.33596 0.19959-0.22078 0.14842-0.62998 0.31091-1.1776 0.46736-0.46306 0.13229-1.331 0.56133-1.7032 0.84168-0.6369 0.47971-2.0614 2.0139-2.655 2.8596-0.0923 0.13154-0.23444 0.31115-0.31536 0.39917-0.0808 0.088-0.18618 0.213-0.23439 0.27701-0.0539 0.0716-0.23399 0.17543-0.46807 0.27061-0.20915 0.0851-0.56128 0.23454-0.78272 0.33242-0.22145 0.0979-0.83544 0.34441-1.3644 0.54762-0.52901 0.2032-1.1736 0.46654-1.4319 0.58527s-0.63063 0.27552-0.82748 0.34803c-0.54702 0.20153-1.7148 0.67191-1.8964 0.76426-0.089 0.0453-0.78562 0.32711-1.5484 0.62576-0.76275 0.29864-1.5379 0.61345-1.7224 0.69962-0.18454 0.0863-0.57697 0.25291-0.87222 0.37076-0.70909 0.28308-0.71483 0.31276-0.13424 0.69465 0.20216 0.13299 0.91087 0.64296 1.6052 1.1542 0.14496 0.10672 0.39709 0.28505 0.55969 0.39634 0.16263 0.1113 0.48647 0.34303 0.72024 0.51496 0.23374 0.17192 0.5099 0.36745 0.61367 0.43469 0.17146 0.11107 0.87621 0.61739 1.5512 1.1144 0.14495 0.10672 0.39709 0.28489 0.55969 0.39634 0.27552 0.18882 0.87905 0.62353 1.4994 1.0796 0.50346 0.37015 1.0151 0.70885 1.0711 0.70885 0.0575 0 0.7791-0.28215 0.91555-0.35798 0.16972-0.0942 0.54118-0.18819 0.836-0.21095 0.0478-4e-3 0.0994 0.0163 0.14348 0.0157z" fill="#6dd6cd"/>
-  <path d="m411.94 511.13c-1.4767 1.6662-6.6742 10.053-9.625 9.9771-3.4379-0.0882-12.606 4.4943-12.606 4.4943s0.82513 1.0241 1.9464 2.2964c0.0848 0.0611 0.15503 0.10916 0.22963 0.16402 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87774 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.7086 1.0716 0.7086 0.0574 0 0.7799-0.28065 0.91636-0.35649 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.6167-0.54497 1.2286-1.0967 1.8086-1.6818 0.71824-0.72448 1.4066-1.4774 2.0689-2.257 0.6623-0.77963 1.2982-1.5846 1.9049-2.4123 0.60673-0.82771 1.185-1.6769 1.7365-2.5457 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.99323-1.8054 1.877-3.6734 2.6528-5.5725 0.40318-0.9869 0.77466-1.9824 1.1198-2.9831z" fill="url(#C)"/>
-  <path d="m409.28 517.52c-1.9651 0.90851-6.4461 2.8345-9.4128 3.3439-0.0861 0.0548-0.1409 0.1066-0.28212 0.16402-0.028 0.0114-0.0726 0.0303-0.10498 0.0438 2.8482 0.92241 4.6172 2.17 5.6665 3.403 0.50006-0.69847 0.9908-1.4034 1.4522-2.1301 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.39086-0.71047 0.75176-1.4376 1.1088-2.1651z" fill="url(#A)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15941 0.82929 0.28051 1.4128 0.88573 0.45238 0.46923 0.58371 0.64306 1.0607 1.4128 0.59745 0.96416 0.83528 1.4148 1.0585 1.9945 0.0812 0.21091 0.29333 0.68505 0.4702 1.0541 0.0513 0.10688 0.0927 0.21896 0.14872 0.34335 8.6822-6.2627 10.382-19.508 12.112-28.053-0.25789-0.49289-0.41499-1.1125-0.60293-1.3988-0.42198-0.64281 0.96493-1.493 0.56351-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#9)"/>
-  <path d="m415.06 505.68c-0.13992 0.01-0.27933 0.032-0.40897 0.0766-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.4203 0.10496 0.65039 0.20585 0.92292 0.42647 0.14701-0.14182 0.2979-0.27915 0.44177-0.42428 0.80802-0.81505 1.5841-1.662 2.3292-2.5391 0.74507-0.87708 1.4585-1.7851 2.1411-2.7163 0.68257-0.93117 1.3347-1.8854 1.9552-2.8628 0.62043-0.97732 1.2084-1.9762 1.7671-2.9918 1.1174-2.0311 2.1125-4.1314 2.9853-6.2679 0.87281-2.1365 1.6256-4.3104 2.257-6.4888 0.13452-0.46408 0.20215-0.92452 0.32586-1.3887 0.10227-0.14069 0.19313-0.25189 0.2865-0.3696zm9.555 26.723c0.25268 0.22544 0.51194 0.4508 0.73482 0.66703 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0307-0.0307-0.0749-0.30557-0.25588-0.72608-0.76769-0.72237-1.7092-1.5296-2.0405-1.7299-0.0772-0.0467-0.29832-0.19284-0.49209-0.32367-0.4188-0.28278-0.65189-0.39205-1.1285-0.55987z" fill-opacity=".235"/>
-  <path d="m408.02 535.81c-1.2682-0.0367-2.7543 0.14897-4.4702 0.59923 0.0412 0.0891 0.0653 0.15355 0.10497 0.2362 0.17687 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40554 1.907-1.6473 2.0514-1.8261 0.0532-0.0659 0.36767-0.42004 0.69984-0.78732 0.03-0.0331 0.0723-0.0817 0.10498-0.1181-1.0678-0.73837-2.4575-1.2375-4.2843-1.2903z" fill="url(#8)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.11518 0.13559-0.23525 0.26624-0.3521 0.40021 9.9246-3.5501 16.972-3.5446 21.962-1.9574-0.39901-1.0678-1.0608-2.9472-2.1892-6.2745-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#6)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.14026 0.22094-0.29794 0.42889-0.44177 0.64735 17.276-10.936 13.158 5.4278 18.686 3.5276-0.0207-0.0536-0.0421-0.11029-0.0612-0.15966-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#4)"/>
-  <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.24981 0.0859-0.37771 0.15182-0.48551 0.24057 6.7988 9.32 7.7946 17.939 7.0181 24.337 0.16983 0.0361 0.34532 0.0827 0.54018 0.14871 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61236-1.5309-0.16459-0.35678-0.38623-0.88053-0.49208-1.1635-0.10581-0.28296-0.33709-0.85673-0.51393-1.275-0.17686-0.41829-0.40785-1.0016-0.51395-1.2969-0.10604-0.29527-0.33751-0.8786-0.51395-1.2969-0.17645-0.41829-0.4288-1.0421-0.55987-1.3866-0.13108-0.34447-0.37749-0.98958-0.54893-1.4325-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#2)"/>
-  <path d="m389.23 525.26c-0.0329 0.0134-0.0608 0.0269-0.0919 0.0394-0.7091 0.28307-0.71398 0.31356-0.1334 0.69547 0.20216 0.13298 0.91089 0.6413 1.6052 1.1525 0.14496 0.10672 0.39727 0.28675 0.55987 0.39804 0.16263 0.11131 0.48577 0.34202 0.71953 0.51394 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87775 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.70859 1.0716 0.70859 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15942 0.82929 0.28052 1.4128 0.88574 0.45238 0.46923 0.58371 0.64305 1.0607 1.4128 0.59745 0.96417 0.83528 1.4148 1.0585 1.9946 0.0812 0.21091 0.29333 0.68505 0.47021 1.0541 0.17686 0.36909 0.40745 0.90239 0.51394 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40555 1.907-1.6473 2.0514-1.8261 0.0533-0.0659 0.36767-0.42004 0.69984-0.78732s0.85592-0.95839 1.1635-1.3122c0.30758-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21066 0.541-0.62327 0.78951-0.91854 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73076 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15965 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0394-0.0394-0.1201-0.43026-0.44396-1.1482-0.57911-0.42661-1.6443-1.3598-2.7381-2.421-0.70659-0.68551-1.7201-1.5497-2.047-1.7474-0.0687-0.0416-0.26517-0.1702-0.4374-0.2865-0.41865-0.28266-0.5874-0.36567-1.1416-0.55331-0.67975-0.23008-1.1617-0.273-1.754-0.15965-0.79461 0.15211-1.4405 0.4699-2.4298 1.2007-0.5426 0.40084-1.8785 1.71-2.4954 2.4429-0.24851 0.29527-0.60408 0.70788-0.78951 0.91854-0.18544 0.21066-0.58909 0.67191-0.89667 1.0257-0.30756 0.35381-0.83131 0.94492-1.1635 1.3122s-0.64654 0.72137-0.69984 0.78732c-0.14442 0.17885-1.5394 1.4206-2.0514 1.8261-0.24566 0.1946-0.59841 0.43729-0.78295 0.5402-0.67913 0.37885-1.4964 0.77741-1.7627 0.85948-0.35375 0.10905-1.0093 0.26646-1.1132 0.26682-0.0575 1.8e-4 -0.12754-0.1-0.23839-0.34336-0.0859-0.18838-0.29332-0.68601-0.46146-1.1066-0.16814-0.42061-0.40039-0.97512-0.51612-1.2335-0.11574-0.25836-0.29811-0.70119-0.4046-0.98415s-0.33708-0.81626-0.51394-1.1854c-0.17688-0.36907-0.38903-0.84322-0.47021-1.0541-0.22323-0.57973-0.46106-1.0304-1.0585-1.9946-0.47698-0.76975-0.60831-0.94358-1.0607-1.4128-0.58352-0.60522-0.77443-0.72632-1.4128-0.88574-0.2446-0.0611-0.39737-0.0634-0.57299-0.0612-0.044 5.6e-4 -0.0966-0.0186-0.14434-0.0153-0.29483 0.0227-0.66571 0.11786-0.83543 0.21214-0.13646 0.0758-0.85891 0.35649-0.91636 0.35649-0.056 0-0.56815-0.33843-1.0716-0.7086-0.62034-0.45609-1.2226-0.88936-1.4981-1.0782-0.16261-0.11143-0.41492-0.29132-0.55987-0.39803-0.67504-0.49703-1.3791-1.0021-1.5506-1.1132-0.10376-0.0672-0.38079-0.26329-0.61454-0.43521-0.23376-0.17192-0.5569-0.40263-0.71953-0.51394-0.1626-0.11129-0.41491-0.29132-0.55987-0.39804-0.5969-0.43949-1.0928-0.79212-1.38-0.9907z" fill="#0f0f0f" fill-opacity=".314"/>
-  <path d="m414.98 508.31c0 8.6574-1.7432 16.183-5.7278 22.83-2.0206 1.6536-1.9444 0.72252-1.5374 2.5632s9.9154-6.0504 10.454-6.058c0.48527-7e-3 1.7031 0.66333 2.2001-0.5555 0.64244-8.5875-2.0876-14.664-5.3888-18.78z" fill="url(#0)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="j" x1="375.8" x2="382.68" y1="522.29" y2="549.47" gradientTransform="matrix(1.1196 -.015866 .015866 1.1196 -15.14 -88.436)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop stop-color="#fff80f" offset="0"/><stop stop-color="#fff80f" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="i" x1="37.971" x2="35.118" y1="24.451" y2="25.031" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#af270f" offset="0"/><stop stop-color="#d86c3b" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x1="36.213" x2="33.719" y1="8.638" y2="17.945" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#771a0f" offset="0"/><stop stop-color="#92280f" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x2="0" y1="4.135" y2="22.616" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#a0240f" offset="0"/><stop stop-color="#bc4a0f" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="f" x1="22.858" x2="22.274" y1="43.732" y2="36.825" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="e" x1="21.824" x2="27.722" y1="22.849" y2="24.063" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x1="20.616" x2="19.831" y1="25.815" y2="21.263" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#4a2834" offset="0"/><stop stop-color="#512531" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="c" x1="20.626" x2="18.225" y1="24.225" y2="21.824" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"><stop stop-color="#6d9990" offset="0"/><stop stop-color="#6dcec5" offset="1"/></linearGradient></defs><g transform="matrix(.50052 0 0 .49613 -193.5 -248.88)"><path d="m415.29 506.12c-0.21279-0.0132-0.43353 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27776-0.0342 0.0326-0.16694 0.14802-0.29742 0.25586-0.18834 0.15566-0.42772 0.44798-0.69985 0.82232-0.3214 0.44212-0.69395 1.0115-1.146 1.778-0.25391 0.4306-0.60385 1.0044-0.77856 1.275-0.1747 0.27066-0.3754 0.59128-0.44616 0.71296-0.2865 0.49266-1.2371 1.7895-1.9858 2.7097-0.63386 0.77903-1.8358 1.8953-2.2898 2.1258-0.0861 0.0437-0.23838 0.13284-0.33679 0.19901-0.22078 0.14843-0.62894 0.30939-1.1766 0.46583-0.46307 0.13229-1.3315 0.56164-1.7037 0.842-0.6369 0.47971-2.0614 2.0149-2.655 2.8606-0.0923 0.13155-0.23401 0.31002-0.31492 0.39804-0.0808 0.0881-0.18581 0.21375-0.23401 0.27775-0.054 0.0717-0.23394 0.17599-0.46802 0.27118-0.20915 0.0851-0.56149 0.23455-0.78295 0.33243-0.22145 0.0979-0.83567 0.34355-1.3647 0.54675s-1.1741 0.46738-1.4325 0.58612c-0.25836 0.11873-0.62984 0.27521-0.82668 0.34773-0.54703 0.20151-1.7145 0.6709-1.8961 0.76325-0.089 0.0453-0.78562 0.32903-1.5484 0.62767-0.76275 0.29866-1.5388 0.61149-1.7234 0.69766-0.18453 0.0863-0.57737 0.25394-0.87262 0.37179-0.7091 0.28307-0.71399 0.31356-0.1334 0.69547 0.20216 0.13297 0.91089 0.6413 1.6052 1.1525 0.14495 0.10672 0.39727 0.28675 0.55987 0.39804 0.16262 0.1113 0.48577 0.34201 0.71953 0.51394 0.23374 0.17191 0.51078 0.36799 0.61454 0.43522 0.17146 0.11108 0.87556 0.61616 1.5506 1.1132 0.14496 0.10672 0.39726 0.28658 0.55987 0.39803 0.27551 0.18882 0.87774 0.6221 1.4981 1.0782 0.50347 0.37016 1.0156 0.70858 1.0716 0.70858 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18937 0.83543-0.21214 0.0477-4e-3 0.10032 0.0159 0.14435 0.0153 0.17561-2e-3 0.32838 1.9e-4 0.57299 0.0613 0.63837 0.15941 0.82928 0.28052 1.4128 0.88574 0.45239 0.46922 0.58372 0.64305 1.0607 1.4128 0.59745 0.96416 0.83527 1.4148 1.0585 1.9945 0.0812 0.21092 0.29332 0.68506 0.4702 1.0541 0.17686 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.7258 0.4046 0.98415c0.11573 0.25835 0.34798 0.81285 0.51612 1.2335 0.16814 0.4206 0.37562 0.91824 0.46146 1.1066 0.11085 0.24337 0.18093 0.34354 0.23838 0.34336 0.10392-3.6e-4 0.75944-0.15778 1.1132-0.26681 0.26628-0.0821 1.0836-0.48064 1.7627-0.8595 0.18455-0.10291 0.53729-0.34558 0.78295-0.54018 0.51198-0.40556 1.907-1.6473 2.0514-1.8262 0.0532-0.0659 0.36767-0.42005 0.69983-0.78733 0.33218-0.36727 0.85594-0.95838 1.1635-1.3122 0.30757-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21065 0.54099-0.62326 0.78951-0.91853 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73077 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15966 0.55422 0.18763 0.72297 0.27063 1.1416 0.55331 0.17223 0.11629 0.36875 0.24497 0.4374 0.2865 0.32691 0.19766 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61237-1.5309-0.16458-0.35677-0.38622-0.88052-0.49207-1.1635-0.10581-0.28295-0.33708-0.85673-0.51393-1.275-0.17686-0.41829-0.40786-1.0016-0.51395-1.2969-0.10604-0.29527-0.3375-0.8786-0.51395-1.2969-0.17644-0.4183-0.42879-1.0421-0.55987-1.3866-0.13107-0.34446-0.37749-0.98958-0.54894-1.4325-0.35827-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64282-1.2388-1.493-1.6402-1.708-0.17057-0.0914-0.37551-0.14644-0.58831-0.15965z" fill-opacity=".235"/><path d="m399.08 531.24c0.1756-2e-3 0.32786-1e-5 0.57248 0.061 0.63837 0.15942 0.83066 0.27979 1.4142 0.885 0.45239 0.46923 0.58275 0.64229 1.0597 1.412 0.59745 0.96417 0.8365 1.4148 1.0597 1.9945 0.0812 0.21092 0.29262 0.68567 0.46949 1.0548 0.17687 0.36908 0.40846 0.90249 0.51495 1.1854 0.10648 0.28296 0.28842 0.72609 0.40415 0.98444 0.11574 0.25835 0.34823 0.81385 0.51637 1.2345 0.16814 0.42061 0.37585 0.91823 0.46168 1.1066 0.11086 0.24336 0.17908 0.34253 0.23653 0.34235 0.10391-3.6e-4 0.76137-0.15732 1.1151-0.26635 0.26628-0.0821 1.0831-0.48059 1.7622-0.85944 0.18455-0.1029 0.53636-0.34593 0.78202-0.54053 0.51198-0.40555 1.9069-1.648 2.0513-1.8268 0.0533-0.0659 0.36888-0.42042 0.70105-0.78769 0.33217-0.36728 0.85516-0.95667 1.1627-1.3105s0.71093-0.81569 0.89638-1.0264c0.18543-0.21065 0.5406-0.62454 0.78911-0.9198 0.61687-0.73293 1.954-2.0404 2.4966-2.4412 0.98927-0.73077 1.6338-1.0497 2.4284-1.2018 0.59225-0.11336 1.0761-0.0689 1.7558 0.16123 0.55422 0.18764 0.72206 0.2685 1.1407 0.55117 0.17223 0.1163 0.36888 0.24544 0.43752 0.28696 0.32692 0.19766 1.3397 1.0632 2.0463 1.7487 1.5413 1.4953 3.073 2.7818 3.182 2.6728 0.0473-0.0473-0.11744-0.45942-0.61226-1.5321-0.16459-0.35677-0.38566-0.88047-0.49151-1.1634-0.10581-0.28296-0.33739-0.85666-0.51424-1.275s-0.40814-1.0017-0.51424-1.297c-0.10604-0.29526-0.33709-0.87938-0.51353-1.2977-0.17645-0.41828-0.42863-1.042-0.5597-1.3865-0.13108-0.34447-0.37831-0.98901-0.54975-1.4319-0.35827-0.92548-1.1647-3.2365-2.4036-6.8897-1.2341-3.6389-1.8349-5.332-2.5399-7.1575-0.60002-1.5535-1.7201-3.857-2.3205-4.7716-0.42197-0.64282-1.2386-1.4938-1.64-1.7089-0.34113-0.18278-0.82325-0.2124-1.2203-0.076-0.28649 0.0984-0.42065 0.16776-0.53767 0.27915-0.0342 0.0326-0.16855 0.14714-0.29904 0.25499-0.18833 0.15566-0.42821 0.44745-0.70032 0.82179-0.10996 0.41264-0.17094 0.82196-0.29052 1.2345-0.56123 1.9364-1.2293 3.8684-2.0051 5.7674-0.77582 1.8991-1.6597 3.7653-2.6529 5.5707-0.49661 0.90273-1.0204 1.7906-1.5718 2.6593-0.55149 0.86873-1.1306 1.7186-1.7373 2.5463s-1.2412 1.6332-1.9035 2.4128c-0.66231 0.77963-1.3522 1.5328-2.0705 2.2573-0.58001 0.58507-1.1917 1.137-1.8084 1.682z" fill="#d5600f"/><path d="m399.08 531.24c0.61669-0.54497 1.2284-1.0969 1.8084-1.682 0.71824-0.72448 1.4082-1.4776 2.0705-2.2572 0.6623-0.77963 1.2968-1.5851 1.9035-2.4128 0.60672-0.82771 1.1858-1.6776 1.7373-2.5464 0.55148-0.86872 1.0752-1.7566 1.5718-2.6593 0.99322-1.8054 1.8771-3.6716 2.6529-5.5707 0.77583-1.8991 1.4439-3.8311 2.0051-5.7675 0.11958-0.4125 0.18061-0.82182 0.29052-1.2345-0.32141 0.44212-0.69293 1.0113-1.145 1.7778-0.25391 0.43059-0.60445 1.005-0.77917 1.2757-0.1747 0.27065-0.37529 0.59142-0.44605 0.71311-0.28651 0.49266-1.2365 1.7888-1.9852 2.709-0.63386 0.77902-1.8359 1.8947-2.2899 2.1252-0.0861 0.0437-0.23754 0.13342-0.33596 0.19959-0.22078 0.14842-0.62998 0.31091-1.1776 0.46736-0.46306 0.13229-1.331 0.56133-1.7032 0.84168-0.6369 0.47971-2.0614 2.0139-2.655 2.8596-0.0923 0.13154-0.23444 0.31115-0.31536 0.39917-0.0808 0.088-0.18618 0.213-0.23439 0.27701-0.0539 0.0716-0.23399 0.17543-0.46807 0.27061-0.20915 0.0851-0.56128 0.23454-0.78272 0.33242-0.22145 0.0979-0.83544 0.34441-1.3644 0.54762-0.52901 0.2032-1.1736 0.46654-1.4319 0.58527s-0.63063 0.27552-0.82748 0.34803c-0.54702 0.20153-1.7148 0.67191-1.8964 0.76426-0.089 0.0453-0.78562 0.32711-1.5484 0.62576-0.76275 0.29864-1.5379 0.61345-1.7224 0.69962-0.18454 0.0863-0.57697 0.25291-0.87222 0.37076-0.70909 0.28308-0.71483 0.31276-0.13424 0.69465 0.20216 0.13299 0.91087 0.64296 1.6052 1.1542 0.14496 0.10672 0.39709 0.28505 0.55969 0.39634 0.16263 0.1113 0.48647 0.34303 0.72024 0.51496 0.23374 0.17192 0.5099 0.36745 0.61367 0.43469 0.17146 0.11107 0.87621 0.61739 1.5512 1.1144 0.14495 0.10672 0.39709 0.28489 0.55969 0.39634 0.27552 0.18882 0.87905 0.62353 1.4994 1.0796 0.50346 0.37015 1.0151 0.70885 1.0711 0.70885 0.0575 0 0.7791-0.28215 0.91555-0.35798 0.16972-0.0942 0.54118-0.18819 0.836-0.21095 0.0478-4e-3 0.0994 0.0163 0.14348 0.0157z" fill="#6dd6cd"/><path d="m411.94 511.13c-1.4767 1.6662-6.6742 10.053-9.625 9.9771-3.4379-0.0882-12.606 4.4943-12.606 4.4943s0.82513 1.0241 1.9464 2.2964c0.0848 0.0611 0.15503 0.10916 0.22963 0.16402 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87774 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.7086 1.0716 0.7086 0.0574 0 0.7799-0.28065 0.91636-0.35649 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.6167-0.54497 1.2286-1.0967 1.8086-1.6818 0.71824-0.72448 1.4066-1.4774 2.0689-2.257 0.6623-0.77963 1.2982-1.5846 1.9049-2.4123 0.60673-0.82771 1.185-1.6769 1.7365-2.5457 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.99323-1.8054 1.877-3.6734 2.6528-5.5725 0.40318-0.9869 0.77466-1.9824 1.1198-2.9831z" fill="url(#c)"/><path d="m409.28 517.52c-1.9651 0.90851-6.4461 2.8345-9.4128 3.3439-0.0861 0.0548-0.1409 0.1066-0.28212 0.16402-0.028 0.0114-0.0726 0.0303-0.10498 0.0438 2.8482 0.92241 4.6172 2.17 5.6665 3.403 0.50006-0.69847 0.9908-1.4034 1.4522-2.1301 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.39086-0.71047 0.75176-1.4376 1.1088-2.1651z" fill="url(#d)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15941 0.82929 0.28051 1.4128 0.88573 0.45238 0.46923 0.58371 0.64306 1.0607 1.4128 0.59745 0.96416 0.83528 1.4148 1.0585 1.9945 0.0812 0.21091 0.29333 0.68505 0.4702 1.0541 0.0513 0.10688 0.0927 0.21896 0.14872 0.34335 8.6822-6.2627 10.382-19.508 12.112-28.053-0.25789-0.49289-0.41499-1.1125-0.60293-1.3988-0.42198-0.64281 0.96493-1.493 0.56351-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#e)"/><path d="m415.06 505.68c-0.13992 0.01-0.27933 0.032-0.40897 0.0766-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.4203 0.10496 0.65039 0.20585 0.92292 0.42647 0.14701-0.14182 0.2979-0.27915 0.44177-0.42428 0.80802-0.81505 1.5841-1.662 2.3292-2.5391 0.74507-0.87708 1.4585-1.7851 2.1411-2.7163 0.68257-0.93117 1.3347-1.8854 1.9552-2.8628 0.62043-0.97732 1.2084-1.9762 1.7671-2.9918 1.1174-2.0311 2.1125-4.1314 2.9853-6.2679 0.87281-2.1365 1.6256-4.3104 2.257-6.4888 0.13452-0.46408 0.20215-0.92452 0.32586-1.3887 0.10227-0.14069 0.19313-0.25189 0.2865-0.3696zm9.555 26.723c0.25268 0.22544 0.51194 0.4508 0.73482 0.66703 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0307-0.0307-0.0749-0.30557-0.25588-0.72608-0.76769-0.72237-1.7092-1.5296-2.0405-1.7299-0.0772-0.0467-0.29832-0.19284-0.49209-0.32367-0.4188-0.28278-0.65189-0.39205-1.1285-0.55987z" fill-opacity=".235"/><path d="m408.02 535.81c-1.2682-0.0367-2.7543 0.14897-4.4702 0.59923 0.0412 0.0891 0.0653 0.15355 0.10497 0.2362 0.17687 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40554 1.907-1.6473 2.0514-1.8261 0.0532-0.0659 0.36767-0.42004 0.69984-0.78732 0.03-0.0331 0.0723-0.0817 0.10498-0.1181-1.0678-0.73837-2.4575-1.2375-4.2843-1.2903z" fill="url(#f)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.11518 0.13559-0.23525 0.26624-0.3521 0.40021 9.9246-3.5501 16.972-3.5446 21.962-1.9574-0.39901-1.0678-1.0608-2.9472-2.1892-6.2745-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#g)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.14026 0.22094-0.29794 0.42889-0.44177 0.64735 17.276-10.936 13.158 5.4278 18.686 3.5276-0.0207-0.0536-0.0421-0.11029-0.0612-0.15966-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#h)"/><path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.24981 0.0859-0.37771 0.15182-0.48551 0.24057 6.7988 9.32 7.7946 17.939 7.0181 24.337 0.16983 0.0361 0.34532 0.0827 0.54018 0.14871 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61236-1.5309-0.16459-0.35678-0.38623-0.88053-0.49208-1.1635-0.10581-0.28296-0.33709-0.85673-0.51393-1.275-0.17686-0.41829-0.40785-1.0016-0.51395-1.2969-0.10604-0.29527-0.33751-0.8786-0.51395-1.2969-0.17645-0.41829-0.4288-1.0421-0.55987-1.3866-0.13108-0.34447-0.37749-0.98958-0.54893-1.4325-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#i)"/><path d="m389.23 525.26c-0.0329 0.0134-0.0608 0.0269-0.0919 0.0394-0.7091 0.28307-0.71398 0.31356-0.1334 0.69547 0.20216 0.13298 0.91089 0.6413 1.6052 1.1525 0.14496 0.10672 0.39727 0.28675 0.55987 0.39804 0.16263 0.11131 0.48577 0.34202 0.71953 0.51394 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87775 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.70859 1.0716 0.70859 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15942 0.82929 0.28052 1.4128 0.88574 0.45238 0.46923 0.58371 0.64305 1.0607 1.4128 0.59745 0.96417 0.83528 1.4148 1.0585 1.9946 0.0812 0.21091 0.29333 0.68505 0.47021 1.0541 0.17686 0.36909 0.40745 0.90239 0.51394 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40555 1.907-1.6473 2.0514-1.8261 0.0533-0.0659 0.36767-0.42004 0.69984-0.78732s0.85592-0.95839 1.1635-1.3122c0.30758-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21066 0.541-0.62327 0.78951-0.91854 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73076 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15965 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0394-0.0394-0.1201-0.43026-0.44396-1.1482-0.57911-0.42661-1.6443-1.3598-2.7381-2.421-0.70659-0.68551-1.7201-1.5497-2.047-1.7474-0.0687-0.0416-0.26517-0.1702-0.4374-0.2865-0.41865-0.28266-0.5874-0.36567-1.1416-0.55331-0.67975-0.23008-1.1617-0.273-1.754-0.15965-0.79461 0.15211-1.4405 0.4699-2.4298 1.2007-0.5426 0.40084-1.8785 1.71-2.4954 2.4429-0.24851 0.29527-0.60408 0.70788-0.78951 0.91854-0.18544 0.21066-0.58909 0.67191-0.89667 1.0257-0.30756 0.35381-0.83131 0.94492-1.1635 1.3122s-0.64654 0.72137-0.69984 0.78732c-0.14442 0.17885-1.5394 1.4206-2.0514 1.8261-0.24566 0.1946-0.59841 0.43729-0.78295 0.5402-0.67913 0.37885-1.4964 0.77741-1.7627 0.85948-0.35375 0.10905-1.0093 0.26646-1.1132 0.26682-0.0575 1.8e-4 -0.12754-0.1-0.23839-0.34336-0.0859-0.18838-0.29332-0.68601-0.46146-1.1066-0.16814-0.42061-0.40039-0.97512-0.51612-1.2335-0.11574-0.25836-0.29811-0.70119-0.4046-0.98415s-0.33708-0.81626-0.51394-1.1854c-0.17688-0.36907-0.38903-0.84322-0.47021-1.0541-0.22323-0.57973-0.46106-1.0304-1.0585-1.9946-0.47698-0.76975-0.60831-0.94358-1.0607-1.4128-0.58352-0.60522-0.77443-0.72632-1.4128-0.88574-0.2446-0.0611-0.39737-0.0634-0.57299-0.0612-0.044 5.6e-4 -0.0966-0.0186-0.14434-0.0153-0.29483 0.0227-0.66571 0.11786-0.83543 0.21214-0.13646 0.0758-0.85891 0.35649-0.91636 0.35649-0.056 0-0.56815-0.33843-1.0716-0.7086-0.62034-0.45609-1.2226-0.88936-1.4981-1.0782-0.16261-0.11143-0.41492-0.29132-0.55987-0.39803-0.67504-0.49703-1.3791-1.0021-1.5506-1.1132-0.10376-0.0672-0.38079-0.26329-0.61454-0.43521-0.23376-0.17192-0.5569-0.40263-0.71953-0.51394-0.1626-0.11129-0.41491-0.29132-0.55987-0.39804-0.5969-0.43949-1.0928-0.79212-1.38-0.9907z" fill="#0f0f0f" fill-opacity=".314"/><path d="m414.98 508.31c0 8.6574-1.7432 16.183-5.7278 22.83-2.0206 1.6536-1.9444 0.72252-1.5374 2.5632s9.9154-6.0504 10.454-6.058c0.48527-7e-3 1.7031 0.66333 2.2001-0.5555 0.64244-8.5875-2.0876-14.664-5.3888-18.78z" fill="url(#j)"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerOctave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerOctave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4265" x1="26" x2="26" y1="44" y2="4" gradientTransform="translate(0,-26)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.49924 0 0 .5 -.99698 12)">
-  <path d="m11.014-17.845c-6.2008 6.7385-4.698 19.296 3.3548 28.047 8.0527 8.7511 19.606 10.382 25.807 3.6436 6.2008-6.7385 4.7023-19.297-3.3505-28.048-8.0527-8.7511-19.611-10.382-25.812-3.6431zm5.6227 2.7992c4.8722-5.2947 13.83-4.1429 20.01 2.5729 6.18 6.7159 7.2398 16.451 2.3676 21.746-4.8722 5.2947-13.833 4.1455-20.013-2.5704-6.18-6.7159-7.2374-16.454-2.3653-21.748z" fill="url(#linearGradient4265)"/>
-  <rect x="33.498" y="-15.502" width="5.0034" height="5.0034" rx=".88521" ry=".88521" fill="#f4754e" stroke="#35383b" stroke-width=".99665"/>
-  <rect x="4.4954" y="-8.5046" width="12.009" height="12.009" rx="2.1247" ry="2.1247" fill="#f4754e" stroke="#35383b" stroke-width=".99087"/>
-  <rect x="36.499" y="7.4989" width="7.0022" height="7.0022" rx="1.2388" ry="1.2388" fill="#f4754e" stroke="#35383b" stroke-width=".99783"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="26" x2="26" y1="44" y2="4" gradientTransform="translate(0,-26)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><g transform="matrix(.49924 0 0 .5 -.99698 12)"><path d="m11.014-17.845c-6.2008 6.7385-4.698 19.296 3.3548 28.047 8.0527 8.7511 19.606 10.382 25.807 3.6436 6.2008-6.7385 4.7023-19.297-3.3505-28.048-8.0527-8.7511-19.611-10.382-25.812-3.6431zm5.6227 2.7992c4.8722-5.2947 13.83-4.1429 20.01 2.5729 6.18 6.7159 7.2398 16.451 2.3676 21.746-4.8722 5.2947-13.833 4.1455-20.013-2.5704s-7.2374-16.454-2.3653-21.748z" fill="url(#a)"/><g fill="#f4754e" stroke="#35383b"><rect x="33.498" y="-15.502" width="5.0034" height="5.0034" rx=".88521" ry=".88521" stroke-width=".99665"/><rect x="4.4954" y="-8.5046" width="12.009" height="12.009" rx="2.1247" ry="2.1247" stroke-width=".99087"/><rect x="36.499" y="7.4989" width="7.0022" height="7.0022" rx="1.2388" ry="1.2388" stroke-width=".99783"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerPHP.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPHP.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(-326 -534.36)">
-  <path d="m338.88 535.36-5 19.692 1.25 0.30761 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34913 0.44434 0.34913 0.44434 4.9683 5.8057 0.93261-0.88622-4.5801-5.3638 4.5801-5.3638zm11.558 0a3.125 3.125 0 0 0-3.125 3.125v1.875h1.25v-1.875a1.875 1.875 0 0 1 1.875-1.875 1.875 1.875 0 0 1 1.875 1.875v3.125h-0.625a3.125 3.125 0 0 0-3.125 3.125v0.625h1.25v-0.625a1.875 1.875 0 0 1 1.875-1.875h1.25 0.625v-4.375a3.125 3.125 0 0 0-3.125-3.125zm-1.25 11.25a0.625 0.625 0 0 0-0.625 0.625 0.625 0.625 0 0 0 0.625 0.625 0.625 0.625 0 0 0 0.625-0.625 0.625 0.625 0 0 0-0.625-0.625z" color="#000000" fill="#a55aff" style="text-decoration-line:none;text-indent:0;text-transform:none"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path d="m338.88 535.36-5 19.692 1.25 0.30761 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34913 0.44434 0.34913 0.44434 4.9683 5.8057 0.93261-0.88622-4.5801-5.3638 4.5801-5.3638zm11.558 0a3.125 3.125 0 0 0-3.125 3.125v1.875h1.25v-1.875a1.875 1.875 0 0 1 1.875-1.875 1.875 1.875 0 0 1 1.875 1.875v3.125h-0.625a3.125 3.125 0 0 0-3.125 3.125v0.625h1.25v-0.625a1.875 1.875 0 0 1 1.875-1.875h1.875v-4.375a3.125 3.125 0 0 0-3.125-3.125zm-1.25 11.25a0.625 0.625 0 0 0-0.625 0.625 0.625 0.625 0 0 0 0.625 0.625 0.625 0.625 0 0 0 0.625-0.625 0.625 0.625 0 0 0-0.625-0.625z" color="#000000" fill="#a55aff" style="text-decoration-line:none;text-indent:0;text-transform:none"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerPOV.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPOV.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image x="1.0583" y="291.44" width="3.7042" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAAEfCAYAAAD89HJKAAAABHNCSVQICAgIfAhkiAAAIABJREFU eJztnXl4G9W9/t8j27K1eZO8S0nsJI6TFORsYJkkLIGG5IYdGWhYREKBhNU2l63QQiltKcSmBdqy BIbSe3sbde/t9rstcEsb63Yj7E3YY2Up2HFiO/Imzfn9MZI8I2vXaGZkzYfnPESJNDozOu98l/M9 ZwhUssYNd9C5vJerQYGpqdHJoiKjY3LymHdq6nh/UaHBNuU/zv9YPwAbKKwg8IZfc/8HAG/o/8wT Df1QEQ0idwdymRvupHMArAFAAWwO/vWJAf+Yl2X9baHL65/ygWWnstEFL+/PfcHXof97mSesqlhS QBVDktx4F10N7g79Oe5v6CYAmJwYActOwe8fk69z8fEAcIOzLF7mcVufzP1RLKoYonDjF+gcAO0A TgHFKQCWURrA1OQIJidHZO5dxvCthxuAl3lsjmpBoIohzE330NvACaAdQE0gMImpyVEE/ONgqV/m 3mUVL6aF0cd8a27eWo68FcNNX6Q2AE5QdAA4mWUn4Z/0YWLimNxdkx8CNwA38815brm7IiV5JYYb 752yAegkhDgBWAP+SUxNjmBqyid31xQGAZcTIABoL4A+5puNs14Ys14MN9w7xlkAkE4AVjYwhTHf gNzdykW8AOUsxqNNs9KVmrVi2H7PiCMoACdA4J/yzYbgVyFQD4Aepnf+rLIWs0oM198zZCNAG0B6 AGKllMX42BG5uzXLob1Mz4IuuXshBrNCDNd94VMHAekEiAOAFQDGx4Zk7lWeQWgvgF5mx8KcTdPm vBiu/cLhPgLSFno9MT4sZ3dUAC8IbWceac45UeSkGD5/t9cBoBMgztDfTU0ej/MJFemhbgC9zCOL cibYzjkxXHPXx30AwpbA7x+XsTcqSdAL0F7m4RbFW4qcEcPWu97vAWcNAACBwKS8HVJJlW7mGy09 cnciHooXw9V3/tNJoNkVes2yATm7o5IJBB6AdjEPLVGk66RYMbjueMsGkF3guUQqswY3gG7moSWK cp0UKYar7ni9D1yK1AoAhBTI2yGVbNHBfH2pYibuFCWGK2//h5ObMONEAACagiIZe6QiAW6AdjNf O0F2K6EIMVz+73/hCui48gkAQEFRiYw9ShkvOAF7AVjHRj6Fb/RT6I1V4SusM1bJ2D3F4wXQwXz1 BFljCdnFsPm2PgdAdhHAGupNYZFe3k5xhOr8gemVYnw8zFdPTHg30xurbQi6fLaFp6L/3f+1lZrn tjXbL/QeG/zIMe470mauXQydqQp6YxXMtUvEPYtcgqCXefBE2Uo7ZBXD5257pQsgO0KvtcUmuboS 8ls94Aa9h3nQLpnZ1puqHcE/WgE4jWX1toqqBW0AYF14KgDAUrc4X6yLFwTtzFeku/4hZBPDZd0v 94FXRlGsK5Pqq0PLHj0A+pivtCoyzQcAelO1DVw2zQlQh7l2idVctwTmusWzXRyc2yTxbyO5GC7t +r0jmDINB8klhspsfmVo8LuZB5YpJnORDnpTVciCOAE4zXVLrHqjBdaFa2FrXitn17JFN/PAMskm 6iQVwyWdv3MGhQAA0Jks2foqD4A+UOJmHlim2Dt/puhNVU4ADnDisNoWroW1eS1szWtk7pmouJkv L++Q4oskE4Pz1l/3EDKdLdKbqsU7OLdK0RNMy3qYLy+XPU0nB3pTVQ+CwjDXLUbziguD7lTWbjrS QIKTdPevyOrvmnUxXHzLL2wgpJMAYSEYyurEOnxoVwc3c//KWWsBUiXoTnUCcOhMFqstaC3MdS1y dy0T3Mz9K7NqIbIqhotu+aktmC0Kl1qbKhrEOLQXQC9z3ypFF37Jjd5UZQMnik4AMNcvRvOKC2Br Xi1vx9LHw9y3ypH4bemRNTFcePOPbADZDV6gXGq2ZXLIoBUgvcyXVuWlG5QJelNVFzhRWHUmCxat uADNK8+Xu1vp4AHQwXzpJNHHQFbEcMFNP5whhLKquXE+ERdOBJT0ZuMC5BtBF6oHQJu5vgXm+hYs Wnl+NpMZ2cALoJ354smijgfRxXD+jf/h4IQwfejymsbUD0QBgHQDcIt90irhTFQXglXBzSvPx6KV 50FXmjOi8DD3tonqMokuhvNufKEfQYugLTHBUFaT6iG8AOkCd7KqCLJMUBTh4kjHeXfAtugUeTuV PG7mXodoQbWoYjj3BiYsBE1BEUrNNmgKCpP9uBcgbuYex6zYdiTX0JsswZWEgLmhBa1nbIW5fpHM vUoKN3NPuyiCEEUMm7Y/YyO8GKFQq0s1RnADpJv5QrtqCWREX2qxAQgvqDLXt6D9/NuhM5nl7Vhi OpgvnJJxdYEoYvi3bU/tAuAk4CxCeU1jshbBC0q6xDgRFfHQl1q6AOwAuCqB1nVbYGtpl7lXceFq me5endFcU8Zi2Hj9d3YhOI9QUFiEipr50BQmIQRKepm7V6sukUIJWonwHJGt5RS0rrsaulJFW4l2 5q41aQsio/WUG657vAegWwGKgsJClFXNQaG2OMGniBfANczda3oz+W6V7DI14RsuKtZ7wLm+S4cH +tH/zz9DX2pGmSWj+aJssn7PH55Le1ylbRnOvvZRQdFdeU0jSgzlcT5BARA3c+daSYquVMRDX2px gIslrABgW9wOxwW3ydupmFAPc+epaaVc0xLD+s/32ADsD73WGStQXtuU6GPdzB2nquUTOUpkcG1b 7EDrmS6FzkvQDuaO01KOQzVpfRUN7KY0AEoDKDGWobyuESA0VvMAdI4qhNzGNzzQ7xsecCC4KrD/ nT78/vm7MXjgn/F+e5kaelzfeCll65CyGM7a+vVdlLJWSlloCgtRWmWN3SlQN3P7aQ7mjtPUlOks wTc80AGuPghjw4PY/ZMeDB7YqwABCJoVZLpKOllSCqDP3PKgE8B9nP9PUVHXCK3OGOvt3cztZ6jZ olnI1IRvZ1GxfgTAev/EGD7c8yJKq60oq7Im/KyELG397FUje/7n+aSzS0nHDOuu/rJguabJXI/y 2nmx3t7B3LZOnTuY5ehLzU5wcQQAwHFxJ2xLslZhnQ7c/MNt65ISRNJuEqVsD6UBK6UBaAoLUV43 N5p54vbmV4WQF/iGB90AwtnBvh/1ov+dPrldpAh3iSbtLiXlJp1+1b09AA0u0KEwWxeiSKfn7Mp0 47b46D7rrVQuqEpuMzUx9nZRsf5tAA4QlHrf9qC0yoqyamvk+JCrLW1df+Xbe373wtuJziWhm3Tq lXfbCEg4jVpabUVlw/zIt3lA0cF0fVYNlKPQ9cN3bSAEoNQKEEyOH7cCFJNjxzE5Nhr5di/TuT7n lrDqy8zhEg4AaF1/BZodG2XskQAvQNuZzvVxx2fCuglK2V0AFzKXGMpQVt0QfBXGw3SuV5SjKCe3 /OdbNgLSBkIcABwB/2Tb+OhR+KcmwAb88E9OJDyGq/d3oT96QRAUBnUD8DC3nq3IG47v2GCPvswc 3OMJ2PO7F2C2LYDZulDmngHgdmsMlarHJK5lWHP5vwdnmbnBXzv/BBgqBLtacEvwFPoDScWN3/u7 DSBO7mHrxEopa50c80W764sBtw0OoW7mlg2KsyD6MnO4FBwAzul+DLrSrO6LlSxcPHvLhphjNa4Y Vm/uDq9PKDGWwbpklfDgQNyDz3a2PbvbAZBOQjRONuAHG/BjctwnZRe8AO0CiEdJv4O+zBweN7rS Spx57X1KEUQvc8uGmOn+mGI45XO3ChRuW3oSSkyC2qN25uaNirszScHnn3qpK/ioXSsIMDmmiIcr cktkb94ouyj0ZWZBuY7ZtgDrrv2SjD0SMCfWNYqaWm2/7CYbpWwnpSwoZVFeZ0NJadl0ygq0Ix+F sOWJ33Rt+fbvKOuf3OH3T1j9/nFMjo/KnT4MtR0gdL/rsV/JPtHpOzbYD17KdbD/PfS/9X9yX59Q c8bqd1TL4Lj0hvAahSJtCZpWnc7/5w7mpk15NY9w5aM/cxBCOkGmH7VLSFplXdJA4AHQxdy4SdYb lr7MHB5HAHDO7b2KcJeYmzZFHfczftG2juttlLLOkFUoMZXxVdWbb0LYvOOHXWxgancgMOkM+CdA NAREQ+S+u8VvoG0A3e16/JcyWwnaDVBvqHxn9389Lv+1IRSxrssMMVBMu0eFWi2q57eEDuJhbjxH dhMsJZc+9EIfG5jaEQhMIOCfQGFxsew/ZIpth+uJX/S5nviFLKtxfMeO9AMIrxcd3P8e+v7rCbmv CRBjVloghpOdn3eA0k5QFqAsdKVlKCwJD4C8WpTjfHBnHxuYagv4JxHwT6LYaJL7B0y3tYHQ3a5v /1xOQXhCr/vf+AsG+9+T+5pYXd/++YzYQSAGCraTgkWo1SxYEvpwN7P9PNmzFFJw4f3fdl50/3f6 +ULQV1TK/eNl/OOD0N2u7/wsZvCYTXzHjjgw/Ugw7PnVD+S+HgChMyaKw2JYdfHVwViBglIKXWk5 ZxVA3cy28/NiYc559z7qYANTPYHAlDUkBFNVDUI+b443K0B3ub77U1kEAYLeUL3QYP/76H/jr6n2 X9wWJavEswzUyb2RBcDCPKcRINTLbLsgL9yjTXd9w8YG/LsCfk4IWr0e5fVxFi7lagPd5XryJ5KX z/iOHukBzzrs+9P/k/s6WF3f/YkgBg6LgT+vUFhcjNLaOoDQvAiYN97+oIOy/t1sYNLKBiZRpCuB vqJC/oGbvYGw2/Xkj+WoJwvvXDG4/30M9r8v97Vo43dOAwArLrzcAbDWsFWY2wQQ6mGuuygv0qjT FmEKBUVFKK2plftHkqLtSnxlxCVoHTwAQAhB338+Kfc1cLqe+lE4sRC0DLQzFCtQSmFpbAJ4M4iz mbNuvaePDUxZ2cAUAoEplNU3yP0DSdWsrqfd0j9eVqNxawoKQDQajA8fg/fNv8t9HcKxgwYA+JNs uvJyALSXufbiWZ89Wnfj7U42MNUWCEwh4J9CaU0tCrSFcv840grimV2SJkeIRuMmGo2XaDQgGg0O vPmq3NdgWgzLL7ikix84VzXOBwhm/W53p23rtLEB/y7WPwXWP4WSslKYqqqggKyP1K3TtfOHks1B jA580h8UBCeGt17D2PCQVOcarVlD56+hlAatAuciFZtMbuaajllvFdiAf1cg6BqRAg2qmubLfYeS r4HulvLaE0J6Q2IgGg3e+M3PZbWOAOUeo0Ap2xZykYpKilFSauqW8sLIweot1zvYgL+NW4MwhdLa GvkHpLzN6nr2B5JlDo8dPthPNBpPSAwH335D9vMHAA3fZFTOnedmtlyaD1ahhw1w7pGmsBDlDXkT NMdrna7n/lMyd4kQ0hMqeiQagvf7XpHz3B0AUEgpG06fHnrnzVkfK7Rd7upiWX8bKAACVDU1cRdE xQpuQb8kWUSi0XgIr5B66EC/nL8DJ4bXfvHTvEihhmBpoBOha04BU0019wcVAHC4mO/bGNflWfcO juz/qN/S2ORBcCPjowf6Id/vQNqANDcezlVWXfa5LsoGrJQNgLIB1DQ3QwH7+iioUSsiZmWzCdGQ vpCbNDE6gvGRYzKdNwvX89935pUYKBtwUpYFZVkUFmtRWpf3gXNEAyBhCQ4/xUo0Ghx65205zzt/ LMNy58U2lmXbWDYAlg2gtLYGRboSBQxApTW0uV74niSVrZ+8+24fXwyH974j57k7kn4uba5DWdbK X/GtrwguZ1WJRvg5DNmGaIgbwXXSxw4elPM3seaPGCjbw4/PyhrqoQbOMXECkMRdIppI50S238SR N24SZQNtocC5rCEvqlIzaVbXfzwryZwD0RAPf77hX3tlexJQfliGE87d6GDZQPi1obJCdZES0wYg 6ylWoiGC75gYHZXtt8kLMVCWnQ4ICWCwqGJIAickiBuIRuPlvz526JAqhmxCaWB6VRcFDFWVUOOF hEiSUfK++nqfbYU9/HriuGoZsgrLsuGHjWn1OqhCUBb8IHri+HHI9fvkhRgoGwiLwVhVqbpICoNo SLgsI7xboQzM+mzSojPXOEKzzpTlStUVkK3Jieba9aQkrhI/mzR53Cfb+c56y8BS1svdaLgZN61e p1qG5JEqvdqPoGXg/kJ1k7IDpWDp9MXVGkpUMSgMLmagCN2wVDFkCTYQEDypW2tUA2ilQTSh8tEQ qhiyAj94BgAKqloGhUE0ROiOqZYhO1CWFdxnJkbky2OrRIezDBxao14VQ7ZgWVYwwzk+PKKKQWEQ DQlb7ynfmCqGbEEDAYE7qoohJSTZHIIvBlONWRVDtqCUBWWFr9UAOkkIvInfJMLX8Nyk4lI9ZPp9 vLNeDP1/fauvYfliL4LPJT66X75CsFyDOe/WrD8gcfGmtTbwU98m2WKG/CjhprzybZZlVTEoCELQ Bt6eMcVG2SZFZ79lAAA2wPYhWIU5NjSMo/2HUT6nRuZeKR5pHkegIQ7+DIOxVrbasb68EANl2fA6 WwA4uv8gyudWy9gjlRAaDXGEhj4hgNYoW4VAflgGSlkPZacv8JGPDmHeWnucT+Q5XC2XNLsraog1 ZBmM1eXQGorlEQPNE8vwydsf9VuabeEg+siHB6BmlOLAjc6sZ5JO6DjDAYrwriXGGhlXIBLiyQsx AMK4wTc4jKGPDqKisU7mXikWD7Px36VY/xxcgcgJoKKxVjYXidn47/2zfj1DGMp2UzYAGuDaey/K /vgkJTeJtomBk2gQXssQjhekb14gDybdQhz54FB/2ZzqsKs0+N4BNcUaA+bsO7M+vwAIZ54NljIU GbSQyX3tB/JgpRsfGmB7OcvAwjdwFAf+tlfuO7DyGqR5hNmyK89yEA2xhqxC+TxZ9711A3kmhuED Az1sgAUbCIANsOj/yztQwDPVFNQQHhjZhmiIk7/c01BVKuF5zjhvD5BnYgAAGmDdnCBY7O97B2ND w5B/K3ilNOpm1t8lkYsUihcAQ3Up9FUmuc7by6y/K//cJACgLO0GS71gKcBS7P7mz6Q0xwpvrCQu 0opr1juJhlihIYCGoGxOVUiMcrSwJcw7MfgGh/sB6g6ZSN/gCAbf9SpgIMre3MxZ90gVODsRziAV o2yORdbzDvUr78QQpBfBSaWxwWHseeFFuQei/A1Usqe8koJpF0lvKeWySDKdN3Pm9A0gL8XgGxzp B9AR8hsH3z2Ifb/6K+QPYGVrHcyZ90qykOekGzZwT/ks4JplUZ1c5wyACtzCvBQDAPgGR/rAq8zc 872XMHZkWP47tPTNy6z7oiQZpJNv3mgjGnSGrEKZzQyd2SjnuQvcwrwVAwD4BkY6wKvB2d37S7kH puRCAKHtUl1vQtDJT6eWWitlPX/mjC8JbgJ5LYYg4Uf/Du47iL6evBJEF3P6fZK4R+3dm2ykgHSS Ak4IOrMRJmuFnOc+I3OW92LwDYz0gSeI/r592PP8y3IPUilaB3Pa/dIs4AEQFkIBASkkqDnRJu/5 Y+bkIonS75zDftWaLnD1Jba6ZfP6fnvrCymnCPUWkxPArtDrc57aCp3ZJGIvFYWbOfWBjsRvE4fV d53rAMXu0OuSCj2sbQul+vpoeJhTH3BE/mXOWwb7VWt2AdgBbiDvMFkrdrv+eM+ME02Eb2DEDZ6F +OW1O9Hft0/uu3c2mqRCAABSQJykkLMIRQYtrI4Fcl+DqFW5OS8G/klqjVoYakwAoZ3pHCooiHC+ ve+RX882QfQya78iqRBOve98p6aAdGoKCDQFBKb6MrmvgZdZ+5WonkPui4F7ZjEAQF9tCp2w0/Wn u9OqyfcNjPQAtCOUi+57+Nfo3z0rBNHBrHlQknUKfEgB6QnFCsa6MlQukrU6FYizViOnxWB3neIE qDU0cINWIdR2uP58V8ruEgD4BkZDLpMXAPoe/g32PPeK3D9ius0L0G5m9VclC5ZDnPHVC3tIAbGG XKTSubJmjwBCPQD1xOpvTosBBA5+BWL1CQ2ImGHc5dp9Z1oP3AgKoh3B8t59P38Vf7jDjbHBkcjv UHLzArSdWf21nnSuQSase+giB+G5R2VzKlBcWiLWeaXb3Mzqr8VMJed0Nsl+dXs/givXDDWlaD43 6o4XXqb9oYyeQKO3GLvABekAgNatq9F8nuJ31+hl2h+S3C0CgDN3OG2gdH9odGmNJcEblawkHAcz LIOhxuQ01JhshhqTJI8wShf7lnYHSHBnBYJIF4nfrK6+2zOaWPINjPaAYA4I3CDAnmf/hD/c/mPO SsjvBkU2NwidI5cQAEBTgB2aQs4ikAICc0u13NcEiDLJFonAMhhqTDZKsZ/3Vx7fJyNp+d3Zxr7F IbhbN57ZgvImS7yPuJm2hzPOpOirjA5waVyrzmyEpaUGzefbYW6RfYc+N4Bepu1hScqwY7H+8Y4e UISzeZbFtSgyFsvZJQDwMG0PJxzHM9wkfZWxB5g+maoT6rs/fnGf5D5nIuxbHH3gPRRv2XWnJPMx N3PyI6KkFoOicAab1dxSg+bzT4Rt9XwxDp8KblD0Mm2PyCoCANjw3UuclE5PXJY2lENfo4iJy3bm 5MTXJ5oYbMC0dTC31GDdjvM7mJN2SJ6NiIV9a5ugj1pDMZZuXpn4g9zZ9jIn7RDNhQheLye4G4hV ZzFgUVAUOotBrK+JxAOgByAe5uRHJKktSsTGpy/lLCblYrjich3K5lbK3CsAQC9zcnK/d9QAWl8l DBhP//o53l9t/YFiYgj71jYHMD2933jWIpQ3mVM5hJs5qUf0ySeeMKwArOaWaqfeYoR1TRMsLTWZ iMMbbD0A8TIn7ZDdCvD5t+cuc4CzCFYAKNJrU/09soUXQDtzUk9SN4yY2SR9lSGcqTG31GBdz3le ZlWvIgRhv+bkXeBtJPyZy1cG99xJCQ+zqjfr8ZC+yhjqp61pQ4t14K1/WZduXg4AKJtbgdI5FZEf 8QIkONiph1nVq4g7fyzOeeFzNlDspkGLUFCkQcXCKrm7FcLNrOpN+qYXTwyCwjXH3WfCtqaxl1n5 qGxZihD2a04OxwtaoxZLL1+R7qHcALqZlY8qesAplXN/sNkGFrsRvGkWlhTCWF8GTZEypq+YlY+m NHUQs9e+T4+7wV8J9nQfxgZGO11/v0VWMdg/f5IDoG2hiRR9TUYrpZwgdLfc55SrEA3ZIZhhnlcO jZbInUIF0ly0lEjC4dzs2KfHsfenbwCE7nD942ZnvA9lGatg1tlel+mFswbPSRVEklzwkytsF/z4 8l2aAjg1hYCmAKhYKO+qNUEDdTMrvplyXBVXDL5Pj/eBJ4h9P3kT/a98CID2uF69SS5BODmrwGGo NUCkqfodrn/c1Od69SZFxEVKhmiwi1+WXdZUAQWUnoSal1nxrbRubEn5VPxgWldlwDn/EY5JOphl j0uWcrVfu0qQUi2fX4nGz2ZlkUgHAA+z7HE1luBx8a+utAXnEcLzO6aGUhl7FA3Szix7LK1sW7KR TlhpY58eR9+DL4VMUo9rzw0SWghqnfFX2TG1u0DoDteeGxQ5+y4Hzt9eZSMasltTQNrCaxOsMUtg ZGroSFcIQJJi8H163A2C3pCf3v/Hj9D/x49C/vYu12vbpfK3nXyTWN2a1dp4Lrh+bXuP67Xtee06 XfL7q5ykAPtJIaykEDDUG2CoNyhg8AuE4GZaM/NSks6B+T453gVedmnfj9/C2MDxUGd2uF7fln1B RJRsG+ok+UE6Qeh+1+vbelyvb8s7UVz6squLFJBdmkICTSGBvkavgIEf0QAPY38i40nUVBPC3Qgu eBl851PsfuBlCALQN67PWg2T/boVNn5KtXxBaLKKStU6Abrf9cb14bmX2cxlf7radtkrV+8iBWRH aKVaiVn29QhRGjwgVJRqgpTXM+ir9YJSiOaLl6B1G78uiHoAdDAnPClq8Gm/foVgErBx/XyUL5Cr 9oUCXJbNzZzwpKJKI8Rgc9/VNkqnJ9MAQGuSvfI0Gly5xQnfFWWspbW4R1+tF9QurXv8bJiXCKbg vQDtYj7zlGiZJvv1ywUlGM0XL4ah1ijW4TPBC24Pnl7mM0/lfPbp8r9ucYJXeVqoL5KzO/HwAuhi PvOkaGMs7ZVu+mq9oNR73ePrYV46QxC9zNKnRXGd7Ncvn17VVmtAs3OxGIcVGy9AQ3u4epilT+eM OK54dYsNEWnTgmJFP/Kvg1kq3s0WyEAMAKCv1vPmH/Rov28NzEtnLLBxA7SbWfJM2gPDvm2ZwEWq bq1Bw5pciGXDu7Zx4sjgGmSLq97cagOFE3Ta0pNCZdQWxYSiW6ybLJ9MxWADpu8m5qUWtN+3Groq feRbvSC0g1m8My3/2r5tmXBV24YmXgCdc3hAaEgUkXc2r9aktWpNxaAB6vCP+6Ep1FgDkwEEJgLQ mrSe71Q/JtogcL1zjROUdoFnDTIcElLQwSx5JisTvRmfeVAQ4WDLvNSC9vtPiSYIAHCD0G6m5dmU 7pD27a2CeGHZTWlXqeY6c5jFOzO2LlvevcYGik5K0RkaATRAMz2sFHQwi3dmreJBtNsA32WynW6D 4/6YyzC5WKLluaTucPbtrcISjIXlaNzQlGl3c5EOpuXZjAfC1g+u6UJwVR4ABCbZTA8pFd1My7NZ XX4sphgEFqL5kkVovbE13kc4USxi4p6gfbtduKptYyPKF+asi5Quvcyi5zKa1Lxm/+edAHpAwW26 Rgj8Y36Rupd1OphFz2W9Bk5UBzEyhrCdbkPrja3QV+vifcwDoOu5RUzUeMK+3S7IWi2/ZZl4Hc4N vM8tYtLOFlx38NouSoOWgKWAhmBqdFLE7mWdjucWMZIUg4qaO/N94uvXV+s7ELQQ/S/1w/eJD6d8 uR36qpiCaAOwe8s/XR4APc+2CE+c8GIFQ60hOPueP1DezuCpsO3QdU4AXRRoI5SCaAgmRjgRKD5E DkKB9udaot8ks0FWrkukhbAsNeOU++MKgo8bgHvnYsa9bJvdRsl0vFCxoBxNGxqz0WWl0r1zcXw3 ks+Nn2yzAXBSSncAAOtnMTmcU1YghJcCHc8ulk4IQJZvEvyg2rLUjOU1yAP4AAAYrklEQVQ3tMKy JOldE7xD7x3t++A3H4YtQ9OGRlQsKM9CT5UHJXDvXMwkZRVuHtjuAOdKOkIL88c+9WWze9mDwPPM YkaW0vmsW0z+TLVlqRnLt7eiamny24iMHjqO44ePY/TwcdhWW6E1KbY8QFSeXsLE/W06j9xoA6iT BjNDNEDhy1UBBKHBDRqeWcLIMjkpifuor9ZzmQzAqq/SYcX2Vsw9LRdmkOWBAh1PL40eNHYfvakL QBul1MlOsvBPBjA5PCFxD8WHAt1PL03eJcwGksVSwWrX8EZTiy9uxsrtcVOveQkFPE99ZtpNuH34 ZgcAB+WuW2dgIgD/RAATR8fl66SIUK7gruOpz0gbH0RD0sRCZGA991QbVm5rhSG5wHrWExoYFY3l VoDaADhZP9vmHw9gyjeFqeNTcndRNIJJQc+TJ8gTH0RDliybgXObdgGAvkqHldtaMXet6jaVNhi9 mkKN1T8ewOTxSbB+Cv94zkyMpQZB93dPkNctikS2lLMhYpFQ1WIzNjy2Tq7uqEhHL4De75woT5Ac D9nnXwzV+vBWkXqLDqfd246q5NOvKrlF+7ft8scGsZBdDEDQSvB2cV56UTNWXa8G17MELwDvE63K iQ1ioQgxAIChSm8Dt2bBgaAoTrq+FUsvbJa1XyoZ4QXQ8fgy5VoDPooRQwhDFS+4rizBKbeuhO3k epl7pZIyhNuV8LFlyosNYqG4Ra4Gi85WUFwAy/wK6CpLUDm3THmKVYlH97eWKytLlCyKE8O8U6zh cu1igxamGkM4Ka2iWLwIbp3zzRW5YwkiUZQYTr7GLphsKDYU5V3Jdg7SC6D30ZW5K4IQihIDuBRr eOMqS1O5Kgbl0g3A3bsq90UQQlFiIBSCHb1N1fm3mEfheEDg7lmVmzFBIhQlBnBp1TCl1Wq8oAgI V1q946TZYwWioRgxOLbYbaDTLlL9idVqFklePADcj5w8O61ANBQjBkDoIlU1qvGCDHgB2ADg4TZG 3p7IgGLEQCLEoLpIkuEFt8Ks9xsOpt8Y3PzNGH0TuKiMZnmF3eprhKU55sZyLDpjXsLPfcPBAACW rBfus3XiOQsxZ0XdjPcrQgztV9ttoNNbHJbWqIFzFggAGA/+/ycg+BGAfzzkYA4J3pXCdTdadFhy VhNefOyvInYzMZYkvIaH2pmY/xaYZKN+XhFiILx0KqC6SCLhB+AD4D+8d3B0zy/2fTg64HuloEjj 3vvSx6/H+tDogA9GS2KrUNtixtm3t8No1kkuhqq55fFFGxFsRo6l8WMTyhUDIlKqpVUGNXhODQpg FMDA6MDYxOG9A0Pv/tn7z9FB3+7D/xw8DKAfwEEAQwACRoseowPpuzZrtrSi9bzpAsq7/uTC11Yz GZ1APPgD19JYnnhsJLiRVjaURj2GIsQQaRnKZle84AcwBu6MAuDuWzoARQBYTJ8pC2ASwFTwPUWY fswYC+4ufxQAObx3UE8BzeiAj31vt3cIwLujA75fH9o7+DKA4wCOBY8VQIwrmaogTBYdWs9dhIXt NhgtOsl+nzVbhfFCsV6b0Gv4agJhjg8r1DKsdtkd4AXPs8RFmtzz3/sOAeRtQ6XuVYAeNJr1hUaL fvLw3gEtgBajWb/AZNFPABgbGfBRk0U/PDLge3900HdkdGCsAIBlZNCnHx0YA4DRw/sGXh8dGHsH nEBqARSDE8hHAD4FMElSHKImix4jUQQxOuCDiecqaQoJNt5+CmoXBh8bJuHvEzkWrEuqUh4fkVZA ZypWphgIFU602ZZW57oYJl/9732/fYV57QsA3qSUZjx4RiIGJ4C9mR1xmliC4FOs12Ls6Hjc3+We P7rwlbWMWN2K3g+DFiX6otSvZ8T7CWaKDFCAGBDpIlXltos0Mjh28I/P7rkXwJtpfT7GwIw3YE1J BLzpQDQEulLuwYafvDeE+SukXVdy6tVCFykZq/DAqUzC404/MVeI7M8rIhTOUOdK9Fr+Y55zsU3+ 8bk9P0CKQhgZ8IVbOmTyWSC6mEYGfGEhAMCHfz2Q8PyzAu8pt2UWQ1p9iHzP+PBE1M/KKoa1V9rD SzwBwLa0Svbna2fS/vGLfa+/29e/A1zAmxSZDGIxjrViUzM2P3RWwveNDo3jk/eG4p7/l152pdHr 2PAHaolei7IqfRLPR48CFbZQzBDZZHWTSERhXllV7k62Hdw3+K//fX5PJ4BBOfsRJb6Ygcmsw4pN i9DssMFkjr2BW+Sd9oO/HURtkzQPijnN1Spwl4v1ide2JDt0YglH3pghYn6hPHfjhamP9xzuAvDn VD4kplWIPG6kIOoXmlHfbMZpV0XsOhK83ve/6MKXzmAE/3T4vSOonT/94Pn3/3YA9jPnw1hRko1u C4gUYvXcxFnG+yL6H+tYiowZCNAWMoM188pld3MyaNt2u9/6LRQq5RJDEc6/7RScfmVr6i4Gj+NH xvGv94/EPcaX/+DKyjnMWZzYhU6WseA8Q2STTQynXWF3CoKjqsTBkRIbAM8X1zE7QXEk0jeN17Jl FcLwvstYrsNHrx2Ofy5JDqYP/nYw64H0GVcJRVs9pzzhd35xHRP7gBHX3mAqjnoM+dykCBdp7pJq hd5XE5LRgwezSVFxASrqTACm74apcvh9oav03t8P4myJf6eaJFykeEQTqKLcJALYwi7S3Nx0kUDR e++ZTF+pWZ+ORck6loZSFGgICjQEg/3DabsZkX1//28H4x7nwf9xZdTvyOPVzEk8PjI5vqxu0umb 7Q5QtIVTXcF6k1xqoPDccxajWKswMuiDRkPCbdB7TLQBdfiD+CnWVAdnPMoshoTf9YWzmLjHiPH7 zfg7WdwkEjHrnINZJC8hsZ/C2bDQDFOlHiNHfBg+4kPDAovg330j43jzlY+z3kmiibBBaV7jQ+8f Qd38yvDn9/z+fay9aGlWfrIzrwhmuygAwnkNYn9RLJdRrphBmFK15FzJdu9dn42+OL5hgRnrLm9F w8L4O4nftZ7JRr8EaIjwqia6xl//rQt3ns1E/8eIwfPePw5i4fL6mOM07rESQaf/X2NLomQ7RfTB ADoSeSwDL3gu0adZfCUfvXeePXORvM6oRUWNEcYKneiuQrqQCDEM9g/DYi2N/f4Ujv3u3w9i4bL6 uCUQ6cD/XJnFkHBsJCM4QoUHjvX7SC6GdZ+zC2ad5y5OvSRXRrx3bJgZJ5jrTSi3GFCoLQAohd6Q uOZeCiLFkEoKNZJDHxxBXdN0Vml0aEz0czzrcuGsc7lFxIoE3nHGRhTiJpGIlGrd3ApFDJwkiRon WGq59CXY4C0ogWWQyiWM0ELGFot/uMMfDuHwB0OoaxSvPCPyusxdlJ0bpcEYfT2DHNkkgRhKdEWy Z4aSbO7bN0Z/zgCl/EbDFztOJkoSCCHChiSyZCnw6ovvxz3Ww79ypXZAOt3KzYaEY+P2jUxy1yGi +ZQwA33WpXYbAayhTtUlMbOokOYl3N6i0Qn/iHTaTYp3PKnEENHGYpQu80USj4MfHBG8PvThEVHn U/ifK0+zXDsqVNhiHU9qN8nJvyvWzskZF6mje1OcrRWp8CQIEPfuL5ebZIix3DEleJ8fGRoXzVVa v1lYQFhu1mdtbCjCTSK8wjwCoCKJCRUFtN7uTfEfwyR0kxIfUzI3KeK/gQPpz0LHYt+r8Weje37p Sq6vEZ+rtcWfde7exKRwHWJbQtncJFA4Qqaqbk45dMqPFzyEojfxeQnVkOi4XecwWb/UwMwBYDCV ZCyGgxGu0d5XD2B0aDyjY579OaFVmLeoWlzRUl4Lvo52TEndJMKfeU7zTiQxXbeel8TO0xHnoZTz EjubFI3Ro+MYHRpDaVn6axwi+5RNFwk0dmpVMsuwvsMuyM83tSRWv6wN6L31vCSfUhlpGRD/2N/6 mSsLV3gmkW5S3H4hfaHs3XMw7rG/mcL5lui1qDDHcZ8B3Hoek1L/ZljIGNk+ycRAML3wn1BwJxyl owppnlvOS74ILzJm8MXL2qR64TKARPw5UYYr2b4d+FCYVdq758C0oGK0WGy8bJlArjpdEec+x+ln psT6faR0k8IuUp1N8RuFxSzCi0rE8n+jsVgZ5SUEQXsAANOxjNiMHB3H6NA4TOWZLwdtbM7CRFvE 8YxyZpM2OO1OQmEN/Rj1wZSqQlvHTRek+ISaFANoqW4EYdco+OdEk4Ep9YsK24s/fzPucR//iSt6 HyPeV1EZP8N40wVMGtdhppWKdmypLIOgHqmyUrG7YHhvuIhxp/qhiGkGxZxbZAW30SDCPEOQAx8d gXXedK3SyNHMa5XqrGXQ6bJftOmTuTYpXIKh02klOeE08IKgPZ0P0gg1fLj3EzQ1V4vSqUyILNTz jU7AYNDG+UD633XgoyGMHB1PKau06ZJlgnFQZ03gPqfbv0g3KcZNIetu0saL7Ta+i1SZxhJJiVrX 9ovSfIAfSwXNaCxJ+H1SMCOblCDIzfTO/s/X4u+69x23K+7nKyvjJ1W2X8Sk1a9kx4AUMUMb/0W9 TZHxgnvbxam7RyEis0nHj8WfhJLKjdIQYQvdEWO1bRczKR3f+5Ewq/SX/41fuBd5E+D/W2WlPuEk rFh8eij6THzW3SQSUbKtwHjBi3hFeElA2YgTknDAx0OjIWEPQW8o5lykLPZr+Nh40q7SOR3LBK9D FapSUF1bKo+bBF7w3GArh155JRi913Vk9nzj1//eD8rScDt84KhCLAMJN6OYmSQe4TmKYPu/P8a3 Dk/90DX9OV6bvzD+JOx1HUza1yHZsZBVMWy6UFiyXZkgbSaHEK69RJznHFM6LYZRBbhJZ5y9GJrg NjEFmuyJoT/CVXrn9QNJfQ//5lFerkNlRZxNhTO8FpHIIgYAnfxcdKXCZp2BJIrwkoQNULAs1w72 H5U9gOaEoAk3oyH6LnJi92n46DgOfDwU93vOuahVuCu2LrvrPyLP7ZPDw9IH0HyrQACYFWQZQNH+ +Uszc4/4hITAshTHgjn3eG3nD1xifXVUigoLUFCgCbeqKqNk1urt1+OXdc9fUCUYhAsWxt9H9ZpL mcw6FHG8WImE7FoGivB+qg1WRe2a577msiSL8JKEDbCCdrBf3rihqLAARYWacLOY44th62VM2t/V /7HQVer7U/y4QUMgsAyJbpJiExnnhFrWsknnXmAXZJGsDYpZ1ea9ejOTWu1RErAsFUxFjxwdA2ko F/trkuKyy0+C3x8Iv66tK4Ne4onO4aPjKIuRVaqsMIDgU+7PZmmyi3xXSY5JN0EJhrVBGZYBWdoo +L19n8DvZxEIcC3R3ZFQgPm+KxtdgdFYDIOhGHq9FgZDMRYsEG8791hE+t/xzt/awC3sAoCGBOPi 6s2MKH0TEMtiZfxNsTrAe1abOcHMooSt9+rN6U+uJSLgZ+Gf4tpHHw5i+OhYwj49/4JL1D70POqE zVaBxkYLmhotaFlUg/IyXdYD5/0fHxG4Pt798TcLCLlG1vr4m0KIAhU2QqN/V1bcpPPOFz6rzayA iTYKuK+6IrsbBU/5A2FXhAJ4/TUv1q5dmPBz33vBhSuvYDL67p//YhvGx/3w+wOoptw+ToEAy612 S3Dtr8rwu6PRv38orqu0MGit4rlvYg2ZSFHFylBlRQwk4tnO5gr5xYAMZ5mT4fChYVRW6sOhw9// th+nrkksBgB44XsuwesrrmQSfubllzpB6XQmq1CjgVZbiMOHjwEImn0Zr/vuP7+PjRuWRv03c4UB B3RHw1u3REIBXJXENUiHWK5htgJoQfBsaxB/J+VkCX5tx5VXiZdGjft9vPP86KNBvPTSPpxxWnPy nwc3OL7/vCvqvxcVFYBSQKcrwpGB4wCAiQk/AoHpFUbJuhc0lTcnwf79RzBnznRZ95tvHsDGs5fG /Ar7ZxpijgtR52IivuP46ERUEWbHMvCK8xYukPeJPATwXO7KXpwQydCQDxXl0w8X/OlP96Bprhnz 5sXflTtEtEHA93SmJrks0chUIMo7U4MAuPwqJuPjRB4zxHBwJl5uYgXQkYgeQF9wrvBZbeYK2YNn 0dOoiRg6Knxe205mNzcRF7+fcYPIbFyby12MyGc+k9/85i3F9c0UYzZedDEQwMH/AoO8hXkdm13S uEeR8AVx9OgY7rnvl3jp5X2yp5ZDbXOWBtvH+4VZpf398Z8Omq1UbzyOj0bfa1V8NylK8CyTm+S+ bIt07lE0ho4KXaYf/2wPXnx5Ly46rxXL7TZZ+nTZFkbS79vfP4T+/UOYY5PmYerRiBSXJNmki86x O8CLF5oXVMvmM166VfxZ5nTgW4iKcj2Gjo7hmef7UFG+B01zLVh3KhdcN85NLqZIh0u3Mlk7djK8 8dZBzLUmL4Zs93d0NPoaaFGD9ovOsTsB7Aq9bl/VCGu9LCUJHZdcI69VSAa+1QCA+ppSnL6mGQZ9 EYyGEjTPr8InA6OothgTHyzil7xEZgEoEe5mFPv52+K6SRGr2mzyCKG3IweEAMwMtIeO+vDW3sMy 9Wb2E08IgMhiILz5BZkm2jwQcY2CSn4hmhic/2Z38CecWubLEi/0XHytPNkjldxHTMvg5LuthhLp FngH6b3outxwj1SUiZhi6OS/sJRLmlL1Xnh9dovwVGY/ooihY6PdwR/4c+ol3liYSD/LrDL7EMsy CCbaLMESDInoPf96cZdwquQnooiBUOGueXNrJVvi6YWaPVIRCbEsQzilqi/RwlAi2XrbjnNvULNH KuKQsRgu3WAXuEhz6ySLF7rPuVF1j1TEI3PLEDHrXFUuyWSbe9NN4uyEp6ISImMxEN5aZ32JFtXl WQ+eM94oWEUlGhmJ4bL1dhvfMlSV66WIF7o23qzGCSrik5EYSMRa53nZzyJ5NtyizjKrZIdM3SQr /0WsRRMi4aXq5JpKFsnMMtDpEgx9iRbzarK4CwZB19m3qO6RSvZIWwybP2uPcJHKsxk4uz97q+oe qWSXtMVAKASLeKuzl1L1ntWljCWcKrObTNwkQQmGoThrJdtqNaqKJKRvGcBPqRpQU5aVku3edbep 7pGKNKQlhivOtHfxB35jTVZKMLyUqEV4KtKRrmUQpFQbaypED54p0LHuNjV7pCIdaYmB7yIZirUw Fos+69x7+u1qEZ6KtKQshivX2W2g05ahukwvqotEAe9pd6hLOFWkJ2UxkIgsUlONeCUYFPASoF2c o6mopEbqblJEyXZjtXizzgRwr71LjRNU5CEdyxAWQ3WZqOXa3jV3qe6RinykJAbX6cJVbUYRJ9pW 383Isy21ikqQlMRAEHzIeZCmatHiBXWxjorspOomhbNIxmItmsSJFzzt96hLOFXkJ2kxbDlNuKqt RpyUqlfdAExFKaRiGQSzzk1Vosw6d7Xdo2aPVJRB0mKIXOIpwqo2z8lfVIvwVJRDUmLYeqrdBt6q tpoyA+ZXZRQveCHDUzhVVOKRlBhIhIskQkq1a9V9qnukoiySc5OoUAwLqjJKqbpX3q+6RyrKI1nL IKhSnW9J00Ui8K64X13CqaJMkg2gw2KoLdWnn0WiapygolwSiuHaNcIHkdSWpr3wv3fZA+oaBRXl koxlEKRUWxuq03GRPK1fUYvwVJRNQjHwNwozFGvTswrqLLNKDhBXDNetFlapmtJJqRK4T/yKmkZV UT6JLIMgpdraUJ1q8Ow94UE1e6SSG8QVA4lY1bYw9ZSquoRTJWdIZBnCYqgzpZxF6lj6ddU9Uskd YophW7vdJkippiYGz5KH1FlmldwinmXo5L9YaEl+1zz1OQoquUhMMfBLMIxaLUq12mSD547FD6nu kUruEVUM2x3CjcLqTHqYtEntmudZ9LDqHqnkJlHFEFmy3WxOrkq1+RHGkfhdKirKJLqbRCFYoG/S JjXZpu5woZLTxLIM4S0kjVot6o0Jn73gWdCj7nChktvMEMONJ9sFm3nVmxKWbHvn96jukUruM0MM kRuFLa+rTuQiqQ8UUZkVRHOTBCUYpdrYlaoUcDc9qrpHKrODmZaBTscLzeZylBYVgUYXg5eoQbPK LEIghptPEpZs1xtjlmB4AXTM+5Y6uaYyexCIgUSUYNQbDaG/j6R37rfUJZwqswuhm0QRtgz1JkOs lKpnzmNqnKAy+wiL4dZVdht4M8+mopgTbWoRnsqsZNoyRGwU1lIZtQSjw/qEGieozE7CYiCYLsEw arVYVDFjVZu74dtqEZ7K7IUfM4QtQ6m2KDJo9kJNo6rMcgoBoGuF3UZ5blKDYUZKtbfuO6p7pDK7 CVmGTr4liBCDu/a7avZIZfbDiSFiFwyeGLw1T6pbvajkB4Xdy4Up1ZYKrgQDFACBuiWkSt5QiIjC vJaKYEqVwFv1pJo9UskfCvmFeQBQWlQEAnhB1Q3AVPILgWUoLdLCajAAFB3mZ9TskUp+UchPoTYY 9CAU7sqdahGeSv6h4b9YUFrmrdypZo9U8pNC/vyC3Vypxgkqecv/B2SjHM0NsqLsAAAAAElFTkSu QmCC "/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image x="1.0583" y="291.44" width="3.7042" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 QmCC "/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerPascal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPascal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,21 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#e00a5e">
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668"/>
-  <rect x="265" y="536.21" width="0" height="14.668"/>
-  <g transform="matrix(1.4615 0 0 1.4232 -154.81 -230.77)">
-   <path transform="translate(326 534.36)" d="m9 3.9473v14.053h1v-7.3613c0.75804 0.86363 1.8509 1.3595 3 1.3613 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4c-1.1491 2e-3 -2.242 0.4977-3 1.3613v-1.4141zm4 1.0527c1.6568 0 3 1.3432 3 3s-1.3432 3-3 3-3-1.3432-3-3 1.3432-3 3-3z"/>
-   <circle cx="331" cy="544.36" r="1" stroke-width="2"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><g transform="matrix(1.4615 0 0 1.4232 -154.81 -230.77)"><path transform="translate(326 534.36)" d="m9 3.9473v14.053h1v-7.3613c0.75804 0.86363 1.8509 1.3595 3 1.3613 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4c-1.1491 2e-3 -2.242 0.4977-3 1.3613v-1.4141zm4 1.0527c1.6568 0 3 1.3432 3 3s-1.3432 3-3 3-3-1.3432-3-3 1.3432-3 3-3z"/><circle cx="331" cy="544.36" r="1" stroke-width="2"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerPerl.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPerl.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m332.53 555.19c-0.40334-0.10334-0.36274-0.21534 0.30229-0.82936 1.1452-1.0577 1.336-2.1114 1.01-5.5791-0.25992-2.7647-0.31823-2.9766-0.75573-2.7451-0.94667 0.50085-2.1296-0.145-3.4726-1.8962-0.66405-0.86585-0.72707-1.1194-0.61304-2.4687 0.0699-0.82702 0.21271-1.8254 0.31735-2.2186 0.1607-0.60351 0.10882-0.71451-0.33391-0.71451-0.28832 0-0.67333-0.17768-0.85554-0.39468-0.45884-0.54651 0.359-1.4245 1.327-1.4245 0.39365 0 0.86297-0.17533 1.043-0.38967 0.46467-0.55368 1.1753-0.48318 1.9731 0.19517 0.84812 0.72118 1.1369 2.3911 0.66034 3.8186-0.53866 1.6135-0.16452 1.7717 0.58903 0.24901 0.42167-0.85202 1.017-1.5952 1.5071-1.8814 0.44558-0.26017 1.0967-0.92202 1.447-1.4704 0.35025-0.54868 0.78949-1.094 0.97605-1.212 0.57275-0.36234 2.1486-0.86035 2.7354-0.86469 0.80044-0.0167 1.874 0.92069 2.0653 1.7819 0.0904 0.40684 0.57267 1.3662 1.0717 2.1319 0.49901 0.76586 0.90731 1.5264 0.90731 1.6902 0 0.16334 0.35488 0.73919 0.78863 1.2789 0.64957 0.80802 0.78666 1.2152 0.77759 2.3096-0.0124 1.501-0.83029 3.4144-1.1297 2.6431-0.0944-0.24334-0.0549-0.65835 0.0881-0.92236 0.29852-0.55151 0.0349-2.9981-0.28853-2.6784-0.22567 0.22317-0.37312 2.6099-0.30983 5.015 0.0822 3.1231-0.0715 6.0675-0.32052 6.146-0.63682 0.20017-0.91515-0.31901-0.65381-1.2199 0.39365-1.357 0.31274-4.9646-0.12416-5.5346-0.20182-0.26351-0.44495-0.93519-0.54026-1.493-0.0953-0.55768-0.27628-1.077-0.40213-1.1539-0.41439-0.25317-1.0398 1.3859-1.0398 2.7251 0 1.0482-0.1598 1.5325-0.78864 2.3909-0.88983 1.2144-0.95944 1.5739-0.3943 2.0376 0.44076 0.36168 0.5264 1.188 0.14711 1.4199-0.13596 0.0833-0.49085-0.10667-0.78862-0.42351-0.42105-0.44685-0.54143-0.48368-0.54143-0.16667 0 0.47534-0.97444 0.79752-1.5123 0.49984-0.28784-0.15834-0.21993-0.30067 0.30877-0.64318 0.94163-0.61002 0.85085-1.1104-0.40778-2.2477-0.98106-0.88652-1.0684-1.065-0.90758-1.854 0.50901-2.4969 0.50696-2.5622-0.0811-2.5622-0.38515 0-0.5545 0.16333-0.5545 0.53684 0 0.29518-0.13056 0.77785-0.29011 1.0727-0.28152 0.52002-0.36548 0.93819-1.0466 5.2121-0.33943 2.1299-0.42322 2.2112-1.8895 1.8337zm7.0582-4.5364c0.34141-0.65269 0.39098-1.2115 0.24461-2.7561-0.19452-2.052-0.33728-2.1236-0.906-0.45335-0.19468 0.57168-0.57371 1.3184-0.84228 1.6592-0.62555 0.79402-0.61427 1.0334 0.0832 1.7674 0.74667 0.78568 0.90876 0.76085 1.4204-0.21717z" fill="#22a7f0" stroke-width="1.6763"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/><rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/><rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/><path d="m332.53 555.19c-0.40334-0.10334-0.36274-0.21534 0.30229-0.82936 1.1452-1.0577 1.336-2.1114 1.01-5.5791-0.25992-2.7647-0.31823-2.9766-0.75573-2.7451-0.94667 0.50085-2.1296-0.145-3.4726-1.8962-0.66405-0.86585-0.72707-1.1194-0.61304-2.4687 0.0699-0.82702 0.21271-1.8254 0.31735-2.2186 0.1607-0.60351 0.10882-0.71451-0.33391-0.71451-0.28832 0-0.67333-0.17768-0.85554-0.39468-0.45884-0.54651 0.359-1.4245 1.327-1.4245 0.39365 0 0.86297-0.17533 1.043-0.38967 0.46467-0.55368 1.1753-0.48318 1.9731 0.19517 0.84812 0.72118 1.1369 2.3911 0.66034 3.8186-0.53866 1.6135-0.16452 1.7717 0.58903 0.24901 0.42167-0.85202 1.017-1.5952 1.5071-1.8814 0.44558-0.26017 1.0967-0.92202 1.447-1.4704 0.35025-0.54868 0.78949-1.094 0.97605-1.212 0.57275-0.36234 2.1486-0.86035 2.7354-0.86469 0.80044-0.0167 1.874 0.92069 2.0653 1.7819 0.0904 0.40684 0.57267 1.3662 1.0717 2.1319 0.49901 0.76586 0.90731 1.5264 0.90731 1.6902 0 0.16334 0.35488 0.73919 0.78863 1.2789 0.64957 0.80802 0.78666 1.2152 0.77759 2.3096-0.0124 1.501-0.83029 3.4144-1.1297 2.6431-0.0944-0.24334-0.0549-0.65835 0.0881-0.92236 0.29852-0.55151 0.0349-2.9981-0.28853-2.6784-0.22567 0.22317-0.37312 2.6099-0.30983 5.015 0.0822 3.1231-0.0715 6.0675-0.32052 6.146-0.63682 0.20017-0.91515-0.31901-0.65381-1.2199 0.39365-1.357 0.31274-4.9646-0.12416-5.5346-0.20182-0.26351-0.44495-0.93519-0.54026-1.493-0.0953-0.55768-0.27628-1.077-0.40213-1.1539-0.41439-0.25317-1.0398 1.3859-1.0398 2.7251 0 1.0482-0.1598 1.5325-0.78864 2.3909-0.88983 1.2144-0.95944 1.5739-0.3943 2.0376 0.44076 0.36168 0.5264 1.188 0.14711 1.4199-0.13596 0.0833-0.49085-0.10667-0.78862-0.42351-0.42105-0.44685-0.54143-0.48368-0.54143-0.16667 0 0.47534-0.97444 0.79752-1.5123 0.49984-0.28784-0.15834-0.21993-0.30067 0.30877-0.64318 0.94163-0.61002 0.85085-1.1104-0.40778-2.2477-0.98106-0.88652-1.0684-1.065-0.90758-1.854 0.50901-2.4969 0.50696-2.5622-0.0811-2.5622-0.38515 0-0.5545 0.16333-0.5545 0.53684 0 0.29518-0.13056 0.77785-0.29011 1.0727-0.28152 0.52002-0.36548 0.93819-1.0466 5.2121-0.33943 2.1299-0.42322 2.2112-1.8895 1.8337zm7.0582-4.5364c0.34141-0.65269 0.39098-1.2115 0.24461-2.7561-0.19452-2.052-0.33728-2.1236-0.906-0.45335-0.19468 0.57168-0.57371 1.3184-0.84228 1.6592-0.62555 0.79402-0.61427 1.0334 0.0832 1.7674 0.74667 0.78568 0.90876 0.76085 1.4204-0.21717z" fill="#22a7f0" stroke-width="1.6763"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerPostscript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPostscript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#f62459">
-  <path d="m329.5 535.36v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25zm1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25zm1.25 1.25v1.25h10v-1.25zm-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5zm12.5 1.25v1.25h3.75v-1.25zm-7.5 7.5h7.5v2.5h-7.5z" stroke-width="1.25"/>
-  <rect x="318.28" y="538.32" width="0" height="11"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#f62459"><path d="m329.5 535.36v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25zm1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25zm1.25 1.25v1.25h10v-1.25zm-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5zm12.5 1.25v1.25h3.75v-1.25zm-7.5 7.5h7.5v2.5h-7.5z" stroke-width="1.25"/><rect x="318.28" y="538.32" width="0" height="11"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerProperties.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerProperties.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)" fill="#217844">
-  <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#217844">
-   <rect x="329" y="537.36" width="8" height="1"/>
-   <rect x="329" y="541.36" width="16" height="1"/>
-   <rect x="329" y="548.36" width="16" height="1"/>
-   <rect x="329" y="545.36" width="8" height="1"/>
-   <rect x="329" y="552.36" width="12" height=".99998"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)" fill="#217844"><g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#217844"><rect x="329" y="537.36" width="8" height="1"/><rect x="329" y="541.36" width="16" height="1"/><rect x="329" y="548.36" width="16" height="1"/><rect x="329" y="545.36" width="8" height="1"/><rect x="329" y="552.36" width="12" height=".99998"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerPython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <text transform="scale(1.0362 .96506)" x="12.8238" y="21.760387" fill="#232629" font-family="sans-serif" font-size="14.312px" letter-spacing="0px" stroke-width=".35781" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="12.8238" y="21.760387" fill="#232629" stroke-width=".35781">2</tspan></text>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><text transform="scale(1.0362 .96506)" x="12.8238" y="21.760387" fill="#232629" font-family="sans-serif" font-size="14.312px" letter-spacing="0px" stroke-width=".35781" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="12.8238" y="21.760387" fill="#232629" stroke-width=".35781">2</tspan></text></svg>
--- a/eric6/icons/breeze-light/languages/lexerPython3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerPython3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerRuby.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerRuby.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerSQL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerSQL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m337 535.36a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" fill="#a55aff" stroke-width="2.5"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/><rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/><rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/><path d="m337 535.36a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" fill="#a55aff" stroke-width="2.5"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerTCL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerTCL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m328.09 535.36-1.0937 0.86496 6.7243 7.7065-6.7243 7.7065 1.0937 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#f97000" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m328.09 535.36-1.0937 0.86496 6.7243 7.7065-6.7243 7.7065 1.0937 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#f97000" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerTeX.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerTeX.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path d="m1 1v1.25h20v-1.25zm7.5 3.3325v1.2817l5.3589 7.0532-5.3589 6.4111v1.9214h12.5v-5h-0.70557c0 0.9255 2e-3 1.87-0.81055 2.4243-0.89069 0.60816-2.0641 0.72266-3.0957 0.72266h-4.9121l4.7607-6.4795-4.7607-7.4097h2.7979c1.9848 0 4.8103-0.17856 5.5957 2.1411 0.13426 0.396 0.22256 1.9349 0.25635 2.3511h0.87402v-5.4175zm-7.5 1.6675v1.25h6.25v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h6.25v-1.25z" fill="#9378c5" stroke-width="1.25"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1v1.25h20v-1.25zm7.5 3.3325v1.2817l5.3589 7.0532-5.3589 6.4111v1.9214h12.5v-5h-0.70557c0 0.9255 2e-3 1.87-0.81055 2.4243-0.89069 0.60816-2.0641 0.72266-3.0957 0.72266h-4.9121l4.7607-6.4795-4.7607-7.4097h2.7979c1.9848 0 4.8103-0.17856 5.5957 2.1411 0.13426 0.396 0.22256 1.9349 0.25635 2.3511h0.87402v-5.4175zm-7.5 1.6675v1.25h6.25v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h6.25v-1.25z" fill="#9378c5" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/languages/lexerVHDL.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerVHDL.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,36 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g transform="translate(-6.8792)" fill="none" stroke="#232629">
-   <rect x="8.167" y="292.47" width="3.2452" height="3.2452" stroke-width=".45896"/>
-   <g stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-   <g transform="translate(-4.3735e-8 -4.4979)" stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-   <g transform="rotate(-90 7.5407 296.34)" stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-   <g transform="rotate(-90 9.7897 294.09)" stroke-width=".25636">
-    <path d="m8.4765 295.94-0.013938 0.78939"/>
-    <path d="m9.1365 295.94-0.013938 0.78939"/>
-    <path d="m9.7966 295.94-0.013938 0.78939"/>
-    <path d="m10.457 295.94-0.01394 0.78939"/>
-    <path d="m11.117 295.94-0.01393 0.78939"/>
-   </g>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g transform="translate(-6.8792)" fill="none" stroke="#232629"><rect x="8.167" y="292.47" width="3.2452" height="3.2452" stroke-width=".45896"/><g stroke-width=".25636"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/><g transform="translate(-4.3735e-8 -4.4979)"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/></g><g transform="rotate(-90 7.5407 296.34)"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/></g><g transform="rotate(-90 9.7897 294.09)"><path d="m8.4765 295.94-0.013938 0.78939"/><path d="m9.1365 295.94-0.013938 0.78939"/><path d="m9.7966 295.94-0.013938 0.78939"/><path d="m10.457 295.94-0.01394 0.78939"/><path d="m11.117 295.94-0.01393 0.78939"/></g></g></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerXML.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerXML.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="273.38" y="518.48" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="280.34" y="541.05" width="0" height="14.668" fill="#cf000f"/>
-  <rect x="282.16" y="539.99" width="0" height="14.668" fill="#cf000f"/>
-  <g transform="matrix(1.25 0 0 1.25 -365.86 -227.95)" fill="#cf45e0">
-   <path d="m563.79 610.65-4 15.754 1 0.24616 4-15.754z" color="#000000"/>
-   <path d="m566.03 613.65-0.74534 0.70967 3.6646 4.2903-3.6646 4.2903 0.74534 0.70968 3.9752-4.6452 0.27951-0.35485-0.27951-0.35483z" color="#000000"/>
-   <path d="m558.54 613.65 0.74534 0.70967-3.6646 4.2903 3.6646 4.2903-0.74534 0.70968-3.9752-4.6452-0.27951-0.35485 0.27951-0.35483z" color="#000000"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#cf000f"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="273.38" y="518.48" width="0" height="14.668"/><rect x="280.34" y="541.05" width="0" height="14.668"/><rect x="282.16" y="539.99" width="0" height="14.668"/></g><g transform="matrix(1.25 0 0 1.25 -365.86 -227.95)" fill="#cf45e0"><path d="m563.79 610.65-4 15.754 1 0.24616 4-15.754z" color="#000000"/><path d="m566.03 613.65-0.74534 0.70967 3.6646 4.2903-3.6646 4.2903 0.74534 0.70968 3.9752-4.6452 0.27951-0.35485-0.27951-0.35483z" color="#000000"/><path d="m558.54 613.65 0.74534 0.70967-3.6646 4.2903 3.6646 4.2903-0.74534 0.70968-3.9752-4.6452-0.27951-0.35485 0.27951-0.35483z" color="#000000"/></g></g></svg>
--- a/eric6/icons/breeze-light/languages/lexerYAML.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/languages/lexerYAML.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(.99793 1.0021)" x="-8.8817842e-16" y="294.5368" fill="#f97000" font-family="sans-serif" font-size="2.9584px" letter-spacing="0px" stroke-width=".07396" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-8.8817842e-16" y="294.5368" fill="#f97000" stroke-width=".07396">YML</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(.99793 1.0021)" x="-8.8817842e-16" y="294.5368" fill="#f97000" font-family="sans-serif" font-size="2.9584px" letter-spacing="0px" stroke-width=".07396" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-8.8817842e-16" y="294.5368" fill="#f97000" stroke-width=".07396">YML</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/linguist4.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/linguist4.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-light/linguist48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/linguist48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#232629" stroke-width=".85654"/>
- <path d="m46 26.683v14.049l-5.5 5.2683v-5.2683h-16.5v-14.049z" fill="#5fd38d"/>
- <path d="m44.167 28.439h-18.333v10.537h18.333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#232629" stroke-width=".85654"/><path d="m46 26.683v14.049l-5.5 5.2683v-5.2683h-16.5v-14.049z" fill="#5fd38d"/><path d="m44.167 28.439h-18.333v10.537h18.333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-light/linkConnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/linkConnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/linkDisconnect.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/linkDisconnect.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/listBookmarks.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/listBookmarks.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m240 320v16h96v-16zm0-32v16h96v-16zm0-32v16h96v-16zm-96-240-42.667 85.333-85.333 21.333 64 64-21.333 85.333 85.333-42.667 85.333 42.667-21.333-85.333 64-64-85.333-21.333z" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m240 320v16h96v-16zm0-32v16h96v-16zm0-32v16h96v-16zm-96-240-42.667 85.333-85.333 21.333 64 64-21.333 85.333 85.333-42.667 85.333 42.667-21.333-85.333 64-64-85.333-21.333z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/listSelection.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/listSelection.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25zm0 2.5v1.25h11.25v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h12.5v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h16.25v-1.25zm17.5 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25zm0 2.5v1.25h11.25v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h12.5v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h16.25v-1.25zm17.5 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/loading.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/loading.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#bebebe;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 9v4h4v-4zm8 0v4h4v-4zm8 0v4h4v-4z" color="#bebebe" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 9v4h4v-4zm8 0v4h4v-4zm8 0v4h4v-4z" color="#bebebe" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/loadingAnimation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/loadingAnimation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,26 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="396" height="22" version="1.1" viewBox="0 0 396 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 396 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 10.999c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m42.848 12.735c-0.31293 1.7747-1.0768 3.3505-2.1448 4.6419l-0.74858-1.0691 0.0029-2e-3 -2.8157-4.0242 1.0238-0.7169 2.5147 3.5943c0.43736-0.80583 0.76821-1.6858 0.93667-2.6412 0.84176-4.7739-2.3238-9.2948-7.0977-10.137-1.431-0.25233-2.8366-0.13738-4.1299 0.26589l-0.74858-1.0691c1.5788-0.56195 3.3208-0.74081 5.0955-0.42787 5.4558 0.96201 9.0736 6.1287 8.1116 11.585zm-6.489 7.6837c-1.5789 0.56193-3.3208 0.7408-5.0955 0.42787-5.4558-0.96201-9.0736-6.1287-8.1116-11.585 0.31293-1.7747 1.0768-3.3505 2.1448-4.6419l0.69313 0.98989 0.0029-0.00197 2.8676 4.0954-1.0238 0.7169-2.5131-3.589c-0.43937 0.80759-0.77154 1.6899-0.94046 2.6479-0.84176 4.7739 2.3238 9.2947 7.0976 10.136 1.431 0.25233 2.8366 0.13737 4.1299-0.26589z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m64.397 14.419c-0.61635 1.6934-1.6423 3.1126-2.9183 4.1989l-0.55156-1.1828 0.0032-0.0015-2.0741-4.452 1.1328-0.52822 1.8523 3.9763c0.57064-0.71764 1.0493-1.5268 1.3811-2.4384 1.6579-4.5552-0.67447-9.557-5.2296-11.215-1.3655-0.49699-2.7697-0.62787-4.1133-0.4553l-0.55156-1.1828c1.6524-0.27926 3.399-0.1529 5.0924 0.46345 5.2059 1.8948 7.8715 7.6112 5.9767 12.817zm-7.7247 6.4402c-1.6525 0.27923-3.399 0.1529-5.0924-0.46345-5.2059-1.8948-7.8715-7.6112-5.9767-12.817 0.61635-1.6934 1.6423-3.1126 2.9183-4.1989l0.5107 1.0952 0.0032-0.00144 2.1129 4.5311-1.1328 0.52822-1.8516-3.9709c-0.57293 0.71903-1.0533 1.5302-1.386 2.4444-1.6579 4.5552 0.67448 9.557 5.2296 11.215 1.3655 0.49699 2.7697 0.62786 4.1133 0.4553z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m85.66 15.999c-0.90105 1.5607-2.1578 2.7802-3.6031 3.6284l-0.33779-1.2606 0.0034-9.22e-4 -1.2695-4.7445 1.2073-0.32349 1.1337 4.2376c0.68659-0.60764 1.2985-1.3214 1.7835-2.1615 2.4238-4.1981 0.99535-9.529-3.2027-11.953-1.2584-0.72655-2.6186-1.0993-3.9718-1.1627l-0.33779-1.2606c1.6758 0.011912 3.3739 0.43965 4.9346 1.3407 4.7978 2.77 6.4303 8.8625 3.6603 13.66zm-8.7257 5.001c-1.6758-0.01196-3.3739-0.43965-4.9346-1.3407-4.7978-2.77-6.4303-8.8625-3.6603-13.66 0.90105-1.5607 2.1578-2.7802 3.6031-3.6284l0.31276 1.1673 0.0034-8.624e-4 1.294 4.8292-1.2073 0.32349-1.134-4.2321c-0.68909 0.60862-1.303 1.3241-1.7894 2.1666-2.4237 4.1981-0.99534 9.529 3.2027 11.953 1.2584 0.72655 2.6186 1.0993 3.9718 1.1627z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m106.66 17.427c-1.1584 1.3805-2.6078 2.3632-4.1784 2.9476l-0.11374-1.3001 2e-3 -9.33e-4 -0.42636-4.8929 1.2451-0.10894 0.38063 4.3701c0.78167-0.47919 1.5082-1.0758 2.1318-1.819 3.1166-3.7131 2.6356-9.2111-1.0778-12.327-1.1131-0.93403-2.3879-1.5373-3.7096-1.8347l-0.11348-1.3001c1.6482 0.30272 3.2463 1.0188 4.6268 2.1772 4.2439 3.561 4.7936 9.8444 1.2326 14.088zm-9.4616 3.4098c-1.6483-0.30278-3.2463-1.0188-4.6268-2.1772-4.2439-3.561-4.7936-9.8444-1.2326-14.088 1.1584-1.3805 2.6078-2.3632 4.1784-2.9476l0.10532 1.2038 0.0035-2.589e-4 0.43574 4.9805-1.2451 0.10893-0.38186-4.3647c-0.7843 0.47971-1.5131 1.0777-2.1384 1.8229-3.1159 3.7134-2.6349 9.2114 1.0785 12.327 1.1131 0.93403 2.3879 1.5373 3.7096 1.8347z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m127.43 18.659c-1.3805 1.1584-2.9786 1.8745-4.6268 2.1772l0.11375-1.3001 3e-3 -7.5e-5 0.42975-4.8926 1.2451 0.10893-0.38401 4.3698c0.85301-0.33617 1.6721-0.79761 2.4152-1.4212 3.7134-3.1159 4.1944-8.6139 1.0785-12.327-0.93403-1.1131-2.0847-1.9286-3.3346-2.451l0.11374-1.3001c1.5706 0.58433 3.0201 1.5671 4.1784 2.9476 3.561 4.2439 3.0113 10.527-1.2326 14.088zm-9.9099 1.715c-1.5707-0.58441-3.02-1.5671-4.1784-2.9476-3.561-4.2439-3.0113-10.527 1.2326-14.088 1.3805-1.1584 2.9786-1.8745 4.6268-2.1772l-0.10532 1.2038 3e-3 -3.63e-5 -0.43573 4.9805-1.2451-0.10893 0.38187-4.3647c-0.85569 0.33623-1.6773 0.7986-2.4225 1.4239-3.7134 3.1159-4.1944 8.6139-1.0785 12.327 0.93404 1.1131 2.0847 1.9286 3.3346 2.451z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m148 19.659c-1.5607 0.90105-3.2588 1.3288-4.9346 1.3407l0.33779-1.2606 3e-3 4.82e-4 1.2728-4.7436 1.2073 0.32349-1.137 4.2367c0.89843-0.18294 1.7852-0.49514 2.6253-0.98019 4.1981-2.4238 5.6265-7.7547 3.2027-11.953-0.72655-1.2584-1.7181-2.2613-2.8583-2.9928l0.33779-1.2606c1.4453 0.84819 2.702 2.0677 3.6031 3.6284 2.77 4.7978 1.1375 10.89-3.6602 13.66zm-10.057-0.0319c-1.4453-0.84828-2.7021-2.0677-3.6031-3.6284-2.77-4.7978-1.1375-10.89 3.6603-13.66 1.5607-0.90105 3.2588-1.3288 4.9346-1.3407l-0.31276 1.1673 3e-3 5.12e-4 -1.294 4.8292-1.2073-0.32349 1.134-4.2321c-0.90107 0.18253-1.7905 0.49521-2.6329 0.98161-4.1981 2.4238-5.6265 7.7547-3.2027 11.953 0.72655 1.2584 1.7181 2.2613 2.8583 2.9928z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m168.42 20.395c-1.6934 0.61636-3.44 0.7427-5.0924 0.46345l0.55156-1.1828 3e-3 2e-3 2.0772-4.4505 1.1328 0.52822-1.8554 3.9749c0.91654-0.02415 1.8441-0.17762 2.7557-0.50941 4.5552-1.6579 6.8876-6.6598 5.2296-11.215-0.49699-1.3655-1.2993-2.5253-2.2952-3.4437l0.55156-1.1828c1.276 1.0863 2.302 2.5055 2.9183 4.1989 1.8948 5.2059-0.77083 10.922-5.9767 12.817zm-9.8988-1.7778c-1.2761-1.0864-2.302-2.5055-2.9183-4.1989-1.8948-5.2059 0.77083-10.922 5.9767-12.817 1.6934-0.61635 3.44-0.7427 5.0924-0.46345l-0.51071 1.0952 3e-3 0.00104-2.1129 4.5311-1.1328-0.52822 1.8516-3.9709c-0.91908 0.023289-1.8493 0.17678-2.7634 0.50949-4.5552 1.6579-6.8876 6.6598-5.2296 11.215 0.49699 1.3655 1.2994 2.5253 2.2952 3.4437z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m188.74 20.847c-1.7747 0.31293-3.5168 0.13406-5.0955-0.42787l0.74857-1.0691 3e-3 0.0015 2.8185-4.0222 1.0238 0.7169-2.5174 3.5923c0.90681 0.13537 1.8469 0.1453 2.8022-0.02316 4.7738-0.84176 7.9394-5.3626 7.0976-10.136-0.25233-1.431-0.84109-2.7126-1.6624-3.7899l0.74858-1.0691c1.068 1.2914 1.8319 2.8672 2.1448 4.6419 0.96201 5.4558-2.6558 10.623-8.1116 11.585zm-9.4397-3.4697c-1.068-1.2915-1.8319-2.8672-2.1448-4.6419-0.96201-5.4558 2.6558-10.623 8.1116-11.585 1.7747-0.31293 3.5168-0.13406 5.0955 0.42787l-0.69313 0.98989 3e-3 0.00253-2.8676 4.0954-1.0238-0.71689 2.513-3.589c-0.90916-0.13666-1.8519-0.14703-2.8099 0.021894-4.7739 0.84176-7.9394 5.3626-7.0976 10.136 0.25233 1.431 0.8411 2.7126 1.6624 3.7899z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m209 20.999c-1.8021 0-3.4866-0.47865-4.9438-1.3062l0.92285-0.92285 2e-3 2e-3 3.4741-3.4717 0.88379 0.88379-3.103 3.1006c0.86953 0.29078 1.7936 0.4638 2.7637 0.4638 4.8475 0 8.75-3.9025 8.75-8.75 0-1.4531-0.35728-2.8174-0.979-4.021l0.92285-0.92285c0.82756 1.4572 1.3062 3.1417 1.3062 4.9438 0 5.54-4.46 10-10 10zm-8.6938-5.0562c-0.82756-1.4573-1.3062-3.1417-1.3062-4.9438 0-5.54 4.46-10 10-10 1.8021 0 3.4866 0.47865 4.9438 1.3062l-0.85449 0.85449 2e-3 2e-3 -3.5352 3.5352-0.88379-0.88379 3.0981-3.0981c-0.87162-0.29246-1.7982-0.46637-2.771-0.46637-4.8475 0-8.75 3.9025-8.75 8.75 0 1.4531 0.35729 2.8174 0.979 4.021z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m229.26 20.847c-1.7747-0.31293-3.3505-1.0768-4.6419-2.1448l1.0691-0.74858 2e-3 0.0024 4.0242-2.8157 0.7169 1.0238-3.5943 2.5147c0.80583 0.43736 1.6858 0.76821 2.6412 0.93666 4.7739 0.84176 9.2947-2.3238 10.136-7.0976 0.25233-1.431 0.13738-2.8366-0.26589-4.1299l1.0691-0.74858c0.56195 1.5788 0.74081 3.3208 0.42788 5.0955-0.96201 5.4558-6.1287 9.0736-11.585 8.1116zm-7.6837-6.489c-0.56193-1.5789-0.7408-3.3208-0.42787-5.0955 0.96201-5.4558 6.1287-9.0736 11.585-8.1116 1.7747 0.31293 3.3505 1.0768 4.6419 2.1448l-0.98989 0.69313 2e-3 0.00239-4.0954 2.8676-0.71689-1.0238 3.589-2.5131c-0.80759-0.43937-1.6899-0.77154-2.6479-0.94046-4.7738-0.84176-9.2947 2.3238-10.136 7.0976-0.25232 1.431-0.13737 2.8366 0.26589 4.1299z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m249.58 20.395c-1.6934-0.61635-3.1126-1.6423-4.1989-2.9183l1.1828-0.55156 1e-3 0.0037 4.452-2.0741 0.52822 1.1328-3.9763 1.8523c0.71764 0.57064 1.5268 1.0493 2.4384 1.3811 4.5552 1.6579 9.557-0.67447 11.215-5.2296 0.49699-1.3655 0.62788-2.7697 0.45531-4.1133l1.1832-0.55159c0.27926 1.6524 0.1529 3.399-0.46346 5.0924-1.8948 5.2059-7.6112 7.8715-12.817 5.9767zm-6.4402-7.7247c-0.27922-1.6525-0.1529-3.399 0.46346-5.0924 1.8948-5.2059 7.6112-7.8715 12.817-5.9767 1.6934 0.61635 3.1126 1.6423 4.1989 2.9183l-1.0952 0.51071 2e-3 0.00271-4.5311 2.1129-0.52822-1.1328 3.9709-1.8516c-0.71902-0.57293-1.5302-1.0533-2.4444-1.386-4.5552-1.6579-9.557 0.67447-11.215 5.2296-0.49699 1.3655-0.62787 2.7697-0.45531 4.1133z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m270 19.659c-1.5607-0.90105-2.7802-2.1578-3.6284-3.6031l1.2606-0.33779 1e-3 3e-3 4.7445-1.2695 0.32349 1.2073-4.2376 1.1337c0.60765 0.68659 1.3214 1.2985 2.1615 1.7835 4.1981 2.4238 9.529 0.99534 11.953-3.2027 0.72655-1.2584 1.0993-2.6186 1.1627-3.9718l1.2606-0.33779c-0.0119 1.6758-0.43965 3.3739-1.3407 4.9346-2.77 4.7978-8.8625 6.4303-13.66 3.6603zm-5.001-8.7257c0.012-1.6758 0.43964-3.3739 1.3407-4.9346 2.77-4.7978 8.8625-6.4303 13.66-3.6603 1.5607 0.90105 2.7802 2.1578 3.6284 3.6031l-1.1672 0.31276 1e-3 0.00295-4.8292 1.294-0.32349-1.2073 4.2321-1.134c-0.60861-0.68909-1.3241-1.303-2.1666-1.7894-4.1981-2.4237-9.529-0.99534-11.953 3.2027-0.72655 1.2584-1.0993 2.6186-1.1627 3.9718z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m290.57 18.659c-1.3805-1.1584-2.3632-2.6078-2.9476-4.1784l1.3001-0.11375 6.3e-4 0.0031 4.8929-0.42637 0.10893 1.2451-4.3701 0.38063c0.47919 0.78167 1.0758 1.5082 1.819 2.1318 3.7134 3.1159 9.2114 2.6349 12.327-1.0785 0.93404-1.1131 1.5373-2.3879 1.8347-3.7096l1.3002-0.11375c-0.30273 1.6482-1.0188 3.2463-2.1772 4.6268-3.561 4.2439-9.8444 4.7936-14.088 1.2326zm-3.4098-9.4615c0.30278-1.6483 1.0188-3.2463 2.1772-4.6268 3.561-4.2439 9.8444-4.7936 14.088-1.2326 1.3805 1.1584 2.3632 2.6078 2.9476 4.1784l-1.2038 0.10532-6e-5 0.00387-4.9805 0.43574-0.10893-1.2451 4.3647-0.38186c-0.47971-0.7843-1.0777-1.5131-1.8229-2.1384-3.7134-3.1159-9.2114-2.6349-12.327 1.0785-0.93404 1.1131-1.5373 2.3879-1.8347 3.7096z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m311.34 17.426c-1.1584-1.3805-1.8745-2.9786-2.1772-4.6268l1.3001 0.11375 7e-5 0.0032 4.8926 0.42975-0.10893 1.2451-4.3698-0.38401c0.33617 0.85301 0.79761 1.6721 1.4212 2.4152 3.1159 3.7134 8.6139 4.1944 12.327 1.0785 1.1131-0.93403 1.9286-2.0847 2.451-3.3346l1.3001 0.11375c-0.58434 1.5706-1.5671 3.0201-2.9476 4.1784-4.2439 3.561-10.527 3.0113-14.088-1.2326zm-1.715-9.9099c0.58441-1.5707 1.5671-3.0201 2.9476-4.1784 4.2439-3.561 10.527-3.0113 14.088 1.2326 1.1584 1.3805 1.8745 2.9786 2.1772 4.6268l-1.2038-0.10532 3e-5 0.00315-4.9805-0.43574 0.10893-1.2451 4.3647 0.38186c-0.33623-0.85569-0.7986-1.6773-1.4239-2.4225-3.1159-3.7134-8.6139-4.1944-12.327-1.0785-1.1131 0.93403-1.9286 2.0847-2.451 3.3346z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m332.34 15.999c-0.90105-1.5607-1.3288-3.2588-1.3407-4.9346l1.2606 0.33779-4.8e-4 0.0032 4.7436 1.2728-0.32349 1.2073-4.2367-1.137c0.18294 0.89842 0.49514 1.7852 0.98019 2.6253 2.4238 4.1981 7.7547 5.6265 11.953 3.2027 1.2584-0.72655 2.2613-1.7181 2.9928-2.8583l1.2606 0.33779c-0.84819 1.4453-2.0677 2.7021-3.6284 3.6031-4.7978 2.77-10.89 1.1375-13.66-3.6603zm0.0319-10.057c0.84827-1.4453 2.0677-2.7021 3.6284-3.6031 4.7978-2.77 10.89-1.1375 13.66 3.6603 0.90105 1.5607 1.3288 3.2588 1.3407 4.9346l-1.1672-0.31276-5.1e-4 0.0031-4.8292-1.294 0.32349-1.2073 4.2321 1.134c-0.18254-0.90106-0.49521-1.7905-0.98161-2.6329-2.4238-4.1981-7.7547-5.6265-11.953-3.2027-1.2584 0.72655-2.2613 1.7181-2.9928 2.8583z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m353.6 14.419c-0.61635-1.6934-0.7427-3.44-0.46345-5.0924l1.1828 0.55156-1e-3 0.00303 4.4506 2.0772-0.52822 1.1328-3.9749-1.8554c0.0242 0.91654 0.17762 1.8441 0.50941 2.7557 1.6579 4.5552 6.6598 6.8876 11.215 5.2296 1.3655-0.49699 2.5253-1.2993 3.4437-2.2952l1.1828 0.55156c-1.0863 1.276-2.5055 2.302-4.1989 2.9183-5.2059 1.8948-10.922-0.77083-12.817-5.9767zm1.7778-9.8988c1.0864-1.2761 2.5055-2.302 4.1989-2.9183 5.2059-1.8948 10.922 0.77083 12.817 5.9767 0.61636 1.6934 0.74271 3.44 0.46346 5.0924l-1.0952-0.5107-1e-3 3e-3 -4.5311-2.1129 0.52822-1.1328 3.9709 1.8516c-0.0233-0.91908-0.17678-1.8493-0.50949-2.7634-1.6579-4.5552-6.6598-6.8876-11.215-5.2296-1.3655 0.49699-2.5253 1.2994-3.4437 2.2952z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m375.15 12.735c-0.31294-1.7747-0.13407-3.5167 0.42787-5.0955l1.0691 0.74858-2e-3 0.00281 4.0222 2.8185-0.71689 1.0238-3.5923-2.5174c-0.13537 0.90681-0.14529 1.8469 0.0232 2.8023 0.84176 4.7739 5.3626 7.9394 10.136 7.0976 1.431-0.25233 2.7126-0.84109 3.7899-1.6624l1.0691 0.74858c-1.2914 1.068-2.8672 1.8319-4.6419 2.1448-5.4558 0.96201-10.623-2.6558-11.585-8.1116zm3.4697-9.4397c1.2914-1.068 2.8672-1.8319 4.6419-2.1448 5.4558-0.96201 10.623 2.6558 11.585 8.1116 0.31293 1.7747 0.13406 3.5167-0.42787 5.0955l-0.98989-0.69313-2e-3 0.0028-4.0954-2.8676 0.71689-1.0238 3.589 2.5131c0.13666-0.90916 0.14703-1.8519-0.0219-2.8099-0.84176-4.7739-5.3626-7.9394-10.136-7.0976-1.431 0.25233-2.7126 0.8411-3.7899 1.6624z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+      }</style></defs><g fill="#232629" stroke-width="1.25"><path class="ColorScheme-Text" d="m21 10.999c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1"/><path class="ColorScheme-Text" d="m42.848 12.735c-0.31293 1.7747-1.0768 3.3505-2.1448 4.6419l-0.74858-1.0691 0.0029-2e-3 -2.8157-4.0242 1.0238-0.7169 2.5147 3.5943c0.43736-0.80583 0.76821-1.6858 0.93667-2.6412 0.84176-4.7739-2.3238-9.2948-7.0977-10.137-1.431-0.25233-2.8366-0.13738-4.1299 0.26589l-0.74858-1.0691c1.5788-0.56195 3.3208-0.74081 5.0955-0.42787 5.4558 0.96201 9.0736 6.1287 8.1116 11.585zm-6.489 7.6837c-1.5789 0.56193-3.3208 0.7408-5.0955 0.42787-5.4558-0.96201-9.0736-6.1287-8.1116-11.585 0.31293-1.7747 1.0768-3.3505 2.1448-4.6419l0.69313 0.98989 0.0029-0.00197 2.8676 4.0954-1.0238 0.7169-2.5131-3.589c-0.43937 0.80759-0.77154 1.6899-0.94046 2.6479-0.84176 4.7739 2.3238 9.2947 7.0976 10.136 1.431 0.25233 2.8366 0.13737 4.1299-0.26589z" color="#eff0f1"/><path class="ColorScheme-Text" d="m64.397 14.419c-0.61635 1.6934-1.6423 3.1126-2.9183 4.1989l-0.55156-1.1828 0.0032-0.0015-2.0741-4.452 1.1328-0.52822 1.8523 3.9763c0.57064-0.71764 1.0493-1.5268 1.3811-2.4384 1.6579-4.5552-0.67447-9.557-5.2296-11.215-1.3655-0.49699-2.7697-0.62787-4.1133-0.4553l-0.55156-1.1828c1.6524-0.27926 3.399-0.1529 5.0924 0.46345 5.2059 1.8948 7.8715 7.6112 5.9767 12.817zm-7.7247 6.4402c-1.6525 0.27923-3.399 0.1529-5.0924-0.46345-5.2059-1.8948-7.8715-7.6112-5.9767-12.817 0.61635-1.6934 1.6423-3.1126 2.9183-4.1989l0.5107 1.0952 0.0032-0.00144 2.1129 4.5311-1.1328 0.52822-1.8516-3.9709c-0.57293 0.71903-1.0533 1.5302-1.386 2.4444-1.6579 4.5552 0.67448 9.557 5.2296 11.215 1.3655 0.49699 2.7697 0.62786 4.1133 0.4553z" color="#eff0f1"/><path class="ColorScheme-Text" d="m85.66 15.999c-0.90105 1.5607-2.1578 2.7802-3.6031 3.6284l-0.33779-1.2606 0.0034-9.22e-4 -1.2695-4.7445 1.2073-0.32349 1.1337 4.2376c0.68659-0.60764 1.2985-1.3214 1.7835-2.1615 2.4238-4.1981 0.99535-9.529-3.2027-11.953-1.2584-0.72655-2.6186-1.0993-3.9718-1.1627l-0.33779-1.2606c1.6758 0.011912 3.3739 0.43965 4.9346 1.3407 4.7978 2.77 6.4303 8.8625 3.6603 13.66zm-8.7257 5.001c-1.6758-0.01196-3.3739-0.43965-4.9346-1.3407-4.7978-2.77-6.4303-8.8625-3.6603-13.66 0.90105-1.5607 2.1578-2.7802 3.6031-3.6284l0.31276 1.1673 0.0034-8.624e-4 1.294 4.8292-1.2073 0.32349-1.134-4.2321c-0.68909 0.60862-1.303 1.3241-1.7894 2.1666-2.4237 4.1981-0.99534 9.529 3.2027 11.953 1.2584 0.72655 2.6186 1.0993 3.9718 1.1627z" color="#eff0f1"/><path class="ColorScheme-Text" d="m106.66 17.427c-1.1584 1.3805-2.6078 2.3632-4.1784 2.9476l-0.11374-1.3001 2e-3 -9.33e-4 -0.42636-4.8929 1.2451-0.10894 0.38063 4.3701c0.78167-0.47919 1.5082-1.0758 2.1318-1.819 3.1166-3.7131 2.6356-9.2111-1.0778-12.327-1.1131-0.93403-2.3879-1.5373-3.7096-1.8347l-0.11348-1.3001c1.6482 0.30272 3.2463 1.0188 4.6268 2.1772 4.2439 3.561 4.7936 9.8444 1.2326 14.088zm-9.4616 3.4098c-1.6483-0.30278-3.2463-1.0188-4.6268-2.1772-4.2439-3.561-4.7936-9.8444-1.2326-14.088 1.1584-1.3805 2.6078-2.3632 4.1784-2.9476l0.10532 1.2038 0.0035-2.589e-4 0.43574 4.9805-1.2451 0.10893-0.38186-4.3647c-0.7843 0.47971-1.5131 1.0777-2.1384 1.8229-3.1159 3.7134-2.6349 9.2114 1.0785 12.327 1.1131 0.93403 2.3879 1.5373 3.7096 1.8347z" color="#eff0f1"/><path class="ColorScheme-Text" d="m127.43 18.659c-1.3805 1.1584-2.9786 1.8745-4.6268 2.1772l0.11375-1.3001 3e-3 -7.5e-5 0.42975-4.8926 1.2451 0.10893-0.38401 4.3698c0.85301-0.33617 1.6721-0.79761 2.4152-1.4212 3.7134-3.1159 4.1944-8.6139 1.0785-12.327-0.93403-1.1131-2.0847-1.9286-3.3346-2.451l0.11374-1.3001c1.5706 0.58433 3.0201 1.5671 4.1784 2.9476 3.561 4.2439 3.0113 10.527-1.2326 14.088zm-9.9099 1.715c-1.5707-0.58441-3.02-1.5671-4.1784-2.9476-3.561-4.2439-3.0113-10.527 1.2326-14.088 1.3805-1.1584 2.9786-1.8745 4.6268-2.1772l-0.10532 1.2038 3e-3 -3.63e-5 -0.43573 4.9805-1.2451-0.10893 0.38187-4.3647c-0.85569 0.33623-1.6773 0.7986-2.4225 1.4239-3.7134 3.1159-4.1944 8.6139-1.0785 12.327 0.93404 1.1131 2.0847 1.9286 3.3346 2.451z" color="#eff0f1"/><path class="ColorScheme-Text" d="m148 19.659c-1.5607 0.90105-3.2588 1.3288-4.9346 1.3407l0.33779-1.2606 3e-3 4.82e-4 1.2728-4.7436 1.2073 0.32349-1.137 4.2367c0.89843-0.18294 1.7852-0.49514 2.6253-0.98019 4.1981-2.4238 5.6265-7.7547 3.2027-11.953-0.72655-1.2584-1.7181-2.2613-2.8583-2.9928l0.33779-1.2606c1.4453 0.84819 2.702 2.0677 3.6031 3.6284 2.77 4.7978 1.1375 10.89-3.6602 13.66zm-10.057-0.0319c-1.4453-0.84828-2.7021-2.0677-3.6031-3.6284-2.77-4.7978-1.1375-10.89 3.6603-13.66 1.5607-0.90105 3.2588-1.3288 4.9346-1.3407l-0.31276 1.1673 3e-3 5.12e-4 -1.294 4.8292-1.2073-0.32349 1.134-4.2321c-0.90107 0.18253-1.7905 0.49521-2.6329 0.98161-4.1981 2.4238-5.6265 7.7547-3.2027 11.953 0.72655 1.2584 1.7181 2.2613 2.8583 2.9928z" color="#eff0f1"/><path class="ColorScheme-Text" d="m168.42 20.395c-1.6934 0.61636-3.44 0.7427-5.0924 0.46345l0.55156-1.1828 3e-3 2e-3 2.0772-4.4505 1.1328 0.52822-1.8554 3.9749c0.91654-0.02415 1.8441-0.17762 2.7557-0.50941 4.5552-1.6579 6.8876-6.6598 5.2296-11.215-0.49699-1.3655-1.2993-2.5253-2.2952-3.4437l0.55156-1.1828c1.276 1.0863 2.302 2.5055 2.9183 4.1989 1.8948 5.2059-0.77083 10.922-5.9767 12.817zm-9.8988-1.7778c-1.2761-1.0864-2.302-2.5055-2.9183-4.1989-1.8948-5.2059 0.77083-10.922 5.9767-12.817 1.6934-0.61635 3.44-0.7427 5.0924-0.46345l-0.51071 1.0952 3e-3 0.00104-2.1129 4.5311-1.1328-0.52822 1.8516-3.9709c-0.91908 0.023289-1.8493 0.17678-2.7634 0.50949-4.5552 1.6579-6.8876 6.6598-5.2296 11.215 0.49699 1.3655 1.2994 2.5253 2.2952 3.4437z" color="#eff0f1"/><path class="ColorScheme-Text" d="m188.74 20.847c-1.7747 0.31293-3.5168 0.13406-5.0955-0.42787l0.74857-1.0691 3e-3 0.0015 2.8185-4.0222 1.0238 0.7169-2.5174 3.5923c0.90681 0.13537 1.8469 0.1453 2.8022-0.02316 4.7738-0.84176 7.9394-5.3626 7.0976-10.136-0.25233-1.431-0.84109-2.7126-1.6624-3.7899l0.74858-1.0691c1.068 1.2914 1.8319 2.8672 2.1448 4.6419 0.96201 5.4558-2.6558 10.623-8.1116 11.585zm-9.4397-3.4697c-1.068-1.2915-1.8319-2.8672-2.1448-4.6419-0.96201-5.4558 2.6558-10.623 8.1116-11.585 1.7747-0.31293 3.5168-0.13406 5.0955 0.42787l-0.69313 0.98989 3e-3 0.00253-2.8676 4.0954-1.0238-0.71689 2.513-3.589c-0.90916-0.13666-1.8519-0.14703-2.8099 0.021894-4.7739 0.84176-7.9394 5.3626-7.0976 10.136 0.25233 1.431 0.8411 2.7126 1.6624 3.7899z" color="#eff0f1"/><path class="ColorScheme-Text" d="m209 20.999c-1.8021 0-3.4866-0.47865-4.9438-1.3062l0.92285-0.92285 2e-3 2e-3 3.4741-3.4717 0.88379 0.88379-3.103 3.1006c0.86953 0.29078 1.7936 0.4638 2.7637 0.4638 4.8475 0 8.75-3.9025 8.75-8.75 0-1.4531-0.35728-2.8174-0.979-4.021l0.92285-0.92285c0.82756 1.4572 1.3062 3.1417 1.3062 4.9438 0 5.54-4.46 10-10 10zm-8.6938-5.0562c-0.82756-1.4573-1.3062-3.1417-1.3062-4.9438 0-5.54 4.46-10 10-10 1.8021 0 3.4866 0.47865 4.9438 1.3062l-0.85449 0.85449 2e-3 2e-3 -3.5352 3.5352-0.88379-0.88379 3.0981-3.0981c-0.87162-0.29246-1.7982-0.46637-2.771-0.46637-4.8475 0-8.75 3.9025-8.75 8.75 0 1.4531 0.35729 2.8174 0.979 4.021z" color="#eff0f1"/><path class="ColorScheme-Text" d="m229.26 20.847c-1.7747-0.31293-3.3505-1.0768-4.6419-2.1448l1.0691-0.74858 2e-3 0.0024 4.0242-2.8157 0.7169 1.0238-3.5943 2.5147c0.80583 0.43736 1.6858 0.76821 2.6412 0.93666 4.7739 0.84176 9.2947-2.3238 10.136-7.0976 0.25233-1.431 0.13738-2.8366-0.26589-4.1299l1.0691-0.74858c0.56195 1.5788 0.74081 3.3208 0.42788 5.0955-0.96201 5.4558-6.1287 9.0736-11.585 8.1116zm-7.6837-6.489c-0.56193-1.5789-0.7408-3.3208-0.42787-5.0955 0.96201-5.4558 6.1287-9.0736 11.585-8.1116 1.7747 0.31293 3.3505 1.0768 4.6419 2.1448l-0.98989 0.69313 2e-3 0.00239-4.0954 2.8676-0.71689-1.0238 3.589-2.5131c-0.80759-0.43937-1.6899-0.77154-2.6479-0.94046-4.7738-0.84176-9.2947 2.3238-10.136 7.0976-0.25232 1.431-0.13737 2.8366 0.26589 4.1299z" color="#eff0f1"/><path class="ColorScheme-Text" d="m249.58 20.395c-1.6934-0.61635-3.1126-1.6423-4.1989-2.9183l1.1828-0.55156 1e-3 0.0037 4.452-2.0741 0.52822 1.1328-3.9763 1.8523c0.71764 0.57064 1.5268 1.0493 2.4384 1.3811 4.5552 1.6579 9.557-0.67447 11.215-5.2296 0.49699-1.3655 0.62788-2.7697 0.45531-4.1133l1.1832-0.55159c0.27926 1.6524 0.1529 3.399-0.46346 5.0924-1.8948 5.2059-7.6112 7.8715-12.817 5.9767zm-6.4402-7.7247c-0.27922-1.6525-0.1529-3.399 0.46346-5.0924 1.8948-5.2059 7.6112-7.8715 12.817-5.9767 1.6934 0.61635 3.1126 1.6423 4.1989 2.9183l-1.0952 0.51071 2e-3 0.00271-4.5311 2.1129-0.52822-1.1328 3.9709-1.8516c-0.71902-0.57293-1.5302-1.0533-2.4444-1.386-4.5552-1.6579-9.557 0.67447-11.215 5.2296-0.49699 1.3655-0.62787 2.7697-0.45531 4.1133z" color="#eff0f1"/><path class="ColorScheme-Text" d="m270 19.659c-1.5607-0.90105-2.7802-2.1578-3.6284-3.6031l1.2606-0.33779 1e-3 3e-3 4.7445-1.2695 0.32349 1.2073-4.2376 1.1337c0.60765 0.68659 1.3214 1.2985 2.1615 1.7835 4.1981 2.4238 9.529 0.99534 11.953-3.2027 0.72655-1.2584 1.0993-2.6186 1.1627-3.9718l1.2606-0.33779c-0.0119 1.6758-0.43965 3.3739-1.3407 4.9346-2.77 4.7978-8.8625 6.4303-13.66 3.6603zm-5.001-8.7257c0.012-1.6758 0.43964-3.3739 1.3407-4.9346 2.77-4.7978 8.8625-6.4303 13.66-3.6603 1.5607 0.90105 2.7802 2.1578 3.6284 3.6031l-1.1672 0.31276 1e-3 0.00295-4.8292 1.294-0.32349-1.2073 4.2321-1.134c-0.60861-0.68909-1.3241-1.303-2.1666-1.7894-4.1981-2.4237-9.529-0.99534-11.953 3.2027-0.72655 1.2584-1.0993 2.6186-1.1627 3.9718z" color="#eff0f1"/><path class="ColorScheme-Text" d="m290.57 18.659c-1.3805-1.1584-2.3632-2.6078-2.9476-4.1784l1.3001-0.11375 6.3e-4 0.0031 4.8929-0.42637 0.10893 1.2451-4.3701 0.38063c0.47919 0.78167 1.0758 1.5082 1.819 2.1318 3.7134 3.1159 9.2114 2.6349 12.327-1.0785 0.93404-1.1131 1.5373-2.3879 1.8347-3.7096l1.3002-0.11375c-0.30273 1.6482-1.0188 3.2463-2.1772 4.6268-3.561 4.2439-9.8444 4.7936-14.088 1.2326zm-3.4098-9.4615c0.30278-1.6483 1.0188-3.2463 2.1772-4.6268 3.561-4.2439 9.8444-4.7936 14.088-1.2326 1.3805 1.1584 2.3632 2.6078 2.9476 4.1784l-1.2038 0.10532-6e-5 0.00387-4.9805 0.43574-0.10893-1.2451 4.3647-0.38186c-0.47971-0.7843-1.0777-1.5131-1.8229-2.1384-3.7134-3.1159-9.2114-2.6349-12.327 1.0785-0.93404 1.1131-1.5373 2.3879-1.8347 3.7096z" color="#eff0f1"/><path class="ColorScheme-Text" d="m311.34 17.426c-1.1584-1.3805-1.8745-2.9786-2.1772-4.6268l1.3001 0.11375 7e-5 0.0032 4.8926 0.42975-0.10893 1.2451-4.3698-0.38401c0.33617 0.85301 0.79761 1.6721 1.4212 2.4152 3.1159 3.7134 8.6139 4.1944 12.327 1.0785 1.1131-0.93403 1.9286-2.0847 2.451-3.3346l1.3001 0.11375c-0.58434 1.5706-1.5671 3.0201-2.9476 4.1784-4.2439 3.561-10.527 3.0113-14.088-1.2326zm-1.715-9.9099c0.58441-1.5707 1.5671-3.0201 2.9476-4.1784 4.2439-3.561 10.527-3.0113 14.088 1.2326 1.1584 1.3805 1.8745 2.9786 2.1772 4.6268l-1.2038-0.10532 3e-5 0.00315-4.9805-0.43574 0.10893-1.2451 4.3647 0.38186c-0.33623-0.85569-0.7986-1.6773-1.4239-2.4225-3.1159-3.7134-8.6139-4.1944-12.327-1.0785-1.1131 0.93403-1.9286 2.0847-2.451 3.3346z" color="#eff0f1"/><path class="ColorScheme-Text" d="m332.34 15.999c-0.90105-1.5607-1.3288-3.2588-1.3407-4.9346l1.2606 0.33779-4.8e-4 0.0032 4.7436 1.2728-0.32349 1.2073-4.2367-1.137c0.18294 0.89842 0.49514 1.7852 0.98019 2.6253 2.4238 4.1981 7.7547 5.6265 11.953 3.2027 1.2584-0.72655 2.2613-1.7181 2.9928-2.8583l1.2606 0.33779c-0.84819 1.4453-2.0677 2.7021-3.6284 3.6031-4.7978 2.77-10.89 1.1375-13.66-3.6603zm0.0319-10.057c0.84827-1.4453 2.0677-2.7021 3.6284-3.6031 4.7978-2.77 10.89-1.1375 13.66 3.6603 0.90105 1.5607 1.3288 3.2588 1.3407 4.9346l-1.1672-0.31276-5.1e-4 0.0031-4.8292-1.294 0.32349-1.2073 4.2321 1.134c-0.18254-0.90106-0.49521-1.7905-0.98161-2.6329-2.4238-4.1981-7.7547-5.6265-11.953-3.2027-1.2584 0.72655-2.2613 1.7181-2.9928 2.8583z" color="#eff0f1"/><path class="ColorScheme-Text" d="m353.6 14.419c-0.61635-1.6934-0.7427-3.44-0.46345-5.0924l1.1828 0.55156-1e-3 0.00303 4.4506 2.0772-0.52822 1.1328-3.9749-1.8554c0.0242 0.91654 0.17762 1.8441 0.50941 2.7557 1.6579 4.5552 6.6598 6.8876 11.215 5.2296 1.3655-0.49699 2.5253-1.2993 3.4437-2.2952l1.1828 0.55156c-1.0863 1.276-2.5055 2.302-4.1989 2.9183-5.2059 1.8948-10.922-0.77083-12.817-5.9767zm1.7778-9.8988c1.0864-1.2761 2.5055-2.302 4.1989-2.9183 5.2059-1.8948 10.922 0.77083 12.817 5.9767 0.61636 1.6934 0.74271 3.44 0.46346 5.0924l-1.0952-0.5107-1e-3 3e-3 -4.5311-2.1129 0.52822-1.1328 3.9709 1.8516c-0.0233-0.91908-0.17678-1.8493-0.50949-2.7634-1.6579-4.5552-6.6598-6.8876-11.215-5.2296-1.3655 0.49699-2.5253 1.2994-3.4437 2.2952z" color="#eff0f1"/><path class="ColorScheme-Text" d="m375.15 12.735c-0.31294-1.7747-0.13407-3.5167 0.42787-5.0955l1.0691 0.74858-2e-3 0.00281 4.0222 2.8185-0.71689 1.0238-3.5923-2.5174c-0.13537 0.90681-0.14529 1.8469 0.0232 2.8023 0.84176 4.7739 5.3626 7.9394 10.136 7.0976 1.431-0.25233 2.7126-0.84109 3.7899-1.6624l1.0691 0.74858c-1.2914 1.068-2.8672 1.8319-4.6419 2.1448-5.4558 0.96201-10.623-2.6558-11.585-8.1116zm3.4697-9.4397c1.2914-1.068 2.8672-1.8319 4.6419-2.1448 5.4558-0.96201 10.623 2.6558 11.585 8.1116 0.31293 1.7747 0.13406 3.5167-0.42787 5.0955l-0.98989-0.69313-2e-3 0.0028-4.0954-2.8676 0.71689-1.0238 3.589 2.5131c0.13666-0.90916 0.14703-1.8519-0.0219-2.8099-0.84176-4.7739-5.3626-7.9394-10.136-7.0976-1.431 0.25233-2.7126 0.8411-3.7899 1.6624z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/localVariables.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/localVariables.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
- <path class="ColorScheme-Text" d="m9.125 8s-3.125 7.5e-6 -3.125 3.125c0.62426-1.2485 1.221-1.4309 3.0908-1.4323-0.0075 6.8355-1.8393 6.8649-1.8408 7.9557 0.93802 0.72006 2.4038 0.32093 2.5114-1.0938l0.56315-6.8815 2.4902-0.0098-0.56478 6.9303c0 1.875 2.5 1.875 3.125 0l0.625-1.875c-0.625 1.25-2.4995 3.1254-2.4447 1.2174l0.52897-6.263 1.9157-0.0065v-1.6666z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/><path class="ColorScheme-Text" d="m9.125 8s-3.125 7.5e-6 -3.125 3.125c0.62426-1.2485 1.221-1.4309 3.0908-1.4323-0.0075 6.8355-1.8393 6.8649-1.8408 7.9557 0.93802 0.72006 2.4038 0.32093 2.5114-1.0938l0.56315-6.8815 2.4902-0.0098-0.56478 6.9303c0 1.875 2.5 1.875 3.125 0l0.625-1.875c-0.625 1.25-2.4995 3.1254-2.4447 1.2174l0.52897-6.263 1.9157-0.0065v-1.6666z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/logViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/logViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,33 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <linearGradient id="b" x1="386.57" x2="386.57" y1="527.13" y2="504.91" gradientTransform="matrix(.71429 0 0 .70714 -276.55 -352.47)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#1d1e1e" offset="0"/>
-  <stop stop-color="#44484c" offset="1"/>
- </linearGradient>
- <linearGradient id="a" x1="-2" x2="-2" y1="30" y2="2" gradientTransform="matrix(.71429 0 0 .71429 -.42857 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#c6cdd1" offset="0"/>
-  <stop stop-color="#e0e5e7" offset="1"/>
- </linearGradient>
- <rect x="1.9656" y="1.9656" width="18.069" height="18.069" fill="#232629" stroke="#232629" stroke-width="1.9313"/>
- <g transform="matrix(.8 0 0 .8 2.1835 2.2852)">
-  <path d="m1 1v20h20v-20z" fill="url(#a)" stroke-width=".71429"/>
-  <path d="m1 4.5714h20v14.286h-20z" fill="url(#b)" stroke-width=".71429"/>
-  <path d="m1 1h20v2.8571h-20z" fill="#566069" stroke-width=".71429"/>
-  <path d="m1 3.8571h20v0.71429h-20z" fill="#3daee9" stroke-width=".71429"/>
-  <rect x="18.857" y="1.7143" width="1.4286" height="1.4286" rx=".71429" fill="#eff0f1" stroke-width=".71429"/>
-  <circle cx="4.9286" cy="14.929" r="2.5" fill="#eff0f1" stroke-width=".71429"/>
-  <circle cx="4.9286" cy="14.929" r="1.7857" fill="#3daefd" stroke-width=".71429"/>
-  <path d="m8.8571 7.4286h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#da4453" stroke-width=".71429"/>
-  <path d="m15.286 7.4286h2.1429v0.71429h-2.1429zm0 1.4286h4.2857v0.71429h-4.2857zm2.8571-1.4286h1.4286v0.71429h-1.4286z" fill="#95a5a6" stroke-width=".71429"/>
-  <path d="m8.8571 8.8571h2.8571v0.71429h-2.8571zm3.5714 0h1.4286v0.71429h-1.4286z" fill="#bdc3c7" stroke-width=".71429"/>
-  <path d="m8.8571 13.857h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#3daefd" stroke-width=".71429"/>
-  <path d="m15.286 13.857h2.8571v0.71429h-2.8571z" fill="#95a5a6" stroke-width=".71429"/>
-  <path d="m8.8571 15.286h2.1429v0.71429h-2.1429z" fill="#bdc3c7" stroke-width=".71429"/>
-  <path d="m15.286 15.286h2.1429v0.71429h-2.1429zm2.8571 0h0.71429v0.71429h-0.71429zm0.71429-1.4286h0.71429v0.71429h-0.71429z" fill="#95a5a6" stroke-width=".71429"/>
-  <g transform="matrix(.71429 0 0 .71429 -.42857 -.42857)" fill-rule="evenodd">
-   <path d="m7.5 8.92-3.501 1.467s0.416 1.902 0.867 3c0.225 0.551 0.5 1.121 0.889 1.617s0.965 0.99 1.745 0.99 1.354-0.494 1.743-0.99 0.664-1.066 0.889-1.617c0.451-1.102 0.869-3 0.869-3z" fill="#eff0f1"/>
-   <path d="m5 11 2.5-1 2.5 1s-0.928 4-2.5 4-2.5-4-2.5-4" fill="#da4453"/>
-  </g>
-  <path d="m1 20.286h20v0.71429h-20z" fill="#99a1a7" stroke-width=".71429"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><linearGradient id="c" x1="386.57" x2="386.57" y1="527.13" y2="504.91" gradientTransform="matrix(.71429 0 0 .70714 -276.55 -352.47)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="d" x1="-2" x2="-2" y1="30" y2="2" gradientTransform="matrix(.71429 0 0 .71429 -.42857 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><rect x="1.9656" y="1.9656" width="18.069" height="18.069" fill="#232629" stroke="#232629" stroke-width="1.9313"/><g transform="matrix(.8 0 0 .8 2.1835 2.2852)"><g stroke-width=".71429"><path d="m1 1v20h20v-20z" fill="url(#d)"/><path d="m1 4.5714h20v14.286h-20z" fill="url(#c)"/><path d="m1 1h20v2.8571h-20z" fill="#566069"/><path d="m1 3.8571h20v0.71429h-20z" fill="#3daee9"/><rect x="18.857" y="1.7143" width="1.4286" height="1.4286" rx=".71429" fill="#eff0f1"/><circle cx="4.9286" cy="14.929" r="2.5" fill="#eff0f1"/><circle cx="4.9286" cy="14.929" r="1.7857" fill="#3daefd"/><path d="m8.8571 7.4286h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#da4453"/><path d="m15.286 7.4286h2.1429v0.71429h-2.1429zm0 1.4286h4.2857v0.71429h-4.2857zm2.8571-1.4286h1.4286v0.71429h-1.4286z" fill="#95a5a6"/><path d="m8.8571 8.8571h2.8571v0.71429h-2.8571zm3.5714 0h1.4286v0.71429h-1.4286z" fill="#bdc3c7"/><path d="m8.8571 13.857h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#3daefd"/><path d="m15.286 13.857h2.8571v0.71429h-2.8571z" fill="#95a5a6"/><path d="m8.8571 15.286h2.1429v0.71429h-2.1429z" fill="#bdc3c7"/><path d="m15.286 15.286h2.1429v0.71429h-2.1429zm2.8571 0h0.71429v0.71429h-0.71429zm0.71429-1.4286h0.71429v0.71429h-0.71429z" fill="#95a5a6"/></g><g transform="matrix(.71429 0 0 .71429 -.42857 -.42857)" fill-rule="evenodd"><path d="m7.5 8.92-3.501 1.467s0.416 1.902 0.867 3c0.225 0.551 0.5 1.121 0.889 1.617s0.965 0.99 1.745 0.99 1.354-0.494 1.743-0.99 0.664-1.066 0.889-1.617c0.451-1.102 0.869-3 0.869-3z" fill="#eff0f1"/><path d="m5 11 2.5-1 2.5 1s-0.928 4-2.5 4-2.5-4-2.5-4" fill="#da4453"/></g><path d="m1 20.286h20v0.71429h-20z" fill="#99a1a7" stroke-width=".71429"/></g></svg>
--- a/eric6/icons/breeze-light/mailSend.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/mailSend.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6.4545 4v0.875h12.306l-6.8519 6.595-5.4545-5.25v1.2373l2.7486 2.6472-2.7486 2.6455v1.2373l3.3913-3.2642 2.0632 1.9841 2.0632-1.9841 6.1186 5.8892v0.5127h-13.636v0.875h14.545v-14h-0.90909zm13.592 0.875h0.04439v10.5l-5.4759-5.2705zm-19.047 4.375v0.875h4.5455v-0.875zm1.8182 2.625v0.875h2.7273v-0.875z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6.4545 4v0.875h12.306l-6.8519 6.595-5.4545-5.25v1.2373l2.7486 2.6472-2.7486 2.6455v1.2373l3.3913-3.2642 2.0632 1.9841 2.0632-1.9841 6.1186 5.8892v0.5127h-13.636v0.875h14.545v-14h-0.90909zm13.592 0.875h0.04439v10.5l-5.4759-5.2705zm-19.047 4.375v0.875h4.5455v-0.875zm1.8182 2.625v0.875h2.7273v-0.875z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/makefile.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/makefile.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.6857 0 0 1.6686 -2.5294 -1731.6)" fill="#232629">
-  <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/>
-  <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.6857 0 0 1.6686 -2.5294 -1731.6)" fill="#232629"><path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/><path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/></g></svg>
--- a/eric6/icons/breeze-light/makefile48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/makefile48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(3.7928 0 0 3.6709 -6.4411 -3809.7)" fill="#232629">
-  <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/>
-  <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(3.7928 0 0 3.6709 -6.4411 -3809.7)" fill="#232629"><path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/><path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/></g></svg>
--- a/eric6/icons/breeze-light/masterProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/masterProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
- <path d="m17.122 8.0064-7.653 7.653-1.9108-1.9108-1.1784 1.1784 3.0762 3.0794 0.0097-0.01296 0.01296 0.01296 8.8216-8.8216-1.1784-1.1784" color="#eff0f1" fill="#0a0"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/><path d="m17.122 8.0064-7.653 7.653-1.9108-1.9108-1.1784 1.1784 3.0762 3.0794 0.0097-0.01296 0.01296 0.01296 8.8216-8.8216-1.1784-1.1784" color="#eff0f1" fill="#0a0"/></svg>
--- a/eric6/icons/breeze-light/mediaPlaybackPause.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/mediaPlaybackPause.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/mediaPlaybackStart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/mediaPlaybackStart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm5 3.3333v10l6.6667-5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm5 3.3333v10l6.6667-5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/method.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/method.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/method_class.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/method_class.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#006fff">
-  <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#006fff"><path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/method_private.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/method_private.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.8 0 0 .66667 4.6 -691.24)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><g transform="matrix(.8 0 0 .66667 4.6 -691.24)"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/></g></g></svg>
--- a/eric6/icons/breeze-light/method_protected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/method_protected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2 1v8h5.625v-3.5556h7.875v1.7778h1.125v-1.7778h1.125v1.7778h1.125v-1.7778h1.125v-0.88889h-12.375v-3.5556zm1.125 0.88889h3.375v6.2222h-3.375z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2 1v8h5.625v-3.5556h7.875v1.7778h1.125v-1.7778h1.125v1.7778h1.125v-1.7778h1.125v-0.88889h-12.375v-3.5556zm1.125 0.88889h3.375v6.2222h-3.375z" color="#eff0f1"/></svg>
--- a/eric6/icons/breeze-light/method_static.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/method_static.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#00a300">
-  <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#00a300"><path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/><path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/><path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/microbitDevice.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/microbitDevice.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)" stroke="#232629">
-  <rect x=".78637" y="288" width="11.132" height="5.3112" ry="2.6556" fill="none" stroke-width=".50959"/>
-  <g fill="#232629" stroke-width=".50065">
-   <ellipse cx="2.747" cy="290.65" rx=".51892" ry=".50925"/>
-   <ellipse cx="9.8545" cy="290.65" rx=".51892" ry=".50925"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)" stroke="#232629"><rect x=".78637" y="288" width="11.132" height="5.3112" ry="2.6556" fill="none" stroke-width=".50959"/><g fill="#232629" stroke-width=".50065"><ellipse cx="2.747" cy="290.65" rx=".51892" ry=".50925"/><ellipse cx="9.8545" cy="290.65" rx=".51892" ry=".50925"/></g></g></svg>
--- a/eric6/icons/breeze-light/micropython.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/micropython.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m1 1h8v17h2.5v-17h9.5v20h-4l1-17h-3.5v17h-8.5v-17h-2v17h-3zm19 16.257h-1.5v1.9883h1.5z" fill="#232629" stroke-width=".05848"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m1 1h8v17h2.5v-17h9.5v20h-4l1-17h-3.5v17h-8.5v-17h-2v17h-3zm19 16.257h-1.5v1.9883h1.5z" fill="#232629" stroke-width=".05848"/></svg>
--- a/eric6/icons/breeze-light/micropython48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/micropython48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m2 2h17.6v37.4h5.5v-37.4h20.9v44h-8.3v-37.4h-6v37.4h-18.7v-37.4h-4.4v37.4h-6.6zm41.8 35.766h-3.3v4.3743h3.3z" fill="#232629" stroke-width=".12866"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m2 2h17.6v37.4h5.5v-37.4h20.9v44h-8.3v-37.4h-6v37.4h-18.7v-37.4h-4.4v37.4h-6.6zm41.8 35.766h-3.3v4.3743h3.3z" fill="#232629" stroke-width=".12866"/></svg>
--- a/eric6/icons/breeze-light/miniconda.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/miniconda.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style>.st0{fill:#43b02a}</style>
- <path class="st0" d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" fill="#232629" stroke-width=".17302"/>
- <path class="st0" d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" fill="#232629" stroke-width=".17302"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style>.st0{fill:#43b02a}</style><path class="st0" d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" fill="#232629" stroke-width=".17302"/><path class="st0" d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" fill="#232629" stroke-width=".17302"/></svg>
--- a/eric6/icons/breeze-light/miniconda48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/miniconda48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <style>.st0{fill:#43b02a}</style>
- <path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" fill="#232629" stroke-width=".37751"/>
- <path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" fill="#232629" stroke-width=".37751"/>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><style>.st0{fill:#43b02a}</style><path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" fill="#232629" stroke-width=".37751"/><path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" fill="#232629" stroke-width=".37751"/></svg>
--- a/eric6/icons/breeze-light/minus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/minus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/module.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/module.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="#c83737"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="#c83737"/></svg>
--- a/eric6/icons/breeze-light/mouse.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/mouse.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m9.6667 1a6.6667 6.25 0 0 0-6.6667 6.25v7.5a6.6667 6.25 0 0 0 6.6667 6.25h2.6667a6.6667 6.25 0 0 0 6.6667-6.25v-7.5a6.6667 6.25 0 0 0-6.6667-6.25zm0 1.25h2.6667a5.3333 5 0 0 1 5.3333 5v7.5a5.3333 5 0 0 1-5.3333 5h-2.6667a5.3333 5 0 0 1-5.3333-5v-7.5a5.3333 5 0 0 1 5.3333-5zm0 1.25v6.25h2.6667v-6.25z" color="#eff0f1" fill="#232629" stroke-width="1.291"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m9.6667 1a6.6667 6.25 0 0 0-6.6667 6.25v7.5a6.6667 6.25 0 0 0 6.6667 6.25h2.6667a6.6667 6.25 0 0 0 6.6667-6.25v-7.5a6.6667 6.25 0 0 0-6.6667-6.25zm0 1.25h2.6667a5.3333 5 0 0 1 5.3333 5v7.5a5.3333 5 0 0 1-5.3333 5h-2.6667a5.3333 5 0 0 1-5.3333-5v-7.5a5.3333 5 0 0 1 5.3333-5zm0 1.25v6.25h2.6667v-6.25z" color="#eff0f1" fill="#232629" stroke-width="1.291"/></svg>
--- a/eric6/icons/breeze-light/moveBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/moveBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(24 0 0 24 -32 -24873)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path d="m304 160v-32h32v-32h-32v-32l-64 48 64 48" fill="#49cf00"/>
- <path d="m218.31 112v-32h-32v-32h32v-32l64 48-64 48" fill="#49cf00"/>
-</svg>
+      }</style></defs><g transform="matrix(24 0 0 24 -32 -24873)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path d="m304 160v-32h32v-32h-32v-32l-64 48 64 48" fill="#49cf00"/><path d="m218.31 112v-32h-32v-32h32v-32l64 48-64 48" fill="#49cf00"/></svg>
--- a/eric6/icons/breeze-light/moveInstructionPointer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/moveInstructionPointer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-13.75 5v10h1.25v-3.75h5v2.5l5-3.75-5-3.75v2.5h-5v-3.75h-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-13.75 5v10h1.25v-3.75h5v2.5l5-3.75-5-3.75v2.5h-5v-3.75h-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/multiProjectClose.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectClose.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/multiProjectNew.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectNew.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path d="m15.6 12v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" fill="#232629"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path d="m15.6 12v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/multiProjectOpen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectOpen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/multiProjectProps.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectProps.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path d="m19.838 21c0.15174-0.0021 0.30148-0.03496 0.4402-0.0966 0.13874-0.06164 0.26356-0.15076 0.367-0.26198 0.20126-0.18366 0.32609-0.4365 0.3496-0.70819 0.0267-0.28084-0.0546-0.5613-0.2273-0.78412-0.77558-0.81941-2.3053-2.3518-3.4179-3.4431 0.23675-0.64136 0.22569-1.3482-0.03102-1.9818-0.2111-0.52719-0.58649-0.972-1.0703-1.2682-0.37955-0.25181-0.8158-0.40483-1.2693-0.44522-0.45347-0.04038-0.90977 0.03313-1.3278 0.21392l-0.39671 0.17212 1.8423 1.9005-0.80659 0.81042-1.8924-1.8527-0.17184 0.39864c-0.14484 0.33608-0.22166 0.69764-0.22596 1.0637-0.0044 0.36605 0.06396 0.72932 0.20089 1.0687 0.13576 0.33561 0.33744 0.64047 0.59304 0.89648 0.14484 0.14198 0.30491 0.26745 0.47732 0.37413 0.35672 0.23864 0.76487 0.38908 1.1909 0.43896 0.42609 0.04988 0.85789-0.0023 1.2599-0.15208 0.70578 0.71718 2.4675 2.494 3.4191 3.3839 0.19088 0.17368 0.43899 0.27073 0.69683 0.27254zm-5.1027-8.4024c0.42287-0.0011 0.83649 0.12375 1.1884 0.35859 0.13725 0.08394 0.26471 0.18297 0.38003 0.29524 0.3067 0.30971 0.51154 0.70596 0.58703 1.1356 0.0755 0.42964 0.01805 0.87215-0.16464 1.2682l-0.08711 0.19125 0.14974 0.14643c1.1174 1.0925 2.7444 2.7175 3.5265 3.5447 0.06965 0.10388 0.09943 0.22945 0.08385 0.35355-0.01557 0.12416-0.07545 0.23847-0.16857 0.3218-0.05367 0.0599-0.11906 0.10812-0.19211 0.14162-0.0644 0.02917-0.13398 0.04501-0.20464 0.04662-0.1073-0.0027-0.21003-0.04411-0.28935-0.11649-1.0112-0.9455-2.9651-2.9225-3.5384-3.5035l-0.14736-0.14882-0.18972 0.08666c-0.33027 0.15423-0.69472 0.22026-1.058 0.19166-0.36328-0.02859-0.71299-0.15082-1.0152-0.35482-0.1375-0.08492-0.26498-0.18517-0.37999-0.29882-0.19916-0.19894-0.35653-0.43579-0.46292-0.69661-0.10634-0.26081-0.15949-0.54031-0.15641-0.82202 0-0.13888 0.0138-0.27743 0.0412-0.41358l1.6568 1.6196 1.64-1.6406-1.6168-1.6674c0.13756-0.02679 0.27746-0.03981 0.4176-0.03885z" fill="#232629" stroke-width=".64342"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path d="m19.838 21c0.15174-0.0021 0.30148-0.03496 0.4402-0.0966 0.13874-0.06164 0.26356-0.15076 0.367-0.26198 0.20126-0.18366 0.32609-0.4365 0.3496-0.70819 0.0267-0.28084-0.0546-0.5613-0.2273-0.78412-0.77558-0.81941-2.3053-2.3518-3.4179-3.4431 0.23675-0.64136 0.22569-1.3482-0.03102-1.9818-0.2111-0.52719-0.58649-0.972-1.0703-1.2682-0.37955-0.25181-0.8158-0.40483-1.2693-0.44522-0.45347-0.04038-0.90977 0.03313-1.3278 0.21392l-0.39671 0.17212 1.8423 1.9005-0.80659 0.81042-1.8924-1.8527-0.17184 0.39864c-0.14484 0.33608-0.22166 0.69764-0.22596 1.0637-0.0044 0.36605 0.06396 0.72932 0.20089 1.0687 0.13576 0.33561 0.33744 0.64047 0.59304 0.89648 0.14484 0.14198 0.30491 0.26745 0.47732 0.37413 0.35672 0.23864 0.76487 0.38908 1.1909 0.43896 0.42609 0.04988 0.85789-0.0023 1.2599-0.15208 0.70578 0.71718 2.4675 2.494 3.4191 3.3839 0.19088 0.17368 0.43899 0.27073 0.69683 0.27254zm-5.1027-8.4024c0.42287-0.0011 0.83649 0.12375 1.1884 0.35859 0.13725 0.08394 0.26471 0.18297 0.38003 0.29524 0.3067 0.30971 0.51154 0.70596 0.58703 1.1356 0.0755 0.42964 0.01805 0.87215-0.16464 1.2682l-0.08711 0.19125 0.14974 0.14643c1.1174 1.0925 2.7444 2.7175 3.5265 3.5447 0.06965 0.10388 0.09943 0.22945 0.08385 0.35355-0.01557 0.12416-0.07545 0.23847-0.16857 0.3218-0.05367 0.0599-0.11906 0.10812-0.19211 0.14162-0.0644 0.02917-0.13398 0.04501-0.20464 0.04662-0.1073-0.0027-0.21003-0.04411-0.28935-0.11649-1.0112-0.9455-2.9651-2.9225-3.5384-3.5035l-0.14736-0.14882-0.18972 0.08666c-0.33027 0.15423-0.69472 0.22026-1.058 0.19166-0.36328-0.02859-0.71299-0.15082-1.0152-0.35482-0.1375-0.08492-0.26498-0.18517-0.37999-0.29882-0.19916-0.19894-0.35653-0.43579-0.46292-0.69661-0.10634-0.26081-0.15949-0.54031-0.15641-0.82202 0-0.13888 0.0138-0.27743 0.0412-0.41358l1.6568 1.6196 1.64-1.6406-1.6168-1.6674c0.13756-0.02679 0.27746-0.03981 0.4176-0.03885z" fill="#232629" stroke-width=".64342"/></svg>
--- a/eric6/icons/breeze-light/multiProjectSave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectSave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/multiProjectSaveAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectSaveAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m12 12.9v8.097h4.5v-0.506h-2.5v-3.036h2.5v-0.506h-3v3.542h-1v-7.084h1.5v2.53h4v-2.53h0.14648l1.3535 1.3698v1.6663h0.5v-1.8718h-0.0039l0.0039-0.0049-1.6465-1.6663-0.0039 0.0049v-0.0049h-0.34961zm2.5 0.50699h1.9502v2.024h-1.9502zm5.5 3.542-0.49805 0.50304h-0.0019l-2.5 2.529 0.0039 0.0049-0.0019 0.50798h-0.0019v0.50596h1l0.0029-0.0049h0.0068l-0.0029-0.0049 0.49316-0.49908 2-2.022-0.35254-0.35875-2.4951 2.5231-0.29688-0.29945 2.4961-2.5241 0.2959 0.30044 0.35254 0.35578 0.49996-0.506z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m12 12.9v8.097h4.5v-0.506h-2.5v-3.036h2.5v-0.506h-3v3.542h-1v-7.084h1.5v2.53h4v-2.53h0.14648l1.3535 1.3698v1.6663h0.5v-1.8718h-0.0039l0.0039-0.0049-1.6465-1.6663-0.0039 0.0049v-0.0049h-0.34961zm2.5 0.50699h1.9502v2.024h-1.9502zm5.5 3.542-0.49805 0.50304h-0.0019l-2.5 2.529 0.0039 0.0049-0.0019 0.50798h-0.0019v0.50596h1l0.0029-0.0049h0.0068l-0.0029-0.0049 0.49316-0.49908 2-2.022-0.35254-0.35875-2.4951 2.5231-0.29688-0.29945 2.4961-2.5241 0.2959 0.30044 0.35254 0.35578 0.49996-0.506z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/multiProjectViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/multiProjectViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/namedgroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/namedgroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m17 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
- <path d="m8.5 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m17 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8"/><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text></g><path d="m8.5 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/namedreference.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/namedreference.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m16.25 7.4281h-10.5v7.1429h10.5v-7.1429m0.75-1.4281v10h-12v-10h12" fill="#232629"/>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
- <path d="m12.5 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#232629"><path d="m16.25 7.4281h-10.5v7.1429h10.5v-7.1429m0.75-1.4281v10h-12v-10h12"/><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text></g><path d="m12.5 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/namingError.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/namingError.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/>
- <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/><path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/neglookahead.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/neglookahead.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/>
- <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
- <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" fill="#da4453" stroke-width=".7746"/>
-</svg>
+      }</style></defs><path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/><path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/><path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" fill="#da4453" stroke-width=".7746"/></svg>
--- a/eric6/icons/breeze-light/neglookbehind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/neglookbehind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/>
- <g transform="translate(-10)" fill="#da4453">
-  <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z"/>
-  <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" stroke-width=".7746"/>
- </g>
-</svg>
+      }</style></defs><path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/><g transform="translate(-10)" fill="#da4453"><path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z"/><path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" stroke-width=".7746"/></g></svg>
--- a/eric6/icons/breeze-light/network-offline.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/network-offline.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#4d4d4d;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/network-online.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/network-online.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg id="svg6" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs id="defs3051">
-  <style id="current-color-scheme" type="text/css">.ColorScheme-Text {
+<svg id="a" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs id="b"><style id="c" type="text/css">.ColorScheme-Text {
         color:#4d4d4d;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path id="path4" class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="#232629"/>
-</svg>
+      }</style></defs><path id="d" class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/network-server.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/network-server.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm13.75 1.25h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm13.75 1.25h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/new.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/new.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.010044 0.012207v-0.012207h-11.571zm14.143 13.75v2.5h-2.5714v1.25h2.5714v2.5h1.2857v-2.5h2.5714v-1.25h-2.5714v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.010044 0.012207v-0.012207h-11.571zm14.143 13.75v2.5h-2.5714v1.25h2.5714v2.5h1.2857v-2.5h2.5714v-1.25h-2.5714v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/newWindow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/newWindow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-13.75h17.5v7.5h1.25v-12.5h-20m16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5h-1.25" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-13.75h17.5v7.5h1.25v-12.5h-20m16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5h-1.25" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/nongroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/nongroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
- <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text>
-</svg>
+      }</style></defs><text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text><text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text></svg>
--- a/eric6/icons/breeze-light/nonwordboundary.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/nonwordboundary.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/>
- <text transform="scale(.98849 1.0116)" x="0.80468601" y="15.681291" fill="#da4453" font-family="sans-serif" font-size="13.449px" letter-spacing="0px" stroke-width=".33622" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.80468601" y="15.681291" fill="#da4453" stroke-width=".33622">&amp;</tspan></text>
-</svg>
+      }</style></defs><path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/><text transform="scale(.98849 1.0116)" x="0.80468601" y="15.681291" fill="#da4453" font-family="sans-serif" font-size="13.449px" letter-spacing="0px" stroke-width=".33622" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.80468601" y="15.681291" fill="#da4453" stroke-width=".33622">&amp;</tspan></text></svg>
--- a/eric6/icons/breeze-light/notcovered.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/notcovered.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/>
- <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/><path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/notcoveredNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/notcoveredNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 4v14h0.875v-14h-0.875" color="#eff0f1" fill="#232629"/>
- <path d="m1.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 4v14h0.875v-14h-0.875" color="#eff0f1" fill="#232629"/><path d="m1.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/notcoveredPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/notcoveredPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7 4v14h0.875v-14h-0.875" color="#eff0f1" fill="#232629"/>
- <path d="m7.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7 4v14h0.875v-14h-0.875" color="#eff0f1" fill="#232629"/><path d="m7.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/notification.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/notification.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(1.7168 5.9456e-8 -4.4492e-8 1.2835 -6.5558 -1.2667)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eeeeec" offset="0"/>
-   <stop stop-color="#babdb6" offset=".7922"/>
-   <stop stop-color="#a1a59b" offset="1"/>
-  </radialGradient>
-  <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(.95283 0 0 .95238 -.9355 .077221)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#d7e866" offset="0"/>
-   <stop stop-color="#8cab2a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" stop-opacity=".4" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <path d="m1.4763 11.381v-3.4286c0-3.4286 2.8585-4.4762 4.5736-4.5714h8.0038c1.7151 0.13095 4.5736 1.1429 4.5736 4.5714v3.4286c0 3.4286-1.731 4.381-3.4302 4.381-2.7398-0.01618-0.59017 3.304 0 4.7619h-0.76226l-4.9547-4.7619h-3.4302c-1.7468-0.035715-4.5736-0.95238-4.5736-4.381z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width=".95261"/>
- <path d="m6.1214 4.3629c-0.68606 0.038096-1.6865 0.28438-2.4118 0.83334-0.7253 0.54895-1.2506 1.328-1.2506 2.7678v3.4227c0 1.4429 0.51436 2.1458 1.2208 2.6488 0.69849 0.49731 1.671 0.72514 2.3821 0.74405h3.4242a0.98447 0.984 0 0 1 0.68485 0.26786l2.8288 2.7084c-0.15102-0.5919-0.26466-1.2616 0.08933-1.9345 0.37045-0.70418 1.2311-1.0469 2.1141-1.0417 0.66676 0 1.2162-0.15961 1.6377-0.59524 0.42153-0.43563 0.80395-1.2483 0.80395-2.7976v-3.4227c-2e-6 -1.4398-0.52472-2.1922-1.2506-2.7381-0.72588-0.54591-1.7367-0.80928-2.4416-0.8631h-7.8311z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width=".95261"/>
- <g transform="matrix(.95283 0 0 .95238 -12.491 -39.476)">
-  <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/>
-  <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="a" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(1.7168 5.9456e-8 -4.4492e-8 1.2835 -6.5558 -1.2667)" gradientUnits="userSpaceOnUse"><stop stop-color="#eeeeec" offset="0"/><stop stop-color="#babdb6" offset=".7922"/><stop stop-color="#a1a59b" offset="1"/></radialGradient><linearGradient id="c" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(.95283 0 0 .95238 -.9355 .077221)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="b" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"><stop stop-color="#d7e866" offset="0"/><stop stop-color="#8cab2a" offset="1"/></linearGradient><linearGradient id="d" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity=".4" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient></defs><path d="m1.4763 11.381v-3.4286c0-3.4286 2.8585-4.4762 4.5736-4.5714h8.0038c1.7151 0.13095 4.5736 1.1429 4.5736 4.5714v3.4286c0 3.4286-1.731 4.381-3.4302 4.381-2.7398-0.01618-0.59017 3.304 0 4.7619h-0.76226l-4.9547-4.7619h-3.4302c-1.7468-0.035715-4.5736-0.95238-4.5736-4.381z" fill="url(#a)" stroke="#888a86" stroke-width=".95261"/><path d="m6.1214 4.3629c-0.68606 0.038096-1.6865 0.28438-2.4118 0.83334-0.7253 0.54895-1.2506 1.328-1.2506 2.7678v3.4227c0 1.4429 0.51436 2.1458 1.2208 2.6488 0.69849 0.49731 1.671 0.72514 2.3821 0.74405h3.4242a0.98447 0.984 0 0 1 0.68485 0.26786l2.8288 2.7084c-0.15102-0.5919-0.26466-1.2616 0.08933-1.9345 0.37045-0.70418 1.2311-1.0469 2.1141-1.0417 0.66676 0 1.2162-0.15961 1.6377-0.59524 0.42153-0.43563 0.80395-1.2483 0.80395-2.7976v-3.4227c-2e-6 -1.4398-0.52472-2.1922-1.2506-2.7381-0.72588-0.54591-1.7367-0.80928-2.4416-0.8631h-7.8311z" fill="none" opacity=".6" stroke="url(#c)" stroke-width=".95261"/><g transform="matrix(.95283 0 0 .95238 -12.491 -39.476)"><path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#b)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/><path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#d)"/></g></svg>
--- a/eric6/icons/breeze-light/notification48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/notification48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(3.777 1.3081e-7 -9.7884e-8 2.8238 -14.623 -2.9876)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#eeeeec" offset="0"/>
-   <stop stop-color="#babdb6" offset=".7922"/>
-   <stop stop-color="#a1a59b" offset="1"/>
-  </radialGradient>
-  <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(2.0962 0 0 2.0953 -2.2581 -.030805)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#d7e866" offset="0"/>
-   <stop stop-color="#8cab2a" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#fff" stop-opacity=".4" offset="0"/>
-   <stop stop-color="#fff" stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <path d="m3.0479 24.837v-7.543c0-7.543 6.2887-9.8478 10.062-10.057h17.608c3.7732 0.2881 10.062 2.5143 10.062 10.057v7.543c0 7.543-3.8083 9.6383-7.5465 9.6383-6.0276-0.0356-1.2984 7.2689 0 10.476h-1.677l-10.9-10.476h-7.5465c-3.8431-0.078575-10.062-2.0953-10.062-9.6383z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width="2.0958"/>
- <path d="m13.267 9.3978c-1.5093 0.08382-3.7104 0.62565-5.306 1.8334-1.5957 1.2077-2.7513 2.9217-2.7513 6.0893v7.53c0 3.1743 1.1316 4.7209 2.6857 5.8274 1.5367 1.0941 3.6762 1.5953 5.2406 1.6369h7.5334a2.1658 2.1648 0 0 1 1.5067 0.5893l6.2233 5.9585c-0.33226-1.3022-0.58225-2.7756 0.19653-4.2559 0.815-1.5492 2.7084-2.3031 4.6512-2.2918 1.4669 0 2.6757-0.35114 3.603-1.3095 0.92738-0.9584 1.7687-2.7463 1.7687-6.1549v-7.53c-5e-6 -3.1676-1.1544-4.8229-2.7513-6.0239-1.5969-1.201-3.8208-1.7804-5.3716-1.8988h-17.229z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width="2.0958"/>
- <g transform="matrix(2.0962 0 0 2.0953 -27.681 -87.05)">
-  <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/>
-  <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="a" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(3.777 1.3081e-7 -9.7884e-8 2.8238 -14.623 -2.9876)" gradientUnits="userSpaceOnUse"><stop stop-color="#eeeeec" offset="0"/><stop stop-color="#babdb6" offset=".7922"/><stop stop-color="#a1a59b" offset="1"/></radialGradient><linearGradient id="c" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(2.0962 0 0 2.0953 -2.2581 -.030805)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="b" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"><stop stop-color="#d7e866" offset="0"/><stop stop-color="#8cab2a" offset="1"/></linearGradient><linearGradient id="d" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity=".4" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient></defs><path d="m3.0479 24.837v-7.543c0-7.543 6.2887-9.8478 10.062-10.057h17.608c3.7732 0.2881 10.062 2.5143 10.062 10.057v7.543c0 7.543-3.8083 9.6383-7.5465 9.6383-6.0276-0.0356-1.2984 7.2689 0 10.476h-1.677l-10.9-10.476h-7.5465c-3.8431-0.078575-10.062-2.0953-10.062-9.6383z" fill="url(#a)" stroke="#888a86" stroke-width="2.0958"/><path d="m13.267 9.3978c-1.5093 0.08382-3.7104 0.62565-5.306 1.8334-1.5957 1.2077-2.7513 2.9217-2.7513 6.0893v7.53c0 3.1743 1.1316 4.7209 2.6857 5.8274 1.5367 1.0941 3.6762 1.5953 5.2406 1.6369h7.5334a2.1658 2.1648 0 0 1 1.5067 0.5893l6.2233 5.9585c-0.33226-1.3022-0.58225-2.7756 0.19653-4.2559 0.815-1.5492 2.7084-2.3031 4.6512-2.2918 1.4669 0 2.6757-0.35114 3.603-1.3095 0.92738-0.9584 1.7687-2.7463 1.7687-6.1549v-7.53c-5e-6 -3.1676-1.1544-4.8229-2.7513-6.0239s-3.8208-1.7804-5.3716-1.8988h-17.229z" fill="none" opacity=".6" stroke="url(#c)" stroke-width="2.0958"/><g transform="matrix(2.0962 0 0 2.0953 -27.681 -87.05)"><path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#b)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/><path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#d)"/></g></svg>
--- a/eric6/icons/breeze-light/numbers.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/numbers.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.25 1s-6.25 0-6.25 6.25c1.2485-2.4971 2.4981-3.7471 6.2378-3.75-0.014948 13.671-3.7347 14.615-3.7378 16.797 1.876 1.4401 4.8067 0.64188 5.022-2.1875l1.2207-14.609h4.9805l-1.2231 14.688c0 3.75 5 3.75 6.25 0l1.25-3.75c-1.25 2.5-4.9998 6.25-4.8901 2.4341l1.1133-13.372h3.7769v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.25 1s-6.25 0-6.25 6.25c1.2485-2.4971 2.4981-3.7471 6.2378-3.75-0.014948 13.671-3.7347 14.615-3.7378 16.797 1.876 1.4401 4.8067 0.64188 5.022-2.1875l1.2207-14.609h4.9805l-1.2231 14.688c0 3.75 5 3.75 6.25 0l1.25-3.75c-1.25 2.5-4.9998 6.25-4.8901 2.4341l1.1133-13.372h3.7769v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/open.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/open.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/openNewTab.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/openNewTab.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-17.5h5v3.75h12.5v7.5h1.25v-8.75h-3.75v-3.75h-15zm16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-17.5h5v3.75h12.5v7.5h1.25v-8.75h-3.75v-3.75h-15zm16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/openQM.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/openQM.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(1.2 0 0 1.2 -3.0119 -2.961)">
-  <path d="m10.454 9c-0.089419 0-0.19871 0.045396-0.26062 0.10744-0.35921 0.35257-0.71917 0.70438-1.0807 1.0554-0.06267 0.060527-0.11311 0.16948-0.11311 0.26329v7.56e-4c0.00153 1.6259 0.00153 4.9277 0.00153 4.964v0.19369h0.19565c0.036685 0 4.9257-7.8e-4 7.3454 7.81e-4 0.09783 0 0.20864-0.04993 0.27208-0.11198l8e-4 -7.81e-4c0.35537-0.3503 0.71228-0.69909 1.0707-1.0464 0.067231-0.065823 0.11385-0.17856 0.11385-0.27086-0.001529-1.6214 0-4.9617 0-4.9617v-0.19369zm0.0092 0.38737h7.1451c0 0.24286-0.0015 3.2057 0 4.7657-0.35768 0.34652-0.71459 0.6953-1.0692 1.0448-2.3562-0.0015-6.8662-0.0015-7.1467-7.81e-4 0-0.27086 0-3.1958-0.00153-4.762 0.35844-0.34801 0.71612-0.69679 1.0723-1.0478zm1.8809 0.77475c-0.0619 0-0.12305 0.0015-0.18495 0.0038-0.1498 0.0061-0.2973 0.03102-0.44175 0.07263-0.32711 0.09609-0.57244 0.28826-0.71535 0.59468-0.04968 0.10668-0.09171 0.2179-0.12534 0.33063-0.09248 0.30869-0.11158 0.62645-0.1154 0.94498-0.0023 0.21487 0.0107 0.42898 0.04203 0.64159 0.03057 0.19898 0.07796 0.39343 0.1582 0.5803 0.14521 0.33593 0.40048 0.54701 0.75968 0.63932 0.31258 0.08095 0.62823 0.09155 0.9538 0.04691 0.16355 0.26102 0.32863 0.52583 0.49601 0.79366 0.19795-0.09079 0.38596-0.17629 0.57932-0.26481-0.15973-0.25119-0.31335-0.49405-0.46544-0.73389 0.06649-0.05901 0.13222-0.11122 0.1903-0.17023 0.15056-0.15661 0.24151-0.345 0.30112-0.55004 0.08483-0.2928 0.10623-0.59392 0.11388-0.8958 0.0054-0.23379-0.0099-0.46682-0.04203-0.69833-0.0306-0.21564-0.08333-0.42597-0.17352-0.62647-0.15362-0.34046-0.415-0.55382-0.78261-0.64764-0.18113-0.0454-0.36379-0.06053-0.54798-0.06128zm2.3295 0.38737v0.77475h-0.3913v0.58106h0.3913v1.3558c0 0.14905 0.03133 0.31247 0.09171 0.45168 0.05044 0.11727 0.13528 0.19974 0.25374 0.25043 0.09018 0.03783 0.18419 0.0575 0.28125 0.06658 0.18572 0.01664 0.40124-0.01286 0.5839-0.04464 0.05197-0.0091 0.10318-0.01967 0.15897-0.03026-0.0053-0.15813-0.01376-0.36997-0.02675-0.52205-0.02064-0.0015-0.03133-0.0046-0.0428-0.0038-0.12228 0.0046-0.27666 0.02346-0.39895 0.02572-0.05274 7.71e-4 -0.10623-0.0046-0.1582-0.01514-0.06573-0.01362-0.10929-0.05674-0.12763-0.12181-0.0069-0.02724-0.01453-0.05372-0.01605-0.08095-0.0084-0.10214-0.01147-0.26027-0.01223-0.36316-0.0023-0.36619 0-0.96843 0-0.96843h0.78261v-0.58106h-0.78261v-0.77475zm-2.3486 0.19747c0.11617 0 0.23157 0.01362 0.34698 0.04161 0.19947 0.04842 0.3485 0.15434 0.44022 0.32004 0.08025 0.14224 0.12458 0.29431 0.14521 0.45093 0.02446 0.18915 0.03592 0.37981 0.04662 0.49784-0.0099 0.3276-0.01758 0.58182-0.09095 0.83073-0.01529 0.05296-0.03439 0.10517-0.05579 0.15586-0.08254 0.19974-0.24533 0.32155-0.47614 0.37451-0.2331 0.05296-0.46926 0.05372-0.70389 0.0015-0.24609-0.05446-0.41194-0.18686-0.49906-0.39795-0.07031-0.17099-0.10776-0.34727-0.1177-0.52734-0.01146-0.20201-0.01605-0.40477-0.0099-0.60678 0.0053-0.21865 0.03821-0.43504 0.11846-0.6431 0.01682-0.04312 0.03745-0.08549 0.05885-0.12635 0.09171-0.17175 0.24456-0.27918 0.44939-0.32987 0.1154-0.02799 0.23157-0.04161 0.34774-0.04161z" fill="#232629" stroke-width=".19467"/>
-  <path class="ColorScheme-Text" d="m19 14.61v3.1929l-1.25 1.1973v-1.1973h-3.75v-3.1929zm-0.41667 0.39911h-4.1667v2.3947h4.1667z" color="#eff0f1" fill="#5fd38d"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/><g transform="matrix(1.2 0 0 1.2 -3.0119 -2.961)"><path d="m10.454 9c-0.089419 0-0.19871 0.045396-0.26062 0.10744-0.35921 0.35257-0.71917 0.70438-1.0807 1.0554-0.06267 0.060527-0.11311 0.16948-0.11311 0.26329v7.56e-4c0.00153 1.6259 0.00153 4.9277 0.00153 4.964v0.19369h0.19565c0.036685 0 4.9257-7.8e-4 7.3454 7.81e-4 0.09783 0 0.20864-0.04993 0.27208-0.11198l8e-4 -7.81e-4c0.35537-0.3503 0.71228-0.69909 1.0707-1.0464 0.067231-0.065823 0.11385-0.17856 0.11385-0.27086-0.001529-1.6214 0-4.9617 0-4.9617v-0.19369zm0.0092 0.38737h7.1451c0 0.24286-0.0015 3.2057 0 4.7657-0.35768 0.34652-0.71459 0.6953-1.0692 1.0448-2.3562-0.0015-6.8662-0.0015-7.1467-7.81e-4 0-0.27086 0-3.1958-0.00153-4.762 0.35844-0.34801 0.71612-0.69679 1.0723-1.0478zm1.8809 0.77475c-0.0619 0-0.12305 0.0015-0.18495 0.0038-0.1498 0.0061-0.2973 0.03102-0.44175 0.07263-0.32711 0.09609-0.57244 0.28826-0.71535 0.59468-0.04968 0.10668-0.09171 0.2179-0.12534 0.33063-0.09248 0.30869-0.11158 0.62645-0.1154 0.94498-0.0023 0.21487 0.0107 0.42898 0.04203 0.64159 0.03057 0.19898 0.07796 0.39343 0.1582 0.5803 0.14521 0.33593 0.40048 0.54701 0.75968 0.63932 0.31258 0.08095 0.62823 0.09155 0.9538 0.04691 0.16355 0.26102 0.32863 0.52583 0.49601 0.79366 0.19795-0.09079 0.38596-0.17629 0.57932-0.26481-0.15973-0.25119-0.31335-0.49405-0.46544-0.73389 0.06649-0.05901 0.13222-0.11122 0.1903-0.17023 0.15056-0.15661 0.24151-0.345 0.30112-0.55004 0.08483-0.2928 0.10623-0.59392 0.11388-0.8958 0.0054-0.23379-0.0099-0.46682-0.04203-0.69833-0.0306-0.21564-0.08333-0.42597-0.17352-0.62647-0.15362-0.34046-0.415-0.55382-0.78261-0.64764-0.18113-0.0454-0.36379-0.06053-0.54798-0.06128zm2.3295 0.38737v0.77475h-0.3913v0.58106h0.3913v1.3558c0 0.14905 0.03133 0.31247 0.09171 0.45168 0.05044 0.11727 0.13528 0.19974 0.25374 0.25043 0.09018 0.03783 0.18419 0.0575 0.28125 0.06658 0.18572 0.01664 0.40124-0.01286 0.5839-0.04464 0.05197-0.0091 0.10318-0.01967 0.15897-0.03026-0.0053-0.15813-0.01376-0.36997-0.02675-0.52205-0.02064-0.0015-0.03133-0.0046-0.0428-0.0038-0.12228 0.0046-0.27666 0.02346-0.39895 0.02572-0.05274 7.71e-4 -0.10623-0.0046-0.1582-0.01514-0.06573-0.01362-0.10929-0.05674-0.12763-0.12181-0.0069-0.02724-0.01453-0.05372-0.01605-0.08095-0.0084-0.10214-0.01147-0.26027-0.01223-0.36316-0.0023-0.36619 0-0.96843 0-0.96843h0.78261v-0.58106h-0.78261v-0.77475zm-2.3486 0.19747c0.11617 0 0.23157 0.01362 0.34698 0.04161 0.19947 0.04842 0.3485 0.15434 0.44022 0.32004 0.08025 0.14224 0.12458 0.29431 0.14521 0.45093 0.02446 0.18915 0.03592 0.37981 0.04662 0.49784-0.0099 0.3276-0.01758 0.58182-0.09095 0.83073-0.01529 0.05296-0.03439 0.10517-0.05579 0.15586-0.08254 0.19974-0.24533 0.32155-0.47614 0.37451-0.2331 0.05296-0.46926 0.05372-0.70389 0.0015-0.24609-0.05446-0.41194-0.18686-0.49906-0.39795-0.07031-0.17099-0.10776-0.34727-0.1177-0.52734-0.01146-0.20201-0.01605-0.40477-0.0099-0.60678 0.0053-0.21865 0.03821-0.43504 0.11846-0.6431 0.01682-0.04312 0.03745-0.08549 0.05885-0.12635 0.09171-0.17175 0.24456-0.27918 0.44939-0.32987 0.1154-0.02799 0.23157-0.04161 0.34774-0.04161z" fill="#232629" stroke-width=".19467"/><path class="ColorScheme-Text" d="m19 14.61v3.1929l-1.25 1.1973v-1.1973h-3.75v-3.1929zm-0.41667 0.39911h-4.1667v2.3947h4.1667z" color="#eff0f1" fill="#5fd38d"/></g></svg>
--- a/eric6/icons/breeze-light/openUI.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/openUI.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.6 0 0 .58537 7.2051 7.3726)" fill="#232629">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/><g transform="matrix(.6 0 0 .58537 7.2051 7.3726)" fill="#232629"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/opera.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/opera.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<path d="m24 0c-12.13 0-22 10.766-22 24s9.87 24 22 24c12.13 0 22-10.766 22-24s-9.87-24-22-24zm7.966 37.252c-0.63422 3.4462-3.3882 6.1087-6.854 6.626-0.36506 0.08156-0.738 0.12244-1.112 0.12197-0.39788-0.0011-0.79425-0.04678-1.182-0.13603-3.4392-0.53409-6.1628-3.1878-6.786-6.612-1.2327-4.3141-1.9155-8.7668-2.032-13.252 0.11747-4.4854 0.80091-8.9379 2.034-13.252 0.63497-3.4455 3.3889-6.107 6.854-6.624 0.75497-0.16406 1.5368-0.16003 2.29 0.012 3.4447 0.52997 6.1747 3.1853 6.8 6.614 1.229 4.314 1.9084 8.7658 2.022 13.25-0.11719 4.4856-0.80063 8.9381-2.034 13.252z" fill="#f44336" stroke-width=".09375"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m24 0c-12.13 0-22 10.766-22 24s9.87 24 22 24 22-10.766 22-24-9.87-24-22-24zm7.966 37.252c-0.63422 3.4462-3.3882 6.1087-6.854 6.626-0.36506 0.08156-0.738 0.12244-1.112 0.12197-0.39788-0.0011-0.79425-0.04678-1.182-0.13603-3.4392-0.53409-6.1628-3.1878-6.786-6.612-1.2327-4.3141-1.9155-8.7668-2.032-13.252 0.11747-4.4854 0.80091-8.9379 2.034-13.252 0.63497-3.4455 3.3889-6.107 6.854-6.624 0.75497-0.16406 1.5368-0.16003 2.29 0.012 3.4447 0.52997 6.1747 3.1853 6.8 6.614 1.229 4.314 1.9084 8.7658 2.022 13.25-0.11719 4.4856-0.80063 8.9381-2.034 13.252z" fill="#f44336" stroke-width=".09375"/></svg>
--- a/eric6/icons/breeze-light/outgoingBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/outgoingBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22072)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/passwords.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/passwords.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m11 3.5a2.5 2.5 0 0 1 2.5 2.5v5h-5v-5a2.5 2.5 0 0 1 2.5-2.5zm0-2.5a5 5 0 0 0-5 5v5h-2.5v10h15v-10h-2.5v-5a5 5 0 0 0-5-5z" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m11 3.5a2.5 2.5 0 0 1 2.5 2.5v5h-5v-5a2.5 2.5 0 0 1 2.5-2.5zm0-2.5a5 5 0 0 0-5 5v5h-2.5v10h15v-10h-2.5v-5a5 5 0 0 0-5-5z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/pause.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pause.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/pim.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pim.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020372 .79592 .81408)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020372 .79592 .81408)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g></svg>
--- a/eric6/icons/breeze-light/pim48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pim48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.044898 0 0 .044818 1.551 1.591)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.044898 0 0 .044818 1.551 1.591)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g></svg>
--- a/eric6/icons/breeze-light/plugin.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/plugin.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/plugin48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/plugin48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.3333 5.5v3.5h-7.3333v31.5h44v-31.5h-7.3333v-3.5h-11v3.5h-7.3333v-3.5zm-3.6667 7h36.667v24.5h-36.667z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.3333 5.5v3.5h-7.3333v31.5h44v-31.5h-7.3333v-3.5h-11v3.5h-7.3333v-3.5zm-3.6667 7h36.667v24.5h-36.667z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/pluginArchive.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginArchive.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/></g></svg>
--- a/eric6/icons/breeze-light/pluginArchive48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginArchive48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -508.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m328 510.36v44h44v-44zm2.75 2.75h16.5v2.75h2.75v-2.75h19.25v38.5h-38.5zm19.25 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v5.5h5.5v-2.75h-2.75z" fill="#232629" stroke-width="5.5"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -508.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m328 510.36v44h44v-44zm2.75 2.75h16.5v2.75h2.75v-2.75h19.25v38.5h-38.5zm19.25 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v5.5h5.5v-2.75h-2.75z" fill="#232629" stroke-width="5.5"/></g></svg>
--- a/eric6/icons/breeze-light/pluginArchiveList.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginArchiveList.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,22 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/>
-  <g transform="translate(35.39 -10.347)" fill="#4d82b8">
-   <path d="m303.61 562.71v1h6v-1z"/>
-   <path d="m303.61 560.71v1h6v-1z"/>
-   <path d="m303.61 558.71v1h6v-1z"/>
-  </g>
-  <g transform="translate(25.39 -10.347)" fill="#4d82b8">
-   <path d="m303.61 562.71v1h6v-1z"/>
-   <path d="m303.61 560.71v1h6v-1z"/>
-   <path d="m303.61 558.71v1h6v-1z"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/><g transform="translate(35.39 -10.347)" fill="#4d82b8"><path d="m303.61 562.71v1h6v-1z"/><path d="m303.61 560.71v1h6v-1z"/><path d="m303.61 558.71v1h6v-1z"/></g><g transform="translate(25.39 -10.347)" fill="#4d82b8"><path d="m303.61 562.71v1h6v-1z"/><path d="m303.61 560.71v1h6v-1z"/><path d="m303.61 558.71v1h6v-1z"/></g></g></svg>
--- a/eric6/icons/breeze-light/pluginArchiveSnapshot.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginArchiveSnapshot.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/>
-  <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/>
-  <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/>
-  <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/>
-  <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/>
-  <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/>
-  <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/>
-  <path class="ColorScheme-Text" d="m339.57 542.36v0.90906h-8.5714v9.0909h12v-9.0909h-0.85714v-0.90906zm-7.7143 1.8182h10.286v7.2728h-10.286zm3.4286 0.9091a2.5714 2.7273 0 0 0-2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714-2.7273 2.5714 2.7273 0 0 0-2.5714-2.7273zm0 0.9091a1.7143 1.8182 0 0 1 1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143-1.8182 1.7143 1.8182 0 0 1 1.7143-1.8182z" fill="#4d82b8"/>
-  <path transform="translate(326 534.36)" d="m8.7905 15.162c-0.16085-0.05167-0.41324-0.19733-0.56087-0.3237-0.82094-0.7027-0.82136-2.0736-8.43e-4 -2.7759 0.25642-0.21948 0.75637-0.41978 1.0478-0.41978 0.30068 0 0.82726 0.21073 1.0544 0.42194l0.23662 0.22006-0.80686 0.0034v2.4529h0.33065c0.29342 0 0.32116 0.01143 0.24638 0.10154-0.27073 0.32621-1.035 0.48403-1.5472 0.3195z" fill="#4d82b8" stroke="#4d82b8" stroke-width=".1291"/>
-  <path transform="translate(326 534.36)" d="m9.8253 13.515v-1.1619h0.82492l0.13024 0.27708c0.2741 0.58312 0.23896 1.3106-0.08716 1.8046-0.15241 0.23088-0.17615 0.24206-0.5139 0.24206h-0.35411z" fill="#4d82b8" stroke="#4d82b8" stroke-width=".1291"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#22a7f0"><rect x="326.5" y="535.99" width="0" height="11"/><rect x="321.94" y="538.51" width="0" height="11"/><rect x="317.44" y="526.09" width="0" height="11"/><rect x="318.28" y="538.32" width="0" height="11"/><rect x="313.73" y="540.84" width="0" height="11"/><rect x="309.22" y="528.43" width="0" height="11"/></g><path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/><g fill="#4d82b8"><path class="ColorScheme-Text" d="m339.57 542.36v0.90906h-8.5714v9.0909h12v-9.0909h-0.85714v-0.90906zm-7.7143 1.8182h10.286v7.2728h-10.286zm3.4286 0.9091a2.5714 2.7273 0 0 0-2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714-2.7273 2.5714 2.7273 0 0 0-2.5714-2.7273zm0 0.9091a1.7143 1.8182 0 0 1 1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143-1.8182 1.7143 1.8182 0 0 1 1.7143-1.8182z"/><path transform="translate(326 534.36)" d="m8.7905 15.162c-0.16085-0.05167-0.41324-0.19733-0.56087-0.3237-0.82094-0.7027-0.82136-2.0736-8.43e-4 -2.7759 0.25642-0.21948 0.75637-0.41978 1.0478-0.41978 0.30068 0 0.82726 0.21073 1.0544 0.42194l0.23662 0.22006-0.80686 0.0034v2.4529h0.33065c0.29342 0 0.32116 0.01143 0.24638 0.10154-0.27073 0.32621-1.035 0.48403-1.5472 0.3195z" stroke="#4d82b8" stroke-width=".1291"/><path transform="translate(326 534.36)" d="m9.8253 13.515v-1.1619h0.82492l0.13024 0.27708c0.2741 0.58312 0.23896 1.3106-0.08716 1.8046-0.15241 0.23088-0.17615 0.24206-0.5139 0.24206h-0.35411z" stroke="#4d82b8" stroke-width=".1291"/></g></g></svg>
--- a/eric6/icons/breeze-light/pluginInstall.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginInstall.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/>
- <path d="m10.6 7v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/><path d="m10.6 7v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/pluginRepository.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginRepository.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,30 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="c-7" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.9 0 0 .89986 17.663 -7.4428)" stroke-width=".24999">
-  <ellipse cx="-6.8474" cy="21.051" rx="5" ry="4.9997" fill="url(#b)"/>
-  <path d="m-6.8474 16.051a5 4.9997 0 0 0-4.975 4.4997h0.725l0.75 0.74993 0.5 0.24983 2.7422 4.4872a5 4.9997 0 0 0 0.25775 0.01134 5 4.9997 0 0 0 5-4.9997 5 4.9997 0 0 0-5-4.9997z" fill="url(#c-7)" opacity=".2"/>
-  <path d="m-2.2009 19.21-1.6465 2.3416 1.5537 1.5536a5 4.9997 0 0 0 0.44625-2.0536 5 4.9997 0 0 0-0.34-1.8114 5 4.9997 0 0 0-0.013531-0.03024z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m-6.8474 16.051a5 4.9997 0 0 0-0.4755 0.02646 5 4.9997 0 0 0-0.063496 0.0076 5 4.9997 0 0 0-0.80475 0.15912v-0.0076a5 4.9997 0 0 0-2.425 1.5349h0.0025a5 4.9997 0 0 0-0.895 1.4861l0.41125-0.20561h1v0.24983l0.25 0.24983v-0.49996l0.5-0.49965h0.25v-0.24983l0.25-0.24983 0.5-0.24983 0.25-0.24983 0.5-0.24983v0.24983l0.5-0.24983h-0.25v-0.24983l-0.25-0.24983h1l-0.25 0.24983 0.75 0.24983-0.25-0.49999v-0.49996l-0.23675-0.2366a5 4.9997 0 0 0-0.26325-0.01134zm3.75 1.7024v0.54746h0.42275a5 4.9997 0 0 0-0.42275-0.54746zm-6.9845 0.01512h0.01523l-0.03073 0.03024 0.01576-0.03024zm7.506 0.69044-0.2715 0.09033-0.5 0.24983v0.24983l-0.5 0.49999-0.25 0.49996v0.99995l0.25 0.49996 0.5 0.24983 0.25 0.24983 1.1793-0.19616a5 4.9997 0 0 0 4.993e-4 -0.0076 5 4.9997 0 0 0 0.052252-0.43797 5 4.9997 0 0 0 0.01799-0.36019 5 4.9997 0 0 0-0.022488-0.43498 5 4.9997 0 0 0-0.024265-0.2022 5 4.9997 0 0 0-0.047497-0.30841 5 4.9997 0 0 0-0.033751-0.14929 5 4.9997 0 0 0-0.089261-0.34847 5 4.9997 0 0 0-0.036246-0.10809 5 4.9997 0 0 0-0.13476-0.36813 5 4.9997 0 0 0-0.037002-0.08239 5 4.9997 0 0 0-0.185-0.3812 5 4.9997 0 0 0-0.11825-0.20636zm-8.5215 1.5902-0.25 0.24983h-0.25l-0.1625-0.16252a5 4.9997 0 0 0 0 9.45e-4 5 4.9997 0 0 0-0.0665 0.49421 5 4.9997 0 0 0-5e-4 0.0076l0.4795 0.1595 0.5 0.24983 0.5 0.49965h0.5v0.49999l-0.25 0.2502-0.25 0.49996v0.24983l0.5 0.49965 0.25 0.49999 0.25 0.24983 0.5 0.24983v1.0799a5 4.9997 0 0 0 0.00151 4.91e-4 5 4.9997 0 0 0 0.42425 0.16139 5 4.9997 0 0 0 0.048 0.0189 5 4.9997 0 0 0 0.37825 0.10205 5 4.9997 0 0 0 0.11275 0.03024 5 4.9997 0 0 0 0.33 0.05405 5 4.9997 0 0 0 0.17 0.02646 5 4.9997 0 0 0 0.2875 0.0189 5 4.9997 0 0 0 0.24775 0.01134 5 4.9997 0 0 0 0.2545-0.0076l0.2455-0.49073v-0.24983l0.5-0.24983 0.25-0.24983 0.25-0.99995 0.25-0.24983v-0.49999l-0.5-0.25285h-0.25l-0.5-0.24983h-0.25l-0.25-0.50014-0.25-0.24983h-0.5l-0.5-0.5003h-0.5l-0.75-0.24983-0.25 0.49996-0.5-0.24983h-0.25001v-0.49996l-0.5-0.24983 0.25-0.49996z" fill="url(#d)"/>
-  <path d="m-11.835 20.926c-1e-3 0.04271-0.01277 0.08202-0.01277 0.1251 0 2.7698 2.23 4.9997 5 4.9997 2.77 0 5-2.2298 5-4.9997 0-0.04271-0.011792-0.08239-0.012775-0.1251-0.00741 0.30123-0.030236 0.59943-0.088505 0.88516a4.9725 4.9722 0 0 1-1.3602 2.5281 4.9875 4.9872 0 0 1-1.5887 1.0697 4.9542 4.9539 0 0 1-0.9395 0.29065 5.051 5.0507 0 0 1-1.01 0.10091c-0.34625 0-0.68425-0.03402-1.01-0.10091a4.9725 4.9722 0 0 1-2.5283-1.3602 4.9875 4.9872 0 0 1-1.0697-1.5886 4.9542 4.9539 0 0 1-0.2905-0.93944c-0.05825-0.28573-0.08075-0.58375-0.0885-0.88516" opacity=".2"/>
- </g>
-</svg>
+      }</style><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="c" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="e" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/><g transform="matrix(.9 0 0 .89986 17.663 -7.4428)" stroke-width=".24999"><ellipse cx="-6.8474" cy="21.051" rx="5" ry="4.9997" fill="url(#f)"/><path d="m-6.8474 16.051a5 4.9997 0 0 0-4.975 4.4997h0.725l0.75 0.74993 0.5 0.24983 2.7422 4.4872a5 4.9997 0 0 0 0.25775 0.01134 5 4.9997 0 0 0 5-4.9997 5 4.9997 0 0 0-5-4.9997z" fill="url(#e)" opacity=".2"/><path d="m-2.2009 19.21-1.6465 2.3416 1.5537 1.5536a5 4.9997 0 0 0 0.44625-2.0536 5 4.9997 0 0 0-0.34-1.8114 5 4.9997 0 0 0-0.013531-0.03024z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/><path d="m-6.8474 16.051a5 4.9997 0 0 0-0.4755 0.02646 5 4.9997 0 0 0-0.063496 0.0076 5 4.9997 0 0 0-0.80475 0.15912v-0.0076a5 4.9997 0 0 0-2.425 1.5349h0.0025a5 4.9997 0 0 0-0.895 1.4861l0.41125-0.20561h1v0.24983l0.25 0.24983v-0.49996l0.5-0.49965h0.25v-0.24983l0.25-0.24983 0.5-0.24983 0.25-0.24983 0.5-0.24983v0.24983l0.5-0.24983h-0.25v-0.24983l-0.25-0.24983h1l-0.25 0.24983 0.75 0.24983-0.25-0.49999v-0.49996l-0.23675-0.2366a5 4.9997 0 0 0-0.26325-0.01134zm3.75 1.7024v0.54746h0.42275a5 4.9997 0 0 0-0.42275-0.54746zm-6.9845 0.01512h0.01523l-0.03073 0.03024 0.01576-0.03024zm7.506 0.69044-0.2715 0.09033-0.5 0.24983v0.24983l-0.5 0.49999-0.25 0.49996v0.99995l0.25 0.49996 0.5 0.24983 0.25 0.24983 1.1793-0.19616a5 4.9997 0 0 0 4.993e-4 -0.0076 5 4.9997 0 0 0 0.052252-0.43797 5 4.9997 0 0 0 0.01799-0.36019 5 4.9997 0 0 0-0.022488-0.43498 5 4.9997 0 0 0-0.024265-0.2022 5 4.9997 0 0 0-0.047497-0.30841 5 4.9997 0 0 0-0.033751-0.14929 5 4.9997 0 0 0-0.089261-0.34847 5 4.9997 0 0 0-0.036246-0.10809 5 4.9997 0 0 0-0.13476-0.36813 5 4.9997 0 0 0-0.037002-0.08239 5 4.9997 0 0 0-0.185-0.3812 5 4.9997 0 0 0-0.11825-0.20636zm-8.5215 1.5902-0.25 0.24983h-0.25l-0.1625-0.16252a5 4.9997 0 0 0 0 9.45e-4 5 4.9997 0 0 0-0.0665 0.49421 5 4.9997 0 0 0-5e-4 0.0076l0.4795 0.1595 0.5 0.24983 0.5 0.49965h0.5v0.49999l-0.25 0.2502-0.25 0.49996v0.24983l0.5 0.49965 0.25 0.49999 0.25 0.24983 0.5 0.24983v1.0799a5 4.9997 0 0 0 0.00151 4.91e-4 5 4.9997 0 0 0 0.42425 0.16139 5 4.9997 0 0 0 0.048 0.0189 5 4.9997 0 0 0 0.37825 0.10205 5 4.9997 0 0 0 0.11275 0.03024 5 4.9997 0 0 0 0.33 0.05405 5 4.9997 0 0 0 0.17 0.02646 5 4.9997 0 0 0 0.2875 0.0189 5 4.9997 0 0 0 0.24775 0.01134 5 4.9997 0 0 0 0.2545-0.0076l0.2455-0.49073v-0.24983l0.5-0.24983 0.25-0.24983 0.25-0.99995 0.25-0.24983v-0.49999l-0.5-0.25285h-0.25l-0.5-0.24983h-0.25l-0.25-0.50014-0.25-0.24983h-0.5l-0.5-0.5003h-0.5l-0.75-0.24983-0.25 0.49996-0.5-0.24983h-0.25001v-0.49996l-0.5-0.24983 0.25-0.49996z" fill="url(#d)"/><path d="m-11.835 20.926c-1e-3 0.04271-0.01277 0.08202-0.01277 0.1251 0 2.7698 2.23 4.9997 5 4.9997s5-2.2298 5-4.9997c0-0.04271-0.011792-0.08239-0.012775-0.1251-0.00741 0.30123-0.030236 0.59943-0.088505 0.88516a4.9725 4.9722 0 0 1-1.3602 2.5281 4.9875 4.9872 0 0 1-1.5887 1.0697 4.9542 4.9539 0 0 1-0.9395 0.29065 5.051 5.0507 0 0 1-1.01 0.10091c-0.34625 0-0.68425-0.03402-1.01-0.10091a4.9725 4.9722 0 0 1-2.5283-1.3602 4.9875 4.9872 0 0 1-1.0697-1.5886 4.9542 4.9539 0 0 1-0.2905-0.93944c-0.05825-0.28573-0.08075-0.58375-0.0885-0.88516" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-light/pluginUninstall.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pluginUninstall.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="M 8.2726,7 7,8.2726 10.2274,11.500002 7,14.7274 8.2726,16 11.500002,12.7726 14.7274,16 16,14.7274 12.7726,11.500002 16,8.2726 14.7274,7 11.500002,10.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="M 8.2726,7 7,8.2726 10.2274,11.500002 7,14.7274 8.2726,16 11.500002,12.7726 14.7274,16 16,14.7274 12.7726,11.500002 16,8.2726 14.7274,7 11.500002,10.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/plus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/plus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10 4v7h-7v1h7v7h1v-7h7v-1h-7v-7h-1z" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10 4v7h-7v1h7v7h1v-7h7v-1h-7v-7h-1z" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/poslookahead.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/poslookahead.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/>
- <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
- <path d="m13.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/><path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/><path d="m13.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/poslookbehind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/poslookbehind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/>
- <path d="m11 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/>
- <path d="m3.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/><path d="m11 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/><path d="m3.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/preferences-api.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-api.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <path class="ColorScheme-Text" d="m329.5 535.36v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" fill="#ff9000"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><path class="ColorScheme-Text" d="m329.5 535.36v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" fill="#ff9000"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-application.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-application.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m11 1-3.0902 6.5836-6.9098 1.0557 5 5.1246-1.1803 7.2361 6.1803-3.4164 6.1803 3.4164-1.1803-7.2361 5-5.1246-6.9098-1.0557z" fill="#ff9000" stroke-width=".80391"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m11 1-3.0902 6.5836-6.9098 1.0557 5 5.1246-1.1803 7.2361 6.1803-3.4164 6.1803 3.4164-1.1803-7.2361 5-5.1246-6.9098-1.0557z" fill="#ff9000" stroke-width=".80391"/></svg>
--- a/eric6/icons/breeze-light/preferences-autocompletion.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-autocompletion.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2.875 1-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm6.25 0-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm8.3398 0-16.465 16.465 3.5352 3.5352 16.465-16.465zm-0.08545 1.853 1.7676 1.7676-3.8721 3.8745-1.77-1.77zm-12.004 3.147-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2.875 1-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm6.25 0-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm8.3398 0-16.465 16.465 3.5352 3.5352 16.465-16.465zm-0.08545 1.853 1.7676 1.7676-3.8721 3.8745-1.77-1.77zm-12.004 3.147-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-calltips.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-calltips.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,24 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="a" x1="13" x2="36" y1="1016.4" y2="1040.4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="b" x2="0" y1="44" y2="4" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x2="0" y1="39" y2="9" gradientTransform="matrix(1.0286 0 0 1.2 -5.314 -4.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.4878 0 0 .5 -.95122 -503.18)" fill-rule="evenodd">
-  <g color="#000000" stroke-width="2">
-   <path transform="translate(0 1004.4)" d="m44 24a20 20 0 1 1-40 0 20 20 0 1 1 40 0" fill="url(#b)"/>
-   <path transform="translate(0 1004.4)" d="m24 6c-9.941 0-18 8.06-18 18 0 9.941 8.06 18 18 18 9.941 0 18-8.06 18-18 0-9.941-8.06-18-18-18m-2 6h4v4h-4zm0 8h4v16h-4v-12z" fill="url(#c)"/>
-  </g>
-  <path d="m26 1020.4h-4l4 4v16h-4l8 8h15v-14l-19-18z" fill="url(#a)" opacity=".2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="f" x1="13" x2="36" y1="1016.4" y2="1040.4" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="e" x2="0" y1="44" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="d" x2="0" y1="39" y2="9" gradientTransform="matrix(1.0286 0 0 1.2 -5.314 -4.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><g transform="matrix(.4878 0 0 .5 -.95122 -503.18)" fill-rule="evenodd"><g color="#000000" stroke-width="2"><path transform="translate(0 1004.4)" d="m44 24a20 20 0 1 1-40 0 20 20 0 1 1 40 0" fill="url(#e)"/><path transform="translate(0 1004.4)" d="m24 6c-9.941 0-18 8.06-18 18 0 9.941 8.06 18 18 18 9.941 0 18-8.06 18-18 0-9.941-8.06-18-18-18m-2 6h4v4h-4zm0 8h4v16h-4v-12z" fill="url(#d)"/></g><path d="m26 1020.4h-4l4 4v16h-4l8 8h15v-14l-19-18z" fill="url(#f)" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-colours.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-colours.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,123 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4149" x2="0" y1="545.8" y2="517.8" gradientTransform="translate(1.45e-4,5.74e-4)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#1d1e1e" offset="0"/>
-   <stop stop-color="#44484c" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4274" x1="8" x2="24" y1="24" y2="8" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4288">
-   <stop stop-color="#e81877" offset="0"/>
-   <stop stop-color="#dd1d8c" offset=".3125"/>
-   <stop stop-color="#6d57b1" offset=".5625"/>
-   <stop stop-color="#2a78c1" offset=".75"/>
-   <stop stop-color="#018dcb" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4534">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4300">
-   <stop stop-color="#e51561" offset="0"/>
-   <stop stop-color="#e4156c" offset=".3125"/>
-   <stop stop-color="#e71e2c" offset=".5625"/>
-   <stop stop-color="#e8301e" offset=".75"/>
-   <stop stop-color="#e6320e" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4584">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4284" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4328">
-   <stop stop-color="#bec900" offset="0"/>
-   <stop stop-color="#9ec80a" offset=".3125"/>
-   <stop stop-color="#71b93d" offset=".5625"/>
-   <stop stop-color="#35a48f" offset=".75"/>
-   <stop stop-color="#018fca" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4550">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4286" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4316">
-   <stop stop-color="#c1cc00" offset="0"/>
-   <stop stop-color="#dfcd00" offset=".3125"/>
-   <stop stop-color="#f0cc00" offset=".5625"/>
-   <stop stop-color="#fd8c08" offset=".75"/>
-   <stop stop-color="#f25c13" offset="1"/>
-  </linearGradient>
-  <clipPath id="clipPath4568">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <filter id="filter4390" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="0.4"/>
-  </filter>
-  <clipPath id="clipPath4578">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528-1">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4578-8">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562-8">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4314" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.2 0 0 .2 318.86 -636.56)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4917" x2="0" y1="524.8" y2="522.8" gradientTransform="translate(-8,8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#989a9b" offset="0"/>
-   <stop stop-color="#f6f6f7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4499" x1="393.57" x2="407.57" y1="524.8" y2="538.8" gradientTransform="translate(-384.57 -515.8)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient913" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <g transform="matrix(.71429 0 0 .71429 109.45 156.94)">
-   <rect x="386.57" y="517.8" width="28" height="28" rx="14" fill="url(#linearGradient4149)"/>
-   <g transform="matrix(.66347 .17778 -.17778 .66347 222.62 111.64)" stroke-opacity=".55027" stroke-width="2.8">
-    <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4534)" fill="url(#linearGradient4274)"/>
-    <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4584)" fill="url(#linearGradient4278)"/>
-    <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4550)" fill="url(#linearGradient4284)"/>
-    <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4568)" fill="url(#linearGradient913)"/>
-   </g>
-   <g transform="matrix(.68688 0 0 .68688 119.93 172.01)" opacity=".7" stroke-opacity=".55027" stroke-width="2.8">
-    <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" filter="url(#filter4390)" opacity="1"/>
-    <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" filter="url(#filter4390)" opacity="1"/>
-    <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient913)" filter="url(#filter4390)" opacity="1"/>
-    <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" filter="url(#filter4390)" opacity="1"/>
-   </g>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 400.57 508.48)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient913)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/>
-   <g transform="matrix(.17778 .66347 -.66347 .17778 675.46 167.6)" stroke-opacity=".55027" stroke-width="2.8">
-    <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528-1)" fill="url(#linearGradient4274)" opacity=".3"/>
-    <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578-8)" fill="url(#linearGradient4278)" opacity=".3"/>
-    <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-8)" fill="url(#linearGradient4286)" opacity=".3"/>
-    <path transform="translate(-6e-6,1e-5)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544-1)" fill="url(#linearGradient4284)" opacity=".3"/>
-   </g>
-   <path transform="translate(384.57 515.8)" d="m18.699 13-5.3496 6 9.3203 9.3203c2.4018-1.2982 4.3739-3.278 5.666-5.6836z" fill="url(#linearGradient4499)" fill-rule="evenodd" opacity=".2"/>
-   <rect transform="scale(1,-1)" x="396.57" y="-535.8" width="8" height="8" rx="4" fill="url(#linearGradient4314)" stroke-opacity=".55027" stroke-width="2.8"/>
-   <path d="m399.57 532.8 1-2 0.99999 2z" fill="url(#linearGradient4917)" fill-rule="evenodd"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="n" x2="0" y1="545.8" y2="517.8" gradientTransform="translate(1.45e-4,5.74e-4)" gradientUnits="userSpaceOnUse"><stop stop-color="#1d1e1e" offset="0"/><stop stop-color="#44484c" offset="1"/></linearGradient><linearGradient id="d" x1="8" x2="24" y1="24" y2="8" gradientUnits="userSpaceOnUse"><stop stop-color="#e81877" offset="0"/><stop stop-color="#dd1d8c" offset=".3125"/><stop stop-color="#6d57b1" offset=".5625"/><stop stop-color="#2a78c1" offset=".75"/><stop stop-color="#018dcb" offset="1"/></linearGradient><clipPath id="u"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><linearGradient id="c" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#e51561" offset="0"/><stop stop-color="#e4156c" offset=".3125"/><stop stop-color="#e71e2c" offset=".5625"/><stop stop-color="#e8301e" offset=".75"/><stop stop-color="#e6320e" offset="1"/></linearGradient><clipPath id="o"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="b" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#bec900" offset="0"/><stop stop-color="#9ec80a" offset=".3125"/><stop stop-color="#71b93d" offset=".5625"/><stop stop-color="#35a48f" offset=".75"/><stop stop-color="#018fca" offset="1"/></linearGradient><clipPath id="s"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="a" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#l"/><linearGradient id="l"><stop stop-color="#c1cc00" offset="0"/><stop stop-color="#dfcd00" offset=".3125"/><stop stop-color="#f0cc00" offset=".5625"/><stop stop-color="#fd8c08" offset=".75"/><stop stop-color="#f25c13" offset="1"/></linearGradient><clipPath id="q"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="i"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><filter id="e" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="0.4"/></filter><clipPath id="f"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="g"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="h"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="v"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><clipPath id="p"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="r"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="t"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="m" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.2 0 0 .2 318.86 -636.56)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="j" x2="0" y1="524.8" y2="522.8" gradientTransform="translate(-8,8)" gradientUnits="userSpaceOnUse"><stop stop-color="#989a9b" offset="0"/><stop stop-color="#f6f6f7" offset="1"/></linearGradient><linearGradient id="k" x1="393.57" x2="407.57" y1="524.8" y2="538.8" gradientTransform="translate(-384.57 -515.8)" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g transform="matrix(.71429 0 0 .71429 109.45 156.94)"><rect x="386.57" y="517.8" width="28" height="28" rx="14" fill="url(#n)"/><g stroke-opacity=".55027" stroke-width="2.8"><g transform="matrix(.66347 .17778 -.17778 .66347 222.62 111.64)"><path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#u)" fill="url(#d)"/><path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#o)" fill="url(#c)"/><path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#s)" fill="url(#b)"/><path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#q)" fill="url(#a)"/></g><g transform="matrix(.68688 0 0 .68688 119.93 172.01)" opacity=".7"><path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#i)" fill="url(#d)" filter="url(#e)" opacity="1"/><path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#f)" fill="url(#c)" filter="url(#e)" opacity="1"/><path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#g)" fill="url(#a)" filter="url(#e)" opacity="1"/><path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#h)" fill="url(#b)" filter="url(#e)" opacity="1"/></g><path transform="matrix(.48569 .48569 -.48569 .48569 400.57 508.48)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#i)" fill="url(#d)" opacity=".35"/><path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#f)" fill="url(#c)" opacity=".35"/><path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#g)" fill="url(#a)" opacity=".35"/><path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#h)" fill="url(#b)" opacity=".35"/><g transform="matrix(.17778 .66347 -.66347 .17778 675.46 167.6)"><path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#v)" fill="url(#d)" opacity=".3"/><path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#p)" fill="url(#c)" opacity=".3"/><path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#r)" fill="url(#a)" opacity=".3"/><path transform="translate(-6e-6,1e-5)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#t)" fill="url(#b)" opacity=".3"/></g></g><path transform="translate(384.57 515.8)" d="m18.699 13-5.3496 6 9.3203 9.3203c2.4018-1.2982 4.3739-3.278 5.666-5.6836z" fill="url(#k)" fill-rule="evenodd" opacity=".2"/><rect transform="scale(1,-1)" x="396.57" y="-535.8" width="8" height="8" rx="4" fill="url(#m)" stroke-opacity=".55027" stroke-width="2.8"/><path d="m399.57 532.8 1-2 0.99999 2z" fill="url(#j)" fill-rule="evenodd"/></g></g></svg>
--- a/eric6/icons/breeze-light/preferences-cooperation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-cooperation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-debugger.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-debugger.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-editor.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-editor.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-exporters.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-exporters.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v16.25h6.8052l-2.9481 2.8662 0.90904 0.88379 4.5-4.375-4.5-4.375-0.90904 0.88379 2.9481 2.8662h-5.5195v-13.75h15.429v17.5h-7.7143v1.25h9v-20h-1.2857z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v16.25h6.8052l-2.9481 2.8662 0.90904 0.88379 4.5-4.375-4.5-4.375-0.90904 0.88379 2.9481 2.8662h-5.5195v-13.75h15.429v17.5h-7.7143v1.25h9v-20h-1.2857z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-filehandling.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-filehandling.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-general.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-general.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m18.418 21c0.3372-0.0047 0.66996-0.07771 0.97823-0.21466 0.30829-0.13696 0.5857-0.33502 0.81556-0.58217 0.44726-0.40814 0.72464-0.96999 0.7769-1.5738 0.05932-0.6241-0.12134-1.2473-0.50511-1.7425-1.7235-1.8209-5.1228-5.2262-7.5954-7.6513 0.52611-1.4252 0.50153-2.996-0.068943-4.404-0.4691-1.1715-1.3033-2.16-2.3785-2.8183-0.84344-0.55957-1.8129-0.89962-2.8206-0.98937-1.0077-0.08974-2.0217 0.073644-2.9506 0.47539l-0.88157 0.3825 4.094 4.2234-1.7924 1.8009-4.2054-4.1172-0.38186 0.88586c-0.32186 0.74686-0.49257 1.5503-0.50214 2.3638-0.0096 0.81344 0.14214 1.6207 0.44643 2.3749 0.30171 0.7458 0.74986 1.4233 1.3179 1.9922 0.32186 0.31551 0.67757 0.59434 1.0607 0.8314 0.79271 0.53032 1.6997 0.86463 2.6464 0.97546 0.94686 0.11082 1.9064-5e-3 2.7998-0.33796 1.5684 1.5937 5.4834 5.5423 7.598 7.5197 0.42419 0.38596 0.97553 0.60163 1.5485 0.60564zm-11.339-18.672c0.93972-0.00236 1.8589 0.275 2.6409 0.79687 0.30499 0.18654 0.58824 0.4066 0.84451 0.65608 0.68156 0.68825 1.1367 1.5688 1.3045 2.5236 0.16777 0.95476 0.04011 1.9381-0.36586 2.8181l-0.19357 0.42499 0.33277 0.32539c2.4832 2.4278 6.0986 6.039 7.8367 7.8771 0.15476 0.23083 0.22096 0.5099 0.18634 0.78567-0.0346 0.27591-0.16766 0.52993-0.3746 0.71511-0.11926 0.13309-0.26457 0.24028-0.42692 0.3147-0.14309 0.06483-0.29774 0.10003-0.45474 0.10361-0.23844-6e-3 -0.46673-0.09803-0.643-0.25888-2.2472-2.1011-6.5891-6.4945-7.8632-7.7855l-0.32747-0.33071-0.4216 0.19258c-0.73393 0.34273-1.5438 0.48946-2.3511 0.42592-0.80728-0.06353-1.5844-0.33516-2.256-0.7885-0.30557-0.18872-0.58886-0.41148-0.84443-0.66405-0.44257-0.44209-0.79229-0.96843-1.0287-1.548-0.23628-0.57958-0.35443-1.2007-0.34757-1.8267 0-0.30863 0.03057-0.61651 0.09157-0.91906l3.6817 3.5992 3.6445-3.6457-3.5928-3.7054c0.30571-0.059533 0.61657-0.088455 0.928-0.086323z" fill="#232629" stroke-width="1.4298"/>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m18.418 21c0.3372-0.0047 0.66996-0.07771 0.97823-0.21466 0.30829-0.13696 0.5857-0.33502 0.81556-0.58217 0.44726-0.40814 0.72464-0.96999 0.7769-1.5738 0.05932-0.6241-0.12134-1.2473-0.50511-1.7425-1.7235-1.8209-5.1228-5.2262-7.5954-7.6513 0.52611-1.4252 0.50153-2.996-0.068943-4.404-0.4691-1.1715-1.3033-2.16-2.3785-2.8183-0.84344-0.55957-1.8129-0.89962-2.8206-0.98937-1.0077-0.08974-2.0217 0.073644-2.9506 0.47539l-0.88157 0.3825 4.094 4.2234-1.7924 1.8009-4.2054-4.1172-0.38186 0.88586c-0.32186 0.74686-0.49257 1.5503-0.50214 2.3638-0.0096 0.81344 0.14214 1.6207 0.44643 2.3749 0.30171 0.7458 0.74986 1.4233 1.3179 1.9922 0.32186 0.31551 0.67757 0.59434 1.0607 0.8314 0.79271 0.53032 1.6997 0.86463 2.6464 0.97546 0.94686 0.11082 1.9064-5e-3 2.7998-0.33796 1.5684 1.5937 5.4834 5.5423 7.598 7.5197 0.42419 0.38596 0.97553 0.60163 1.5485 0.60564zm-11.339-18.672c0.93972-0.00236 1.8589 0.275 2.6409 0.79687 0.30499 0.18654 0.58824 0.4066 0.84451 0.65608 0.68156 0.68825 1.1367 1.5688 1.3045 2.5236 0.16777 0.95476 0.04011 1.9381-0.36586 2.8181l-0.19357 0.42499 0.33277 0.32539c2.4832 2.4278 6.0986 6.039 7.8367 7.8771 0.15476 0.23083 0.22096 0.5099 0.18634 0.78567-0.0346 0.27591-0.16766 0.52993-0.3746 0.71511-0.11926 0.13309-0.26457 0.24028-0.42692 0.3147-0.14309 0.06483-0.29774 0.10003-0.45474 0.10361-0.23844-6e-3 -0.46673-0.09803-0.643-0.25888-2.2472-2.1011-6.5891-6.4945-7.8632-7.7855l-0.32747-0.33071-0.4216 0.19258c-0.73393 0.34273-1.5438 0.48946-2.3511 0.42592-0.80728-0.06353-1.5844-0.33516-2.256-0.7885-0.30557-0.18872-0.58886-0.41148-0.84443-0.66405-0.44257-0.44209-0.79229-0.96843-1.0287-1.548-0.23628-0.57958-0.35443-1.2007-0.34757-1.8267 0-0.30863 0.03057-0.61651 0.09157-0.91906l3.6817 3.5992 3.6445-3.6457-3.5928-3.7054c0.30571-0.059533 0.61657-0.088455 0.928-0.086323z" fill="#232629" stroke-width="1.4298"/></svg>
--- a/eric6/icons/breeze-light/preferences-graphics.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-graphics.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-help.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-help.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627 0-1.5506 0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627 0 1.5506-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204 0 0.11396-0.02432 0.22072-0.03417 0.33203-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203 0-0.11396 0.024324-0.22072 0.03418-0.33203 0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035-1.5506 0-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-helpdocumentation.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-helpdocumentation.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m14 7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.08724 2 2 0 0 0-0.57943 0.08724l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087239 0.57943 2 2 0 0 0 0.08724 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40886-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.08724-0.57943 2 2 0 0 0-0.08724-0.57943zm-2.9245 0.25781a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.08724 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40885 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.08724v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m14 7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.08724 2 2 0 0 0-0.57943 0.08724l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087239 0.57943 2 2 0 0 0 0.08724 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40886-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.08724-0.57943 2 2 0 0 0-0.08724-0.57943zm-2.9245 0.25781a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.08724 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40885 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.08724v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-helpviewers.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-helpviewers.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14.286l3.75 5.7143-2.5e-5 -4.2857 2.5e-5 -1.4286h16.25v-14.286zm1.25 1.4286h17.5v11.429h-17.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m11 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5zm-5 0.83333v1.6667l1.6667-1.6667zm5 0a4.1667 4.1667 0 0 1 1.9922 0.50781l-1.2679 1.2679a2.5 2.5 0 0 0-0.72428-0.10905 2.5 2.5 0 0 0-0.72428 0.10905l-1.2646-1.2646a4.1667 4.1667 0 0 1 1.9889-0.51107zm3.3333 0 1.6667 1.6667v-1.6667zm-6.9922 2.1745 1.2679 1.2679a2.5 2.5 0 0 0-0.10905 0.72428 2.5 2.5 0 0 0 0.10905 0.72428l-1.2646 1.2646a4.1667 4.1667 0 0 1-0.51107-1.9889 4.1667 4.1667 0 0 1 0.50781-1.9922zm7.3145 0.00325a4.1667 4.1667 0 0 1 0.51107 1.9889 4.1667 4.1667 0 0 1-0.50781 1.9922l-1.2679-1.2679a2.5 2.5 0 0 0 0.10905-0.72429 2.5 2.5 0 0 0-0.10905-0.72428zm-3.6556 0.32226a1.6667 1.6667 0 0 1 1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667-1.6667 1.6667 1.6667 0 0 1 1.6667-1.6667zm-0.72428 4.0576a2.5 2.5 0 0 0 0.72428 0.10905 2.5 2.5 0 0 0 0.72428-0.10905l1.2646 1.2646a4.1667 4.1667 0 0 1-1.9889 0.51107 4.1667 4.1667 0 0 1-1.9922-0.50781zm-4.2757 0.10905v1.6667h1.6667zm10 0-1.6667 1.6667h1.6667z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14.286l3.75 5.7143-2.5e-5 -4.2857 2.5e-5 -1.4286h16.25v-14.286zm1.25 1.4286h17.5v11.429h-17.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m11 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5zm-5 0.83333v1.6667l1.6667-1.6667zm5 0a4.1667 4.1667 0 0 1 1.9922 0.50781l-1.2679 1.2679a2.5 2.5 0 0 0-0.72428-0.10905 2.5 2.5 0 0 0-0.72428 0.10905l-1.2646-1.2646a4.1667 4.1667 0 0 1 1.9889-0.51107zm3.3333 0 1.6667 1.6667v-1.6667zm-6.9922 2.1745 1.2679 1.2679a2.5 2.5 0 0 0-0.10905 0.72428 2.5 2.5 0 0 0 0.10905 0.72428l-1.2646 1.2646a4.1667 4.1667 0 0 1-0.51107-1.9889 4.1667 4.1667 0 0 1 0.50781-1.9922zm7.3145 0.00325a4.1667 4.1667 0 0 1 0.51107 1.9889 4.1667 4.1667 0 0 1-0.50781 1.9922l-1.2679-1.2679a2.5 2.5 0 0 0 0.10905-0.72429 2.5 2.5 0 0 0-0.10905-0.72428zm-3.6556 0.32226a1.6667 1.6667 0 0 1 1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667-1.6667 1.6667 1.6667 0 0 1 1.6667-1.6667zm-0.72428 4.0576a2.5 2.5 0 0 0 0.72428 0.10905 2.5 2.5 0 0 0 0.72428-0.10905l1.2646 1.2646a4.1667 4.1667 0 0 1-1.9889 0.51107 4.1667 4.1667 0 0 1-1.9922-0.50781zm-4.2757 0.10905v1.6667h1.6667zm10 0-1.6667 1.6667h1.6667z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-highlighter-association.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-highlighter-association.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,32 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4217" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.5 0 0 .5 191.29 274.9)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#21c9fb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4296" x2="0" y1="22" y2="10" gradientTransform="matrix(.71429 0 0 .71429 384.14 525.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#7cbaf8" offset="0"/>
-   <stop stop-color="#f4fcff" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4304" x2="0" y1="545.8" y2="517.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#42a603" offset="0"/>
-   <stop stop-color="#78da06" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4227">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4385" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
-  <linearGradient id="linearGradient4389" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 113.73 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/>
- </defs>
- <g transform="translate(-384.57 -525.8)" stroke-width=".71429">
-  <path d="m389.86 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4304)"/>
-  <path d="m405.57 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/>
-  <path d="m385.57 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4217)"/>
-  <path d="m401.29 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/>
-  <path d="m391.29 532.51c-0.39572 0-0.71429 0.31857-0.71429 0.71428 0 0.39572 0.31857 0.71429 0.71429 0.71429 0.39571 0 0.71428-0.31857 0.71428-0.71429 0-0.39571-0.31857-0.71428-0.71428-0.71428zm3.5714 0-1.4286 1.4286 1.4286 1.4286-1.4286 1.4286 1.4286 1.4286 2.8571-2.8571-1.4286-1.4286zm-5 4.2857c-0.39572 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31857 0.71428 0.71429 0.71428 0.39571 0 0.71428-0.31857 0.71428-0.71428 0-0.39572-0.31857-0.71429-0.71428-0.71429zm2.8571 2.8571c-0.39571 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31858 0.71428 0.71429 0.71428s0.71429-0.31857 0.71429-0.71428c0-0.39572-0.31858-0.71429-0.71429-0.71429z" fill="url(#linearGradient4296)"/>
-  <path d="m396.29 531.8 5 5v-5z" fill="url(#linearGradient4385)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m400.57 531.8 5 5v-5z" fill="url(#linearGradient4389)" fill-rule="evenodd" opacity=".2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="f" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.5 0 0 .5 191.29 274.9)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#21c9fb" offset="1"/></linearGradient><linearGradient id="e" x2="0" y1="22" y2="10" gradientTransform="matrix(.71429 0 0 .71429 384.14 525.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><linearGradient id="d" x2="0" y1="545.8" y2="517.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse"><stop stop-color="#42a603" offset="0"/><stop stop-color="#78da06" offset="1"/></linearGradient><linearGradient id="a"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="c" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="b" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 113.73 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#a"/></defs><g transform="translate(-384.57 -525.8)" stroke-width=".71429"><path d="m389.86 526.8v20h15.714v-15l-5-5z" fill="url(#d)"/><path d="m405.57 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/><path d="m385.57 526.8v20h15.714v-15l-5-5z" fill="url(#f)"/><path d="m401.29 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/><path d="m391.29 532.51c-0.39572 0-0.71429 0.31857-0.71429 0.71428 0 0.39572 0.31857 0.71429 0.71429 0.71429 0.39571 0 0.71428-0.31857 0.71428-0.71429 0-0.39571-0.31857-0.71428-0.71428-0.71428zm3.5714 0-1.4286 1.4286 1.4286 1.4286-1.4286 1.4286 1.4286 1.4286 2.8571-2.8571-1.4286-1.4286zm-5 4.2857c-0.39572 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31857 0.71428 0.71429 0.71428 0.39571 0 0.71428-0.31857 0.71428-0.71428 0-0.39572-0.31857-0.71429-0.71428-0.71429zm2.8571 2.8571c-0.39571 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31858 0.71428 0.71429 0.71428s0.71429-0.31857 0.71429-0.71428c0-0.39572-0.31858-0.71429-0.71429-0.71429z" fill="url(#e)"/><path d="m396.29 531.8 5 5v-5z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/><path d="m400.57 531.8 5 5v-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-highlighting-styles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-highlighting-styles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.5837 1-7.5837 20h2.1696c0.2359 0 0.43607-0.06584 0.60017-0.19775 0.17436-0.13191 0.29254-0.28404 0.35407-0.45654l1.7076-4.7949h3.8622l2.0366-1.9775h-5.1906l2.8602-8.0371c0.092301-0.24353 0.18873-0.52734 0.29129-0.85205 0.10256-0.32471 0.20631-0.6813 0.30887-1.0669l3.0234 8.6987 1.0321-1.001c0.12526-0.12114 0.27486-0.21588 0.43945-0.27832 0.06448-0.14962 0.1583-0.28562 0.27623-0.40039l0.2235-0.21728-3.5633-9.4189zm8.8569 15.879-2.0717 2.0264 0.52232 1.4551c0.082049 0.18265 0.19542 0.33478 0.33901 0.45654 0.15384 0.12176 0.35401 0.1831 0.60017 0.1831h2.1696z" fill="#232629" stroke-width="1.2677"/>
- <path class="ColorScheme-Text" d="m16.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.5837 1-7.5837 20h2.1696c0.2359 0 0.43607-0.06584 0.60017-0.19775 0.17436-0.13191 0.29254-0.28404 0.35407-0.45654l1.7076-4.7949h3.8622l2.0366-1.9775h-5.1906l2.8602-8.0371c0.092301-0.24353 0.18873-0.52734 0.29129-0.85205s0.20631-0.6813 0.30887-1.0669l3.0234 8.6987 1.0321-1.001c0.12526-0.12114 0.27486-0.21588 0.43945-0.27832 0.06448-0.14962 0.1583-0.28562 0.27623-0.40039l0.2235-0.21728-3.5633-9.4189zm8.8569 15.879-2.0717 2.0264 0.52232 1.4551c0.082049 0.18265 0.19542 0.33478 0.33901 0.45654 0.15384 0.12176 0.35401 0.1831 0.60017 0.1831h2.1696z" fill="#232629" stroke-width="1.2677"/><path class="ColorScheme-Text" d="m16.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-html5.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-html5.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#232629">
-  <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#232629"><rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/><path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-icons.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-icons.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,35 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 141.19 191.52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="translate(13 -7)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <g transform="matrix(.625 0 0 .64286 137.09 199.43)">
-   <rect x="397.57" y="510.8" width="32" height="28" rx="0" fill="url(#linearGradient4643-8)"/>
-   <path d="m398.57 536.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2"/>
-   <rect x="397.57" y="537.8" width="32" height="1" fill="#99a1a7"/>
-   <rect x="397.57" y="510.8" width="32" height="4" fill="#566069"/>
-   <rect x="397.57" y="514.8" width="32" height="1" fill="#3daee9"/>
-   <rect x="398.57" y="516.8" width="30" height="20" fill="#fff"/>
-   <rect x="426.57" y="511.8" width="2" height="2" rx="1" fill="#eff0f1"/>
-  </g>
-  <g transform="matrix(.625 0 0 .64286 145.21 194.93)">
-   <path transform="translate(384.57 515.8)" d="m4 11v6h7v-5h-3l-1-1z" fill="#7aabdc"/>
-   <path d="m388.57 534.8v6h7v-5h-3l-1-1z" fill="#7aabdc"/>
-   <path d="m398.57 526.8v6h5v-4l-2-2z" fill="#f95"/>
-   <path d="m401.57 526.8 2 2h-2z" fill="#d45500" fill-rule="evenodd"/>
-   <path d="m398.57 534.8v6h5v-4l-2-2z" fill="#71c837"/>
-   <path d="m401.57 534.8 2 2h-2z" fill="#447821" fill-rule="evenodd"/>
-   <rect x="406.57" y="526.8" width="6" height="6" rx="2.6e-5" fill="#333"/>
-   <rect x="407.57" y="528.8" width="4" height="2" rx="1" fill="#3daee9"/>
-   <rect x="409.57" y="528.8" width="2" height="2" rx="1" fill="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 141.19 191.52)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="translate(13 -7)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g transform="matrix(.625 0 0 .64286 137.09 199.43)"><rect x="397.57" y="510.8" width="32" height="28" rx="0" fill="url(#a)"/><path d="m398.57 536.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="397.57" y="537.8" width="32" height="1" fill="#99a1a7"/><rect x="397.57" y="510.8" width="32" height="4" fill="#566069"/><rect x="397.57" y="514.8" width="32" height="1" fill="#3daee9"/><rect x="398.57" y="516.8" width="30" height="20" fill="#fff"/><rect x="426.57" y="511.8" width="2" height="2" rx="1" fill="#eff0f1"/></g><g transform="matrix(.625 0 0 .64286 145.21 194.93)"><path transform="translate(384.57 515.8)" d="m4 11v6h7v-5h-3l-1-1z" fill="#7aabdc"/><path d="m388.57 534.8v6h7v-5h-3l-1-1z" fill="#7aabdc"/><path d="m398.57 526.8v6h5v-4l-2-2z" fill="#f95"/><path d="m401.57 526.8 2 2h-2z" fill="#d45500" fill-rule="evenodd"/><path d="m398.57 534.8v6h5v-4l-2-2z" fill="#71c837"/><path d="m401.57 534.8 2 2h-2z" fill="#447821" fill-rule="evenodd"/><rect x="406.57" y="526.8" width="6" height="6" rx="2.6e-5" fill="#333"/><rect x="407.57" y="528.8" width="4" height="2" rx="1" fill="#3daee9"/><rect x="409.57" y="528.8" width="2" height="2" rx="1" fill="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-light/preferences-interface.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-interface.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h12.857v-0.01225l0.010044 0.01225 5.1328-4.9902v-15.01h-18m1.2857 1.25h1.2857v13.75h-1.2857v-13.75m2.5714 0h12.857v12.5h-5.1429v1.25h-7.7143v-13.75m3.8571 1.25-2.5714 2.5 2.5714 2.5v-5m-6.4286 13.75h1.2857v2.5h-1.2857v-2.5m2.5714 0h7.7143v2.5h-7.7143v-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h12.857v-0.01225l0.010044 0.01225 5.1328-4.9902v-15.01h-18m1.2857 1.25h1.2857v13.75h-1.2857v-13.75m2.5714 0h12.857v12.5h-5.1429v1.25h-7.7143v-13.75m3.8571 1.25-2.5714 2.5 2.5714 2.5v-5m-6.4286 13.75h1.2857v2.5h-1.2857v-2.5m2.5714 0h7.7143v2.5h-7.7143v-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-keywords.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-keywords.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.6661 0 0 1.6654 -2.3239 -2.3092)" fill="#232629">
-  <path d="m10.06 1.988c-2.175 0-3.939 1.762-3.939 3.936 0 0.591 0.134 1.15 0.367 1.652l-0.674 0.797-0.059 0.748c-6e-3 5e-3 -0.734 0.027-0.734 0.027l-0.375 0.271s3e-3 0.816 0 0.805v2e-3l-0.803 0.014-0.338 0.387-8e-3 0.732s-0.692-0.045-0.762 0.02v2e-3c-0.442 0.407-0.74 0.697-0.74 0.697l2e-3 1.918 0.633-4e-3h-0.26l5.104-5.102c0.307 0.267 0.662 0.474 1.041 0.637 0.476 0.205 0.993 0.334 1.545 0.334 2.176 0 3.939-1.763 3.939-3.938 0-2.174-1.763-3.936-3.939-3.936m0.752 1.877c0.725 0 1.313 0.587 1.313 1.313 0 0.725-0.587 1.313-1.313 1.313-0.725 0-1.314-0.587-1.314-1.313 0-0.725 0.589-1.313 1.314-1.313"/>
-  <path d="m10.814 3.865c-0.725 0-1.314 0.587-1.314 1.313 0 0.725 0.589 1.313 1.314 1.313s1.313-0.587 1.313-1.313c0-0.725-0.587-1.313-1.313-1.313m0 0.75c0.311 0 0.563 0.252 0.563 0.563 0 0.31-0.252 0.563-0.563 0.563s-0.564-0.252-0.564-0.563 0.254-0.563 0.564-0.563m-3.338 4.275-5.104 5.102h1.877l4.453-4.377c-0.454-0.168-0.868-0.413-1.227-0.725" opacity=".525"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.6661 0 0 1.6654 -2.3239 -2.3092)" fill="#232629"><path d="m10.06 1.988c-2.175 0-3.939 1.762-3.939 3.936 0 0.591 0.134 1.15 0.367 1.652l-0.674 0.797-0.059 0.748c-6e-3 5e-3 -0.734 0.027-0.734 0.027l-0.375 0.271s3e-3 0.816 0 0.805v2e-3l-0.803 0.014-0.338 0.387-8e-3 0.732s-0.692-0.045-0.762 0.02v2e-3c-0.442 0.407-0.74 0.697-0.74 0.697l2e-3 1.918 0.633-4e-3h-0.26l5.104-5.102c0.307 0.267 0.662 0.474 1.041 0.637 0.476 0.205 0.993 0.334 1.545 0.334 2.176 0 3.939-1.763 3.939-3.938 0-2.174-1.763-3.936-3.939-3.936m0.752 1.877c0.725 0 1.313 0.587 1.313 1.313 0 0.725-0.587 1.313-1.313 1.313-0.725 0-1.314-0.587-1.314-1.313 0-0.725 0.589-1.313 1.314-1.313"/><path d="m10.814 3.865c-0.725 0-1.314 0.587-1.314 1.313 0 0.725 0.589 1.313 1.314 1.313s1.313-0.587 1.313-1.313c0-0.725-0.587-1.313-1.313-1.313m0 0.75c0.311 0 0.563 0.252 0.563 0.563 0 0.31-0.252 0.563-0.563 0.563s-0.564-0.252-0.564-0.563 0.254-0.563 0.564-0.563m-3.338 4.275-5.104 5.102h1.877l4.453-4.377c-0.454-0.168-0.868-0.413-1.227-0.725" opacity=".525"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-logviewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-logviewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,32 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <linearGradient id="f" x1="2" x2="2" y1="27" y2="9" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#31363b" offset="0"/>
-  <stop stop-color="#4f575f" offset="1"/>
- </linearGradient>
- <linearGradient id="a">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="e" cx="12" cy="1" r="9.5" gradientTransform="matrix(0 .20301 -1.1842 -3.2143e-5 3.4344 4.0636)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <radialGradient id="d" cx="2" cy="5.5" r="14.5" gradientTransform="matrix(0 .8867 -1.4224 0 10.073 6.6549)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 -159.24 -203.25)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#c6cdd1" offset="0"/>
-  <stop stop-color="#e0e5e7" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="7" x2="22" y1="10" y2="25" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse">
-  <stop offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <path d="m1 2h20v18h-20z" fill="url(#b)" stroke-width=".63387"/>
- <path d="m1.625 18.714 18.75-12.857 0.625 0.64286v13.5h-18.125z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
- <path d="m1 2h20v2.5714h-20z" fill="#566069" stroke-width=".63387"/>
- <path d="m1 4.5714h20v0.64286h-20z" fill="#3daee9" stroke-width=".63387"/>
- <path d="m1.625 5.8571h18.75v12.857h-18.75z" fill="#eff0f1" stroke-width=".63387"/>
- <rect x="19.125" y="2.6429" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
- <path d="m2.25 18.071 0.625 0.64286h17.5v-9.6429l-0.625-0.64286z" fill="url(#d)" opacity=".2" stroke-width=".63387"/>
- <path d="m2.25 8.4286h17.5v9.6429h-17.5z" fill="#fcfcfc" stroke-width=".63387"/>
- <path d="m2.25 7.1429 1.25 1.2857h10v-1.2857l-0.625-0.64286z" fill="url(#e)" opacity=".2" stroke-width=".63387"/>
- <path d="m2.25 6.5h11.25v0.64286h-11.25z" fill="#fcfcfc" stroke-width=".63387"/>
- <path d="m2.25 6.5h5.625v0.64286h-5.625zm0 10.929h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h6.25v0.64286h-6.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h10v0.64286h-10zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h11.25v0.64286h-11.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5z" fill="url(#f)" stroke-width=".63387"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="g" x1="2" x2="2" y1="27" y2="9" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"><stop stop-color="#31363b" offset="0"/><stop stop-color="#4f575f" offset="1"/></linearGradient><linearGradient id="a"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><radialGradient id="h" cx="12" cy="1" r="9.5" gradientTransform="matrix(0 .20301 -1.1842 -3.2143e-5 3.4344 4.0636)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><radialGradient id="i" cx="2" cy="5.5" r="14.5" gradientTransform="matrix(0 .8867 -1.4224 0 10.073 6.6549)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="k" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 -159.24 -203.25)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="j" x1="7" x2="22" y1="10" y2="25" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><g stroke-width=".63387"><path d="m1 2h20v18h-20z" fill="url(#k)"/><path d="m1.625 18.714 18.75-12.857 0.625 0.64286v13.5h-18.125z" fill="url(#j)" fill-rule="evenodd" opacity=".2"/><path d="m1 2h20v2.5714h-20z" fill="#566069"/><path d="m1 4.5714h20v0.64286h-20z" fill="#3daee9"/><path d="m1.625 5.8571h18.75v12.857h-18.75z" fill="#eff0f1"/><rect x="19.125" y="2.6429" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/><path d="m2.25 18.071 0.625 0.64286h17.5v-9.6429l-0.625-0.64286z" fill="url(#i)" opacity=".2"/><path d="m2.25 8.4286h17.5v9.6429h-17.5z" fill="#fcfcfc"/><path d="m2.25 7.1429 1.25 1.2857h10v-1.2857l-0.625-0.64286z" fill="url(#h)" opacity=".2"/><path d="m2.25 6.5h11.25v0.64286h-11.25z" fill="#fcfcfc"/><path d="m2.25 6.5h5.625v0.64286h-5.625zm0 10.929h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h6.25v0.64286h-6.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h10v0.64286h-10zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h11.25v0.64286h-11.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5z" fill="url(#g)"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-mail_generic.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-mail_generic.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="translate(-421.71 -525.79)" fill="#232629">
-  <path class="ColorScheme-Text" d="m422.71 528.79v1 14 0.41406 0.58594h1 19v-0.58594-0.41406-1-14h-0.0488-0.95117-17.537-0.46289-1zm1 1h0.0488l5.9746 5.9766-6.0234 6.0234v-12zm1.4629 0h15.074l-7.5371 7.5371-7.5371-7.5371zm16.488 0h0.0488v12l-6.0234-6.0234 5.9746-5.9766zm-11.221 6.6836 2.2695 2.2676 2.2695-2.2676 6.7305 6.7305v0.58594h-18v-0.58594l6.7305-6.7305z" fill="#232629"/>
- </g>
-</svg>
+      }</style></defs><g transform="translate(-421.71 -525.79)" fill="#232629"><path class="ColorScheme-Text" d="m422.71 528.79v16h20v-16h-20zm1 1h0.0488l5.9746 5.9766-6.0234 6.0234v-12zm1.4629 0h15.074l-7.5371 7.5371-7.5371-7.5371zm16.488 0h0.0488v12l-6.0234-6.0234 5.9746-5.9766zm-11.221 6.6836 2.2695 2.2676 2.2695-2.2676 6.7305 6.7305v0.58594h-18v-0.58594l6.7305-6.7305z" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-mimetypes.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-mimetypes.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-light/preferences-mouse-click-handler.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-mouse-click-handler.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
         }
         .ColorScheme-Highlight {
             color:#3daee9;
-        }</style>
- <rect class="ColorScheme-Highlight" x="9" y="2" width="4" height="7" color="#3daee9" fill="currentColor" fill-rule="evenodd"/>
- <path class="ColorScheme-Text" d="m9.75 1a6.25 6.25 0 0 0-6.25 6.25v7.5a6.25 6.25 0 0 0 6.25 6.25h2.5a6.25 6.25 0 0 0 6.25-6.25v-7.5a6.25 6.25 0 0 0-6.25-6.25zm0 1.25h2.5a5 5 0 0 1 5 5v7.5a5 5 0 0 1-5 5h-2.5a5 5 0 0 1-5-5v-7.5a5 5 0 0 1 5-5z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+        }</style><rect class="ColorScheme-Highlight" x="9" y="2" width="4" height="7" color="#3daee9" fill="currentColor" fill-rule="evenodd"/><path class="ColorScheme-Text" d="m9.75 1a6.25 6.25 0 0 0-6.25 6.25v7.5a6.25 6.25 0 0 0 6.25 6.25h2.5a6.25 6.25 0 0 0 6.25-6.25v-7.5a6.25 6.25 0 0 0-6.25-6.25zm0 1.25h2.5a5 5 0 0 1 5 5v7.5a5 5 0 0 1-5 5h-2.5a5 5 0 0 1-5-5v-7.5a5 5 0 0 1 5-5z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/preferences-multiproject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-multiproject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/><path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-network.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-network.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,34 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient856" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse" xlink:href="#e"/>
- </defs>
- <linearGradient id="e" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#2e3436" offset="0"/>
-  <stop stop-color="#555753" offset="1"/>
- </linearGradient>
- <linearGradient id="a">
-  <stop offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#c6cdd1" offset="0"/>
-  <stop stop-color="#e0e5e7" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <linearGradient id="d" x1="11" x2="25" y1="14" y2="28" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
- <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)">
-  <path d="m384.57 517.8h32v28h-32z" fill="url(#b)"/>
-  <path d="m385.57 543.8 30-20 1 1v21h-29z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/>
-  <path d="m384.57 517.8h32v4h-32z" fill="#566069"/>
-  <path d="m384.57 521.8h32v1h-32z" fill="#3daee9"/>
-  <path d="m385.57 523.8h30v20h-30z" fill="#fff"/>
-  <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/>
- </g>
- <path d="m6 7.7857h10l4.375 4.5v6.4286h-10.625l-3.75-3.8571z" fill="url(#d)" opacity=".2" stroke-width=".63387"/>
- <path d="m6.625 8.4286h8.75v5.7857h-8.75z" fill="#fcfcfc" stroke-width=".63387"/>
- <g transform="matrix(.625 0 0 .64286 1 .71429)" fill="url(#linearGradient856)">
-  <path d="m16 12a9 9 0 0 0-7.877 4.668c0.129 0.364 0.357 0.677 0.656 0.908a8 8 0 0 1 7.221-4.576 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.65-3.982 8 8 0 0 1 6.87 4.558c0.302-0.234 0.533-0.55 0.66-0.918a9 9 0 0 0-7.88-4.658zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.09-0.588 1 1 0 0 1-0.91 0.588 1 1 0 0 1-1-1 1 1 0 0 1 0.59-0.91 2 2 0 0 0-0.59-0.09z"/>
-  <path d="m8 11v11h7v2h-3v1h8v-1h-3v-2h7v-11h-15zm1 1h14v9h-14z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="e" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#2e3436" offset="0"/><stop stop-color="#555753" offset="1"/></linearGradient></defs><linearGradient id="a"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="h" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="g" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="f" x1="11" x2="25" y1="14" y2="28" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"><path d="m384.57 517.8h32v28h-32z" fill="url(#h)"/><path d="m385.57 543.8 30-20 1 1v21h-29z" fill="url(#g)" fill-rule="evenodd" opacity=".2"/><path d="m384.57 517.8h32v4h-32z" fill="#566069"/><path d="m384.57 521.8h32v1h-32z" fill="#3daee9"/><path d="m385.57 523.8h30v20h-30z" fill="#fff"/><rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/></g><path d="m6 7.7857h10l4.375 4.5v6.4286h-10.625l-3.75-3.8571z" fill="url(#f)" opacity=".2" stroke-width=".63387"/><path d="m6.625 8.4286h8.75v5.7857h-8.75z" fill="#fcfcfc" stroke-width=".63387"/><g transform="matrix(.625 0 0 .64286 1 .71429)" fill="url(#e)"><path d="m16 12a9 9 0 0 0-7.877 4.668c0.129 0.364 0.357 0.677 0.656 0.908a8 8 0 0 1 7.221-4.576 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.65-3.982 8 8 0 0 1 6.87 4.558c0.302-0.234 0.533-0.55 0.66-0.918a9 9 0 0 0-7.88-4.658zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.09-0.588 1 1 0 0 1-0.91 0.588 1 1 0 0 1-1-1 1 1 0 0 1 0.59-0.91 2 2 0 0 0-0.59-0.09z"/><path d="m8 11v11h7v2h-3v1h8v-1h-3v-2h7v-11h-15zm1 1h14v9h-14z"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-notifications.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-notifications.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m8.7751 17.25a2.5714 2.5 0 0 0-0.34654 1.25 2.5714 2.5 0 0 0 2.5714 2.5 2.5714 2.5 0 0 0 2.5714-2.5 2.5714 2.5 0 0 0-0.34905-1.25zm2.2249-16.25a1.2857 1.25 0 0 0-1.2857 1.25 1.2857 1.25 0 0 0 0.0126 0.16113 5.1429 5 0 0 0-3.8697 4.8389c0 3.75-1.2857 5-3.8571 7.5v1.25h18v-1.25c-2.5714-2.5-3.8571-3.75-3.8571-7.5a5.1429 5 0 0 0-3.8697-4.8389 1.2857 1.25 0 0 0 0.012557-0.16113 1.2857 1.25 0 0 0-1.2857-1.25zm0 2.5a3.8571 3.75 0 0 1 3.8571 3.75c0 3.75 0.75335 5 3.3248 7.5h-14.364c2.5714-2.5 3.3248-3.75 3.3248-7.5a3.8571 3.75 0 0 1 3.8571-3.75z" color="#eff0f1" fill="#232629" fill-rule="evenodd" stroke-width="1.2677"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m8.7751 17.25a2.5714 2.5 0 0 0-0.34654 1.25 2.5714 2.5 0 0 0 2.5714 2.5 2.5714 2.5 0 0 0 2.5714-2.5 2.5714 2.5 0 0 0-0.34905-1.25zm2.2249-16.25a1.2857 1.25 0 0 0-1.2857 1.25 1.2857 1.25 0 0 0 0.0126 0.16113 5.1429 5 0 0 0-3.8697 4.8389c0 3.75-1.2857 5-3.8571 7.5v1.25h18v-1.25c-2.5714-2.5-3.8571-3.75-3.8571-7.5a5.1429 5 0 0 0-3.8697-4.8389 1.2857 1.25 0 0 0 0.012557-0.16113 1.2857 1.25 0 0 0-1.2857-1.25zm0 2.5a3.8571 3.75 0 0 1 3.8571 3.75c0 3.75 0.75335 5 3.3248 7.5h-14.364c2.5714-2.5 3.3248-3.75 3.3248-7.5a3.8571 3.75 0 0 1 3.8571-3.75z" color="#eff0f1" fill="#232629" fill-rule="evenodd" stroke-width="1.2677"/></svg>
--- a/eric6/icons/breeze-light/preferences-orbit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-orbit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020401 .79577 .79924)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m8366.8 5001c-345.6-42.7-837.7-189.1-1262.6-376.1-207.4-89.5-209.4-91.5-250.1-52.9-24.4 22.4-93.5 65.1-154.5 97.6-101.7 50.8-132.2 56.9-315.1 56.9-166.7 0-221.6-8.1-298.9-44.7-134.2-61-290.7-213.5-355.8-349.7-48.8-99.6-56.9-138.3-56.9-309v-193.2l-172.8-120c-95.6-65.1-270.4-193.2-392.4-282.6-213.5-158.6-235.8-193.2-126.1-195.2 22.4 0 117.9-26.4 213.5-59l172.8-59 512.4 362 115.9-69.1c227.7-136.2 479.8-148.4 711.6-34.6 248 122 380.2 335.5 394.4 636.4l8.1 174.8 217.6 93.5c951.5 404.6 1650.9 437.1 1964.1 89.5 278.5-309 282.6-925.1 12.2-1742.4-341.7-1032.9-1026.8-2161.3-2010.9-3312.1-453.4-528.6-1238.2-1293.1-1797.3-1748.5l-158.6-128.1-93.5 71.2c-195.2 150.5-394.4 215.5-660.8 215.5-298.9 0-549-103.7-764.5-317.2-260.2-260.2-372.1-662.8-280.6-1012.5 18.3-67.1 28.5-122 24.4-126-22.4-22.4-585.6-278.6-766.5-349.7-803.1-311.1-1482.2-390.4-1864.4-217.6-453.4 205.3-546.9 764.5-270.4 1626.5 69.1 211.4 213.5 563.2 319.2 770.6l59 117.9 183 4c150.5 2.1 199.2 12.2 292.8 57 225.7 109.8 390.4 343.6 418.8 591.6 16.3 144.4-30.5 335.5-113.9 461.5l-56.9 85.4 115.9 164.7 117.9 162.7-54.9 174.9c-30.5 95.6-63 205.4-73.2 244l-18.3 67.1-164.7-219.7c-89.5-122-185-254.1-211.5-292.8l-44.7-71.2h-207.4c-178.9 0-219.6-6.1-319.2-52.9-246-115.9-410.7-370-412.7-636.4 0-180.9 30.5-284.6 122-420.9l71.2-107.8-111.8-233.8c-752.3-1575.7-597.8-2671.6 414.8-2944 203.3-56.9 729.9-50.8 1034.9 10.2 453.4 91.5 925.1 256.2 1472 518.5l300.9 142.3 75.2-71.2c164.7-158.6 390.4-256.2 636.4-274.5 514.4-38.6 975.9 282.6 1124.4 784.8 46.8 160.6 42.7 433.1-10.2 601.8-34.6 113.8-36.6 142.3-14.2 162.7 14.2 12.2 136.2 113.8 268.4 225.7 1783 1476.2 3257 3458.6 3814.1 5127.8 160.6 481.9 211.5 760.4 211.5 1173.2 2 392.4-20.3 508.3-142.3 760.4-132.2 270.4-410.7 488-721.8 561.2-168.8 38.6-475.8 52.8-669 30.5zm-1838-703.5c152.5-73.2 217.5-300.9 126-435.1-77.2-111.8-148.4-152.5-270.4-152.5s-193.2 38.6-270.4 154.5c-61 87.4-54.9 244 12.2 337.5 85.5 120 262.3 162.7 402.6 95.6zm-5178.5-5081c154.5-79.3 215.5-248 148.4-402.6-56.9-128.1-148.4-187.1-288.7-187.1-187.1 0-309 120-309 307 0 231.9 248 386.4 449.3 282.7zm3523.5-1960c126.1-61 246-178.9 315.1-311.1 50.8-95.6 56.9-128.1 56.9-300.9 0-162.7-8.1-207.4-46.8-280.6-73.2-136.2-199.2-262.3-327.3-323.3-95.6-48.8-140.3-56.9-276.5-56.9-276.5 0-483.9 128.1-603.9 372.1-59 120-67.1 154.5-67.1 298.9 2 120 12.2 187.1 44.7 256.2 75.2 166.7 231.8 311.1 410.7 378.2 112 40.6 376.3 24.4 494.2-32.6z"/><path d="m3987.4 2874.2c-894.6-176.9-1579.8-868.2-1750.6-1762.8-38.6-207.4-38.6-593.7 0-801.1 170.8-904.8 880.4-1608.2 1777-1764.8 211.5-36.6 571.3-38.7 774.6-2.1 839.7 150.6 1516.8 778.9 1744.5 1614.5 46.8 176.9 52.9 233.8 52.9 553 2 327.3-2.1 372.1-54.9 557.1-233.8 843.8-902.7 1461.9-1740.4 1608.3-209.5 36.6-614.1 36.6-803.1-2.1z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020401 .79577 .79924)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m8366.8 5001c-345.6-42.7-837.7-189.1-1262.6-376.1-207.4-89.5-209.4-91.5-250.1-52.9-24.4 22.4-93.5 65.1-154.5 97.6-101.7 50.8-132.2 56.9-315.1 56.9-166.7 0-221.6-8.1-298.9-44.7-134.2-61-290.7-213.5-355.8-349.7-48.8-99.6-56.9-138.3-56.9-309v-193.2l-172.8-120c-95.6-65.1-270.4-193.2-392.4-282.6-213.5-158.6-235.8-193.2-126.1-195.2 22.4 0 117.9-26.4 213.5-59l172.8-59 512.4 362 115.9-69.1c227.7-136.2 479.8-148.4 711.6-34.6 248 122 380.2 335.5 394.4 636.4l8.1 174.8 217.6 93.5c951.5 404.6 1650.9 437.1 1964.1 89.5 278.5-309 282.6-925.1 12.2-1742.4-341.7-1032.9-1026.8-2161.3-2010.9-3312.1-453.4-528.6-1238.2-1293.1-1797.3-1748.5l-158.6-128.1-93.5 71.2c-195.2 150.5-394.4 215.5-660.8 215.5-298.9 0-549-103.7-764.5-317.2-260.2-260.2-372.1-662.8-280.6-1012.5 18.3-67.1 28.5-122 24.4-126-22.4-22.4-585.6-278.6-766.5-349.7-803.1-311.1-1482.2-390.4-1864.4-217.6-453.4 205.3-546.9 764.5-270.4 1626.5 69.1 211.4 213.5 563.2 319.2 770.6l59 117.9 183 4c150.5 2.1 199.2 12.2 292.8 57 225.7 109.8 390.4 343.6 418.8 591.6 16.3 144.4-30.5 335.5-113.9 461.5l-56.9 85.4 115.9 164.7 117.9 162.7-54.9 174.9c-30.5 95.6-63 205.4-73.2 244l-18.3 67.1-164.7-219.7c-89.5-122-185-254.1-211.5-292.8l-44.7-71.2h-207.4c-178.9 0-219.6-6.1-319.2-52.9-246-115.9-410.7-370-412.7-636.4 0-180.9 30.5-284.6 122-420.9l71.2-107.8-111.8-233.8c-752.3-1575.7-597.8-2671.6 414.8-2944 203.3-56.9 729.9-50.8 1034.9 10.2 453.4 91.5 925.1 256.2 1472 518.5l300.9 142.3 75.2-71.2c164.7-158.6 390.4-256.2 636.4-274.5 514.4-38.6 975.9 282.6 1124.4 784.8 46.8 160.6 42.7 433.1-10.2 601.8-34.6 113.8-36.6 142.3-14.2 162.7 14.2 12.2 136.2 113.8 268.4 225.7 1783 1476.2 3257 3458.6 3814.1 5127.8 160.6 481.9 211.5 760.4 211.5 1173.2 2 392.4-20.3 508.3-142.3 760.4-132.2 270.4-410.7 488-721.8 561.2-168.8 38.6-475.8 52.8-669 30.5zm-1838-703.5c152.5-73.2 217.5-300.9 126-435.1-77.2-111.8-148.4-152.5-270.4-152.5s-193.2 38.6-270.4 154.5c-61 87.4-54.9 244 12.2 337.5 85.5 120 262.3 162.7 402.6 95.6zm-5178.5-5081c154.5-79.3 215.5-248 148.4-402.6-56.9-128.1-148.4-187.1-288.7-187.1-187.1 0-309 120-309 307 0 231.9 248 386.4 449.3 282.7zm3523.5-1960c126.1-61 246-178.9 315.1-311.1 50.8-95.6 56.9-128.1 56.9-300.9 0-162.7-8.1-207.4-46.8-280.6-73.2-136.2-199.2-262.3-327.3-323.3-95.6-48.8-140.3-56.9-276.5-56.9-276.5 0-483.9 128.1-603.9 372.1-59 120-67.1 154.5-67.1 298.9 2 120 12.2 187.1 44.7 256.2 75.2 166.7 231.8 311.1 410.7 378.2 112 40.6 376.3 24.4 494.2-32.6z"/><path d="m3987.4 2874.2c-894.6-176.9-1579.8-868.2-1750.6-1762.8-38.6-207.4-38.6-593.7 0-801.1 170.8-904.8 880.4-1608.2 1777-1764.8 211.5-36.6 571.3-38.7 774.6-2.1 839.7 150.6 1516.8 778.9 1744.5 1614.5 46.8 176.9 52.9 233.8 52.9 553 2 327.3-2.1 372.1-54.9 557.1-233.8 843.8-902.7 1461.9-1740.4 1608.3-209.5 36.6-614.1 36.6-803.1-2.1z"/></g></g></svg>
--- a/eric6/icons/breeze-light/preferences-pluginmanager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-pluginmanager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-printer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-printer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-project.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-project.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-properties.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-properties.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m1.25 1.25v11.25h6.25v-11.25h-6.25m7.5 1.25v1.25h7.5v-1.25h-7.5m0 3.75v1.25h5v-1.25h-5m0 3.75v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m1.25 1.25v11.25h6.25v-11.25h-6.25m7.5 1.25v1.25h7.5v-1.25h-7.5m0 3.75v1.25h5v-1.25h-5m0 3.75v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-pyDebugger.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-pyDebugger.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
- <g transform="matrix(.49556 0 0 .49631 10.566 10.555)">
-  <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
-  <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
-  <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><g transform="matrix(.49556 0 0 .49631 10.566 10.555)"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></g></svg>
--- a/eric6/icons/breeze-light/preferences-python.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-python.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-qtlogo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-qtlogo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#232629" stroke-width=".43797"/>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#232629" stroke-width=".43797"/></svg>
--- a/eric6/icons/breeze-light/preferences-search.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-search.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-security.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-security.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#7cbaf8" offset="0"/>
-  <stop stop-color="#f4fcff" offset="1"/>
- </linearGradient>
- <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/>
- <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/>
- <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/>
- <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><linearGradient id="f" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="d" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><g stroke-width=".72342"><path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#f)"/><path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#e)" opacity=".2"/><path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#d)"/><path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-shell.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-shell.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-
-<g transform="matrix(.020408 0 0 .020182 .796 .90884)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m4120.8 4287.5c-120.6-46.6-244-126.1-367.4-241.3-46.6-43.9-98.7-71.3-115.1-63.1-16.5 11-120.6 19.2-230.3 19.2-361.9 0-649.8-161.7-817-455.1-68.5-123.4-96-148-183.7-164.5-156.3-27.4-370.1-134.3-493.5-246.7-117.9-106.9-279.6-392-279.6-493.5 0-49.3-27.4-71.3-142.6-109.7-400.3-131.6-652.5-471.6-652.5-885.5 0-178.2-2.7-186.4-82.2-235.8-126.1-74-271.4-235.8-350.9-386.6-79.5-159-112.4-482.5-63.1-655.2 24.7-98.7 21.9-117.9-35.6-191.9-139.8-183.5-189.2-323.4-202.9-559.1-11-219.3-8.2-235.8 87.7-430.4 142.6-287.9 342.7-457.8 1154.2-984.2l685.4-444.1 13.7-397.5c16.5-438.6 41.1-520.9 211.1-690.9 189.2-191.9 211.1-197.4 1044.5-205.6 416.7-5.5 745.7-19.2 745.7-32.9s68.5-98.7 153.5-189.2c104.2-112.4 211.1-194.7 334.5-255 170-85 200.1-90.5 471.6-90.5 271.4 0 301.6 5.5 471.6 90.5 123.4 60.3 230.3 142.6 334.5 255 85 90.5 153.5 175.4 153.5 189.2s329 27.4 748.4 32.9c830.7 8.2 852.6 13.7 1041.8 205.6 170 170 194.7 252.2 211.1 690.9l13.7 397.5 685.4 444.1c751.2 485.2 1019.9 712.8 1154.2 970.5 71.3 134.3 79.5 178.2 79.5 411.2 0 274.2-35.6 381.1-194.6 592.2-57.6 74-60.3 93.2-35.7 191.9 49.4 172.7 16.5 496.2-63.1 655.2-76.8 145.3-233 318-356.4 392-71.3 41.1-76.8 57.6-76.8 227.6 0 101.4-19.2 233-41.1 296.1-96 274.2-342.7 512.7-608.6 594.9-120.6 35.6-145.3 52.1-145.3 104.2 0 104.2-159 389.3-279.6 496.2-123.4 112.4-337.2 219.3-493.5 246.7-87.7 16.5-115.2 41.1-183.7 164.5-167.2 293.4-457.8 457.8-817 457.8-109.7-2.7-211.1-11-227.5-19.2-16.5-11-85 32.9-153.5 93.2-216.6 189.2-342.7 235.9-641.5 235.9-230.3 0-279.6-8.2-416.7-76.8l-159-76.8-156.3 76.8c-131.6 63-200.1 76.8-392 82.2-150.9 5.5-268.7-8.2-337.3-32.9zm509.9-408.5c49.4-19.2 131.6-76.8 183.7-123.4 156.3-142.6 238.5-139.8 403 16.5 156.2 145.3 359.1 183.7 548.3 104.2 126.1-54.8 189.2-109.7 274.2-241.3 90.5-145.3 167.2-167.2 339.9-101.4 74 30.2 186.4 54.8 246.7 54.8 222.1 0 438.6-175.5 493.5-400.3 41.1-159 139.8-241.3 263.2-216.6 197.4 35.6 466.1-115.2 545.6-307.1 22-49.3 38.4-148 38.4-222.1 0-194.7 71.3-279.6 241.3-279.6 331.7-2.7 589.4-279.6 542.8-586.7-8.2-60.3-24.7-159-32.9-216.6-22-126.1 30.1-194.7 178.2-241.3 148-46.6 263.2-145.3 329-279.6 76.8-156.3 71.3-301.6-11-479.8-85-180.9-71.3-252.2 68.5-361.9 57.6-46.6 131.6-137.1 161.8-200.1 101.4-211.1 65.8-386.5-126.1-594.9-137.1-156.3-260.4-244-1008.9-723.8-345.4-224.8-658-435.9-690.9-474.3-60.3-63.1-63-87.7-63-477 0-655.2 0-655.2-808.8-655.2-309.8 0-562 11-562 24.7 0 43.9 235.8 345.4 359.1 455.1 68.5 60.3 200.2 167.3 293.3 238.5 145.3 112.4 170 145.3 170 219.3 0 117.9-93.2 213.8-205.6 213.8-167.2 0-682.7-446.9-904.7-781.3-57.6-90.5-150.8-263.2-200.1-383.8-120.6-279.6-194.7-378.3-356.4-471.6-109.7-65.8-159-76.8-334.5-76.8s-224.8 11-334.5 76.8c-161.7 93.2-235.8 191.9-356.4 471.6-49.3 120.6-139.8 293.3-200.1 383.8-216.6 329-743 781.3-907.5 781.3-106.9 0-202.9-98.7-202.9-208.3 0-79.5 24.7-109.7 200.1-246.7 106.9-85 238.5-194.7 290.6-241.3 101.4-93.2 331.7-392.1 331.7-430.4 0-13.7-252.2-24.7-562-24.7-808.8 0-808.8 0-808.8 655.2 0 389.3-2.7 414-60.3 477-35.6 38.4-378.3 271.4-762.1 515.4-918.3 592.4-1121.2 784.3-1123.9 1063.9 0 134.3 96 315.3 219.3 414 139.8 109.7 153.5 180.9 68.5 361.9-82.2 178.2-87.7 323.5-11 479.8 65.8 134.3 180.9 233 329 279.6 148 46.6 200.1 115.2 178.2 241.3-8.2 57.6-24.7 156.3-32.9 216.6-46.6 307.1 211.1 584 542.8 586.7 170 0 241.2 85 241.2 279.6 0 74 16.5 172.7 38.4 222.1 79.5 191.9 348.2 342.7 545.6 307.1 123.4-24.7 222.1 57.6 263.2 216.6 54.8 224.8 271.4 400.3 493.5 400.3 60.3 0 172.7-24.7 246.7-54.8 172.7-65.8 249.5-43.9 340 101.4 85 131.6 145.3 186.4 265.9 238.5 120.7 51.9 277 54.7 392.1 5.3z"/><path d="m4907.6 3062.1c-115.1-54.8-120.6-115.1-120.6-1176.1 0-1102.1 5.5-1156.9 150.8-1192.6 106.9-27.4 200.1 11 246.7 98.7 35.6 65.8 41.1 241.3 41.1 1110.3v1033.6l-79.5 79.5c-84.9 82.2-142.5 95.9-238.5 46.6z"/><path d="m3802.8 2768.7c-38.4-38.4-57.6-93.2-57.6-159 0-57.6 65.8-501.7 145.3-987 156.3-951.3 172.7-995.2 326.3-995.2 112.4 0 175.5 41.1 205.6 128.9 38.4 109.7-249.5 1883.4-318 1982.1-65.8 93.3-224.9 107-301.6 30.2z"/><path d="m5916.5 2755c-38.4-52.1-85-274.2-194.7-954.1-175.4-1093.9-170-1033.6-85-1118.5 68.5-68.5 194.6-71.3 274.2-5.5 54.8 43.9 76.8 148.1 208.3 940.4 79.5 488 148.1 934.9 148.1 992.4 0 131.6-76.8 211.1-202.9 211.1-68.5 0-109.6-19.2-148-65.8z"/><path d="m2922.7 2373.9c-35.6-19.2-85-68.5-109.7-106.9-38.4-71.3-30.2-112.4 230.3-891 175.5-537.3 287.9-833.4 323.5-863.6 104.2-90.5 276.9-49.3 326.2 79.5 21.9 54.8-21.9 213.8-235.8 871.8-142.6 441.4-282.4 828-309.8 858.1-62.9 74.1-142.4 93.3-224.7 52.1z"/><path d="m6939.1 2382.2c-32.9-11-71.3-38.4-87.7-57.6-16.4-21.9-148-403-293.4-849.9-219.3-671.7-260.4-825.2-238.5-882.8 49.4-128.9 222.1-170 326.3-79.5 35.6 30.2 145.3 323.5 318 841.7 145.3 438.6 263.2 817 263.2 841.7 0 60.3-106.9 178.2-178.2 194.6-30.2 8.2-79.5 5.5-109.7-8.2z"/><path d="m2245.6 1614.5c-68.5-27.4-117.9-106.9-117.9-189.2 0-32.9 128.9-315.3 285.1-630.6 246.7-490.7 298.8-575.7 367.4-600.4 142.6-49.4 279.6 43.9 279.6 189.2 0 85-567.5 1198.1-627.8 1231-63.1 32.9-104.2 32.9-186.4 0z"/><path d="m7583.4 1609c-49.3-27.4-142.6-183.7-348.2-597.7-271.4-545.6-301.6-627.8-265.9-726.5 30.2-74 170-123.4 263.2-90.5 68.5 24.7 120.6 109.7 367.4 600.4 156.3 315.3 285.1 603.1 285.1 638.8 0 142.6-170 241.3-301.6 175.5z"/><path d="m1554.7 685.1c-115.2-115.2-82.2-211.1 200.1-584 279.6-370.1 337.2-411.3 479.8-340 85 43.9 112.4 93.2 112.4 194.6 0 35.6-109.7 205.6-265.9 414-252.2 331.7-274.2 353.7-370.1 361.9-74 5.6-117.9-8.1-156.3-46.5z"/><path d="m8123.5 622.1c-490.8-614.1-548.3-754-345.5-860.9 142.6-74 202.9-30.2 479.8 342.7 200.2 268.7 257.7 364.6 257.7 435.9 0 117.9-82.2 197.4-202.9 197.4-79.5 0-112.4-19.2-189.1-115.1z"/><path d="m1266.9-362.1c-79.5-60.3-96-197.4-35.6-271.4 76.8-93.2 219.3-191.9 282.4-191.9 93.2 0 202.9 115.2 202.9 213.8 0 60.3-30.2 109.7-123.4 194.7-137.2 126-216.7 139.7-326.3 54.8z"/><path d="m8419.6-417c-93.2-85-123.4-134.3-123.4-194.7 0-98.7 109.7-213.8 202.9-213.8 63 0 205.6 98.7 282.4 191.9 60.3 74 43.9 211.1-35.6 271.4-109.7 85-189.3 71.3-326.3-54.8z"/></g></g>
-</svg>
+<svg enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.020408 0 0 .020182 .796 .90884)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m4120.8 4287.5c-120.6-46.6-244-126.1-367.4-241.3-46.6-43.9-98.7-71.3-115.1-63.1-16.5 11-120.6 19.2-230.3 19.2-361.9 0-649.8-161.7-817-455.1-68.5-123.4-96-148-183.7-164.5-156.3-27.4-370.1-134.3-493.5-246.7-117.9-106.9-279.6-392-279.6-493.5 0-49.3-27.4-71.3-142.6-109.7-400.3-131.6-652.5-471.6-652.5-885.5 0-178.2-2.7-186.4-82.2-235.8-126.1-74-271.4-235.8-350.9-386.6-79.5-159-112.4-482.5-63.1-655.2 24.7-98.7 21.9-117.9-35.6-191.9-139.8-183.5-189.2-323.4-202.9-559.1-11-219.3-8.2-235.8 87.7-430.4 142.6-287.9 342.7-457.8 1154.2-984.2l685.4-444.1 13.7-397.5c16.5-438.6 41.1-520.9 211.1-690.9 189.2-191.9 211.1-197.4 1044.5-205.6 416.7-5.5 745.7-19.2 745.7-32.9s68.5-98.7 153.5-189.2c104.2-112.4 211.1-194.7 334.5-255 170-85 200.1-90.5 471.6-90.5 271.4 0 301.6 5.5 471.6 90.5 123.4 60.3 230.3 142.6 334.5 255 85 90.5 153.5 175.4 153.5 189.2s329 27.4 748.4 32.9c830.7 8.2 852.6 13.7 1041.8 205.6 170 170 194.7 252.2 211.1 690.9l13.7 397.5 685.4 444.1c751.2 485.2 1019.9 712.8 1154.2 970.5 71.3 134.3 79.5 178.2 79.5 411.2 0 274.2-35.6 381.1-194.6 592.2-57.6 74-60.3 93.2-35.7 191.9 49.4 172.7 16.5 496.2-63.1 655.2-76.8 145.3-233 318-356.4 392-71.3 41.1-76.8 57.6-76.8 227.6 0 101.4-19.2 233-41.1 296.1-96 274.2-342.7 512.7-608.6 594.9-120.6 35.6-145.3 52.1-145.3 104.2 0 104.2-159 389.3-279.6 496.2-123.4 112.4-337.2 219.3-493.5 246.7-87.7 16.5-115.2 41.1-183.7 164.5-167.2 293.4-457.8 457.8-817 457.8-109.7-2.7-211.1-11-227.5-19.2-16.5-11-85 32.9-153.5 93.2-216.6 189.2-342.7 235.9-641.5 235.9-230.3 0-279.6-8.2-416.7-76.8l-159-76.8-156.3 76.8c-131.6 63-200.1 76.8-392 82.2-150.9 5.5-268.7-8.2-337.3-32.9zm509.9-408.5c49.4-19.2 131.6-76.8 183.7-123.4 156.3-142.6 238.5-139.8 403 16.5 156.2 145.3 359.1 183.7 548.3 104.2 126.1-54.8 189.2-109.7 274.2-241.3 90.5-145.3 167.2-167.2 339.9-101.4 74 30.2 186.4 54.8 246.7 54.8 222.1 0 438.6-175.5 493.5-400.3 41.1-159 139.8-241.3 263.2-216.6 197.4 35.6 466.1-115.2 545.6-307.1 22-49.3 38.4-148 38.4-222.1 0-194.7 71.3-279.6 241.3-279.6 331.7-2.7 589.4-279.6 542.8-586.7-8.2-60.3-24.7-159-32.9-216.6-22-126.1 30.1-194.7 178.2-241.3 148-46.6 263.2-145.3 329-279.6 76.8-156.3 71.3-301.6-11-479.8-85-180.9-71.3-252.2 68.5-361.9 57.6-46.6 131.6-137.1 161.8-200.1 101.4-211.1 65.8-386.5-126.1-594.9-137.1-156.3-260.4-244-1008.9-723.8-345.4-224.8-658-435.9-690.9-474.3-60.3-63.1-63-87.7-63-477 0-655.2 0-655.2-808.8-655.2-309.8 0-562 11-562 24.7 0 43.9 235.8 345.4 359.1 455.1 68.5 60.3 200.2 167.3 293.3 238.5 145.3 112.4 170 145.3 170 219.3 0 117.9-93.2 213.8-205.6 213.8-167.2 0-682.7-446.9-904.7-781.3-57.6-90.5-150.8-263.2-200.1-383.8-120.6-279.6-194.7-378.3-356.4-471.6-109.7-65.8-159-76.8-334.5-76.8s-224.8 11-334.5 76.8c-161.7 93.2-235.8 191.9-356.4 471.6-49.3 120.6-139.8 293.3-200.1 383.8-216.6 329-743 781.3-907.5 781.3-106.9 0-202.9-98.7-202.9-208.3 0-79.5 24.7-109.7 200.1-246.7 106.9-85 238.5-194.7 290.6-241.3 101.4-93.2 331.7-392.1 331.7-430.4 0-13.7-252.2-24.7-562-24.7-808.8 0-808.8 0-808.8 655.2 0 389.3-2.7 414-60.3 477-35.6 38.4-378.3 271.4-762.1 515.4-918.3 592.4-1121.2 784.3-1123.9 1063.9 0 134.3 96 315.3 219.3 414 139.8 109.7 153.5 180.9 68.5 361.9-82.2 178.2-87.7 323.5-11 479.8 65.8 134.3 180.9 233 329 279.6 148 46.6 200.1 115.2 178.2 241.3-8.2 57.6-24.7 156.3-32.9 216.6-46.6 307.1 211.1 584 542.8 586.7 170 0 241.2 85 241.2 279.6 0 74 16.5 172.7 38.4 222.1 79.5 191.9 348.2 342.7 545.6 307.1 123.4-24.7 222.1 57.6 263.2 216.6 54.8 224.8 271.4 400.3 493.5 400.3 60.3 0 172.7-24.7 246.7-54.8 172.7-65.8 249.5-43.9 340 101.4 85 131.6 145.3 186.4 265.9 238.5 120.7 51.9 277 54.7 392.1 5.3z"/><path d="m4907.6 3062.1c-115.1-54.8-120.6-115.1-120.6-1176.1 0-1102.1 5.5-1156.9 150.8-1192.6 106.9-27.4 200.1 11 246.7 98.7 35.6 65.8 41.1 241.3 41.1 1110.3v1033.6l-79.5 79.5c-84.9 82.2-142.5 95.9-238.5 46.6z"/><path d="m3802.8 2768.7c-38.4-38.4-57.6-93.2-57.6-159 0-57.6 65.8-501.7 145.3-987 156.3-951.3 172.7-995.2 326.3-995.2 112.4 0 175.5 41.1 205.6 128.9 38.4 109.7-249.5 1883.4-318 1982.1-65.8 93.3-224.9 107-301.6 30.2z"/><path d="m5916.5 2755c-38.4-52.1-85-274.2-194.7-954.1-175.4-1093.9-170-1033.6-85-1118.5 68.5-68.5 194.6-71.3 274.2-5.5 54.8 43.9 76.8 148.1 208.3 940.4 79.5 488 148.1 934.9 148.1 992.4 0 131.6-76.8 211.1-202.9 211.1-68.5 0-109.6-19.2-148-65.8z"/><path d="m2922.7 2373.9c-35.6-19.2-85-68.5-109.7-106.9-38.4-71.3-30.2-112.4 230.3-891 175.5-537.3 287.9-833.4 323.5-863.6 104.2-90.5 276.9-49.3 326.2 79.5 21.9 54.8-21.9 213.8-235.8 871.8-142.6 441.4-282.4 828-309.8 858.1-62.9 74.1-142.4 93.3-224.7 52.1z"/><path d="m6939.1 2382.2c-32.9-11-71.3-38.4-87.7-57.6-16.4-21.9-148-403-293.4-849.9-219.3-671.7-260.4-825.2-238.5-882.8 49.4-128.9 222.1-170 326.3-79.5 35.6 30.2 145.3 323.5 318 841.7 145.3 438.6 263.2 817 263.2 841.7 0 60.3-106.9 178.2-178.2 194.6-30.2 8.2-79.5 5.5-109.7-8.2z"/><path d="m2245.6 1614.5c-68.5-27.4-117.9-106.9-117.9-189.2 0-32.9 128.9-315.3 285.1-630.6 246.7-490.7 298.8-575.7 367.4-600.4 142.6-49.4 279.6 43.9 279.6 189.2 0 85-567.5 1198.1-627.8 1231-63.1 32.9-104.2 32.9-186.4 0z"/><path d="m7583.4 1609c-49.3-27.4-142.6-183.7-348.2-597.7-271.4-545.6-301.6-627.8-265.9-726.5 30.2-74 170-123.4 263.2-90.5 68.5 24.7 120.6 109.7 367.4 600.4 156.3 315.3 285.1 603.1 285.1 638.8 0 142.6-170 241.3-301.6 175.5z"/><path d="m1554.7 685.1c-115.2-115.2-82.2-211.1 200.1-584 279.6-370.1 337.2-411.3 479.8-340 85 43.9 112.4 93.2 112.4 194.6 0 35.6-109.7 205.6-265.9 414-252.2 331.7-274.2 353.7-370.1 361.9-74 5.6-117.9-8.1-156.3-46.5z"/><path d="m8123.5 622.1c-490.8-614.1-548.3-754-345.5-860.9 142.6-74 202.9-30.2 479.8 342.7 200.2 268.7 257.7 364.6 257.7 435.9 0 117.9-82.2 197.4-202.9 197.4-79.5 0-112.4-19.2-189.1-115.1z"/><path d="m1266.9-362.1c-79.5-60.3-96-197.4-35.6-271.4 76.8-93.2 219.3-191.9 282.4-191.9 93.2 0 202.9 115.2 202.9 213.8 0 60.3-30.2 109.7-123.4 194.7-137.2 126-216.7 139.7-326.3 54.8z"/><path d="m8419.6-417c-93.2-85-123.4-134.3-123.4-194.7 0-98.7 109.7-213.8 202.9-213.8 63 0 205.6 98.7 282.4 191.9 60.3 74 43.9 211.1-35.6 271.4-109.7 85-189.3 71.3-326.3-54.8z"/></g></g></svg>
--- a/eric6/icons/breeze-light/preferences-spellchecking.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-spellchecking.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/>
- <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/><path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/preferences-styles.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-styles.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,31 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <linearGradient id="f" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="e" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="g" x1="393.41" x2="407.41" y1="526.65" y2="526.65" gradientTransform="matrix(1 0 0 .99999 .15371 .1567)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2e3436" offset="0"/>
-   <stop stop-color="#555753" offset="1"/>
-  </linearGradient>
-  <linearGradient id="h" x1="392.57" x2="407.57" y1="521.8" y2="536.8" gradientTransform="translate(-5.9e-4,4.0005)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)">
-  <rect x="384.57" y="517.8" width="32" height="28" rx="0" fill="url(#f)"/>
-  <path d="m385.57 543.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/>
-  <rect x="384.57" y="517.8" width="32" height="4" fill="#566069"/>
-  <rect x="384.57" y="521.8" width="32" height="1" fill="#3daee9"/>
-  <rect x="385.57" y="523.8" width="30" height="20" fill="#fff"/>
-  <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/>
-  <path d="m407.43 526.94c0.67976 0.68608-1.259 3.7315-4.332 6.8047-1.1894 1.1888-2.4316 2.2613-3.5449 3.0605l7.0169 6.9948h9l0.9945-7.7258zm-9.8476 7.8496-0.0176 0.0137 4e-3 4e-3 0.0137-0.0176zm0.13672 0.16992 1.7031 1.7148c-0.30575-0.78802-0.91881-1.4023-1.7031-1.7148zm0.69531 1.6191c0.4221 0.38858 0.40039 0.94169 0.40039 1.3047 0 1.1682-1.7472 2.9199-5.25 2.9199l3.0052 2.9968h9z" fill="url(#h)" opacity=".25"/>
-  <path d="m407.14 526.81a1.75 7.8749 44.998 0 0-6.5143 4.4605 1.75 7.8749 44.998 0 0-3.1 3.5992c0.9415 0.29981 1.6757 1.034 1.9755 1.9756a1.75 7.8749 44.998 0 0 3.599-3.1002 1.75 7.8749 44.998 0 0 4.3304-6.8053 1.75 7.8749 44.998 0 0-0.29051-0.1299m-10.074 9.3244c-3.4998 0.93784-0.87497 3.1535-3.4998 4.669 3.5028 0 5.2498-1.7508 5.2498-2.919 0-0.58179 0.0591-1.6533-1.7499-1.75z" fill="url(#g)"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="d" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="b" x1="393.41" x2="407.41" y1="526.65" y2="526.65" gradientTransform="matrix(1 0 0 .99999 .15371 .1567)" gradientUnits="userSpaceOnUse"><stop stop-color="#2e3436" offset="0"/><stop stop-color="#555753" offset="1"/></linearGradient><linearGradient id="a" x1="392.57" x2="407.57" y1="521.8" y2="536.8" gradientTransform="translate(-5.9e-4,4.0005)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"><rect x="384.57" y="517.8" width="32" height="28" rx="0" fill="url(#c)"/><path d="m385.57 543.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="384.57" y="517.8" width="32" height="4" fill="#566069"/><rect x="384.57" y="521.8" width="32" height="1" fill="#3daee9"/><rect x="385.57" y="523.8" width="30" height="20" fill="#fff"/><rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/><path d="m407.43 526.94c0.67976 0.68608-1.259 3.7315-4.332 6.8047-1.1894 1.1888-2.4316 2.2613-3.5449 3.0605l7.0169 6.9948h9l0.9945-7.7258zm-9.8476 7.8496-0.0176 0.0137 4e-3 4e-3 0.0137-0.0176zm0.13672 0.16992 1.7031 1.7148c-0.30575-0.78802-0.91881-1.4023-1.7031-1.7148zm0.69531 1.6191c0.4221 0.38858 0.40039 0.94169 0.40039 1.3047 0 1.1682-1.7472 2.9199-5.25 2.9199l3.0052 2.9968h9z" fill="url(#a)" opacity=".25"/><path d="m407.14 526.81a1.75 7.8749 44.998 0 0-6.5143 4.4605 1.75 7.8749 44.998 0 0-3.1 3.5992c0.9415 0.29981 1.6757 1.034 1.9755 1.9756a1.75 7.8749 44.998 0 0 3.599-3.1002 1.75 7.8749 44.998 0 0 4.3304-6.8053 1.75 7.8749 44.998 0 0-0.29051-0.1299m-10.074 9.3244c-3.4998 0.93784-0.87497 3.1535-3.4998 4.669 3.5028 0 5.2498-1.7508 5.2498-2.919 0-0.58179 0.0591-1.6533-1.7499-1.75z" fill="url(#b)"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-template.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-template.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1.5 1v20h11.4v-1.25h-10.133v-17.5h10.133v5h5.0667v6.25h1.2667v-7.5098l-5.0568-4.9902-0.0099 0.012207v-0.012207h-11.4zm15.2 12.5-0.72734 2.0166-1.9594-0.91797 0.93021 1.9336-2.0435 0.71777 2.0435 0.71777-0.93021 1.9336 1.9594-0.91797 0.72734 2.0166 0.72734-2.0166 1.9594 0.91797-0.93021-1.9336 2.0435-0.71777-2.0435-0.71777 0.93021-1.9336-1.9594 0.91797z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1.5 1v20h11.4v-1.25h-10.133v-17.5h10.133v5h5.0667v6.25h1.2667v-7.5098l-5.0568-4.9902-0.0099 0.012207v-0.012207h-11.4zm15.2 12.5-0.72734 2.0166-1.9594-0.91797 0.93021 1.9336-2.0435 0.71777 2.0435 0.71777-0.93021 1.9336 1.9594-0.91797 0.72734 2.0166 0.72734-2.0166 1.9594 0.91797-0.93021-1.9336 2.0435-0.71777-2.0435-0.71777 0.93021-1.9336-1.9594 0.91797z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-typing.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-typing.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629">
-  <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/>
-  <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629"><path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/><path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/></g></svg>
--- a/eric6/icons/breeze-light/preferences-vcs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-vcs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/preferences-viewmanager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/preferences-viewmanager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,55 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8-59" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 524.89 -137.77)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/>
-  <linearGradient id="linearGradient4303-6">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient6245" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="translate(396.7 -337.29)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/>
-  <linearGradient id="linearGradient4293">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4643-8-60-9" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.53125 0 0 .45196 516.76 800.26)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/>
-  <linearGradient id="linearGradient6440" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="matrix(.79687 0 0 .71122 414.6 658.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/>
-  <linearGradient id="linearGradient4643-8-6-7" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.47917 0 0 .40833 429.84 -23.138)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/>
-  <linearGradient id="linearGradient6311" x1="10" x2="30" y1="10" y2="30" gradientTransform="translate(507.12 174.11)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/>
- </defs>
- <g transform="translate(0 -1030.4)">
-  <g transform="matrix(.3125 0 0 .34615 -229.27 975.62)">
-   <g transform="translate(-68)">
-    <rect x="804.86" y="163.93" width="64" height="52" rx="0" fill="url(#linearGradient4643-8-59)"/>
-    <rect x="804.86" y="214.93" width="64" height="1" fill="#99a1a7"/>
-    <path d="m866.86 172.93-60 40 3 3h59v-41z" fill="url(#linearGradient6245)" fill-rule="evenodd" opacity=".2"/>
-    <rect x="804.86" y="163.93" width="64" height="6" fill="#566069"/>
-    <rect x="804.86" y="169.93" width="64" height="1" fill="#3daee9"/>
-    <rect x="806.86" y="172.93" width="60" height="40" fill="#fff"/>
-    <rect x="862.86" y="164.93" width="4" height="4" rx="2" fill="#eff0f1"/>
-   </g>
-   <g transform="translate(69.25 -902)">
-    <g transform="translate(-69.25 62)">
-     <rect x="739.86" y="1014.9" width="51" height="37" rx="0" fill="url(#linearGradient4643-8-60-9)"/>
-     <path d="m790.86 1015h-51l5e-5 36.984h51v-29.16z" fill="url(#linearGradient6440)" fill-rule="evenodd" opacity=".2"/>
-     <rect x="739.86" y="1050.9" width="51" height="1" fill="#99a1a7"/>
-     <rect x="736.86" y="1003.9" width="64" height="6" fill="#566069"/>
-     <rect x="736.86" y="1009.9" width="64" height="1" fill="#3daee9"/>
-     <rect x="794.86" y="1004.9" width="4" height="4" rx="2" fill="#eff0f1"/>
-    </g>
-   </g>
-   <g transform="translate(241.74 -.18019)">
-    <g transform="translate(-100)">
-     <rect x="617.12" y="187.11" width="17" height="13" rx="0" fill="url(#linearGradient4643-8-6-7)"/>
-     <rect x="617.12" y="184.11" width="17" height="4" fill="#566069"/>
-     <rect x="617.12" y="188.11" width="17" height="1" fill="#3daee9"/>
-     <rect x="618.12" y="190.11" width="15" height="8.0001" fill="#fff"/>
-     <rect x="631.12" y="185.11" width="2" height="2" rx="1" ry="1" fill="#eff0f1"/>
-    </g>
-    <path d="m534.12 184.11v16h-17l4 4h18v-15z" fill="url(#linearGradient6311)" fill-rule="evenodd" opacity=".2"/>
-   </g>
-   <rect x="739.86" y="174.93" width="51" height="4" fill="#566069"/>
-   <rect x="739.86" y="178.93" width="51" height="1" fill="#3daee9"/>
-   <rect x="787.86" y="175.93" width="2" height="2" rx="1" fill="#eff0f1"/>
-  </g>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="h" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 524.89 -137.77)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="e" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="translate(396.7 -337.29)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="b"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="f" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.53125 0 0 .45196 516.76 800.26)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="c" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="matrix(.79687 0 0 .71122 414.6 658.47)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="g" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.47917 0 0 .40833 429.84 -23.138)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="d" x1="10" x2="30" y1="10" y2="30" gradientTransform="translate(507.12 174.11)" gradientUnits="userSpaceOnUse" xlink:href="#b"/></defs><g transform="translate(0 -1030.4)"><g transform="matrix(.3125 0 0 .34615 -229.27 975.62)"><g transform="translate(-68)"><rect x="804.86" y="163.93" width="64" height="52" rx="0" fill="url(#h)"/><rect x="804.86" y="214.93" width="64" height="1" fill="#99a1a7"/><path d="m866.86 172.93-60 40 3 3h59v-41z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><rect x="804.86" y="163.93" width="64" height="6" fill="#566069"/><rect x="804.86" y="169.93" width="64" height="1" fill="#3daee9"/><rect x="806.86" y="172.93" width="60" height="40" fill="#fff"/><rect x="862.86" y="164.93" width="4" height="4" rx="2" fill="#eff0f1"/></g><g transform="translate(69.25 -902)"><g transform="translate(-69.25 62)"><rect x="739.86" y="1014.9" width="51" height="37" rx="0" fill="url(#f)"/><path d="m790.86 1015h-51l5e-5 36.984h51v-29.16z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/><rect x="739.86" y="1050.9" width="51" height="1" fill="#99a1a7"/><rect x="736.86" y="1003.9" width="64" height="6" fill="#566069"/><rect x="736.86" y="1009.9" width="64" height="1" fill="#3daee9"/><rect x="794.86" y="1004.9" width="4" height="4" rx="2" fill="#eff0f1"/></g></g><g transform="translate(241.74 -.18019)"><g transform="translate(-100)"><rect x="617.12" y="187.11" width="17" height="13" rx="0" fill="url(#g)"/><rect x="617.12" y="184.11" width="17" height="4" fill="#566069"/><rect x="617.12" y="188.11" width="17" height="1" fill="#3daee9"/><rect x="618.12" y="190.11" width="15" height="8.0001" fill="#fff"/><rect x="631.12" y="185.11" width="2" height="2" rx="1" ry="1" fill="#eff0f1"/></g><path d="m534.12 184.11v16h-17l4 4h18v-15z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/></g><rect x="739.86" y="174.93" width="51" height="4" fill="#566069"/><rect x="739.86" y="178.93" width="51" height="1" fill="#3daee9"/><rect x="787.86" y="175.93" width="2" height="2" rx="1" fill="#eff0f1"/></g></g></svg>
--- a/eric6/icons/breeze-light/previewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/previewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/print.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/print.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/printPdf.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/printPdf.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/>
- <path d="m4.7566 7.2071c-0.017445-0.045461-0.02393-1.1801-0.01441-2.5213l0.017308-2.4387 12.491-0.033628v5.0763h-1.2524v-1.2524h-10.019v1.2524h-0.59532c-0.41645 0-0.60485-0.024835-0.62704-0.082657zm11.242-3.0813v-0.59325h-10.019v1.1865h10.019z" fill="#f55" stroke="#f55" stroke-width=".13183"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/><path d="m4.7566 7.2071c-0.017445-0.045461-0.02393-1.1801-0.01441-2.5213l0.017308-2.4387 12.491-0.033628v5.0763h-1.2524v-1.2524h-10.019v1.2524h-0.59532c-0.41645 0-0.60485-0.024835-0.62704-0.082657zm11.242-3.0813v-0.59325h-10.019v1.1865h10.019z" fill="#f55" stroke="#f55" stroke-width=".13183"/></svg>
--- a/eric6/icons/breeze-light/printPreview.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/printPreview.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/privateBrowsing.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/privateBrowsing.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.9984 4.5a8.0576 7.7778 0 0 0-6.9984 3.9436c0.14915 0.22667 0.35907 0.40983 0.60589 0.53624a7.2518 7 0 0 1 6.3925-3.702 3.223 3.1111 0 0 0-3.223 3.1111 3.223 3.1111 0 0 0 3.223 3.1111 3.223 3.1111 0 0 0 3.223-3.1111 3.223 3.1111 0 0 0-2.946-3.0974 7.2518 7 0 0 1 6.114 3.6899c0.24932-0.12728 0.46088-0.31299 0.61061-0.54232a8.0576 7.7778 0 0 0-7.0016-3.939zm0 1.5556a2.4173 2.3333 0 0 1 2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173-2.3333 2.4173 2.3333 0 0 1 2.4173-2.3333zm0 0.77778c-0.89278 0-1.6115 0.69378-1.6115 1.5556 0 0.86178 0.71873 1.5556 1.6115 1.5556 0.89278 0 1.6115-0.69378 1.6115-1.5556 0-0.1593-0.031439-0.30971-0.077114-0.45421-0.12721 0.26734-0.40286 0.45421-0.72864 0.45421-0.44639 0-0.80576-0.34689-0.80576-0.77778 0-0.31447 0.1936-0.58054 0.47055-0.70334-0.14969-0.044084-0.30552-0.074436-0.47055-0.074436z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.9984 4.5a8.0576 7.7778 0 0 0-6.9984 3.9436c0.14915 0.22667 0.35907 0.40983 0.60589 0.53624a7.2518 7 0 0 1 6.3925-3.702 3.223 3.1111 0 0 0-3.223 3.1111 3.223 3.1111 0 0 0 3.223 3.1111 3.223 3.1111 0 0 0 3.223-3.1111 3.223 3.1111 0 0 0-2.946-3.0974 7.2518 7 0 0 1 6.114 3.6899c0.24932-0.12728 0.46088-0.31299 0.61061-0.54232a8.0576 7.7778 0 0 0-7.0016-3.939zm0 1.5556a2.4173 2.3333 0 0 1 2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173-2.3333 2.4173 2.3333 0 0 1 2.4173-2.3333zm0 0.77778c-0.89278 0-1.6115 0.69378-1.6115 1.5556 0 0.86178 0.71873 1.5556 1.6115 1.5556 0.89278 0 1.6115-0.69378 1.6115-1.5556 0-0.1593-0.031439-0.30971-0.077114-0.45421-0.12721 0.26734-0.40286 0.45421-0.72864 0.45421-0.44639 0-0.80576-0.34689-0.80576-0.77778 0-0.31447 0.1936-0.58054 0.47055-0.70334-0.14969-0.044084-0.30552-0.074436-0.47055-0.074436z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/privateMode.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/privateMode.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222 1.2754 0 2.3022-0.99111 2.3022-2.2222 0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/profileProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/profileProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5s5-2.2386 5-5c0-2.7614-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667 0 2.3012-1.8655 4.1667-4.1667 4.1667s-4.1667-1.8655-4.1667-4.1667c0-2.3012 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/profileScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/profileScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5s5-2.2386 5-5c0-2.7614-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667 0 2.3012-1.8655 4.1667-4.1667 4.1667s-4.1667-1.8655-4.1667-4.1667c0-2.3012 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#232629"/>
- <path d="m15.425 20.099c-0.87388-0.13689-1.8884-0.66387-2.4281-1.2612-0.73662-0.81535-1.1045-1.7434-1.1084-2.7961-0.0044-1.1968 0.35934-2.0854 1.2035-2.9402 1.1303-1.1443 2.7246-1.5196 4.2388-0.99762 0.67674 0.23326 1.1752 0.55884 1.6773 1.0956 0.47606 0.50891 0.68688 0.86198 0.90797 1.5206 0.49773 1.4827 0.11458 3.0617-1.0165 4.1891-0.7521 0.74967-1.6025 1.1343-2.6759 1.2101-0.25378 0.01792-0.61325 0.0088-0.79883-0.02026zm3.9299-3.6948v-0.46142h-3.2958v-3.2958h-0.92283v4.2187h4.2187z" fill="#f9f9f9" stroke="#f9f9f9" stroke-width=".13183"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#232629"/><path d="m15.425 20.099c-0.87388-0.13689-1.8884-0.66387-2.4281-1.2612-0.73662-0.81535-1.1045-1.7434-1.1084-2.7961-0.0044-1.1968 0.35934-2.0854 1.2035-2.9402 1.1303-1.1443 2.7246-1.5196 4.2388-0.99762 0.67674 0.23326 1.1752 0.55884 1.6773 1.0956 0.47606 0.50891 0.68688 0.86198 0.90797 1.5206 0.49773 1.4827 0.11458 3.0617-1.0165 4.1891-0.7521 0.74967-1.6025 1.1343-2.6759 1.2101-0.25378 0.01792-0.61325 0.0088-0.79883-0.02026zm3.9299-3.6948v-0.46142h-3.2958v-3.2958h-0.92283v4.2187h4.2187z" fill="#f9f9f9" stroke="#f9f9f9" stroke-width=".13183"/></svg>
--- a/eric6/icons/breeze-light/projectClose.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectClose.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/projectFind.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectFind.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5m0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.5579-0.26073 2.1704-0.6958l3.1958 3.1958 0.88379-0.88379-3.1958-3.1958c0.43507-0.61247 0.6958-1.3587 0.6958-2.1704 0-2.0775-1.6725-3.75-3.75-3.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5m0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.5579-0.26073 2.1704-0.6958l3.1958 3.1958 0.88379-0.88379-3.1958-3.1958c0.43507-0.61247 0.6958-1.3587 0.6958-2.1704 0-2.0775-1.6725-3.75-3.75-3.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectForms.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectForms.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#232629">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1 0 0 .97561 0 .5122)" fill="#232629"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/></g></svg>
--- a/eric6/icons/breeze-light/projectInterfaces.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectInterfaces.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="none">
-  <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#232629" stroke-width=".61294"/>
-  <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453">
-   <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/>
-   <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-   <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="none"><circle cx="2.9101" cy="294.07" r="1.4302" stroke="#232629" stroke-width=".61294"/><g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"><rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/><path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/><path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/></g></g></svg>
--- a/eric6/icons/breeze-light/projectNew.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectNew.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectOpen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectOpen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectOthers.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectOthers.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-light/projectProps.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectProps.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
- <path d="m11 14v1.5h7.5v-1.5zm0-4.5v1.5h7.5v-1.5zm-4.5-1.5v9h3v-9z" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/><path d="m11 14v1.5h7.5v-1.5zm0-4.5v1.5h7.5v-1.5zm-4.5-1.5v9h3v-9z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectResources.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectResources.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
- <path d="m14 16.75v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#5fd38d"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/><path d="m14 16.75v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-light/projectSave.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSave.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectSaveAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSaveAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m12 12.5v8.4969h4.5v-0.53096h-2.5v-3.186h2.5v-0.531h-3v3.717h-1v-7.4339h1.5v2.655h4v-2.655h0.14648l1.3535 1.4374v1.7486h0.5v-1.9643h-0.0039l0.0039-0.0051-1.6465-1.7486-0.0039 0.0051v-0.0051h-0.34961zm2.5 0.53203h1.9502v2.124h-1.9502zm5.5 3.717-0.49805 0.52788h-0.0019l-2.5 2.6539 0.0039 0.0051-0.0019 0.53307h-0.0019v0.531h1l0.0029-0.0051h0.0068l-0.0029-0.0051 0.49316-0.52374 2-2.1219-0.35254-0.37647-2.4951 2.6477-0.29688-0.31424 2.4961-2.6488 0.2959 0.31528 0.35254 0.37336 0.49996-0.531z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m12 12.5v8.4969h4.5v-0.53096h-2.5v-3.186h2.5v-0.531h-3v3.717h-1v-7.4339h1.5v2.655h4v-2.655h0.14648l1.3535 1.4374v1.7486h0.5v-1.9643h-0.0039l0.0039-0.0051-1.6465-1.7486-0.0039 0.0051v-0.0051h-0.34961zm2.5 0.53203h1.9502v2.124h-1.9502zm5.5 3.717-0.49805 0.52788h-0.0019l-2.5 2.6539 0.0039 0.0051-0.0019 0.53307h-0.0019v0.531h1l0.0029-0.0051h0.0068l-0.0029-0.0051 0.49316-0.52374 2-2.1219-0.35254-0.37647-2.4951 2.6477-0.29688-0.31424 2.4961-2.6488 0.2959 0.31528 0.35254 0.37336 0.49996-0.531z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectSources.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSources.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
- <path d="m12.5 17.25v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/><path d="m12.5 17.25v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectSourcesJavaScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSourcesJavaScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
- <path d="m8.0449 3c-1.7768 0-2.5215 0.70636-2.5215 2.5098v2.4414c0 1.1138-0.0342 2.4043-1.0156 2.4043h-0.50781v1.2891h0.50781c0.98148 0 1.0156 1.2905 1.0156 2.4043v2.4414c0 1.8034 0.74465 2.5098 2.5215 2.5098v-1.1836c-1.1846 0-1.2012-0.47834-1.2012-2.2109v-2.0156c0-0.8309-0.2047-2.0674-1.2031-2.5801 0.99842-0.5127 1.2031-1.751 1.2031-2.582v-2.0332c0-1.7326 0.016602-2.2109 1.2012-2.2109zm1.8945 0v1.1836c1.1846 0 1.2168 0.47834 1.2168 2.2109v2.0332c0 0.831 0.2047 2.0693 1.2031 2.582-0.99842 0.5127-1.2031 1.7492-1.2031 2.5801v2.0156c0 1.7326-0.0322 2.2109-1.2168 2.2109v1.1836c1.7768 0 2.5371-0.70637 2.5371-2.5098v-2.4414c0-1.1138 0.06859-2.4043 1.0332-2.4043h0.49023v-1.2891h-0.49023c-0.96457 0-1.0332-1.2905-1.0332-2.4043v-2.4414c0-1.8034-0.76027-2.5098-2.5371-2.5098zm-0.93945 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1v1h0.13086c0.23727-0.257 0.68629-1.0093 0.81445-1.6758a1 1 0 0 0 0.05469-0.29297 1 1 0 0 0 0-0.03125 1 1 0 0 0-1-1z" fill="#ffa555"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/><path d="m8.0449 3c-1.7768 0-2.5215 0.70636-2.5215 2.5098v2.4414c0 1.1138-0.0342 2.4043-1.0156 2.4043h-0.50781v1.2891h0.50781c0.98148 0 1.0156 1.2905 1.0156 2.4043v2.4414c0 1.8034 0.74465 2.5098 2.5215 2.5098v-1.1836c-1.1846 0-1.2012-0.47834-1.2012-2.2109v-2.0156c0-0.8309-0.2047-2.0674-1.2031-2.5801 0.99842-0.5127 1.2031-1.751 1.2031-2.582v-2.0332c0-1.7326 0.016602-2.2109 1.2012-2.2109zm1.8945 0v1.1836c1.1846 0 1.2168 0.47834 1.2168 2.2109v2.0332c0 0.831 0.2047 2.0693 1.2031 2.582-0.99842 0.5127-1.2031 1.7492-1.2031 2.5801v2.0156c0 1.7326-0.0322 2.2109-1.2168 2.2109v1.1836c1.7768 0 2.5371-0.70637 2.5371-2.5098v-2.4414c0-1.1138 0.06859-2.4043 1.0332-2.4043h0.49023v-1.2891h-0.49023c-0.96457 0-1.0332-1.2905-1.0332-2.4043v-2.4414c0-1.8034-0.76027-2.5098-2.5371-2.5098zm-0.93945 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1v1h0.13086c0.23727-0.257 0.68629-1.0093 0.81445-1.6758a1 1 0 0 0 0.05469-0.29297 1 1 0 0 0 0-0.03125 1 1 0 0 0-1-1z" fill="#ffa555"/></svg>
--- a/eric6/icons/breeze-light/projectSourcesPy.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSourcesPy.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-light/projectSourcesPyMixed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSourcesPyMixed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path d="m10 6v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path d="m10 6v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectSourcesRb.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSourcesRb.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/></g></svg>
--- a/eric6/icons/breeze-light/projectSourcesRbMixed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectSourcesRbMixed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/>
-  <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/>
-  <path d="m336 540.36v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#e00a5e"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/><path d="m336 540.36v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/></g></svg>
--- a/eric6/icons/breeze-light/projectTranslations.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectTranslations.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/>
- <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/>
- <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/><path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/><path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-light/projectUserProps.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectUserProps.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m12.249 6.75a3.027 3 0 0 0-3.027 3 3.027 3 0 0 0 3.027 3 3.027 3 0 0 0 3.027-3 3.027 3 0 0 0-3.027-3zm0 0.75a2.2702 2.25 0 0 1 2.2702 2.25 2.2702 2.25 0 0 1-2.2702 2.25 2.2702 2.25 0 0 1-2.2702-2.25 2.2702 2.25 0 0 1 2.2702-2.25zm0 6a6.0539 6 0 0 0-5.9993 5.25h0.76266a5.2972 5.25 0 0 1 5.2366-4.5 5.2972 5.25 0 0 1 5.2381 4.5h0.76266a6.0539 6 0 0 0-6.0007-5.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m12.249 6.75a3.027 3 0 0 0-3.027 3 3.027 3 0 0 0 3.027 3 3.027 3 0 0 0 3.027-3 3.027 3 0 0 0-3.027-3zm0 0.75a2.2702 2.25 0 0 1 2.2702 2.25 2.2702 2.25 0 0 1-2.2702 2.25 2.2702 2.25 0 0 1-2.2702-2.25 2.2702 2.25 0 0 1 2.2702-2.25zm0 6a6.0539 6 0 0 0-5.9993 5.25h0.76266a5.2972 5.25 0 0 1 5.2366-4.5 5.2972 5.25 0 0 1 5.2381 4.5h0.76266a6.0539 6 0 0 0-6.0007-5.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/projectViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/projectViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/protobuf.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/protobuf.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <g transform="matrix(.076581 0 0 .080541 -5.9928 267.3)">
-   <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g transform="matrix(.076581 0 0 .080541 -5.9928 267.3)"><g fill="none" stroke="#000" stroke-width=".26458px"><path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z"/><path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z"/><path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z"/><path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z"/></g><g stroke-width="1.4286"><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/protobuf48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/protobuf48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,15 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -284.3)">
-  <g transform="matrix(.16848 0 0 .17114 -13.238 233.74)">
-   <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/>
-   <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -284.3)"><g transform="matrix(.16848 0 0 .17114 -13.238 233.74)"><g fill="none" stroke="#000" stroke-width=".26458px"><path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z"/><path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z"/><path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z"/><path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z"/></g><g stroke-width="1.4286"><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57"/><path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/pullBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pullBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/pushBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pushBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22072)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/putAs.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/putAs.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#232629">
-  <path class="ColorScheme-Text" d="m17 9-8-8v4h-8v8h8v4zm-1.4141 0-5.5859 5.5859v-2.5859h-8v-6h8v-2.5859z" color="#eff0f1"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m17 9-8-8v4h-8v8h8v4zm-1.4141 0-5.5859 5.5859v-2.5859h-8v-6h8v-2.5859z" color="#eff0f1"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/pypi.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/pypi.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,26 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-111.24 -145.92)">
-  <g transform="matrix(.011642 0 0 .013265 111.24 145.92)">
-   <path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744 17.875-6.4726 33.288-12.18 34.25-12.682 1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181-10.309 3.7533-18.746 7.0712-18.75 7.3731-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622 9.625 3.5657 17.838 6.5001 18.25 6.521 0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/>
-   <path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487-4.675-1.7808-22-8.105-38.5-14.054-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/>
-   <path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.21619-82.923-0.21619-82.923 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/>
-   <path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/>
-   <path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/>
-   <path d="m177 341.59-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/>
-   <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/>
-   <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/>
-   <path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/>
-   <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/>
-   <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/>
-  </g>
-  <path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" fill="#fff" stroke-width=".035506"/>
-  <path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" fill="#fff" stroke-width=".035506"/>
-  <path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z" fill="#fff" stroke-width=".017753"/>
-  <path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z" fill="#fff" stroke-width=".017753"/>
-  <path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z" fill="#fff" stroke-width=".017753"/>
-  <path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z" fill="#fff" stroke-width=".017753"/>
-  <path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z" fill="#fff" stroke-width=".017753"/>
-  <path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z" fill="#fff" stroke-width=".017753"/>
- </g>
-</svg>
+<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-111.24 -145.92)"><g transform="matrix(.011642 0 0 .013265 111.24 145.92)"><path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744s33.288-12.18 34.25-12.682c1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181s-18.746 7.0712-18.75 7.3731c-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622s17.838 6.5001 18.25 6.521c0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/><path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487s-22-8.105-38.5-14.054c-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/><path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/><path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/><path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/><path d="m177 341.59-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/><path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/><path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/><path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/><path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/><path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/></g><g fill="#fff"><path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" stroke-width=".035506"/><path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" stroke-width=".035506"/><g stroke-width=".017753"><path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z"/><path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z"/><path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z"/><path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z"/><path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z"/><path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z"/></g></g></g></svg>
--- a/eric6/icons/breeze-light/qscintilla.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/qscintilla.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image x="-4.3368e-19" y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image x="-4.3368e-19" y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-light/qthelp.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/qthelp.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g fill="#232629">
-  <path d="m3.9082 1c-0.17884 0-0.39767 0.090764-0.52148 0.21484-0.71841 0.70514-1.4372 1.4092-2.1602 2.1113-0.12534 0.12105-0.22656 0.33776-0.22656 0.52539v0.0019531c0.00306 3.2518 0.0039062 9.8551 0.0039062 9.9277v0.38867h0.39062c0.052965 0 5.9466-7.4e-4 10.605 0v-0.77344c-4.3818-0.001013-9.8139-0.002953-10.215-0.001953 0-0.54172 0.0011069-6.3912-0.0019531-9.5234 0.71688-0.69597 1.4322-1.3936 2.1445-2.0957h14.289c0 0.48573-3e-3 6.4111 0 9.5313-0.23724 0.22984-0.47219 0.46263-0.70898 0.69336h1.1113c0.050892-0.049367 0.10142-0.099101 0.15234-0.14844 0.13446-0.13164 0.22852-0.35641 0.22852-0.54102-0.003058-3.2427 0-9.9238 0-9.9238v-0.38672h-15.092zm3.7812 2.3242c-0.12381 0-0.24728 0.0032624-0.37109 0.0078124-0.29959 0.012111-0.59392 0.061307-0.88281 0.14453-0.65421 0.19217-1.1458 0.57662-1.4316 1.1895-0.099354 0.21336-0.18274 0.43665-0.25 0.66211-0.18495 0.61738-0.22283 1.2516-0.23047 1.8887-0.00459 0.42974 0.021315 0.858 0.083984 1.2832 0.061141 0.39797 0.15591 0.78836 0.31641 1.1621 0.29042 0.67185 0.80112 1.0927 1.5195 1.2773 0.62517 0.16191 1.257 0.18302 1.9082 0.09375 0.32711 0.52205 0.65549 1.0522 0.99023 1.5879 0.39589-0.18158 0.77344-0.35226 1.1602-0.5293-0.31946-0.50238-0.62746-0.98907-0.93164-1.4688 0.13298-0.11803 0.26469-0.22182 0.38086-0.33984 0.30112-0.31323 0.48234-0.68954 0.60156-1.0996 0.16967-0.5856 0.21323-1.1873 0.22852-1.791 0.010701-0.46757-0.019787-0.93541-0.083984-1.3984-0.061141-0.43125-0.16729-0.85096-0.34766-1.252-0.30724-0.68093-0.82923-1.1073-1.5645-1.2949-0.36226-0.090791-0.72733-0.12153-1.0957-0.12305zm4.6582 0.77539v1.5488h-0.7832v1.1621h0.7832v2.7109c0 0.2981 0.062831 0.62587 0.18359 0.9043 0.10088 0.23454 0.27089 0.39862 0.50781 0.5 0.18037 0.07567 0.36838 0.11661 0.5625 0.13477 0.37143 0.03329 0.80265-0.026284 1.168-0.089844 0.10394-0.01816 0.20678-0.039377 0.31836-0.060547-0.01069-0.31626-0.028718-0.74077-0.054688-1.0449-0.04128-0.00297-0.062997-0.0093525-0.085937-0.0078125-0.24456 0.00911-0.55231 0.048201-0.79688 0.052734-0.10547 0.0015401-0.21247-0.010089-0.31641-0.03125-0.13145-0.027241-0.21917-0.11401-0.25586-0.24414-0.01376-0.054472-0.02819-0.10569-0.03125-0.16016-0.01681-0.20428-0.023861-0.52077-0.025391-0.72656-0.0046-0.73238 0-1.9375 0-1.9375h1.5664v-1.1621h-1.5664v-1.5488h-1.1738zm-4.6973 0.39453c0.23234 0 0.46255 0.026043 0.69336 0.082031 0.39895 0.096843 0.69743 0.30924 0.88086 0.64062 0.1605 0.28448 0.24975 0.58912 0.29102 0.90234 0.048915 0.37829 0.072348 0.76004 0.09375 0.99609-0.019872 0.65521-0.034899 1.1623-0.18164 1.6602-0.030573 0.10593-0.070485 0.21112-0.11328 0.3125-0.16508 0.39948-0.48955 0.64408-0.95117 0.75-0.4662 0.10593-0.93894 0.10642-1.4082 0.0019532-0.49219-0.10891-0.82379-0.37275-0.99805-0.79492-0.14062-0.34198-0.21646-0.69455-0.23633-1.0547-0.022926-0.40402-0.031759-0.81082-0.019531-1.2148 0.010699-0.43731 0.077785-0.86903 0.23828-1.2852 0.033628-0.086246 0.074389-0.17219 0.11719-0.25391 0.18342-0.34349 0.48879-0.55877 0.89844-0.66016 0.23081-0.055988 0.46298-0.082031 0.69531-0.082031z" stroke-width=".38933"/>
-  <path class="ColorScheme-Text" d="m17 13a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.087235 2 2 0 0 0-0.57943 0.087235l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087235 0.57943 2 2 0 0 0 0.08723 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40885-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.087239-0.57943 2 2 0 0 0-0.087239-0.57943zm-2.9245 0.25779a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.087235 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40886 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.087235v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z"/>
- </g>
-</svg>
+<svg fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g fill="#232629"><path d="m3.9082 1c-0.17884 0-0.39767 0.090764-0.52148 0.21484-0.71841 0.70514-1.4372 1.4092-2.1602 2.1113-0.12534 0.12105-0.22656 0.33776-0.22656 0.52539v0.0019531c0.00306 3.2518 0.0039062 9.8551 0.0039062 9.9277v0.38867h0.39062c0.052965 0 5.9466-7.4e-4 10.605 0v-0.77344c-4.3818-0.001013-9.8139-0.002953-10.215-0.001953 0-0.54172 0.0011069-6.3912-0.0019531-9.5234 0.71688-0.69597 1.4322-1.3936 2.1445-2.0957h14.289c0 0.48573-3e-3 6.4111 0 9.5313-0.23724 0.22984-0.47219 0.46263-0.70898 0.69336h1.1113c0.050892-0.049367 0.10142-0.099101 0.15234-0.14844 0.13446-0.13164 0.22852-0.35641 0.22852-0.54102-0.003058-3.2427 0-9.9238 0-9.9238v-0.38672h-15.092zm3.7812 2.3242c-0.12381 0-0.24728 0.0032624-0.37109 0.0078124-0.29959 0.012111-0.59392 0.061307-0.88281 0.14453-0.65421 0.19217-1.1458 0.57662-1.4316 1.1895-0.099354 0.21336-0.18274 0.43665-0.25 0.66211-0.18495 0.61738-0.22283 1.2516-0.23047 1.8887-0.00459 0.42974 0.021315 0.858 0.083984 1.2832 0.061141 0.39797 0.15591 0.78836 0.31641 1.1621 0.29042 0.67185 0.80112 1.0927 1.5195 1.2773 0.62517 0.16191 1.257 0.18302 1.9082 0.09375 0.32711 0.52205 0.65549 1.0522 0.99023 1.5879 0.39589-0.18158 0.77344-0.35226 1.1602-0.5293-0.31946-0.50238-0.62746-0.98907-0.93164-1.4688 0.13298-0.11803 0.26469-0.22182 0.38086-0.33984 0.30112-0.31323 0.48234-0.68954 0.60156-1.0996 0.16967-0.5856 0.21323-1.1873 0.22852-1.791 0.010701-0.46757-0.019787-0.93541-0.083984-1.3984-0.061141-0.43125-0.16729-0.85096-0.34766-1.252-0.30724-0.68093-0.82923-1.1073-1.5645-1.2949-0.36226-0.090791-0.72733-0.12153-1.0957-0.12305zm4.6582 0.77539v1.5488h-0.7832v1.1621h0.7832v2.7109c0 0.2981 0.062831 0.62587 0.18359 0.9043 0.10088 0.23454 0.27089 0.39862 0.50781 0.5 0.18037 0.07567 0.36838 0.11661 0.5625 0.13477 0.37143 0.03329 0.80265-0.026284 1.168-0.089844 0.10394-0.01816 0.20678-0.039377 0.31836-0.060547-0.01069-0.31626-0.028718-0.74077-0.054688-1.0449-0.04128-0.00297-0.062997-0.0093525-0.085937-0.0078125-0.24456 0.00911-0.55231 0.048201-0.79688 0.052734-0.10547 0.0015401-0.21247-0.010089-0.31641-0.03125-0.13145-0.027241-0.21917-0.11401-0.25586-0.24414-0.01376-0.054472-0.02819-0.10569-0.03125-0.16016-0.01681-0.20428-0.023861-0.52077-0.025391-0.72656-0.0046-0.73238 0-1.9375 0-1.9375h1.5664v-1.1621h-1.5664v-1.5488h-1.1738zm-4.6973 0.39453c0.23234 0 0.46255 0.026043 0.69336 0.082031 0.39895 0.096843 0.69743 0.30924 0.88086 0.64062 0.1605 0.28448 0.24975 0.58912 0.29102 0.90234 0.048915 0.37829 0.072348 0.76004 0.09375 0.99609-0.019872 0.65521-0.034899 1.1623-0.18164 1.6602-0.030573 0.10593-0.070485 0.21112-0.11328 0.3125-0.16508 0.39948-0.48955 0.64408-0.95117 0.75-0.4662 0.10593-0.93894 0.10642-1.4082 0.0019532-0.49219-0.10891-0.82379-0.37275-0.99805-0.79492-0.14062-0.34198-0.21646-0.69455-0.23633-1.0547-0.022926-0.40402-0.031759-0.81082-0.019531-1.2148 0.010699-0.43731 0.077785-0.86903 0.23828-1.2852 0.033628-0.086246 0.074389-0.17219 0.11719-0.25391 0.18342-0.34349 0.48879-0.55877 0.89844-0.66016 0.23081-0.055988 0.46298-0.082031 0.69531-0.082031z" stroke-width=".38933"/><path class="ColorScheme-Text" d="m17 13a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.087235 2 2 0 0 0-0.57943 0.087235l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087235 0.57943 2 2 0 0 0 0.08723 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40885-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.087239-0.57943 2 2 0 0 0-0.087239-0.57943zm-2.9245 0.25779a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.087235 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40886 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.087235v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z"/></g></svg>
--- a/eric6/icons/breeze-light/question.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/question.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.959 1c-2.2762 0-4.4289 0.527-6.4594 1.5796l1.0105 2.2339c1.0152-0.4794 1.9275-0.82185 2.7396-1.0303 0.82286-0.20841 1.6613-0.3125 2.5162-0.3125 1.2824 0 2.2664 0.27531 2.9504 0.82764 0.68393 0.55234 1.0258 1.3438 1.0258 2.3755 0 0.55234-0.07383 1.0382-0.22344 1.4551-0.1496 0.41685-0.406 0.83314-0.76934 1.25-0.36332 0.41686-1.128 1.1042-2.2928 2.063-1.4301 1.2542-2.9264 3.4819-3.057 5.8081h2.6l-0.0076-0.03906c0-0.94835 0.17091-1.7095 0.51289-2.2827 0.35266-0.58361 1.0571-1.3188 2.115-2.2046 1.2931-1.0526 2.1548-1.844 2.5822-2.3755 0.43815-0.5315 0.76382-1.093 0.97754-1.687 0.21383-0.59404 0.31991-1.2771 0.31991-2.0483 0-1.7717-0.58205-3.1488-1.7469-4.1284-1.1648-0.99005-2.7633-1.4844-4.7937-1.4844zm-2.5594 17.5v2.5h2.6v-2.5z" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.959 1c-2.2762 0-4.4289 0.527-6.4594 1.5796l1.0105 2.2339c1.0152-0.4794 1.9275-0.82185 2.7396-1.0303 0.82286-0.20841 1.6613-0.3125 2.5162-0.3125 1.2824 0 2.2664 0.27531 2.9504 0.82764 0.68393 0.55234 1.0258 1.3438 1.0258 2.3755 0 0.55234-0.07383 1.0382-0.22344 1.4551-0.1496 0.41685-0.406 0.83314-0.76934 1.25-0.36332 0.41686-1.128 1.1042-2.2928 2.063-1.4301 1.2542-2.9264 3.4819-3.057 5.8081h2.6l-0.0076-0.03906c0-0.94835 0.17091-1.7095 0.51289-2.2827 0.35266-0.58361 1.0571-1.3188 2.115-2.2046 1.2931-1.0526 2.1548-1.844 2.5822-2.3755 0.43815-0.5315 0.76382-1.093 0.97754-1.687 0.21383-0.59404 0.31991-1.2771 0.31991-2.0483 0-1.7717-0.58205-3.1488-1.7469-4.1284-1.1648-0.99005-2.7633-1.4844-4.7937-1.4844zm-2.5594 17.5v2.5h2.6v-2.5z" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/quickFindExtend.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/quickFindExtend.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/quickFindNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/quickFindNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g fill="#232629">
-  <path d="m1 3v16l10-8z"/>
-  <path d="m11 11v8l10-8-10-8z"/>
- </g>
-</svg>
+        }</style><g fill="#232629"><path d="m1 3v16l10-8z"/><path d="m11 11v8l10-8-10-8z"/></g></svg>
--- a/eric6/icons/breeze-light/quickFindPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/quickFindPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g fill="#232629">
-  <path d="m11 3-10 8 10 8v-8z"/>
-  <path d="m11 11 10 8v-16z"/>
- </g>
-</svg>
+        }</style><g fill="#232629"><path d="m11 3-10 8 10 8v-8z"/><path d="m11 11 10 8v-16z"/></g></svg>
--- a/eric6/icons/breeze-light/relayout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/relayout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#da4453" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/reload.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/reload.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#00a800" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#00a800" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/remsplitHorizontal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/remsplitHorizontal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v20h8.75v-1.25-13.75-5h-8.75zm10 0v10h1.25v-5h1.25 6.25v5h1.25v-10h-7.5-1.25-1.25zm-8.75 5h6.25v13.75h-6.25v-13.75z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h8.75v-20h-8.75zm10 0v10h1.25v-5h7.5v5h1.25v-10h-10zm-8.75 5h6.25v13.75h-6.25v-13.75z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/remsplitVertical.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/remsplitVertical.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v8.75 1.25h1.25 5 1.25 11.25 1.25v-1.25-8.75h-20zm1.25 5h5v3.75h-5v-3.75zm6.25 0h11.25v3.75h-11.25v-3.75zm-7.5 7.5v1.25 6.25h10v-1.25h-2.5v-5h2.5v-1.25h-10zm1.25 1.25h5v5h-5v-5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v10h20v-10h-20zm1.25 5h5v3.75h-5v-3.75zm6.25 0h11.25v3.75h-11.25v-3.75zm-7.5 7.5v7.5h10v-1.25h-2.5v-5h2.5v-1.25h-10zm1.25 1.25h5v5h-5v-5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/renameBookmark.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/renameBookmark.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)" fill="#232629">
-  <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/>
- </g>
- <path d="m171.12 272v5.3333h10.667v53.333h-10.667v5.3333h26.667v-5.3333h-10.667v-53.333h10.667v-5.3333zm48 0h18.286q12.011 0 18.106 3.5854 6.1849 3.4958 6.1849 12.28 0 5.6471-3.1373 9.4118-3.1372 3.6751-9.0532 4.7507v0.44818q4.0336 0.62745 7.2605 2.3305 3.3165 1.7031 5.1989 4.8403 1.8824 3.1372 1.8824 8.1569 0 8.6947-6.0056 13.445-5.916 4.7507-16.224 4.7507h-22.499zm8.0672 27.249h11.832q8.2465 0 11.294-2.5994 3.0476-2.6891 3.0476-7.888 0-5.2885-3.7647-7.5294-3.6751-2.3305-11.832-2.3305h-10.577zm0 6.7227v23.216h12.908q8.5154 0 11.832-3.3165 3.3165-3.3165 3.3165-8.6947 0-5.0196-3.4958-8.0672-3.4062-3.1372-12.28-3.1372zm-87.42 30.028-7.6764-19.727h-25.261l-7.5872 19.727h-8.1227l24.904-64h7.2301l24.814 64zm-10.086-26.868-7.1409-19.28q-0.26778-0.71409-0.89261-2.5886-0.62482-1.8745-1.2496-3.8382-0.53556-2.053-0.89261-3.1241-0.62482 2.7671-1.4282 5.4449-0.80335 2.5886-1.3389 4.106l-7.2301 19.28z" fill="#232629"/>
-</svg>
+      }</style></defs><g transform="matrix(21.333 0 0 21.333 5.3333 -22136)" fill="#232629"><path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/></g><path d="m171.12 272v5.3333h10.667v53.333h-10.667v5.3333h26.667v-5.3333h-10.667v-53.333h10.667v-5.3333zm48 0h18.286q12.011 0 18.106 3.5854 6.1849 3.4958 6.1849 12.28 0 5.6471-3.1373 9.4118-3.1372 3.6751-9.0532 4.7507v0.44818q4.0336 0.62745 7.2605 2.3305 3.3165 1.7031 5.1989 4.8403t1.8824 8.1569q0 8.6947-6.0056 13.445-5.916 4.7507-16.224 4.7507h-22.499zm8.0672 27.249h11.832q8.2465 0 11.294-2.5994 3.0476-2.6891 3.0476-7.888 0-5.2885-3.7647-7.5294-3.6751-2.3305-11.832-2.3305h-10.577zm0 6.7227v23.216h12.908q8.5154 0 11.832-3.3165 3.3165-3.3165 3.3165-8.6947 0-5.0196-3.4958-8.0672-3.4062-3.1372-12.28-3.1372zm-87.42 30.028-7.6764-19.727h-25.261l-7.5872 19.727h-8.1227l24.904-64h7.2301l24.814 64zm-10.086-26.868-7.1409-19.28q-0.26778-0.71409-0.89261-2.5886-0.62482-1.8745-1.2496-3.8382-0.53556-2.053-0.89261-3.1241-0.62482 2.7671-1.4282 5.4449-0.80335 2.5886-1.3389 4.106l-7.2301 19.28z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/repeat.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/repeat.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.304 1-4.3036 4.375 4.3036 4.375 0.86936-0.88379-2.8194-2.8662h4.6542c3.7466 0 6.7627 3.0662 6.7627 6.875s-3.0162 6.875-6.7627 6.875h-1.8444v1.25h1.8444c4.4277 0 7.9923-3.6238 7.9923-8.125s-3.5646-8.125-7.9923-8.125h-4.6542l2.8194-2.8662-0.86936-0.88379" color="#eff0f1" fill="#232629"/>
- <text x="0.5095368" y="18.891008" fill="#232629" font-family="sans-serif" font-size="10.899px" letter-spacing="0px" stroke-width=".27248" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.5095368" y="18.891008" fill="#232629" stroke-width=".27248">3x</tspan></text>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.304 1-4.3036 4.375 4.3036 4.375 0.86936-0.88379-2.8194-2.8662h4.6542c3.7466 0 6.7627 3.0662 6.7627 6.875s-3.0162 6.875-6.7627 6.875h-1.8444v1.25h1.8444c4.4277 0 7.9923-3.6238 7.9923-8.125s-3.5646-8.125-7.9923-8.125h-4.6542l2.8194-2.8662-0.86936-0.88379" color="#eff0f1" fill="#232629"/><text x="0.5095368" y="18.891008" fill="#232629" font-family="sans-serif" font-size="10.899px" letter-spacing="0px" stroke-width=".27248" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.5095368" y="18.891008" fill="#232629" stroke-width=".27248">3x</tspan></text></svg>
--- a/eric6/icons/breeze-light/rescan.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/rescan.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#00a800" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#00a800" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/resizeColumns.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/resizeColumns.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 1-3.75 2.5 3.75 2.5v-5m2.5 0v5l3.75-2.5-3.75-2.5m-7.5 3.75v16.25h1.25v-5h7.5v-8.75h-7.5v-2.5h-1.25m11.25 0v16.25h1.25v-2.5h7.5v-11.25h-7.5v-2.5h-1.25m-10 3.75h6.25v6.25h-6.25v-6.25m11.25 0h6.25v8.75h-6.25v-8.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 1-3.75 2.5 3.75 2.5v-5m2.5 0v5l3.75-2.5-3.75-2.5m-7.5 3.75v16.25h1.25v-5h7.5v-8.75h-7.5v-2.5h-1.25m11.25 0v16.25h1.25v-2.5h7.5v-11.25h-7.5v-2.5h-1.25m-10 3.75h6.25v6.25h-6.25v-6.25m11.25 0h6.25v8.75h-6.25v-8.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/resourcesCompiler48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/resourcesCompiler48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb">
- <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#232629" stroke-width=".85654"/>
- <g transform="matrix(1.25 0 0 1.25 -385.25 -645.7)" fill="#5fd38d" stroke="#5fd38d">
-  <rect x="329" y="537.36" width="8" height="1"/>
-  <rect x="329" y="541.36" width="16" height="1"/>
-  <rect x="329" y="548.36" width="16" height="1"/>
-  <rect x="329" y="545.36" width="8" height="1"/>
-  <rect x="329" y="552.36" width="12" height=".99998"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#232629" stroke-width=".85654"/><g transform="matrix(1.25 0 0 1.25 -385.25 -645.7)" fill="#5fd38d" stroke="#5fd38d"><rect x="329" y="537.36" width="8" height="1"/><rect x="329" y="541.36" width="16" height="1"/><rect x="329" y="548.36" width="16" height="1"/><rect x="329" y="545.36" width="8" height="1"/><rect x="329" y="552.36" width="12" height=".99998"/></g></svg>
--- a/eric6/icons/breeze-light/restart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/restart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#ff7f2a" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#ff7f2a" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/restartDelete.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/restartDelete.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m13 7c0 1.0813-0.28719 2.092-0.78369 2.9663l-0.55371-0.55371 0.0015-0.00144-2.083-2.0845 0.53027-0.53027 1.8604 1.8618c0.17447-0.52172 0.27828-1.0761 0.27828-1.6582 0-2.9085-2.3415-5.25-5.25-5.25-0.87187 0-1.6904 0.21437-2.4126 0.5874l-0.55371-0.55371c0.87435-0.49654 1.885-0.78369 2.9663-0.78369 3.324 0 6 2.676 6 6zm-3.0337 5.2163c-0.87435 0.49654-1.885 0.78369-2.9663 0.78369-3.324 0-6-2.676-6-6 0-1.0813 0.28719-2.092 0.78369-2.9663l0.5127 0.5127 0.00149-0.00144 2.1211 2.1211-0.53027 0.53027-1.8589-1.8589c-0.17548 0.52295-0.27982 1.0789-0.27982 1.6626 0 2.9085 2.3415 5.25 5.25 5.25 0.87187 0 1.6904-0.21437 2.4126-0.5874z" color="#eff0f1" fill="#ffb380" stroke-width=".75"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m13 7c0 1.0813-0.28719 2.092-0.78369 2.9663l-0.55371-0.55371 0.0015-0.00144-2.083-2.0845 0.53027-0.53027 1.8604 1.8618c0.17447-0.52172 0.27828-1.0761 0.27828-1.6582 0-2.9085-2.3415-5.25-5.25-5.25-0.87187 0-1.6904 0.21437-2.4126 0.5874l-0.55371-0.55371c0.87435-0.49654 1.885-0.78369 2.9663-0.78369 3.324 0 6 2.676 6 6zm-3.0337 5.2163c-0.87435 0.49654-1.885 0.78369-2.9663 0.78369-3.324 0-6-2.676-6-6 0-1.0813 0.28719-2.092 0.78369-2.9663l0.5127 0.5127 0.00149-0.00144 2.1211 2.1211-0.53027 0.53027-1.8589-1.8589c-0.17548 0.52295-0.27982 1.0789-0.27982 1.6626 0 2.9085 2.3415 5.25 5.25 5.25 0.87187 0 1.6904-0.21437 2.4126-0.5874z" color="#eff0f1" fill="#ffb380" stroke-width=".75"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/rss16.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/rss16.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -1036.4)" fill="#f27935">
-  <path d="m1 1037.4v1.75a12.25 12.25 0 0 1 12.25 12.25h1.75a14 14 0 0 0-14-14zm0 4.375v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75a9.625 9.625 0 0 0-9.625-9.625zm2.1875 5.25a2.1875 2.1875 0 0 0-2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875-2.1875 2.1875 2.1875 0 0 0-2.1875-2.1875z" fill="#fc963a" stroke-linecap="round" stroke-width=".0875"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1036.4)" fill="#f27935"><path d="m1 1037.4v1.75a12.25 12.25 0 0 1 12.25 12.25h1.75a14 14 0 0 0-14-14zm0 4.375v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75a9.625 9.625 0 0 0-9.625-9.625zm2.1875 5.25a2.1875 2.1875 0 0 0-2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875-2.1875 2.1875 2.1875 0 0 0-2.1875-2.1875z" fill="#fc963a" stroke-linecap="round" stroke-width=".0875"/></g></svg>
--- a/eric6/icons/breeze-light/rss22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/rss22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -1030.4)" fill="#f27935">
-  <path d="m1 1031.4v2.5a17.5 17.5 0 0 1 17.5 17.5h2.5a20 20 0 0 0-20-20zm0 6.25v2.5a11.25 11.25 0 0 1 11.25 11.25h2.5a13.75 13.75 0 0 0-13.75-13.75zm3.125 7.5a3.125 3.125 0 0 0-3.125 3.125 3.125 3.125 0 0 0 3.125 3.125 3.125 3.125 0 0 0 3.125-3.125 3.125 3.125 0 0 0-3.125-3.125z" fill="#fc963a" stroke-linecap="round" stroke-width=".125"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1030.4)" fill="#f27935"><path d="m1 1031.4v2.5a17.5 17.5 0 0 1 17.5 17.5h2.5a20 20 0 0 0-20-20zm0 6.25v2.5a11.25 11.25 0 0 1 11.25 11.25h2.5a13.75 13.75 0 0 0-13.75-13.75zm3.125 7.5a3.125 3.125 0 0 0-3.125 3.125 3.125 3.125 0 0 0 3.125 3.125 3.125 3.125 0 0 0 3.125-3.125 3.125 3.125 0 0 0-3.125-3.125z" fill="#fc963a" stroke-linecap="round" stroke-width=".125"/></g></svg>
--- a/eric6/icons/breeze-light/rss48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/rss48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -1004.4)" fill="#f27935">
-  <path d="m2 1006.4v5.5a38.5 38.5 0 0 1 38.5 38.5h5.5a44 44 0 0 0-44-44zm0 13.75v5.5a24.75 24.75 0 0 1 24.75 24.75h5.5a30.25 30.25 0 0 0-30.25-30.25zm6.875 16.5a6.875 6.875 0 0 0-6.875 6.875 6.875 6.875 0 0 0 6.875 6.875 6.875 6.875 0 0 0 6.875-6.875 6.875 6.875 0 0 0-6.875-6.875z" fill="#fc963a" stroke-linecap="round" stroke-width=".275"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1004.4)" fill="#f27935"><path d="m2 1006.4v5.5a38.5 38.5 0 0 1 38.5 38.5h5.5a44 44 0 0 0-44-44zm0 13.75v5.5a24.75 24.75 0 0 1 24.75 24.75h5.5a30.25 30.25 0 0 0-30.25-30.25zm6.875 16.5a6.875 6.875 0 0 0-6.875 6.875 6.875 6.875 0 0 0 6.875 6.875 6.875 6.875 0 0 0 6.875-6.875 6.875 6.875 0 0 0-6.875-6.875z" fill="#fc963a" stroke-linecap="round" stroke-width=".275"/></g></svg>
--- a/eric6/icons/breeze-light/runProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/runProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/runScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/runScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" fill="#232629"/>
- <path d="m15.533 19.269c-0.4302-0.0634-0.64307-0.13437-1.0749-0.35836-0.47377-0.24573-0.86103-0.59206-1.1737-1.0497-1.2419-1.8175-0.39818-4.3021 1.6967-4.9967 0.37079-0.12294 0.53384-0.14542 1.0437-0.1439 0.96674 0.0029 1.6104 0.274 2.3129 0.97419 0.44736 0.44591 0.79151 1.0812 0.90458 1.6698 0.08792 0.45767 0.03557 1.2633-0.10893 1.6765-0.52745 1.5081-2.0581 2.4554-3.6003 2.2282zm0.91367-2.415c0.6441-0.42849 1.1925-0.79857 1.2185-0.82241 0.04074-0.03722-2.2502-1.5987-2.4684-1.6824-0.06685-0.02565-0.07839 0.21826-0.07839 1.6571 0 1.4406 0.01148 1.6827 0.07857 1.657 0.04321-0.01658 0.60557-0.38073 1.2497-0.80922z" fill="#f9f9f9" stroke-width="0"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" fill="#232629"/><path d="m15.533 19.269c-0.4302-0.0634-0.64307-0.13437-1.0749-0.35836-0.47377-0.24573-0.86103-0.59206-1.1737-1.0497-1.2419-1.8175-0.39818-4.3021 1.6967-4.9967 0.37079-0.12294 0.53384-0.14542 1.0437-0.1439 0.96674 0.0029 1.6104 0.274 2.3129 0.97419 0.44736 0.44591 0.79151 1.0812 0.90458 1.6698 0.08792 0.45767 0.03557 1.2633-0.10893 1.6765-0.52745 1.5081-2.0581 2.4554-3.6003 2.2282zm0.91367-2.415c0.6441-0.42849 1.1925-0.79857 1.2185-0.82241 0.04074-0.03722-2.2502-1.5987-2.4684-1.6824-0.06685-0.02565-0.07839 0.21826-0.07839 1.6571 0 1.4406 0.01148 1.6827 0.07857 1.657 0.04321-0.01658 0.60557-0.38073 1.2497-0.80922z" fill="#f9f9f9" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-light/safari.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/safari.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,34 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient2129" x1="412.98" x2="412.98" y1="237.61" y2="59.392" gradientTransform="matrix(.35154 0 0 .35154 206.79 159.77)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#bdbdbd" offset="0"/>
-   <stop stop-color="#fff" offset="1"/>
-  </linearGradient>
-  <radialGradient id="radialGradient2137" cx="413.06" cy="136.82" r="82.125" gradientTransform="matrix(.38143 0 0 .38143 194.54 155.58)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#06c2e7" offset="0"/>
-   <stop stop-color="#0db8ec" offset=".25"/>
-   <stop stop-color="#12aef1" offset=".5"/>
-   <stop stop-color="#1f86f9" offset=".75"/>
-   <stop stop-color="#107ddd" offset="1"/>
-  </radialGradient>
-  <filter id="filter2222" x="-.020909" y="-.022338" width="1.0418" height="1.0447" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="0.95767362"/>
-  </filter>
-  <filter id="filter2248" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="3.5643107"/>
-  </filter>
- </defs>
- <g transform="translate(-318.89 -233.7)">
-  <g transform="matrix(.176 0 0 .17697 263.29 202.27)">
-   <path transform="matrix(.33865 0 0 .32609 212.12 166.12)" d="m502.08 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108z" filter="url(#filter2248)" opacity=".53" style="paint-order:markers stroke fill"/>
-   <path d="m383.29 211.98a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.325-31.325 31.325 31.325 0 0 1 31.325-31.325 31.325 31.325 0 0 1 31.325 31.325z" fill="url(#linearGradient2129)" stroke="#cdcdcd" stroke-linecap="round" stroke-linejoin="round" stroke-width=".093012" style="paint-order:markers stroke fill"/>
-   <path d="m380.84 211.98a28.871 28.871 0 0 1-28.871 28.871 28.871 28.871 0 0 1-28.871-28.871 28.871 28.871 0 0 1 28.871-28.871 28.871 28.871 0 0 1 28.871 28.871z" fill="url(#radialGradient2137)" style="paint-order:markers stroke fill"/>
-   <path d="m351.97 184.61c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-2.7537 0.17404c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23194 0.0242-0.39917 0.2304-0.37495 0.46234l0.21218 2.0312c0.0242 0.23194 0.23041 0.39918 0.46233 0.37496 0.23195-0.0242 0.39919-0.2304 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18177-0.35637-0.37695-0.37532zm5.5266 2e-3c-0.19519 0.0188-0.35578 0.17221-0.37714 0.37513l-0.21363 2.031c-0.0244 0.23192 0.14285 0.43831 0.37478 0.4627 0.23191 0.0244 0.43811-0.14268 0.46251-0.3746l0.21364-2.0312c0.0244-0.23192-0.14286-0.43814-0.37478-0.46252-0.029-3e-3 -0.0575-3e-3 -0.0854-5.2e-4zm-8.3553 0.4082c-0.028 2.2e-4 -0.0565 3e-3 -0.085 9e-3 -0.22814 0.0483-0.37294 0.27089-0.32464 0.49903l1.0055 4.7498c0.0483 0.22814 0.27088 0.37293 0.49902 0.32464 0.22814-0.0483 0.37294-0.27072 0.32465-0.49886l-1.0055-4.75c-0.0423-0.19963-0.21792-0.33543-0.41401-0.3339zm11.184 4e-3c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33353l-1.009 4.7492c-0.0485 0.22811 0.0962 0.45076 0.32427 0.49922 0.22811 0.0485 0.45076-0.0962 0.49921-0.32428l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-13.883 0.75717c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194-0.22178 0.0721-0.34238 0.3085-0.27031 0.53028l0.6311 1.9424c0.0721 0.22179 0.30868 0.34238 0.53046 0.27032 0.22179-0.0721 0.3422-0.30868 0.27013-0.53046l-0.63109-1.9424c-0.054-0.16634-0.20059-0.27568-0.36407-0.28958zm16.568 1e-3c-0.16348 0.0139-0.30999 0.12324-0.36406 0.28957l-0.63147 1.9422c-0.0721 0.22177 0.0484 0.45837 0.27014 0.53046 0.22178 0.0721 0.45837-0.0484 0.53047-0.27013l0.63146-1.9424c0.0721-0.22178-0.0484-0.45837-0.27014-0.53046-0.0554-0.018-0.11191-0.0239-0.1664-0.0193zm-19.237 0.9759c-0.0547 1e-3 -0.11004 0.013-0.16331 0.0367-0.21298 0.0947-0.30836 0.34244-0.21364 0.55553l1.972 4.4366c0.0947 0.21308 0.34244 0.30836 0.55553 0.21364 0.21298-0.0947 0.30854-0.34244 0.21382-0.55553l-1.9722-4.4366c-0.071-0.15983-0.22817-0.25351-0.39221-0.25033zm21.937 0.0149c-0.16403-3e-3 -0.32132 0.0901-0.39257 0.24979l-1.978 4.4339c-0.095 0.21296-4e-5 0.46088 0.21292 0.55589 0.21297 0.095 0.46088 5e-5 0.5559-0.21291l1.978-4.4339c0.095-0.21297 5e-5 -0.46089-0.21291-0.5559-0.0532-0.0237-0.10864-0.0357-0.16332-0.0369zm-24.415 1.2962c-0.0808-6e-3 -0.16406 0.012-0.23979 0.0558-0.20196 0.1166-0.27065 0.37302-0.15406 0.57497l1.0212 1.7687c0.1166 0.20196 0.373 0.27065 0.57496 0.15405 0.20195-0.1166 0.27065-0.37301 0.15406-0.57497l-1.0212-1.7687c-0.0729-0.12623-0.20047-0.20041-0.33517-0.20983zm26.859 0c-0.13468 9e-3 -0.26211 0.0836-0.33498 0.20983l-1.0213 1.7687c-0.1166 0.20196-0.0477 0.45837 0.15424 0.57497 0.20196 0.1166 0.45837 0.0479 0.57497-0.15405l1.0211-1.7687c0.1166-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm-29.265 1.5007c-0.081 3e-3 -0.16211 0.029-0.2329 0.0803-0.18875 0.13693-0.23048 0.39911-0.0935 0.58787l2.8509 3.93c0.13693 0.18876 0.39929 0.23049 0.58805 0.0936 0.18876-0.13693 0.23049-0.39911 0.0935-0.58787l-2.851-3.93c-0.0856-0.11798-0.22004-0.17847-0.35497-0.17386zm31.701 0.0214c-0.13493-5e-3 -0.26941 0.0555-0.35516 0.17331l-2.8563 3.9261c-0.1372 0.18857-0.0958 0.45086 0.0928 0.58805 0.18858 0.13718 0.45087 0.0959 0.58806-0.0926l2.8561-3.9261c0.13718-0.18858 0.0957-0.45086-0.0928-0.58805-0.0707-0.0514-0.15176-0.0778-0.23272-0.0807zm-33.852 1.7823c-0.10744-6e-3 -0.21708 0.0299-0.30374 0.10791-0.17332 0.15602-0.18725 0.42109-0.0312 0.59441l1.3665 1.518c0.15601 0.17332 0.42109 0.18726 0.59441 0.0312 0.17332-0.15602 0.18726-0.42127 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29085-0.13916zm35.976 3e-3c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15606 0.1733-0.14224 0.43855 0.0311 0.59459 0.17329 0.15604 0.43837 0.14205 0.59441-0.0312l1.3667-1.5176c0.15605-0.17331 0.14205-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm-38.037 1.977c-0.10745 6e-3 -0.21266 0.0525-0.29067 0.13916-0.15602 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15603 0.43839 0.14207 0.5944-0.0312 0.15603-0.17331 0.14226-0.43839-0.0311-0.59441l-3.6086-3.2483c-0.0867-0.078-0.1963-0.11356-0.30376-0.10791zm40.108 0.0142c-0.10745-6e-3 -0.21722 0.0298-0.30393 0.10773l-3.6106 3.2458c-0.17342 0.15589-0.18768 0.42097-0.0318 0.5944 0.1559 0.17342 0.42117 0.18751 0.59459 0.0316l3.6108-3.2458c0.17342-0.1559 0.1875-0.42098 0.0316-0.59441-0.078-0.0867-0.18322-0.13361-0.29066-0.13933zm-41.822 2.19c-0.13494-5e-3 -0.26949 0.0558-0.35515 0.17367-0.13707 0.18866-0.0955 0.4508 0.0932 0.58787l1.6522 1.2004c0.18866 0.13708 0.45079 0.0957 0.58786-0.093 0.13708-0.18866 0.0956-0.45098-0.093-0.58805l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0776-0.23289-0.0805zm43.535 0.0153c-0.081 3e-3 -0.16211 0.0289-0.23289 0.0803l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39929-0.0936 0.58805 0.13695 0.18875 0.39912 0.23031 0.58787 0.0934l1.6532-1.1994c0.18875-0.13694 0.23031-0.39912 0.0934-0.58787-0.0856-0.11797-0.22004-0.17847-0.35497-0.17385zm-45.137 2.3358c-0.13469 9e-3 -0.26211 0.0836-0.33499 0.20982-0.1166 0.20195-0.0479 0.45837 0.15405 0.57497l4.2046 2.4276c0.20195 0.1166 0.45837 0.0479 0.57497-0.15405s0.0479-0.45837-0.15405-0.57497l-4.2046-2.4276c-0.0757-0.0437-0.15917-0.0614-0.23998-0.0558zm46.727 0c-0.0808-6e-3 -0.16425 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2048-2.4276c0.20195-0.1166 0.27064-0.37302 0.15404-0.57497-0.0729-0.12622-0.20048-0.20041-0.33517-0.20982zm-47.939 2.5061c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.2496-0.095 0.21298-6e-5 0.46091 0.21292 0.5559l1.8653 0.83202c0.21298 0.095 0.46091 7e-5 0.5559-0.2129 0.095-0.21298-1.2e-4 -0.46091-0.21309-0.5559l-1.8652-0.83202c-0.0532-0.0238-0.10865-0.0356-0.16332-0.0367zm49.158 0.0173c-0.0547 1e-3 -0.11024 0.013-0.16351 0.0367l-1.8657 0.83057c-0.21304 0.0949-0.3083 0.34267-0.21346 0.55571 0.0949 0.21304 0.34286 0.3083 0.5559 0.21346l1.8657-0.83076c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22818-0.25323-0.39221-0.24997zm-50.237 2.602c-0.16349 0.0137-0.31006 0.12291-0.36424 0.28921-0.0722 0.22172 0.048 0.45839 0.26977 0.53064l4.6163 1.5042c0.22171 0.0722 0.45839-0.0481 0.53064-0.26977 0.0722-0.22172-0.048-0.4584-0.26977-0.53064l-4.6163-1.5042c-0.0554-0.0181-0.11192-0.024-0.16641-0.0194zm51.315 0.018c-0.0545-5e-3 -0.11078 1e-3 -0.16623 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22177 0.30868 0.34223 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.3424-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36424-0.28957zm-51.987 2.7315c-0.1961-2e-3 -0.37196 0.13412-0.41438 0.33371-0.0485 0.2281 0.0962 0.45073 0.32427 0.49922l1.9978 0.42455c0.2281 0.0485 0.45072-0.0962 0.49921-0.32427 0.0485-0.22811-0.0962-0.45074-0.32427-0.49922l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm52.655 4e-3c-0.028 2.3e-4 -0.0563 4e-3 -0.0848 9e-3l-1.9978 0.42437c-0.2281 0.0485-0.37271 0.27093-0.32426 0.49904 0.0485 0.2281 0.2711 0.3729 0.49921 0.32445l1.9976-0.42437c0.2281-0.0485 0.3729-0.27111 0.32445-0.49922-0.0424-0.19959-0.21829-0.33537-0.41437-0.33371zm-53.164 2.7617c-0.1952 0.0187-0.35587 0.17185-0.37731 0.37477-0.0245 0.2319 0.14232 0.43838 0.37422 0.46288l4.8283 0.51048c0.2319 0.0245 0.43838-0.1425 0.46288-0.37441 0.0245-0.2319-0.1425-0.43838-0.37441-0.46288l-4.8283-0.51048c-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm53.676 0.0363c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4l-4.8288 0.50394c-0.23194 0.0242-0.39914 0.2304-0.37496 0.46233 0.0242 0.23194 0.2304 0.39918 0.46234 0.37496l4.8288-0.50394c0.23193-0.0242 0.39914-0.2304 0.37496-0.46234-0.0212-0.20294-0.1816-0.35634-0.37678-0.37532zm-53.758 2.7947c-0.2332 0-0.42091 0.18772-0.42091 0.42092 0 0.23319 0.18771 0.42091 0.42091 0.42091h2.0423c0.23319 0 0.4211-0.18772 0.4211-0.42091 0-0.2332-0.18791-0.42092-0.4211-0.42092zm51.793 0c-0.23319 0-0.42092 0.18772-0.42092 0.42092 1e-5 0.23319 0.18773 0.42091 0.42092 0.42091h2.0423c0.23319 0 0.42092-0.18772 0.42092-0.42091 0-0.2332-0.18773-0.42092-0.42092-0.42092zm-46.803 2.2946c-0.0279-3e-3 -0.0564-3e-3 -0.0854 3.5e-4l-4.829 0.50394c-0.23194 0.0242-0.39913 0.2304-0.37495 0.46233 0.0242 0.23194 0.2304 0.39918 0.46233 0.37496l4.829-0.50394c0.23194-0.0242 0.39913-0.2304 0.37495-0.46234-0.0212-0.20294-0.18177-0.35634-0.37695-0.37531zm43.853 0.0298c-0.19521 0.0187-0.35588 0.17186-0.37732 0.37478-0.0245 0.2319 0.14233 0.43838 0.37423 0.46288l4.8283 0.51048c0.23191 0.0245 0.43837-0.14251 0.46288-0.37441 0.0245-0.2319-0.14251-0.43838-0.37441-0.46288l-4.8281-0.51048c-0.029-3e-3 -0.0577-3e-3 -0.0856-3.5e-4zm-46.26 2.8436c-0.028 2.4e-4 -0.0565 3e-3 -0.085 9e-3l-1.9978 0.42436c-0.22811 0.0485-0.37271 0.27111-0.32427 0.49922 0.0485 0.22811 0.27111 0.37272 0.49922 0.32427l1.9978-0.42419c0.2281-0.0485 0.37271-0.27111 0.32426-0.49921-0.0424-0.1996-0.2181-0.33537-0.41419-0.33372zm48.669 4e-3c-0.19609-2e-3 -0.37177 0.13394-0.41419 0.33353-0.0485 0.2281 0.096 0.45074 0.32409 0.49922l1.9978 0.42455c0.22809 0.0485 0.45073-0.096 0.49921-0.32409 0.0485-0.2281-0.0962-0.45092-0.32426-0.4994l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-45.305 1.6579c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22178 0.30868 0.34222 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.34241-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36425-0.28957zm41.937 0.0149c-0.16349 0.0137-0.31005 0.12292-0.36423 0.28921-0.0722 0.22173 0.048 0.4584 0.26977 0.53065l4.6163 1.5042c0.22172 0.0722 0.4584-0.0481 0.53064-0.26977 0.0723-0.22172-0.048-0.4584-0.26977-0.53065l-4.6163-1.5042c-0.0554-0.0181-0.11191-0.024-0.16641-0.0194zm-43.699 3.2725c-0.0547 1e-3 -0.11006 0.0128-0.16332 0.0365l-1.8659 0.83075c-0.21304 0.0948-0.30812 0.34267-0.21328 0.55571 0.0949 0.21304 0.34268 0.30812 0.55571 0.21328l1.8659-0.83058c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22837-0.25323-0.3924-0.24997zm45.459 0.016c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.24961-0.095 0.21297-6e-5 0.4609 0.21291 0.55589l1.8652 0.83202c0.21297 0.095 0.46091 6e-5 0.5559-0.21291 0.095-0.21297 6e-5 -0.4609-0.21291-0.55589l-1.8652-0.83203c-0.0532-0.0238-0.10864-0.0356-0.16332-0.0367zm-41.826 0.91214c-0.0808-6e-3 -0.16424 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2046-2.4274c0.20195-0.1166 0.27064-0.3732 0.15405-0.57515-0.0729-0.12622-0.2003-0.20041-0.33499-0.20982zm38.2 0c-0.13469 9e-3 -0.26229 0.0836-0.33517 0.20982-0.1166 0.20195-0.0479 0.45855 0.15405 0.57515l4.2046 2.4274c0.20196 0.1166 0.45855 0.0479 0.57515-0.15405s0.0479-0.45837-0.15404-0.57497l-4.2048-2.4276c-0.0757-0.0437-0.15899-0.0614-0.2398-0.0558zm-39.249 3.5624c-0.081 3e-3 -0.16211 0.0291-0.2329 0.0805l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39912-0.0936 0.58787 0.13695 0.18875 0.39912 0.2305 0.58787 0.0935l1.6531-1.1994c0.18877-0.13693 0.23051-0.39911 0.0936-0.58786-0.0856-0.11797-0.22022-0.17866-0.35516-0.17404zm40.288 0.0142c-0.13494-5e-3 -0.26948 0.0558-0.35515 0.17367-0.13708 0.18865-0.0955 0.45098 0.0932 0.58805l1.6522 1.2004c0.18866 0.13707 0.4508 0.0955 0.58787-0.0932 0.13707-0.18866 0.0956-0.4508-0.093-0.58787l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0778-0.23289-0.0807zm-36.544 0.14533c-0.10743-6e-3 -0.21702 0.0298-0.30374 0.10773l-3.6108 3.2458c-0.17342 0.15589-0.18751 0.42098-0.0316 0.59441 0.15589 0.17342 0.42097 0.1875 0.5944 0.0316l3.6108-3.2458c0.17342-0.15589 0.18751-0.42098 0.0316-0.59441-0.0779-0.0867-0.18322-0.13361-0.29067-0.13933zm32.8 0.0116c-0.10745 6e-3 -0.21283 0.0525-0.29084 0.13915-0.15603 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15604 0.43857 0.14208 0.59459-0.0312 0.15603-0.17331 0.14207-0.43839-0.0312-0.5944l-3.6086-3.2484c-0.0867-0.078-0.19611-0.11355-0.30356-0.10791zm-29.375 3.0836c-0.13493-5e-3 -0.2696 0.0554-0.35534 0.1733l-2.8561 3.9261c-0.13719 0.18858-0.0959 0.45087 0.0926 0.58805 0.18857 0.13719 0.45087 0.0959 0.58805-0.0927l2.8561-3.9261c0.13718-0.18857 0.0959-0.45086-0.0926-0.58805-0.0707-0.0514-0.15175-0.0778-0.23271-0.0806zm25.936 0.0176c-0.081 3e-3 -0.16211 0.0289-0.2329 0.0803-0.18875 0.13694-0.23048 0.39911-0.0936 0.58787l2.8509 3.93c0.13693 0.18876 0.39911 0.2305 0.58787 0.0936 0.18876-0.13693 0.23049-0.3991 0.0936-0.58786l-2.8509-3.93c-0.0856-0.11797-0.22004-0.17846-0.35498-0.17385zm-29.623 0.6064c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15605 0.1733-0.14223 0.43855 0.0311 0.59459 0.1733 0.15604 0.43837 0.14205 0.5944-0.0313l1.3667-1.5176c0.15606-0.1733 0.14206-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm33.331 2e-3c-0.10745-6e-3 -0.21691 0.0299-0.30356 0.10791-0.17333 0.156-0.18726 0.42108-0.0313 0.5944l1.3663 1.518c0.15602 0.17333 0.42109 0.18726 0.59442 0.0312 0.17332-0.15601 0.18726-0.42126 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29084-0.13916zm-25.655 1.6837c-0.16403-4e-3 -0.32114 0.0899-0.39239 0.24961l-1.9782 4.4339c-0.095 0.21297-5e-5 0.46089 0.21292 0.5559 0.21296 0.095 0.46089 5e-5 0.55589-0.21291l1.9782-4.4339c0.095-0.21296 5e-5 -0.46089-0.21292-0.55589-0.0532-0.0238-0.10881-0.0356-0.16349-0.0367zm17.956 0.0122c-0.0547 1e-3 -0.11023 0.0128-0.1635 0.0365-0.21297 0.0947-0.30836 0.34244-0.21363 0.55553l1.972 4.4366c0.0947 0.21297 0.34262 0.30836 0.55571 0.21364 0.21298-0.0947 0.30836-0.34244 0.21364-0.55553l-1.972-4.4366c-0.071-0.15973-0.22818-0.25329-0.39221-0.25015zm-21.432 1.3587c-0.13468 9e-3 -0.26212 0.0836-0.33498 0.20982l-1.0212 1.7687c-0.11659 0.20195-0.0479 0.45837 0.15406 0.57497 0.20195 0.1166 0.45837 0.0479 0.57496-0.15405l1.0212-1.7687c0.11659-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm24.934 0c-0.0808-6e-3 -0.16406 0.0121-0.23979 0.0558-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497l1.0211 1.7687c0.1166 0.20195 0.37302 0.27064 0.57496 0.15405 0.20196-0.1166 0.27066-0.37302 0.15406-0.57497l-1.0211-1.7687c-0.0729-0.12622-0.20049-0.20041-0.33518-0.20982zm-17.054 0.0634c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33354l-1.009 4.7493c-0.0485 0.2281 0.0962 0.45076 0.32427 0.49921 0.22811 0.0485 0.45076-0.0962 0.49922-0.32427l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm9.1599 3e-3c-0.028 2.2e-4 -0.0563 3e-3 -0.0848 9e-3 -0.22814 0.0483-0.37294 0.27071-0.32465 0.49885l1.0055 4.75c0.0483 0.22814 0.27088 0.37293 0.49903 0.32464 0.22814-0.0483 0.37293-0.27089 0.32464-0.49903l-1.0057-4.7496c-0.0423-0.19963-0.21793-0.33543-0.41402-0.33391zm-4.5725 0.47905c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-7.7266 1.5689c-0.16347 0.0139-0.31017 0.12324-0.36423 0.28957l-0.63129 1.9424c-0.0721 0.22178 0.0484 0.45837 0.27014 0.53047 0.22177 0.0721 0.45836-0.0486 0.53046-0.27032l0.63128-1.9422c0.0721-0.22177-0.0484-0.45836-0.27013-0.53046-0.0554-0.018-0.11173-0.024-0.16623-0.0194zm15.45 1e-3c-0.0545-5e-3 -0.11078 1e-3 -0.16622 0.0193-0.22178 0.0721-0.34238 0.30868-0.27033 0.53047l0.63111 1.9424c0.0721 0.22179 0.30868 0.3422 0.53046 0.27014 0.22178-0.0721 0.34238-0.3085 0.27032-0.53028l-0.63128-1.9424c-0.0541-0.16634-0.20058-0.27568-0.36406-0.28957zm-10.365 1.0818c-0.1952 0.0188-0.356 0.17203-0.37732 0.37496l-0.21346 2.0312c-0.0244 0.23192 0.14268 0.43812 0.3746 0.46252s0.4383-0.14268 0.4627-0.3746l0.21345-2.031c0.0244-0.23192-0.14268-0.4383-0.37458-0.4627-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm5.2674 2e-3c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23193 0.0242-0.39917 0.2304-0.37495 0.46233l0.21218 2.0314c0.0242 0.23193 0.2304 0.399 0.46234 0.37478 0.23193-0.0242 0.39918-0.23041 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18178-0.35637-0.37697-0.37533z" fill="#f4f2f3" style="paint-order:markers stroke fill"/>
-   <path transform="matrix(.35154 0 0 .35154 206.79 159.77)" d="m469.1 100.61-65.51 38.061-41.42 65.207 60.594-44.881z" filter="url(#filter2222)" opacity=".409" style="paint-order:markers stroke fill"/>
-   <path transform="matrix(.64804 -.33169 -.36122 .63206 329.21 156.86)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#ff5150" style="paint-order:markers stroke fill"/>
-   <path transform="matrix(-.36122 .63206 .64804 -.33169 297.96 186.7)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#f1f1f1" style="paint-order:markers stroke fill"/>
-   <path d="m331.85 231.19 23.416-15.752 16.815-22.665z" opacity=".243"/>
-  </g>
- </g>
-</svg>
+<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="b" x1="412.98" x2="412.98" y1="237.61" y2="59.392" gradientTransform="matrix(.35154 0 0 .35154 206.79 159.77)" gradientUnits="userSpaceOnUse"><stop stop-color="#bdbdbd" offset="0"/><stop stop-color="#fff" offset="1"/></linearGradient><radialGradient id="a" cx="413.06" cy="136.82" r="82.125" gradientTransform="matrix(.38143 0 0 .38143 194.54 155.58)" gradientUnits="userSpaceOnUse"><stop stop-color="#06c2e7" offset="0"/><stop stop-color="#0db8ec" offset=".25"/><stop stop-color="#12aef1" offset=".5"/><stop stop-color="#1f86f9" offset=".75"/><stop stop-color="#107ddd" offset="1"/></radialGradient><filter id="d" x="-.020909" y="-.022338" width="1.0418" height="1.0447" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="0.95767362"/></filter><filter id="c" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="3.5643107"/></filter></defs><g transform="translate(-318.89 -233.7)"><g transform="matrix(.176 0 0 .17697 263.29 202.27)"><path transform="matrix(.33865 0 0 .32609 212.12 166.12)" d="m502.08 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108z" filter="url(#c)" opacity=".53" style="paint-order:markers stroke fill"/><path d="m383.29 211.98a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.325-31.325 31.325 31.325 0 0 1 31.325-31.325 31.325 31.325 0 0 1 31.325 31.325z" fill="url(#b)" stroke="#cdcdcd" stroke-linecap="round" stroke-linejoin="round" stroke-width=".093012" style="paint-order:markers stroke fill"/><path d="m380.84 211.98a28.871 28.871 0 0 1-28.871 28.871 28.871 28.871 0 0 1-28.871-28.871 28.871 28.871 0 0 1 28.871-28.871 28.871 28.871 0 0 1 28.871 28.871z" fill="url(#a)" style="paint-order:markers stroke fill"/><path d="m351.97 184.61c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-2.7537 0.17404c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23194 0.0242-0.39917 0.2304-0.37495 0.46234l0.21218 2.0312c0.0242 0.23194 0.23041 0.39918 0.46233 0.37496 0.23195-0.0242 0.39919-0.2304 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18177-0.35637-0.37695-0.37532zm5.5266 2e-3c-0.19519 0.0188-0.35578 0.17221-0.37714 0.37513l-0.21363 2.031c-0.0244 0.23192 0.14285 0.43831 0.37478 0.4627 0.23191 0.0244 0.43811-0.14268 0.46251-0.3746l0.21364-2.0312c0.0244-0.23192-0.14286-0.43814-0.37478-0.46252-0.029-3e-3 -0.0575-3e-3 -0.0854-5.2e-4zm-8.3553 0.4082c-0.028 2.2e-4 -0.0565 3e-3 -0.085 9e-3 -0.22814 0.0483-0.37294 0.27089-0.32464 0.49903l1.0055 4.7498c0.0483 0.22814 0.27088 0.37293 0.49902 0.32464 0.22814-0.0483 0.37294-0.27072 0.32465-0.49886l-1.0055-4.75c-0.0423-0.19963-0.21792-0.33543-0.41401-0.3339zm11.184 4e-3c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33353l-1.009 4.7492c-0.0485 0.22811 0.0962 0.45076 0.32427 0.49922 0.22811 0.0485 0.45076-0.0962 0.49921-0.32428l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-13.883 0.75717c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194-0.22178 0.0721-0.34238 0.3085-0.27031 0.53028l0.6311 1.9424c0.0721 0.22179 0.30868 0.34238 0.53046 0.27032 0.22179-0.0721 0.3422-0.30868 0.27013-0.53046l-0.63109-1.9424c-0.054-0.16634-0.20059-0.27568-0.36407-0.28958zm16.568 1e-3c-0.16348 0.0139-0.30999 0.12324-0.36406 0.28957l-0.63147 1.9422c-0.0721 0.22177 0.0484 0.45837 0.27014 0.53046 0.22178 0.0721 0.45837-0.0484 0.53047-0.27013l0.63146-1.9424c0.0721-0.22178-0.0484-0.45837-0.27014-0.53046-0.0554-0.018-0.11191-0.0239-0.1664-0.0193zm-19.237 0.9759c-0.0547 1e-3 -0.11004 0.013-0.16331 0.0367-0.21298 0.0947-0.30836 0.34244-0.21364 0.55553l1.972 4.4366c0.0947 0.21308 0.34244 0.30836 0.55553 0.21364 0.21298-0.0947 0.30854-0.34244 0.21382-0.55553l-1.9722-4.4366c-0.071-0.15983-0.22817-0.25351-0.39221-0.25033zm21.937 0.0149c-0.16403-3e-3 -0.32132 0.0901-0.39257 0.24979l-1.978 4.4339c-0.095 0.21296-4e-5 0.46088 0.21292 0.55589 0.21297 0.095 0.46088 5e-5 0.5559-0.21291l1.978-4.4339c0.095-0.21297 5e-5 -0.46089-0.21291-0.5559-0.0532-0.0237-0.10864-0.0357-0.16332-0.0369zm-24.415 1.2962c-0.0808-6e-3 -0.16406 0.012-0.23979 0.0558-0.20196 0.1166-0.27065 0.37302-0.15406 0.57497l1.0212 1.7687c0.1166 0.20196 0.373 0.27065 0.57496 0.15405 0.20195-0.1166 0.27065-0.37301 0.15406-0.57497l-1.0212-1.7687c-0.0729-0.12623-0.20047-0.20041-0.33517-0.20983zm26.859 0c-0.13468 9e-3 -0.26211 0.0836-0.33498 0.20983l-1.0213 1.7687c-0.1166 0.20196-0.0477 0.45837 0.15424 0.57497 0.20196 0.1166 0.45837 0.0479 0.57497-0.15405l1.0211-1.7687c0.1166-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm-29.265 1.5007c-0.081 3e-3 -0.16211 0.029-0.2329 0.0803-0.18875 0.13693-0.23048 0.39911-0.0935 0.58787l2.8509 3.93c0.13693 0.18876 0.39929 0.23049 0.58805 0.0936 0.18876-0.13693 0.23049-0.39911 0.0935-0.58787l-2.851-3.93c-0.0856-0.11798-0.22004-0.17847-0.35497-0.17386zm31.701 0.0214c-0.13493-5e-3 -0.26941 0.0555-0.35516 0.17331l-2.8563 3.9261c-0.1372 0.18857-0.0958 0.45086 0.0928 0.58805 0.18858 0.13718 0.45087 0.0959 0.58806-0.0926l2.8561-3.9261c0.13718-0.18858 0.0957-0.45086-0.0928-0.58805-0.0707-0.0514-0.15176-0.0778-0.23272-0.0807zm-33.852 1.7823c-0.10744-6e-3 -0.21708 0.0299-0.30374 0.10791-0.17332 0.15602-0.18725 0.42109-0.0312 0.59441l1.3665 1.518c0.15601 0.17332 0.42109 0.18726 0.59441 0.0312 0.17332-0.15602 0.18726-0.42127 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29085-0.13916zm35.976 3e-3c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15606 0.1733-0.14224 0.43855 0.0311 0.59459 0.17329 0.15604 0.43837 0.14205 0.59441-0.0312l1.3667-1.5176c0.15605-0.17331 0.14205-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm-38.037 1.977c-0.10745 6e-3 -0.21266 0.0525-0.29067 0.13916-0.15602 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15603 0.43839 0.14207 0.5944-0.0312 0.15603-0.17331 0.14226-0.43839-0.0311-0.59441l-3.6086-3.2483c-0.0867-0.078-0.1963-0.11356-0.30376-0.10791zm40.108 0.0142c-0.10745-6e-3 -0.21722 0.0298-0.30393 0.10773l-3.6106 3.2458c-0.17342 0.15589-0.18768 0.42097-0.0318 0.5944 0.1559 0.17342 0.42117 0.18751 0.59459 0.0316l3.6108-3.2458c0.17342-0.1559 0.1875-0.42098 0.0316-0.59441-0.078-0.0867-0.18322-0.13361-0.29066-0.13933zm-41.822 2.19c-0.13494-5e-3 -0.26949 0.0558-0.35515 0.17367-0.13707 0.18866-0.0955 0.4508 0.0932 0.58787l1.6522 1.2004c0.18866 0.13708 0.45079 0.0957 0.58786-0.093 0.13708-0.18866 0.0956-0.45098-0.093-0.58805l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0776-0.23289-0.0805zm43.535 0.0153c-0.081 3e-3 -0.16211 0.0289-0.23289 0.0803l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39929-0.0936 0.58805 0.13695 0.18875 0.39912 0.23031 0.58787 0.0934l1.6532-1.1994c0.18875-0.13694 0.23031-0.39912 0.0934-0.58787-0.0856-0.11797-0.22004-0.17847-0.35497-0.17385zm-45.137 2.3358c-0.13469 9e-3 -0.26211 0.0836-0.33499 0.20982-0.1166 0.20195-0.0479 0.45837 0.15405 0.57497l4.2046 2.4276c0.20195 0.1166 0.45837 0.0479 0.57497-0.15405s0.0479-0.45837-0.15405-0.57497l-4.2046-2.4276c-0.0757-0.0437-0.15917-0.0614-0.23998-0.0558zm46.727 0c-0.0808-6e-3 -0.16425 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2048-2.4276c0.20195-0.1166 0.27064-0.37302 0.15404-0.57497-0.0729-0.12622-0.20048-0.20041-0.33517-0.20982zm-47.939 2.5061c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.2496-0.095 0.21298-6e-5 0.46091 0.21292 0.5559l1.8653 0.83202c0.21298 0.095 0.46091 7e-5 0.5559-0.2129 0.095-0.21298-1.2e-4 -0.46091-0.21309-0.5559l-1.8652-0.83202c-0.0532-0.0238-0.10865-0.0356-0.16332-0.0367zm49.158 0.0173c-0.0547 1e-3 -0.11024 0.013-0.16351 0.0367l-1.8657 0.83057c-0.21304 0.0949-0.3083 0.34267-0.21346 0.55571 0.0949 0.21304 0.34286 0.3083 0.5559 0.21346l1.8657-0.83076c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22818-0.25323-0.39221-0.24997zm-50.237 2.602c-0.16349 0.0137-0.31006 0.12291-0.36424 0.28921-0.0722 0.22172 0.048 0.45839 0.26977 0.53064l4.6163 1.5042c0.22171 0.0722 0.45839-0.0481 0.53064-0.26977 0.0722-0.22172-0.048-0.4584-0.26977-0.53064l-4.6163-1.5042c-0.0554-0.0181-0.11192-0.024-0.16641-0.0194zm51.315 0.018c-0.0545-5e-3 -0.11078 1e-3 -0.16623 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22177 0.30868 0.34223 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.3424-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36424-0.28957zm-51.987 2.7315c-0.1961-2e-3 -0.37196 0.13412-0.41438 0.33371-0.0485 0.2281 0.0962 0.45073 0.32427 0.49922l1.9978 0.42455c0.2281 0.0485 0.45072-0.0962 0.49921-0.32427 0.0485-0.22811-0.0962-0.45074-0.32427-0.49922l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm52.655 4e-3c-0.028 2.3e-4 -0.0563 4e-3 -0.0848 9e-3l-1.9978 0.42437c-0.2281 0.0485-0.37271 0.27093-0.32426 0.49904 0.0485 0.2281 0.2711 0.3729 0.49921 0.32445l1.9976-0.42437c0.2281-0.0485 0.3729-0.27111 0.32445-0.49922-0.0424-0.19959-0.21829-0.33537-0.41437-0.33371zm-53.164 2.7617c-0.1952 0.0187-0.35587 0.17185-0.37731 0.37477-0.0245 0.2319 0.14232 0.43838 0.37422 0.46288l4.8283 0.51048c0.2319 0.0245 0.43838-0.1425 0.46288-0.37441 0.0245-0.2319-0.1425-0.43838-0.37441-0.46288l-4.8283-0.51048c-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm53.676 0.0363c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4l-4.8288 0.50394c-0.23194 0.0242-0.39914 0.2304-0.37496 0.46233 0.0242 0.23194 0.2304 0.39918 0.46234 0.37496l4.8288-0.50394c0.23193-0.0242 0.39914-0.2304 0.37496-0.46234-0.0212-0.20294-0.1816-0.35634-0.37678-0.37532zm-53.758 2.7947c-0.2332 0-0.42091 0.18772-0.42091 0.42092 0 0.23319 0.18771 0.42091 0.42091 0.42091h2.0423c0.23319 0 0.4211-0.18772 0.4211-0.42091 0-0.2332-0.18791-0.42092-0.4211-0.42092zm51.793 0c-0.23319 0-0.42092 0.18772-0.42092 0.42092 1e-5 0.23319 0.18773 0.42091 0.42092 0.42091h2.0423c0.23319 0 0.42092-0.18772 0.42092-0.42091 0-0.2332-0.18773-0.42092-0.42092-0.42092zm-46.803 2.2946c-0.0279-3e-3 -0.0564-3e-3 -0.0854 3.5e-4l-4.829 0.50394c-0.23194 0.0242-0.39913 0.2304-0.37495 0.46233 0.0242 0.23194 0.2304 0.39918 0.46233 0.37496l4.829-0.50394c0.23194-0.0242 0.39913-0.2304 0.37495-0.46234-0.0212-0.20294-0.18177-0.35634-0.37695-0.37531zm43.853 0.0298c-0.19521 0.0187-0.35588 0.17186-0.37732 0.37478-0.0245 0.2319 0.14233 0.43838 0.37423 0.46288l4.8283 0.51048c0.23191 0.0245 0.43837-0.14251 0.46288-0.37441 0.0245-0.2319-0.14251-0.43838-0.37441-0.46288l-4.8281-0.51048c-0.029-3e-3 -0.0577-3e-3 -0.0856-3.5e-4zm-46.26 2.8436c-0.028 2.4e-4 -0.0565 3e-3 -0.085 9e-3l-1.9978 0.42436c-0.22811 0.0485-0.37271 0.27111-0.32427 0.49922 0.0485 0.22811 0.27111 0.37272 0.49922 0.32427l1.9978-0.42419c0.2281-0.0485 0.37271-0.27111 0.32426-0.49921-0.0424-0.1996-0.2181-0.33537-0.41419-0.33372zm48.669 4e-3c-0.19609-2e-3 -0.37177 0.13394-0.41419 0.33353-0.0485 0.2281 0.096 0.45074 0.32409 0.49922l1.9978 0.42455c0.22809 0.0485 0.45073-0.096 0.49921-0.32409 0.0485-0.2281-0.0962-0.45092-0.32426-0.4994l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-45.305 1.6579c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22178 0.30868 0.34222 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.34241-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36425-0.28957zm41.937 0.0149c-0.16349 0.0137-0.31005 0.12292-0.36423 0.28921-0.0722 0.22173 0.048 0.4584 0.26977 0.53065l4.6163 1.5042c0.22172 0.0722 0.4584-0.0481 0.53064-0.26977 0.0723-0.22172-0.048-0.4584-0.26977-0.53065l-4.6163-1.5042c-0.0554-0.0181-0.11191-0.024-0.16641-0.0194zm-43.699 3.2725c-0.0547 1e-3 -0.11006 0.0128-0.16332 0.0365l-1.8659 0.83075c-0.21304 0.0948-0.30812 0.34267-0.21328 0.55571 0.0949 0.21304 0.34268 0.30812 0.55571 0.21328l1.8659-0.83058c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22837-0.25323-0.3924-0.24997zm45.459 0.016c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.24961-0.095 0.21297-6e-5 0.4609 0.21291 0.55589l1.8652 0.83202c0.21297 0.095 0.46091 6e-5 0.5559-0.21291 0.095-0.21297 6e-5 -0.4609-0.21291-0.55589l-1.8652-0.83203c-0.0532-0.0238-0.10864-0.0356-0.16332-0.0367zm-41.826 0.91214c-0.0808-6e-3 -0.16424 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2046-2.4274c0.20195-0.1166 0.27064-0.3732 0.15405-0.57515-0.0729-0.12622-0.2003-0.20041-0.33499-0.20982zm38.2 0c-0.13469 9e-3 -0.26229 0.0836-0.33517 0.20982-0.1166 0.20195-0.0479 0.45855 0.15405 0.57515l4.2046 2.4274c0.20196 0.1166 0.45855 0.0479 0.57515-0.15405s0.0479-0.45837-0.15404-0.57497l-4.2048-2.4276c-0.0757-0.0437-0.15899-0.0614-0.2398-0.0558zm-39.249 3.5624c-0.081 3e-3 -0.16211 0.0291-0.2329 0.0805l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39912-0.0936 0.58787 0.13695 0.18875 0.39912 0.2305 0.58787 0.0935l1.6531-1.1994c0.18877-0.13693 0.23051-0.39911 0.0936-0.58786-0.0856-0.11797-0.22022-0.17866-0.35516-0.17404zm40.288 0.0142c-0.13494-5e-3 -0.26948 0.0558-0.35515 0.17367-0.13708 0.18865-0.0955 0.45098 0.0932 0.58805l1.6522 1.2004c0.18866 0.13707 0.4508 0.0955 0.58787-0.0932 0.13707-0.18866 0.0956-0.4508-0.093-0.58787l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0778-0.23289-0.0807zm-36.544 0.14533c-0.10743-6e-3 -0.21702 0.0298-0.30374 0.10773l-3.6108 3.2458c-0.17342 0.15589-0.18751 0.42098-0.0316 0.59441 0.15589 0.17342 0.42097 0.1875 0.5944 0.0316l3.6108-3.2458c0.17342-0.15589 0.18751-0.42098 0.0316-0.59441-0.0779-0.0867-0.18322-0.13361-0.29067-0.13933zm32.8 0.0116c-0.10745 6e-3 -0.21283 0.0525-0.29084 0.13915-0.15603 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15604 0.43857 0.14208 0.59459-0.0312 0.15603-0.17331 0.14207-0.43839-0.0312-0.5944l-3.6086-3.2484c-0.0867-0.078-0.19611-0.11355-0.30356-0.10791zm-29.375 3.0836c-0.13493-5e-3 -0.2696 0.0554-0.35534 0.1733l-2.8561 3.9261c-0.13719 0.18858-0.0959 0.45087 0.0926 0.58805 0.18857 0.13719 0.45087 0.0959 0.58805-0.0927l2.8561-3.9261c0.13718-0.18857 0.0959-0.45086-0.0926-0.58805-0.0707-0.0514-0.15175-0.0778-0.23271-0.0806zm25.936 0.0176c-0.081 3e-3 -0.16211 0.0289-0.2329 0.0803-0.18875 0.13694-0.23048 0.39911-0.0936 0.58787l2.8509 3.93c0.13693 0.18876 0.39911 0.2305 0.58787 0.0936 0.18876-0.13693 0.23049-0.3991 0.0936-0.58786l-2.8509-3.93c-0.0856-0.11797-0.22004-0.17846-0.35498-0.17385zm-29.623 0.6064c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15605 0.1733-0.14223 0.43855 0.0311 0.59459 0.1733 0.15604 0.43837 0.14205 0.5944-0.0313l1.3667-1.5176c0.15606-0.1733 0.14206-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm33.331 2e-3c-0.10745-6e-3 -0.21691 0.0299-0.30356 0.10791-0.17333 0.156-0.18726 0.42108-0.0313 0.5944l1.3663 1.518c0.15602 0.17333 0.42109 0.18726 0.59442 0.0312 0.17332-0.15601 0.18726-0.42126 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29084-0.13916zm-25.655 1.6837c-0.16403-4e-3 -0.32114 0.0899-0.39239 0.24961l-1.9782 4.4339c-0.095 0.21297-5e-5 0.46089 0.21292 0.5559 0.21296 0.095 0.46089 5e-5 0.55589-0.21291l1.9782-4.4339c0.095-0.21296 5e-5 -0.46089-0.21292-0.55589-0.0532-0.0238-0.10881-0.0356-0.16349-0.0367zm17.956 0.0122c-0.0547 1e-3 -0.11023 0.0128-0.1635 0.0365-0.21297 0.0947-0.30836 0.34244-0.21363 0.55553l1.972 4.4366c0.0947 0.21297 0.34262 0.30836 0.55571 0.21364 0.21298-0.0947 0.30836-0.34244 0.21364-0.55553l-1.972-4.4366c-0.071-0.15973-0.22818-0.25329-0.39221-0.25015zm-21.432 1.3587c-0.13468 9e-3 -0.26212 0.0836-0.33498 0.20982l-1.0212 1.7687c-0.11659 0.20195-0.0479 0.45837 0.15406 0.57497 0.20195 0.1166 0.45837 0.0479 0.57496-0.15405l1.0212-1.7687c0.11659-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm24.934 0c-0.0808-6e-3 -0.16406 0.0121-0.23979 0.0558-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497l1.0211 1.7687c0.1166 0.20195 0.37302 0.27064 0.57496 0.15405 0.20196-0.1166 0.27066-0.37302 0.15406-0.57497l-1.0211-1.7687c-0.0729-0.12622-0.20049-0.20041-0.33518-0.20982zm-17.054 0.0634c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33354l-1.009 4.7493c-0.0485 0.2281 0.0962 0.45076 0.32427 0.49921 0.22811 0.0485 0.45076-0.0962 0.49922-0.32427l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm9.1599 3e-3c-0.028 2.2e-4 -0.0563 3e-3 -0.0848 9e-3 -0.22814 0.0483-0.37294 0.27071-0.32465 0.49885l1.0055 4.75c0.0483 0.22814 0.27088 0.37293 0.49903 0.32464 0.22814-0.0483 0.37293-0.27089 0.32464-0.49903l-1.0057-4.7496c-0.0423-0.19963-0.21793-0.33543-0.41402-0.33391zm-4.5725 0.47905c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-7.7266 1.5689c-0.16347 0.0139-0.31017 0.12324-0.36423 0.28957l-0.63129 1.9424c-0.0721 0.22178 0.0484 0.45837 0.27014 0.53047 0.22177 0.0721 0.45836-0.0486 0.53046-0.27032l0.63128-1.9422c0.0721-0.22177-0.0484-0.45836-0.27013-0.53046-0.0554-0.018-0.11173-0.024-0.16623-0.0194zm15.45 1e-3c-0.0545-5e-3 -0.11078 1e-3 -0.16622 0.0193-0.22178 0.0721-0.34238 0.30868-0.27033 0.53047l0.63111 1.9424c0.0721 0.22179 0.30868 0.3422 0.53046 0.27014 0.22178-0.0721 0.34238-0.3085 0.27032-0.53028l-0.63128-1.9424c-0.0541-0.16634-0.20058-0.27568-0.36406-0.28957zm-10.365 1.0818c-0.1952 0.0188-0.356 0.17203-0.37732 0.37496l-0.21346 2.0312c-0.0244 0.23192 0.14268 0.43812 0.3746 0.46252s0.4383-0.14268 0.4627-0.3746l0.21345-2.031c0.0244-0.23192-0.14268-0.4383-0.37458-0.4627-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm5.2674 2e-3c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23193 0.0242-0.39917 0.2304-0.37495 0.46233l0.21218 2.0314c0.0242 0.23193 0.2304 0.399 0.46234 0.37478 0.23193-0.0242 0.39918-0.23041 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18178-0.35637-0.37697-0.37533z" fill="#f4f2f3" style="paint-order:markers stroke fill"/><path transform="matrix(.35154 0 0 .35154 206.79 159.77)" d="m469.1 100.61-65.51 38.061-41.42 65.207 60.594-44.881z" filter="url(#d)" opacity=".409" style="paint-order:markers stroke fill"/><path transform="matrix(.64804 -.33169 -.36122 .63206 329.21 156.86)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#ff5150" style="paint-order:markers stroke fill"/><path transform="matrix(-.36122 .63206 .64804 -.33169 297.96 186.7)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#f1f1f1" style="paint-order:markers stroke fill"/><path d="m331.85 231.19 23.416-15.752 16.815-22.665z" opacity=".243"/></g></g></svg>
--- a/eric6/icons/breeze-light/safeBrowsing.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/safeBrowsing.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,20 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 11.165 11.147" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<style type="text/css">
-	.st0{fill:#65B668;}
+<svg width="22" height="22" version="1.1" viewBox="0 0 11.165 11.147" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.st0{fill:#65B668;}
 	.st1{fill:#388E3C;}
 	.st2{clip-path:url(#SVGID_2_);}
 	.st3{fill:url(#SVGID_3_);}
 	.st4{clip-path:url(#SVGID_5_);}
 	.st5{fill:#FAFAFA;}
 	.st6{fill:#E0E0E0;}
-	.st7{fill:#FFFFFF;}
-</style>
-
-
-
-
-
-
-
-<g transform="matrix(.46875 0 0 .45603 -1.2028 .090975)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
+	.st7{fill:#FFFFFF;}</style><g transform="matrix(.46875 0 0 .45603 -1.2028 .090975)"><g stroke-width=".12168"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/></g><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><g stroke="#eff0f1"><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke-width=".51797"/></g></g></svg>
--- a/eric6/icons/breeze-light/safeBrowsing48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/safeBrowsing48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,20 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 24.361 24.32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<style type="text/css">
-	.st0{fill:#65B668;}
+<svg width="48" height="48" version="1.1" viewBox="0 0 24.361 24.32" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.st0{fill:#65B668;}
 	.st1{fill:#388E3C;}
 	.st2{clip-path:url(#SVGID_2_);}
 	.st3{fill:url(#SVGID_3_);}
 	.st4{clip-path:url(#SVGID_5_);}
 	.st5{fill:#FAFAFA;}
 	.st6{fill:#E0E0E0;}
-	.st7{fill:#FFFFFF;}
-</style>
-
-
-
-
-
-
-
-<g transform="matrix(1 0 0 1.0033 -2.2952 .09881)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
+	.st7{fill:#FFFFFF;}</style><g transform="matrix(1 0 0 1.0033 -2.2952 .09881)"><g stroke-width=".12168"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff"/></g><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><g stroke="#eff0f1"><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke-width=".51797"/></g></g></svg>
--- a/eric6/icons/breeze-light/sceneHeightDec.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sceneHeightDec.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m392.95 533.36h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/>
-  <path d="m392.95 542.8h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m392.95 533.36h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/><path d="m392.95 542.8h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-light/sceneHeightInc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sceneHeightInc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/>
-  <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/><path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-light/sceneSize.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sceneSize.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,25 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/>
-  <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/>
-  <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/>
-  <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><g fill="#da4453"><path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714"/><path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714"/><path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286"/><path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286"/></g></g></svg>
--- a/eric6/icons/breeze-light/sceneWidthDec.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sceneWidthDec.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m387.81 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/>
-  <path d="m403.24 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m387.81 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/><path d="m403.24 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-light/sceneWidthInc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sceneWidthInc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,23 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/>
-  <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/>
-  <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/>
-  <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/>
-  <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/>
-  <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/>
-  <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/>
-  <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="b" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".63387"><rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#a)"/><path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/><rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069"/><rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9"/><rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff"/><rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1"/></g><path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/><path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/></g></svg>
--- a/eric6/icons/breeze-light/screenCapture.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/screenCapture.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,30 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#c6cdd1" offset="0"/>
-   <stop stop-color="#e0e5e7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/>
-   <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse">
-   <stop offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/>
-  <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/>
-  <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/>
-  <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/>
-  <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/>
-  <path class="ColorScheme-Text" d="m399.46 528.3v0.78572h-10.889v10.214h14v-10.214h-0.77776v-0.78572zm-10.111 1.5714h12.444v8.6428h-12.444zm4.2778 0.78572a3.5 3.5357 0 0 0-3.5 3.5357 3.5 3.5357 0 0 0 3.5 3.5357 3.5 3.5357 0 0 0 3.5-3.5357 3.5 3.5357 0 0 0-3.5-3.5357zm0 0.7857a2.7222 2.75 0 0 1 2.7222 2.75 2.7222 2.75 0 0 1-2.7222 2.75 2.7222 2.75 0 0 1-2.7222-2.75 2.7222 2.75 0 0 1 2.7222-2.75z" fill="currentColor"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="c" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="b" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"><stop stop-color="#c6cdd1" offset="0"/><stop stop-color="#e0e5e7" offset="1"/></linearGradient><linearGradient id="a" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"><stop stop-color="#60a5e7" stop-opacity="0" offset="0"/><stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/></linearGradient><linearGradient id="d" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-384.57 -525.8)"><g stroke-width=".70077"><rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#c)"/><rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#b)"/><rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7"/><path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#d)" fill-rule="evenodd" opacity=".2"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff"/><rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#a)"/></g><path class="ColorScheme-Text" d="m399.46 528.3v0.78572h-10.889v10.214h14v-10.214h-0.77776v-0.78572zm-10.111 1.5714h12.444v8.6428h-12.444zm4.2778 0.78572a3.5 3.5357 0 0 0-3.5 3.5357 3.5 3.5357 0 0 0 3.5 3.5357 3.5 3.5357 0 0 0 3.5-3.5357 3.5 3.5357 0 0 0-3.5-3.5357zm0 0.7857a2.7222 2.75 0 0 1 2.7222 2.75 2.7222 2.75 0 0 1-2.7222 2.75 2.7222 2.75 0 0 1-2.7222-2.75 2.7222 2.75 0 0 1 2.7222-2.75z" fill="currentColor"/></g></svg>
--- a/eric6/icons/breeze-light/scrollAll.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/scrollAll.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-384.57 -525.8)" fill="#232629">
-  <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/>
-  <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/>
-  <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/>
-  <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/>
-  <circle cx="395.57" cy="536.8" r="2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-384.57 -525.8)" fill="#232629"><path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/><path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/><path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/><path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/><circle cx="395.57" cy="536.8" r="2"/></g></svg>
--- a/eric6/icons/breeze-light/scrollHorizontal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/scrollHorizontal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-384.57 -525.8)" fill="#232629">
-  <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/>
-  <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/>
-  <circle cx="395.57" cy="536.8" r="2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-384.57 -525.8)" fill="#232629"><path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/><path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/><circle cx="395.57" cy="536.8" r="2"/></g></svg>
--- a/eric6/icons/breeze-light/scrollVertical.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/scrollVertical.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-384.57 -525.8)" fill="#232629">
-  <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/>
-  <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/>
-  <circle cx="395.57" cy="536.8" r="2"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-384.57 -525.8)" fill="#232629"><path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/><path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/><circle cx="395.57" cy="536.8" r="2"/></g></svg>
--- a/eric6/icons/breeze-light/securityHigh.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/securityHigh.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-PositiveText {
         color:#27ae60;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 0.99995s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667zm0 1.499c-2.1794 1.5129-4.6277 2.279-7.085 2.8003 1.1636 6.6025 3.6701 9.4258 7.085 11.194 3.4149-1.768 5.9214-4.5913 7.085-11.194-2.4573-0.52125-4.9056-1.2874-7.085-2.8003z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-PositiveText" d="m16 11c2.77 0 5 2.23 5 5s-2.23 5-5 5-5-2.23-5-5 2.23-5 5-5z" color="#27ae60" fill="currentColor"/>
- <path d="m18.5 13.5-3.75 3.75-1.25-1.25-1.25 1.25 2.5 2.5 5-5z" fill="#fff" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 0.99995s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667zm0 1.499c-2.1794 1.5129-4.6277 2.279-7.085 2.8003 1.1636 6.6025 3.6701 9.4258 7.085 11.194 3.4149-1.768 5.9214-4.5913 7.085-11.194-2.4573-0.52125-4.9056-1.2874-7.085-2.8003z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-PositiveText" d="m16 11c2.77 0 5 2.23 5 5s-2.23 5-5 5-5-2.23-5-5 2.23-5 5-5z" color="#27ae60" fill="currentColor"/><path d="m18.5 13.5-3.75 3.75-1.25-1.25-1.25 1.25 2.5 2.5 5-5z" fill="#fff" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/securityHigh32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/securityHigh32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-PositiveText {
         color:#27ae60;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 0.99992s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7098-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05zm0 2.2485c-3.269 2.2693-6.9415 3.4186-10.627 4.2004 1.7453 9.9037 5.5052 14.139 10.627 16.791 5.1223-2.652 8.8821-6.887 10.627-16.791-3.6859-0.78188-7.3584-1.9311-10.627-4.2004z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-PositiveText" d="m23.5 16c4.155 0 7.5 3.345 7.5 7.5s-3.345 7.5-7.5 7.5-7.5-3.345-7.5-7.5 3.345-7.5 7.5-7.5z" color="#27ae60" fill="currentColor"/>
- <path d="m27.25 19.75-5.625 5.625-1.875-1.875-1.875 1.875 3.75 3.75 7.5-7.5z" fill="#fff" stroke-width="1.875"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 0.99992s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7098-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05zm0 2.2485c-3.269 2.2693-6.9415 3.4186-10.627 4.2004 1.7453 9.9037 5.5052 14.139 10.627 16.791 5.1223-2.652 8.8821-6.887 10.627-16.791-3.6859-0.78188-7.3584-1.9311-10.627-4.2004z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-PositiveText" d="m23.5 16c4.155 0 7.5 3.345 7.5 7.5s-3.345 7.5-7.5 7.5-7.5-3.345-7.5-7.5 3.345-7.5 7.5-7.5z" color="#27ae60" fill="currentColor"/><path d="m27.25 19.75-5.625 5.625-1.875-1.875-1.875 1.875 3.75 3.75 7.5-7.5z" fill="#fff" stroke-width="1.875"/></svg>
--- a/eric6/icons/breeze-light/securityLow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/securityLow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m12 11c-0.55402 0-1 0.446-1 1v6c0 0.5541 0.44598 1 1 1h6c0.55402 0 1-0.4459 1-1v-6c0-0.554-0.44598-1-1-1h-6z" fill="currentColor"/>
- <path d="m13 12-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2z" fill="#fff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="m12 11c-0.55402 0-1 0.446-1 1v6c0 0.5541 0.44598 1 1 1h6c0.55402 0 1-0.4459 1-1v-6c0-0.554-0.44598-1-1-1h-6z" fill="currentColor"/><path d="m13 12-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2z" fill="#fff"/></svg>
--- a/eric6/icons/breeze-light/securityLow32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/securityLow32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16 1s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7097-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m17.5 16c-0.83103 0-1.5 0.669-1.5 1.5v9c0 0.83115 0.66897 1.5 1.5 1.5h9c0.83103 0 1.5-0.66885 1.5-1.5v-9c0-0.831-0.66897-1.5-1.5-1.5z" color="#da4453" fill="currentColor"/>
- <path d="m19 17.5-1.5 1.5 3 3-3 3 1.5 1.5 3-3 3 3 1.5-1.5-3-3 3-3-1.5-1.5-3 3z" fill="#fff" stroke-width="1.5"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16 1s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7097-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="m17.5 16c-0.83103 0-1.5 0.669-1.5 1.5v9c0 0.83115 0.66897 1.5 1.5 1.5h9c0.83103 0 1.5-0.66885 1.5-1.5v-9c0-0.831-0.66897-1.5-1.5-1.5z" color="#da4453" fill="currentColor"/><path d="m19 17.5-1.5 1.5 3 3-3 3 1.5 1.5 3-3 3 3 1.5-1.5-3-3 3-3-1.5-1.5-3 3z" fill="#fff" stroke-width="1.5"/></svg>
--- a/eric6/icons/breeze-light/securityMedium.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/securityMedium.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.412 0.99995s-2.3529 3.3219-9.4118 4.1553c0 0 0 11.667 9.4118 15.845 9.4118-4.1774 9.4118-15.845 9.4118-15.845-7.0588-0.83338-9.4118-4.1553-9.4118-4.1553zm0 1.7212c1.8671 1.681 4.5614 2.8022 8.0538 3.3667-0.18972 1.8065-0.37162 3.166-0.81112 4.48-0.92364 2.7614-2.0006 4.4413-2.9665 5.6494-1.4967 1.8721-2.856 2.6298-4.2762 3.3838-1.4202-0.75396-2.7795-1.5117-4.2762-3.3838-0.9659-1.2081-2.0428-2.888-2.9665-5.6494-0.4395-1.314-0.62141-2.6735-0.81112-4.48 3.4924-0.56448 6.1867-1.6857 8.0538-3.3667zm0 1.499c-2.0512 1.5128-4.3555 2.279-6.6682 2.8003 1.0951 6.6025 3.4542 9.4259 6.6682 11.194z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NeutralText" d="m15.706 10.997h0.0046a0.58824 0.625 0 0 1 0.517 0.33688h0.0046l4.6898 8.7182h-0.0024a0.58824 0.625 0 0 1 0.08042 0.315 0.58824 0.625 0 0 1-0.58824 0.625h-9.4118a0.58824 0.625 0 0 1-0.58824-0.625 0.58824 0.625 0 0 1 0.08042-0.315h-0.0024l4.6899-8.7159h0.0024a0.58824 0.625 0 0 1 0.0024 0 0.58824 0.625 0 0 1 0.5216-0.33938z" color="#f67400" fill="currentColor"/>
- <path d="m15.118 13.5v3.75h1.1765v-3.75zm0 5v1.25h1.1765v-1.25z" fill="#fff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.412 0.99995s-2.3529 3.3219-9.4118 4.1553c0 0 0 11.667 9.4118 15.845 9.4118-4.1774 9.4118-15.845 9.4118-15.845-7.0588-0.83338-9.4118-4.1553-9.4118-4.1553zm0 1.7212c1.8671 1.681 4.5614 2.8022 8.0538 3.3667-0.18972 1.8065-0.37162 3.166-0.81112 4.48-0.92364 2.7614-2.0006 4.4413-2.9665 5.6494-1.4967 1.8721-2.856 2.6298-4.2762 3.3838-1.4202-0.75396-2.7795-1.5117-4.2762-3.3838-0.9659-1.2081-2.0428-2.888-2.9665-5.6494-0.4395-1.314-0.62141-2.6735-0.81112-4.48 3.4924-0.56448 6.1867-1.6857 8.0538-3.3667zm0 1.499c-2.0512 1.5128-4.3555 2.279-6.6682 2.8003 1.0951 6.6025 3.4542 9.4259 6.6682 11.194z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NeutralText" d="m15.706 10.997h0.0046a0.58824 0.625 0 0 1 0.517 0.33688h0.0046l4.6898 8.7182h-0.0024a0.58824 0.625 0 0 1 0.08042 0.315 0.58824 0.625 0 0 1-0.58824 0.625h-9.4118a0.58824 0.625 0 0 1-0.58824-0.625 0.58824 0.625 0 0 1 0.08042-0.315h-0.0024l4.6899-8.7159h0.0024a0.58824 0.625 0 0 1 0.0024 0 0.58824 0.625 0 0 1 0.5216-0.33938z" color="#f67400" fill="currentColor"/><path d="m15.118 13.5v3.75h1.1765v-3.75zm0 5v1.25h1.1765v-1.25z" fill="#fff"/></svg>
--- a/eric6/icons/breeze-light/securityMedium32.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/securityMedium32.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NeutralText {
         color:#f67400;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m15.118 0.99992s-3.5294 4.9828-14.118 6.2329c0 0 0 17.501 14.118 23.767 14.118-6.2661 14.118-23.767 14.118-23.767-10.588-1.2501-14.118-6.2329-14.118-6.2329zm0 2.5818c2.8006 2.5215 6.8421 4.2033 12.081 5.05-0.28458 2.7098-0.55743 4.749-1.2167 6.72-1.3855 4.1421-3.0008 6.6619-4.4497 8.4741-2.2451 2.8081-4.284 3.9447-6.4143 5.0757-2.1303-1.1309-4.1692-2.2676-6.4143-5.0757-1.4488-1.8122-3.0642-4.3321-4.4497-8.4741-0.65926-1.971-0.93211-4.0102-1.2167-6.72 5.2386-0.84672 9.2801-2.5286 12.081-5.05zm0 2.2485c-3.0768 2.2693-6.5332 3.4185-10.002 4.2004 1.6427 9.9037 5.1813 14.139 10.002 16.791z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NeutralText" d="m23.059 15.996h0.0069a0.88236 0.9375 0 0 1 0.77551 0.50531h0.0069l7.0347 13.077h-0.0035a0.88236 0.9375 0 0 1 0.12057 0.4725 0.88236 0.9375 0 0 1-0.88236 0.9375h-14.118a0.88236 0.9375 0 0 1-0.88236-0.9375 0.88236 0.9375 0 0 1 0.12064-0.4725h-0.0035l7.0347-13.074h0.0035a0.88236 0.9375 0 0 1 0.0035 0 0.88236 0.9375 0 0 1 0.7824-0.50906z" color="#f67400" fill="currentColor"/>
- <path d="m22.177 19.75v5.625h1.7647v-5.625zm0 7.5v1.875h1.7647v-1.875z" fill="#fff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m15.118 0.99992s-3.5294 4.9828-14.118 6.2329c0 0 0 17.501 14.118 23.767 14.118-6.2661 14.118-23.767 14.118-23.767-10.588-1.2501-14.118-6.2329-14.118-6.2329zm0 2.5818c2.8006 2.5215 6.8421 4.2033 12.081 5.05-0.28458 2.7098-0.55743 4.749-1.2167 6.72-1.3855 4.1421-3.0008 6.6619-4.4497 8.4741-2.2451 2.8081-4.284 3.9447-6.4143 5.0757-2.1303-1.1309-4.1692-2.2676-6.4143-5.0757-1.4488-1.8122-3.0642-4.3321-4.4497-8.4741-0.65926-1.971-0.93211-4.0102-1.2167-6.72 5.2386-0.84672 9.2801-2.5286 12.081-5.05zm0 2.2485c-3.0768 2.2693-6.5332 3.4185-10.002 4.2004 1.6427 9.9037 5.1813 14.139 10.002 16.791z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NeutralText" d="m23.059 15.996h0.0069a0.88236 0.9375 0 0 1 0.77551 0.50531h0.0069l7.0347 13.077h-0.0035a0.88236 0.9375 0 0 1 0.12057 0.4725 0.88236 0.9375 0 0 1-0.88236 0.9375h-14.118a0.88236 0.9375 0 0 1-0.88236-0.9375 0.88236 0.9375 0 0 1 0.12064-0.4725h-0.0035l7.0347-13.074h0.0035a0.88236 0.9375 0 0 1 0.0035 0 0.88236 0.9375 0 0 1 0.7824-0.50906z" color="#f67400" fill="currentColor"/><path d="m22.177 19.75v5.625h1.7647v-5.625zm0 7.5v1.875h1.7647v-1.875z" fill="#fff"/></svg>
--- a/eric6/icons/breeze-light/select.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/select.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/selectCircle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/selectCircle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#232629" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#232629" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/selectRectangle.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/selectRectangle.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#232629" fill="currentColor" stroke-width="1.25"/>
- <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#232629" fill="currentColor" stroke-width="1.25"/><path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/shapesAlignBottom.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shapesAlignBottom.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m13.5 1v16.25h7.5v-16.25h-7.5m1.25 1.25h5v13.75h-5v-13.75m-13.75 7.5v7.5h7.5v-7.5h-7.5m1.25 1.25h5v5h-5v-5m-1.25 8.75v1.25h20v-1.25h-20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m13.5 1v16.25h7.5v-16.25h-7.5m1.25 1.25h5v13.75h-5v-13.75m-13.75 7.5v7.5h7.5v-7.5h-7.5m1.25 1.25h5v5h-5v-5m-1.25 8.75v1.25h20v-1.25h-20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/shapesAlignHCenter.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shapesAlignHCenter.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.375 1v1.25h-3.125v6.25h3.125v5h-6.875v6.25h6.875v1.25h1.25v-1.25h6.875v-6.25h-6.875v-5h3.125v-6.25h-3.125v-1.25h-1.25m-1.875 2.5h5v3.75h-5v-3.75m-3.75 11.25h12.5v3.75h-12.5v-3.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.375 1v1.25h-3.125v6.25h3.125v5h-6.875v6.25h6.875v1.25h1.25v-1.25h6.875v-6.25h-6.875v-5h3.125v-6.25h-3.125v-1.25h-1.25m-1.875 2.5h5v3.75h-5v-3.75m-3.75 11.25h12.5v3.75h-12.5v-3.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/shapesAlignLeft.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shapesAlignLeft.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 8.5h-16.25v-7.5h16.25v7.5m-1.25-1.25v-5h-13.75v5h13.75m-7.5 13.75h-7.5v-7.5h7.5v7.5m-1.25-1.25v-5h-5v5h5m-8.75 1.25h-1.25v-20h1.25v20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 8.5h-16.25v-7.5h16.25v7.5m-1.25-1.25v-5h-13.75v5h13.75m-7.5 13.75h-7.5v-7.5h7.5v7.5m-1.25-1.25v-5h-5v5h5m-8.75 1.25h-1.25v-20h1.25v20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/shapesAlignRight.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shapesAlignRight.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 8.5h16.25v-7.5h-16.25v7.5m1.25-1.25v-5h13.75v5h-13.75m7.5 13.75h7.5v-7.5h-7.5v7.5m1.25-1.25v-5h5v5h-5m8.75 1.25h1.25v-20h-1.25v20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 8.5h16.25v-7.5h-16.25v7.5m1.25-1.25v-5h13.75v5h-13.75m7.5 13.75h7.5v-7.5h-7.5v7.5m1.25-1.25v-5h5v5h-5m8.75 1.25h1.25v-20h-1.25v20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/shapesAlignTop.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shapesAlignTop.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m13.5 21v-16.25h7.5v16.25h-7.5m1.25-1.25h5v-13.75h-5v13.75m-13.75-7.5v-7.5h7.5v7.5h-7.5m1.25-1.25h5v-5h-5v5m-1.25-8.75v-1.25h20v1.25h-20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m13.5 21v-16.25h7.5v16.25h-7.5m1.25-1.25h5v-13.75h-5v13.75m-13.75-7.5v-7.5h7.5v7.5h-7.5m1.25-1.25h5v-5h-5v5m-1.25-8.75v-1.25h20v1.25h-20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/shapesAlignVCenter.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shapesAlignVCenter.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21 10.375h-1.25v-3.125h-6.25v3.125h-5v-6.875h-6.25v6.875h-1.25v1.25h1.25v6.875h6.25v-6.875h5v3.125h6.25v-3.125h1.25v-1.25m-2.5-1.875v5h-3.75v-5h3.75m-11.25-3.75v12.5h-3.75v-12.5h3.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21 10.375h-1.25v-3.125h-6.25v3.125h-5v-6.875h-6.25v6.875h-1.25v1.25h1.25v6.875h6.25v-6.875h5v3.125h6.25v-3.125h1.25v-1.25m-2.5-1.875v5h-3.75v-5h3.75m-11.25-3.75v12.5h-3.75v-12.5h3.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/sharedEditCancel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sharedEditCancel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 1h20v20h-20z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 1h20v20h-20z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/sharedEditConnected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sharedEditConnected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1" fill="#ff9000"/>
- <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1" fill="#ff9000"/>
- <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1" fill="#ff9000"/>
- <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#ff9000"/>
- <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-5 5 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 5-5-0.88704-0.88704 2.2087-2.2087z" color="#eff0f1" fill="#0a4"/>
-</svg>
+      }</style></defs><g fill="#ff9000"><path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1"/><path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-5 5 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 5-5-0.88704-0.88704 2.2087-2.2087z" color="#eff0f1" fill="#0a4"/></svg>
--- a/eric6/icons/breeze-light/sharedEditDisconnected.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sharedEditDisconnected.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <g fill="#ff9000">
-  <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1"/>
-  <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1"/>
-  <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1"/>
-  <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-2.5 2.5 2.3568 2.3568 2.5-2.5-0.88704-0.88704 2.2087-2.2087zm-6.429 4.6549-1.6667 1.6667 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 1.6667-1.6667z" color="#eff0f1" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#ff9000"><path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1"/><path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1"/><path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1"/></g><path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-2.5 2.5 2.3568 2.3568 2.5-2.5-0.88704-0.88704 2.2087-2.2087zm-6.429 4.6549-1.6667 1.6667 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 1.6667-1.6667z" color="#eff0f1" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/sharedEditSend.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sharedEditSend.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="#232629" stroke-width="1.25"/>
-</svg>
+        }</style><path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="#232629" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/sharedEditStart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sharedEditStart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m21 11a10 10 0 0 1-10 10 10 10 0 0 1-10-10 10 10 0 0 1 10-10 10 10 0 0 1 10 10z" fill="#da4453" stroke-width="1.25"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m21 11a10 10 0 0 1-10 10 10 10 0 0 1-10-10 10 10 0 0 1 10-10 10 10 0 0 1 10 10z" fill="#da4453" stroke-width="1.25"/></svg>
--- a/eric6/icons/breeze-light/shell.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/shell.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(-326 -534.36)">
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/>
-  <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/>
-  <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#232629" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-326 -534.36)"><g fill="#6c7a89"><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/><rect x="256.23" y="514.7" width="0" height="14.668"/><rect x="263.19" y="537.27" width="0" height="14.668"/><rect x="265" y="536.21" width="0" height="14.668"/></g><path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#232629" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/></g></svg>
--- a/eric6/icons/breeze-light/showPassword.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/showPassword.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222 1.2754 0 2.3022-0.99111 2.3022-2.2222 0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/showPrograms.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/showPrograms.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/siteinfo-databases.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/siteinfo-databases.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/siteinfo-general.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/siteinfo-general.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/siteinfo-media.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/siteinfo-media.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,111 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.5961 0 0 1.0357 154.98 -11.21)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#2a2c2f" offset="0"/>
-   <stop stop-color="#424649" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4288">
-   <stop stop-color="#e81877" offset="0"/>
-   <stop stop-color="#dd1d8c" offset=".3125"/>
-   <stop stop-color="#6d57b1" offset=".5625"/>
-   <stop stop-color="#2a78c1" offset=".75"/>
-   <stop stop-color="#018dcb" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4300">
-   <stop stop-color="#e51561" offset="0"/>
-   <stop stop-color="#e4156c" offset=".3125"/>
-   <stop stop-color="#e71e2c" offset=".5625"/>
-   <stop stop-color="#e8301e" offset=".75"/>
-   <stop stop-color="#e6320e" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4328">
-   <stop stop-color="#bec900" offset="0"/>
-   <stop stop-color="#9ec80a" offset=".3125"/>
-   <stop stop-color="#71b93d" offset=".5625"/>
-   <stop stop-color="#35a48f" offset=".75"/>
-   <stop stop-color="#018fca" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4316">
-   <stop stop-color="#c1cc00" offset="0"/>
-   <stop stop-color="#dfcd00" offset=".3125"/>
-   <stop stop-color="#f0cc00" offset=".5625"/>
-   <stop stop-color="#fd8c08" offset=".75"/>
-   <stop stop-color="#f25c13" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient4487" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <clipPath id="clipPath4534-6">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4584-3">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4550-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4568-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528-10">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <filter id="filter4390-0" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB">
-   <feGaussianBlur stdDeviation="0.4"/>
-  </filter>
-  <clipPath id="clipPath4578-4">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562-1">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544-4">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4528-1-3">
-   <rect x="8" y="8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4578-8-5">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4562-8-9">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <clipPath id="clipPath4544-1-9">
-   <rect x="392.57" y="507.8" width="32" height="32" rx="16"/>
-  </clipPath>
-  <linearGradient id="linearGradient4383" x1="8.457" x2="24.105" y1="23.998" y2="8.2363" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4389" x1="8.1923" x2="24.062" y1="24.135" y2="8.2328" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4420" x1="8.3229" x2="23.943" y1="23.961" y2="8.2551" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4422" x1="8" x2="24.272" y1="24" y2="8.3847" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4424" x1="8" x2="24.042" y1="24" y2="8.4686" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4430" x1="8.2549" x2="24.093" y1="24.161" y2="8.4024" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4432" x1="7.4901" x2="24" y1="23.598" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4434" x1="8.3708" x2="24" y1="24.121" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4436" x1="8.394" x2="24.139" y1="24.08" y2="8.3621" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4442" x1="8.2728" x2="24.149" y1="24.302" y2="8.3767" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
-  <linearGradient id="linearGradient4444" x1="8.3852" x2="24" y1="24.353" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/>
-  <linearGradient id="linearGradient4446" x1="8.1255" x2="23.775" y1="24.159" y2="8.4813" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/>
-  <linearGradient id="linearGradient4448" x1="8.2327" x2="24" y1="24.063" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/>
-  <linearGradient id="linearGradient4454" x1="8.0589" x2="23.775" y1="23.328" y2="8.3717" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/>
- </defs>
- <g transform="translate(-384.57 -525.8)">
-  <path transform="matrix(.77638 .17197 -.20803 .6418 381.91 516.15)" d="m24.159 10.832c-5.8377 1.5349-13.605 3.7056-14.132 4.6618-0.17286 0.31411 1.224 5.8054 1.8492 8.4676l12.123 0.038939z" clip-path="url(#clipPath4534-6)" fill="url(#linearGradient4442)"/>
-  <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c-3.7341 0-6.8603 1.4262-7.9092-1.5963-1.3213-3.8071-3.0525-10.433-4.1987-15.28l12.108 0.87625z" clip-path="url(#clipPath4584-3)" fill="url(#linearGradient4444)"/>
-  <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.55 510.76c3.7087-0.72959 7.3878-2.0776 7.7219-1.7673 0.57403 0.53321 3.2044 10.678 4.5494 15.85l-12.25-1.0466z" clip-path="url(#clipPath4550-1)" fill="url(#linearGradient4446)"/>
-  <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c6.6454 0 13.344-4.5952 14.096-6.9192 0.31127-0.96198-1.8478-6.3568-1.8478-8.5754l-12.248-0.50534z" clip-path="url(#clipPath4568-1)" fill="url(#linearGradient4448)"/>
-  <path transform="matrix(.80377 0 0 .66444 376.26 519.73)" d="m23.93 11.46c-5.7622 0-10.78-0.52572-11.289 0.40776-0.33101 0.60657-0.26118 8.4264-0.26118 11.528l11.62 0.60356z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4430)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c-5.9558 0-10.944 2.6481-11.464-4.1218-0.10411-1.3562 7e-3 -8.6883 7e-3 -11.596l11.458-0.28166z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4432)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c8.864 0 11.666-7.0555 11.666-15.92l-11.666-0.0805z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4434)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.64 511.3c8.864 0 11.597 3.4744 11.597 12.338l-11.666 0.16095z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4436)" filter="url(#filter4390-0)" opacity=".7"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 395.55 513.12)" d="m23.961 7.4697c-6.6226 3.8474-12.294 12.022-16.341 16.511l16.379 0.0189z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4383)" opacity=".35"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c-7.3371-7.3881-11.385-11.239-16-16h16z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4278)" opacity=".35"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4487)" opacity=".35"/>
-  <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 507.8c6.4086 5.8696 9.8363 9.6578 16 16h-16z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4389)" opacity=".35"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 409.19 516.15)" d="m23.979 11.809c-3.2833-0.91602-8.667-2.104-8.7732-1.7106-0.7797 2.8902-3.9972 8.3736-3.9972 13.897l12.791 0.004006z" clip-path="url(#clipPath4528-1-3)" fill="url(#linearGradient4454)" opacity=".3"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m409.11 535.93c-7.8189-2.0581-14.67-4.0366-14.905-4.5386-0.3514-0.7527 1.4106-5.2306 1.4106-7.5988l12.959 8.9e-4z" clip-path="url(#clipPath4578-8-5)" fill="url(#linearGradient4420)" opacity=".3"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.75 535.72c1.9949 0 6.5348 2.4244 8.2791 2.0835 6.0063-1.1741 7.5442-7.1348 7.5442-14.004h-16z" clip-path="url(#clipPath4562-8-9)" fill="url(#linearGradient4422)" opacity=".3"/>
-  <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.54 511.8c4.8895 1.3103 14.038 3.6803 14.79 4.2446 2.1929 1.645 1.2396 3.8979 1.2396 7.7566h-16z" clip-path="url(#clipPath4544-1-9)" fill="url(#linearGradient4424)" opacity=".3"/>
-  <path d="m386.01 527.12v19.677h19.075v-19.677zm0.59609 0.85555h17.883v15.4h-17.883z" fill="url(#linearGradient4338)" stroke-width=".71413"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="y" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.5961 0 0 1.0357 154.98 -11.21)" gradientUnits="userSpaceOnUse"><stop stop-color="#2a2c2f" offset="0"/><stop stop-color="#424649" offset="1"/></linearGradient><linearGradient id="d"><stop stop-color="#e81877" offset="0"/><stop stop-color="#dd1d8c" offset=".3125"/><stop stop-color="#6d57b1" offset=".5625"/><stop stop-color="#2a78c1" offset=".75"/><stop stop-color="#018dcb" offset="1"/></linearGradient><linearGradient id="c"><stop stop-color="#e51561" offset="0"/><stop stop-color="#e4156c" offset=".3125"/><stop stop-color="#e71e2c" offset=".5625"/><stop stop-color="#e8301e" offset=".75"/><stop stop-color="#e6320e" offset="1"/></linearGradient><linearGradient id="a"><stop stop-color="#bec900" offset="0"/><stop stop-color="#9ec80a" offset=".3125"/><stop stop-color="#71b93d" offset=".5625"/><stop stop-color="#35a48f" offset=".75"/><stop stop-color="#018fca" offset="1"/></linearGradient><linearGradient id="b"><stop stop-color="#c1cc00" offset="0"/><stop stop-color="#dfcd00" offset=".3125"/><stop stop-color="#f0cc00" offset=".5625"/><stop stop-color="#fd8c08" offset=".75"/><stop stop-color="#f25c13" offset="1"/></linearGradient><linearGradient id="j" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="z" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><clipPath id="ag"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><clipPath id="aa"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ae"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ac"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="i"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><filter id="e" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="0.4"/></filter><clipPath id="f"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="g"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="h"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ah"><rect x="8" y="8" width="32" height="32" rx="16"/></clipPath><clipPath id="ab"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="ad"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><clipPath id="af"><rect x="392.57" y="507.8" width="32" height="32" rx="16"/></clipPath><linearGradient id="x" x1="8.457" x2="24.105" y1="23.998" y2="8.2363" gradientUnits="userSpaceOnUse" xlink:href="#d"/><linearGradient id="w" x1="8.1923" x2="24.062" y1="24.135" y2="8.2328" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="v" x1="8.3229" x2="23.943" y1="23.961" y2="8.2551" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="u" x1="8" x2="24.272" y1="24" y2="8.3847" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="t" x1="8" x2="24.042" y1="24" y2="8.4686" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="s" x1="8.2549" x2="24.093" y1="24.161" y2="8.4024" gradientUnits="userSpaceOnUse" xlink:href="#d"/><linearGradient id="r" x1="7.4901" x2="24" y1="23.598" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="q" x1="8.3708" x2="24" y1="24.121" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="p" x1="8.394" x2="24.139" y1="24.08" y2="8.3621" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="o" x1="8.2728" x2="24.149" y1="24.302" y2="8.3767" gradientUnits="userSpaceOnUse" xlink:href="#d"/><linearGradient id="n" x1="8.3852" x2="24" y1="24.353" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#c"/><linearGradient id="m" x1="8.1255" x2="23.775" y1="24.159" y2="8.4813" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="l" x1="8.2327" x2="24" y1="24.063" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#b"/><linearGradient id="k" x1="8.0589" x2="23.775" y1="23.328" y2="8.3717" gradientUnits="userSpaceOnUse" xlink:href="#d"/></defs><g transform="translate(-384.57 -525.8)"><path transform="matrix(.77638 .17197 -.20803 .6418 381.91 516.15)" d="m24.159 10.832c-5.8377 1.5349-13.605 3.7056-14.132 4.6618-0.17286 0.31411 1.224 5.8054 1.8492 8.4676l12.123 0.038939z" clip-path="url(#ag)" fill="url(#o)"/><path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c-3.7341 0-6.8603 1.4262-7.9092-1.5963-1.3213-3.8071-3.0525-10.433-4.1987-15.28l12.108 0.87625z" clip-path="url(#aa)" fill="url(#n)"/><path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.55 510.76c3.7087-0.72959 7.3878-2.0776 7.7219-1.7673 0.57403 0.53321 3.2044 10.678 4.5494 15.85l-12.25-1.0466z" clip-path="url(#ae)" fill="url(#m)"/><path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c6.6454 0 13.344-4.5952 14.096-6.9192 0.31127-0.96198-1.8478-6.3568-1.8478-8.5754l-12.248-0.50534z" clip-path="url(#ac)" fill="url(#l)"/><path transform="matrix(.80377 0 0 .66444 376.26 519.73)" d="m23.93 11.46c-5.7622 0-10.78-0.52572-11.289 0.40776-0.33101 0.60657-0.26118 8.4264-0.26118 11.528l11.62 0.60356z" clip-path="url(#i)" fill="url(#s)" filter="url(#e)" opacity=".7"/><path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c-5.9558 0-10.944 2.6481-11.464-4.1218-0.10411-1.3562 7e-3 -8.6883 7e-3 -11.596l11.458-0.28166z" clip-path="url(#f)" fill="url(#r)" filter="url(#e)" opacity=".7"/><path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c8.864 0 11.666-7.0555 11.666-15.92l-11.666-0.0805z" clip-path="url(#g)" fill="url(#q)" filter="url(#e)" opacity=".7"/><path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.64 511.3c8.864 0 11.597 3.4744 11.597 12.338l-11.666 0.16095z" clip-path="url(#h)" fill="url(#p)" filter="url(#e)" opacity=".7"/><path transform="matrix(.56835 .46983 -.56835 .46983 395.55 513.12)" d="m23.961 7.4697c-6.6226 3.8474-12.294 12.022-16.341 16.511l16.379 0.0189z" clip-path="url(#i)" fill="url(#x)" opacity=".35"/><path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c-7.3371-7.3881-11.385-11.239-16-16h16z" clip-path="url(#f)" fill="url(#z)" opacity=".35"/><path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#g)" fill="url(#j)" opacity=".35"/><path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 507.8c6.4086 5.8696 9.8363 9.6578 16 16h-16z" clip-path="url(#h)" fill="url(#w)" opacity=".35"/><path transform="matrix(.20803 .6418 -.77638 .17197 409.19 516.15)" d="m23.979 11.809c-3.2833-0.91602-8.667-2.104-8.7732-1.7106-0.7797 2.8902-3.9972 8.3736-3.9972 13.897l12.791 0.004006z" clip-path="url(#ah)" fill="url(#k)" opacity=".3"/><path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m409.11 535.93c-7.8189-2.0581-14.67-4.0366-14.905-4.5386-0.3514-0.7527 1.4106-5.2306 1.4106-7.5988l12.959 8.9e-4z" clip-path="url(#ab)" fill="url(#v)" opacity=".3"/><path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.75 535.72c1.9949 0 6.5348 2.4244 8.2791 2.0835 6.0063-1.1741 7.5442-7.1348 7.5442-14.004h-16z" clip-path="url(#ad)" fill="url(#u)" opacity=".3"/><path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.54 511.8c4.8895 1.3103 14.038 3.6803 14.79 4.2446 2.1929 1.645 1.2396 3.8979 1.2396 7.7566h-16z" clip-path="url(#af)" fill="url(#t)" opacity=".3"/><path d="m386.01 527.12v19.677h19.075v-19.677zm0.59609 0.85555h17.883v15.4h-17.883z" fill="url(#y)" stroke-width=".71413"/></g></svg>
--- a/eric6/icons/breeze-light/siteinfo-security.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/siteinfo-security.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,19 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#197cf1" offset="0"/>
-  <stop stop-color="#20bcfa" offset="1"/>
- </linearGradient>
- <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#292c2f" offset="0"/>
-  <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse">
-  <stop stop-color="#7cbaf8" offset="0"/>
-  <stop stop-color="#f4fcff" offset="1"/>
- </linearGradient>
- <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/>
- <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/>
- <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/>
- <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><linearGradient id="f" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient><linearGradient id="e" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="d" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"><stop stop-color="#7cbaf8" offset="0"/><stop stop-color="#f4fcff" offset="1"/></linearGradient><g stroke-width=".72342"><path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#f)"/><path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#e)" opacity=".2"/><path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#d)"/><path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2"/></g></svg>
--- a/eric6/icons/breeze-light/spellchecking.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/spellchecking.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/>
- <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/><path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/spellchecking48.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/spellchecking48.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m21.653 2-14.346 38.5h4.6406l4.5923-12.182h15.292l4.2217 12.182h4.6406l-13.557-38.5zm2.793 4.4312 5.8545 18.353h-12.337z" color="#eff0f1" fill="#232629"/>
- <path d="m2 43.25v2.75h44v-2.75z" fill="#2ecc71"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m21.653 2-14.346 38.5h4.6406l4.5923-12.182h15.292l4.2217 12.182h4.6406l-13.557-38.5zm2.793 4.4312 5.8545 18.353h-12.337z" color="#eff0f1" fill="#232629"/><path d="m2 43.25v2.75h44v-2.75z" fill="#2ecc71"/></svg>
--- a/eric6/icons/breeze-light/splitHorizontal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/splitHorizontal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h8.75v-20h-8.75m10 0v20h10v-20h-10m-8.75 5h6.25v13.75h-6.25v-13.75m10 0h7.5v13.75h-7.5v-13.75" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h8.75v-20h-8.75m10 0v20h10v-20h-10m-8.75 5h6.25v13.75h-6.25v-13.75m10 0h7.5v13.75h-7.5v-13.75" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/splitVertical.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/splitVertical.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v10h20v-10h-20m1.25 5h5v3.75h-5v-3.75m6.25 0h11.25v3.75h-11.25v-3.75m-7.5 7.5v7.5h20v-7.5h-20m1.25 1.25h5v5h-5v-5m6.25 0h11.25v5h-11.25v-5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v10h20v-10h-20m1.25 5h5v3.75h-5v-3.75m6.25 0h11.25v3.75h-11.25v-3.75m-7.5 7.5v7.5h20v-7.5h-20m1.25 1.25h5v5h-5v-5m6.25 0h11.25v5h-11.25v-5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/sqlBrowser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sqlBrowser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/start.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/start.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/step.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/step.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-6.25v5h5v13.75h-17.5v-13.75h5v-5h-6.25m8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818v-0.73975m3.9209 0v0.73975c0.88841 0 0.91064 0.29895 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9018-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77394-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/>
- <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-6.25v5h5v13.75h-17.5v-13.75h5v-5h-6.25m8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818v-0.73975m3.9209 0v0.73975c0.88841 0 0.91064 0.29895 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9018-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77394-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/><path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/></svg>
--- a/eric6/icons/breeze-light/stepOut.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/stepOut.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m15.75 8 5.25-3.5-5.25-3.5z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
- <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025625 1.5015-0.76171 1.5015h-0.38086v0.80568h0.38086c0.73611 0 0.76171 0.80532 0.76171 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15451-1.2933-0.90331-1.6138 0.7488-0.32044 0.90331-1.092 0.90331-1.6113v-1.272c0-1.0829 0.00125-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91065 0.29895 0.91065 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91065 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80568h-0.36865c-0.72342 0-0.77394-0.80532-0.77392-1.5015v-1.5283c0-1.1271-0.56924-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m15.75 8 5.25-3.5-5.25-3.5z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/><path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025625 1.5015-0.76171 1.5015h-0.38086v0.80568h0.38086c0.73611 0 0.76171 0.80532 0.76171 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15451-1.2933-0.90331-1.6138 0.7488-0.32044 0.90331-1.092 0.90331-1.6113v-1.272c0-1.0829 0.00125-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91065 0.29895 0.91065 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91065 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80568h-0.36865c-0.72342 0-0.77394-0.80532-0.77392-1.5015v-1.5283c0-1.1271-0.56924-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/stepOver.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/stepOver.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91064 0.29896 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02212 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77393-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/>
- <path d="M 14,1 17.5,6.25 21,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91064 0.29896 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02212 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77393-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/><path d="M 14,1 17.5,6.25 21,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/></svg>
--- a/eric6/icons/breeze-light/stepQuit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/stepQuit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path d="m1 1v5 15h1.25 7.75v-1.25h-7.75v-13.75h5v-3.75-1.25h-6.25zm13.75 0v1.25 3.75h5v4h1.25v-4-2.5-2.5h-6.25zm-5.7148 7.5c-1.3326 0-1.8926 0.43933-1.8926 1.5664v1.5293c0 0.69614-0.025631 1.502-0.76172 1.502h-0.38086v0.80469h0.38086c0.73611 0 0.76172 0.80581 0.76172 1.502v1.5273c0 1.1271 0.55997 1.5684 1.8926 1.5684v-0.74023c-0.8884 0-0.90234-0.29797-0.90234-1.3809v-1.2598c0-0.51932-0.15354-1.2928-0.90234-1.6133 0.7488-0.32044 0.90234-1.092 0.90234-1.6113v-1.2734c0-1.0829 0.013969-1.3809 0.90234-1.3809v-0.74023zm3.9199 0v0.74023c0.6831 0 0.85393 0.18581 0.89648 0.75977h1.002c-0.023746-1.0747-0.59411-1.5-1.8984-1.5z" color="#eff0f1" fill="#232629"/>
- <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-13.75h5v-5h-6.25zm13.75 0v5h5v4h1.25v-9h-6.25zm-5.7148 7.5c-1.3326 0-1.8926 0.43933-1.8926 1.5664v1.5293c0 0.69614-0.025631 1.502-0.76172 1.502h-0.38086v0.80469h0.38086c0.73611 0 0.76172 0.80581 0.76172 1.502v1.5273c0 1.1271 0.55997 1.5684 1.8926 1.5684v-0.74023c-0.8884 0-0.90234-0.29797-0.90234-1.3809v-1.2598c0-0.51932-0.15354-1.2928-0.90234-1.6133 0.7488-0.32044 0.90234-1.092 0.90234-1.6113v-1.2734c0-1.0829 0.013969-1.3809 0.90234-1.3809v-0.74023zm3.9199 0v0.74023c0.6831 0 0.85393 0.18581 0.89648 0.75977h1.002c-0.023746-1.0747-0.59411-1.5-1.8984-1.5z" color="#eff0f1" fill="#232629"/><path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/stopLoading.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/stopLoading.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor">
-  <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/>
-  <path d="m7.5 9.998h7v2h-7z"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"><path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/><path d="m7.5 9.998h7v2h-7z"/></g></svg>
--- a/eric6/icons/breeze-light/stopScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/stopScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-NegativeText {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-NegativeText {
                 color:#da4453;
-            }</style>
- </defs>
- <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor">
-  <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/>
-  <path d="m7.5 9.998h7v2h-7z"/>
- </g>
-</svg>
+            }</style></defs><g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"><path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/><path d="m7.5 9.998h7v2h-7z"/></g></svg>
--- a/eric6/icons/breeze-light/superMenu.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/superMenu.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/symbols.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/symbols.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/symlink.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/symlink.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m2 6v2h-2v1h2v2h3v-1h-2v-3h2v-1h-2zm5 0v1h2v3h-2v1h3v-2h2v-1h-2v-2h-1zm-2 2v1h2v-1z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m2 6v2h-2v1h2v2h3v-1h-2v-3h2v-1h-2zm5 0v1h2v3h-2v1h3v-2h2v-1h-2v-2h-1zm-2 2v1h2v-1z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/sync.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/sync.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v1.25 18.75h1.25 7.75v-1.25h-7.75v-10h3.75v-0.011719l0.0097656 0.011719 2.5-2.5h11.24v2.75h1.25v-6.5h-8.7402l-2.5-2.5-0.0097656 0.011719v-0.011719h-7.5-1.25z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71">
-  <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/>
-  <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-10h3.75v-0.011719l0.0097656 0.011719 2.5-2.5h11.24v2.75h1.25v-6.5h-8.7402l-2.5-2.5-0.0097656 0.011719v-0.011719h-8.75z" color="#eff0f1" fill="#232629"/><g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"><path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/><path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/syncCompleted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syncCompleted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m19.216 3.9646-11.784 12.357-4.6814-4.9089-0.79824 0.83705 4.6814 4.9089-0.00226 0.0024 0.79826 0.83704 0.00226-0.0024 0.00226 0.0024 0.79823-0.83704-0.00226-0.0024 11.784-12.357-0.79824-0.83703z" color="#eff0f1" fill="#2ecc71" stroke="#2ecc71" stroke-width="1.3788"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m19.216 3.9646-11.784 12.357-4.6814-4.9089-0.79824 0.83705 4.6814 4.9089-0.00226 0.0024 0.79826 0.83704 0.00226-0.0024 0.00226 0.0024 0.79823-0.83704-0.00226-0.0024 11.784-12.357-0.79824-0.83703z" color="#eff0f1" fill="#2ecc71" stroke="#2ecc71" stroke-width="1.3788"/></svg>
--- a/eric6/icons/breeze-light/syncFailed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syncFailed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-Highlight {
         color:#3daee9;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="m3.828 1-2.828 2.828 7.172 7.172-7.172 7.172 2.828 2.828 7.172-7.172 7.172 7.172 2.828-2.828-7.172-7.172 7.172-7.172-2.828-2.828-7.172 7.172z" fill="#da4453"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="m3.828 1-2.828 2.828 7.172 7.172-7.172 7.172 2.828 2.828 7.172-7.172 7.172 7.172 2.828-2.828-7.172-7.172 7.172-7.172-2.828-2.828-7.172 7.172z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/syncNo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syncNo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1.6977c-2.3577 0-4.5015 0.87988-6.141 2.3256-0.14679 0.12944-0.29771 0.26137-0.43605 0.39971l-0.39971 0.43605c-1.4457 1.6395-2.3256 3.7833-2.3256 6.141 0 5.1375 4.1648 9.3023 9.3023 9.3023 2.3577 0 4.5015-0.87988 6.141-2.3256l0.43605-0.39971c0.13834-0.13834 0.27027-0.28926 0.39971-0.43605 1.4457-1.6395 2.3256-3.7833 2.3256-6.141 0-5.1375-4.1648-9.3023-9.3023-9.3023m0 1.1628c4.4953 0 8.1395 3.6442 8.1395 8.1395 0 2.0391-0.75955 3.8771-1.9985 5.3052l-11.446-11.446c1.4282-1.239 3.2661-1.9985 5.3052-1.9985m-6.141 2.8343 11.446 11.446c-1.4282 1.239-3.2661 1.9985-5.3052 1.9985-4.4953 0-8.1395-3.6442-8.1395-8.1395 0-2.0391 0.75955-3.8771 1.9985-5.3052" color="#eff0f1" fill="#da4453" stroke="#da4453" stroke-width="1.3953"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1.6977c-2.3577 0-4.5015 0.87988-6.141 2.3256-0.14679 0.12944-0.29771 0.26137-0.43605 0.39971l-0.39971 0.43605c-1.4457 1.6395-2.3256 3.7833-2.3256 6.141 0 5.1375 4.1648 9.3023 9.3023 9.3023 2.3577 0 4.5015-0.87988 6.141-2.3256l0.43605-0.39971c0.13834-0.13834 0.27027-0.28926 0.39971-0.43605 1.4457-1.6395 2.3256-3.7833 2.3256-6.141 0-5.1375-4.1648-9.3023-9.3023-9.3023m0 1.1628c4.4953 0 8.1395 3.6442 8.1395 8.1395 0 2.0391-0.75955 3.8771-1.9985 5.3052l-11.446-11.446c1.4282-1.239 3.2661-1.9985 5.3052-1.9985m-6.141 2.8343 11.446 11.446c-1.4282 1.239-3.2661 1.9985-5.3052 1.9985-4.4953 0-8.1395-3.6442-8.1395-8.1395 0-2.0391 0.75955-3.8771 1.9985-5.3052" color="#eff0f1" fill="#da4453" stroke="#da4453" stroke-width="1.3953"/></svg>
--- a/eric6/icons/breeze-light/syncToc.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syncToc.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h1.2852 7.4258v-1.25h-7.4258v-17.5h10.287v3.75 1.25h5.1426v3.4609h1.2852v-2.9531-1.7578-0.0097656l-5.1328-4.9902-0.009766 0.011719v-0.011719h-1.2852-10.287-1.2852z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71">
-  <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/>
-  <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path d="m2 1v20h8.711v-1.25h-7.4258v-17.5h10.287v5h5.1426v3.4609h1.2852v-4.7207l-5.1328-4.9902-0.009766 0.011719v-0.011719h-12.857z" color="#eff0f1" fill="#232629"/><g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"><path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/><path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/syntaxError.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syntaxError.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" fill="none" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.0057 0 0 1.0258 -.0057471 -.025784)" fill="#232629">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.0057 0 0 1.0258 -.0057471 -.025784)" fill="#232629"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/syntaxError22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syntaxError22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#232629">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#232629"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/syntaxErrorGoto.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/syntaxErrorGoto.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(1.0057 0 0 1.0258 -.0057471 2.9742)" fill="#232629">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/><g transform="matrix(1.0057 0 0 1.0258 -.0057471 2.9742)" fill="#232629"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/tBreak.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tBreak.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00b0ff"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00b0ff"/></svg>
--- a/eric6/icons/breeze-light/tCBreak.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tCBreak.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
       }
       .ColorScheme-NegativeText {
         color:#da4453;
-      }</style>
- </defs>
- <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00d068"/>
-</svg>
+      }</style></defs><path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00d068"/></svg>
--- a/eric6/icons/breeze-light/tabClose.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tabClose.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v1.25 17.5 1.25h9v-1.25h-7.75v-17.5h5v3.75h10 2.5v4h1.25v-5.25h-1.25-2.5v-3.75h-10-5-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/tabCloseOther.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tabCloseOther.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v1.25 17.5 1.25h9v-1.25h-7.75v-17.5h5v3.75h10 2.5v4h1.25v-5.25h-1.25-2.5-8.75v-1.25-2.5h-1.25-5-1.25zm10 0v3h10v-3h-10z" fill="#232629"/>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-12.5v-3.75h-7.5zm10 0v3h10v-3h-10z" fill="#232629"/><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/tabDuplicate.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tabDuplicate.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-16.25h-1.25v-2.5h-10v2.5h-1.25v-3.75h-7.5m1.25 1.25h5v3.75h12.5v13.75h-17.5v-17.5" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-16.25h-1.25v-2.5h-10v2.5h-1.25v-3.75h-7.5m1.25 1.25h5v3.75h12.5v13.75h-17.5v-17.5" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/tabManager.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tabManager.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v1.25 17.5 1.25h10v-1.25h-8.75v-17.5h5v3.75h10 2.5v5h1.25v-6.25h-1.25-2.5v-3.75h-10-5-1.25z" color="#eff0f1" fill="#232629"/>
- <path d="m19.322 21c0.21918-3e-3 0.43547-0.05052 0.63585-0.13953 0.20039-0.08903 0.3807-0.21776 0.53011-0.37841 0.29072-0.26529 0.47102-0.63049 0.50499-1.0229 0.03856-0.40566-0.07887-0.81077-0.32833-1.1326-1.1203-1.1836-3.3298-3.397-4.937-4.9734 0.34198-0.92641 0.326-1.9474-0.04481-2.8626-0.30492-0.76149-0.84716-1.404-1.546-1.8319-0.54824-0.36372-1.1784-0.58475-1.8334-0.64309-0.65501-0.058331-1.3141 0.047866-1.9179 0.309l-0.57302 0.24862 2.6611 2.7452-1.1651 1.1706-2.7335-2.6762-0.24821 0.57581c-0.20921 0.48546-0.32017 1.0077-0.32639 1.5364-0.00624 0.52874 0.092391 1.0535 0.29018 1.5437 0.19611 0.48477 0.48741 0.92512 0.85661 1.2949 0.20921 0.20508 0.44042 0.38632 0.68947 0.54041 0.51526 0.34471 1.1048 0.56201 1.7202 0.63405 0.61546 0.07203 1.2392-0.0033 1.8199-0.21968 1.0195 1.0359 3.5642 3.6025 4.9387 4.8878 0.27572 0.25088 0.6341 0.39106 1.0065 0.39366zm-7.3706-12.137c0.61081-0.00156 1.2083 0.17875 1.7166 0.51797 0.19824 0.12125 0.38236 0.26429 0.54893 0.42645 0.44301 0.44737 0.73888 1.0197 0.84794 1.6403 0.10906 0.6206 0.02608 1.2598-0.23781 1.8318l-0.12583 0.27624 0.2163 0.2115c1.6141 1.5781 3.9641 3.9253 5.0939 5.1201 0.1006 0.15004 0.14362 0.33143 0.12112 0.51068-0.02249 0.17934-0.10898 0.34446-0.24349 0.46482-0.07751 0.08651-0.17197 0.15618-0.27749 0.20455-0.093 0.04214-0.19353 0.06502-0.29558 0.06734-0.15499-0.0039-0.30337-0.06372-0.41795-0.16827-1.4607-1.3657-4.2829-4.2215-5.1111-5.0606l-0.21286-0.21496-0.27404 0.12518c-0.47705 0.22278-1.0035 0.31815-1.5282 0.27685-0.52474-0.0413-1.0299-0.21785-1.4664-0.51252-0.19862-0.12267-0.38276-0.26746-0.54888-0.43163-0.28767-0.28736-0.51499-0.62948-0.66866-1.0062-0.15359-0.37672-0.23038-0.78044-0.22592-1.1874 0-0.20061 0.019864-0.40073 0.059514-0.59739l2.3931 2.3395 2.3689-2.3697-2.3353-2.4085c0.19871-0.038701 0.40077-0.057499 0.6032-0.056108z" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="#232629"/><path d="m19.322 21c0.21918-3e-3 0.43547-0.05052 0.63585-0.13953 0.20039-0.08903 0.3807-0.21776 0.53011-0.37841 0.29072-0.26529 0.47102-0.63049 0.50499-1.0229 0.03856-0.40566-0.07887-0.81077-0.32833-1.1326-1.1203-1.1836-3.3298-3.397-4.937-4.9734 0.34198-0.92641 0.326-1.9474-0.04481-2.8626-0.30492-0.76149-0.84716-1.404-1.546-1.8319-0.54824-0.36372-1.1784-0.58475-1.8334-0.64309-0.65501-0.058331-1.3141 0.047866-1.9179 0.309l-0.57302 0.24862 2.6611 2.7452-1.1651 1.1706-2.7335-2.6762-0.24821 0.57581c-0.20921 0.48546-0.32017 1.0077-0.32639 1.5364-0.00624 0.52874 0.092391 1.0535 0.29018 1.5437 0.19611 0.48477 0.48741 0.92512 0.85661 1.2949 0.20921 0.20508 0.44042 0.38632 0.68947 0.54041 0.51526 0.34471 1.1048 0.56201 1.7202 0.63405 0.61546 0.07203 1.2392-0.0033 1.8199-0.21968 1.0195 1.0359 3.5642 3.6025 4.9387 4.8878 0.27572 0.25088 0.6341 0.39106 1.0065 0.39366zm-7.3706-12.137c0.61081-0.00156 1.2083 0.17875 1.7166 0.51797 0.19824 0.12125 0.38236 0.26429 0.54893 0.42645 0.44301 0.44737 0.73888 1.0197 0.84794 1.6403s0.02608 1.2598-0.23781 1.8318l-0.12583 0.27624 0.2163 0.2115c1.6141 1.5781 3.9641 3.9253 5.0939 5.1201 0.1006 0.15004 0.14362 0.33143 0.12112 0.51068-0.02249 0.17934-0.10898 0.34446-0.24349 0.46482-0.07751 0.08651-0.17197 0.15618-0.27749 0.20455-0.093 0.04214-0.19353 0.06502-0.29558 0.06734-0.15499-0.0039-0.30337-0.06372-0.41795-0.16827-1.4607-1.3657-4.2829-4.2215-5.1111-5.0606l-0.21286-0.21496-0.27404 0.12518c-0.47705 0.22278-1.0035 0.31815-1.5282 0.27685-0.52474-0.0413-1.0299-0.21785-1.4664-0.51252-0.19862-0.12267-0.38276-0.26746-0.54888-0.43163-0.28767-0.28736-0.51499-0.62948-0.66866-1.0062-0.15359-0.37672-0.23038-0.78044-0.22592-1.1874 0-0.20061 0.019864-0.40073 0.059514-0.59739l2.3931 2.3395 2.3689-2.3697-2.3353-2.4085c0.19871-0.038701 0.40077-0.057499 0.6032-0.056108z" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/tabNew.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tabNew.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1 1v1.25 17.5 1.25h10v-1.25h-8.75v-17.5h5v3.75h10 2.5v5h1.25v-6.25h-1.25-2.5v-3.75h-10-5-1.25z" color="#eff0f1" fill="#232629"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="#232629"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/task.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/task.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/taskCompleted.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskCompleted.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20h-2.5v3.75h-2.5v-3.75h-10v3.75h-2.5v-3.75h-2.5m1.25 5h17.5v13.75h-17.5v-13.75m12.866 2.5-5.7397 5.7397-1.4331-1.4331-0.88379 0.88379 2.3071 2.3096 0.0073238-0.009765 0.0097649 0.009765 6.6162-6.6162-0.88379-0.88379" color="#232629" fill="currentColor"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20h-2.5v3.75h-2.5v-3.75h-10v3.75h-2.5v-3.75h-2.5m1.25 5h17.5v13.75h-17.5v-13.75m12.866 2.5-5.7397 5.7397-1.4331-1.4331-0.88379 0.88379 2.3071 2.3096 0.0073238-0.009765 0.0097649 0.009765 6.6162-6.6162-0.88379-0.88379" color="#232629" fill="currentColor"/></svg>
--- a/eric6/icons/breeze-light/taskDocu.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskDocu.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/>
- <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/>
-</svg>
+      }</style></defs><path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/><path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/></svg>
--- a/eric6/icons/breeze-light/taskFixme.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskFixme.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/>
-  <g transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa">
-   <rect x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/>
-   <rect x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/><g transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa"><rect x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/><rect x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/></g></g></svg>
--- a/eric6/icons/breeze-light/taskNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/><path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/taskNote.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskNote.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/>
-  <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/><text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/taskPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#232629;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051-0.0068 0.0068 0.0068 4.6314-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/>
- <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051-0.0068 0.0068 0.0068 4.6314-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/><path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/taskPrioHigh.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskPrioHigh.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/taskPrioLow.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskPrioLow.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3 9.5v3h16v-3z" color="#eff0f1" fill="#232629" stroke-width="1.5492"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3 9.5v3h16v-3z" color="#eff0f1" fill="#232629" stroke-width="1.5492"/></svg>
--- a/eric6/icons/breeze-light/taskPriority.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskPriority.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/taskTest.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskTest.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629">
-  <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/><g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629"><path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/taskTodo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskTodo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/>
-   <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/><rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/></g></g></svg>
--- a/eric6/icons/breeze-light/taskWarning.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/taskWarning.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/>
-   <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/><rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/></g></g></svg>
--- a/eric6/icons/breeze-light/templateViewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/templateViewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m1.5 1v20h1.2676 7.2324v-1.25h-7.2324v-17.5h10.133v3.75 1.25h5.0664v2.75h1.2656v-2.2422-1.7578-0.0097656l-5.0566-4.9902-0.009765 0.011719v-0.011719h-1.2656-10.133-1.2676z" color="#eff0f1" fill="#232629"/>
- <path d="m16 11-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path d="m1.5 1v20h8.5v-1.25h-7.2324v-17.5h10.133v5h5.0664v2.75h1.2656v-4.0098l-5.0566-4.9902-0.009765 0.011719v-0.011719h-12.666z" color="#eff0f1" fill="#232629"/><path d="m16 11-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/terminal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/terminal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.ColorScheme-Text {
             color:#eff0f1;
-        }</style>
- <g class="ColorScheme-Text" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#eff0f1" fill="#232629" fill-rule="evenodd">
-  <path d="m3 3v16h16v-16zm1 1h14v14h-14z"/>
-  <path d="m6.5 5.793-0.70703 0.70703 3.5 3.5c-1.1667 1.1667-2.3333 2.3333-3.5 3.5l0.70703 0.70703c1.4023-1.4023 2.8047-2.8047 4.207-4.207-1.4023-1.4023-2.8047-2.8047-4.207-4.207z"/>
-  <path d="m10 15h6v1h-6z"/>
- </g>
-</svg>
+        }</style><g class="ColorScheme-Text" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#eff0f1" fill="#232629" fill-rule="evenodd"><path d="m3 3v16h16v-16zm1 1h14v14h-14z"/><path d="m6.5 5.793-0.70703 0.70703 3.5 3.5-3.5 3.5 0.70703 0.70703 4.207-4.207-4.207-4.207z"/><path d="m10 15h6v1h-6z"/></g></svg>
--- a/eric6/icons/breeze-light/textencoding.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/textencoding.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/tineye.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/tineye.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g transform="translate(0 -291.18)">
-  <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(0 -291.18)"><image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/></g></svg>
--- a/eric6/icons/breeze-light/toolbarsConfigure.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/toolbarsConfigure.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)" fill="#232629">
-  <g transform="translate(1.792 -6.6889)">
-   <path d="m-1.2628 298.13v1.9844h4.2333v-1.9844zm0.26458 0.26459h3.7042v1.4552h-3.7042z"/>
-   <g transform="matrix(1.0001 0 0 1.05 -2.0566 -14.981)">
-    <path d="m1.3229 298.71v0.88194h0.88194v-0.88194z"/>
-    <path d="m2.4694 298.71v0.88194h0.88194v-0.88194z"/>
-    <path d="m3.6158 298.71v0.88194h0.88194v-0.88194z"/>
-   </g>
-  </g>
-  <path d="m5.1464 296.74c0.05353-7.3e-4 0.10636-0.0124 0.15529-0.0341 0.048941-0.0218 0.09298-0.0532 0.12947-0.0924 0.071003-0.0648 0.11504-0.15399 0.12333-0.24984 0.00942-0.0991-0.019262-0.19801-0.080188-0.27661-0.27361-0.28908-0.81325-0.82967-1.2058-1.2147 0.083521-0.22626 0.079619-0.47562-0.010944-0.69914-0.07447-0.18598-0.2069-0.34289-0.37758-0.4474-0.1339-0.0888-0.2878-0.14281-0.44777-0.15705-0.15997-0.0142-0.32095 0.012-0.4684 0.0755l-0.13995 0.0607 0.64992 0.67045-0.28455 0.2859-0.66761-0.65359-0.060619 0.14063c-0.051095 0.11856-0.078196 0.2461-0.079715 0.37525-0.00152 0.12912 0.022565 0.25728 0.070871 0.37701 0.047897 0.11844 0.11904 0.22594 0.20921 0.31626 0.051095 0.0502 0.10756 0.0943 0.16839 0.13199 0.12584 0.0841 0.26983 0.13726 0.42012 0.15485 0.15031 0.0176 0.30264-8e-4 0.44447-0.0536 0.24898 0.25301 0.87049 0.87984 1.2062 1.1938 0.067339 0.0613 0.15487 0.0955 0.24583 0.0961zm-1.8001-2.9642c0.14918-3.7e-4 0.2951 0.0437 0.41925 0.12652 0.048416 0.0296 0.093383 0.0646 0.13407 0.10416 0.1082 0.1092 0.18046 0.24904 0.20709 0.4006 0.026635 0.15158 0.00637 0.30768-0.05808 0.44739l-0.030731 0.0674 0.052828 0.0517c0.39421 0.3854 0.96815 0.95868 1.2441 1.2505 0.02457 0.0366 0.035077 0.081 0.029582 0.12472-0.0055 0.0438-0.026616 0.0841-0.059467 0.11352-0.01893 0.0211-0.042001 0.0382-0.067772 0.0499-0.022714 0.0108-0.047267 0.0158-0.07219 0.0164-0.037853-9.3e-4 -0.074093-0.0156-0.10208-0.041-0.35674-0.33355-1.046-1.031-1.2483-1.2359l-0.051986-0.0526-0.06693 0.0306c-0.11651 0.0544-0.24508 0.0778-0.37324 0.0677-0.12816-0.01-0.25153-0.0532-0.35814-0.12516-0.04851-0.03-0.093481-0.0654-0.13405-0.10548-0.070259-0.0702-0.12578-0.15373-0.16331-0.24575-0.03751-0.092-0.056266-0.19061-0.055177-0.28998 0-0.049 0.00486-0.0979 0.014534-0.14591l0.58447 0.57137 0.57857-0.57875-0.57036-0.58823c0.048532-0.01 0.09788-0.014 0.14732-0.0137z"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)" fill="#232629"><g transform="translate(1.792 -6.6889)"><path d="m-1.2628 298.13v1.9844h4.2333v-1.9844zm0.26458 0.26459h3.7042v1.4552h-3.7042z"/><g transform="matrix(1.0001 0 0 1.05 -2.0566 -14.981)"><path d="m1.3229 298.71v0.88194h0.88194v-0.88194z"/><path d="m2.4694 298.71v0.88194h0.88194v-0.88194z"/><path d="m3.6158 298.71v0.88194h0.88194v-0.88194z"/></g></g><path d="m5.1464 296.74c0.05353-7.3e-4 0.10636-0.0124 0.15529-0.0341 0.048941-0.0218 0.09298-0.0532 0.12947-0.0924 0.071003-0.0648 0.11504-0.15399 0.12333-0.24984 0.00942-0.0991-0.019262-0.19801-0.080188-0.27661-0.27361-0.28908-0.81325-0.82967-1.2058-1.2147 0.083521-0.22626 0.079619-0.47562-0.010944-0.69914-0.07447-0.18598-0.2069-0.34289-0.37758-0.4474-0.1339-0.0888-0.2878-0.14281-0.44777-0.15705-0.15997-0.0142-0.32095 0.012-0.4684 0.0755l-0.13995 0.0607 0.64992 0.67045-0.28455 0.2859-0.66761-0.65359-0.060619 0.14063c-0.051095 0.11856-0.078196 0.2461-0.079715 0.37525-0.00152 0.12912 0.022565 0.25728 0.070871 0.37701 0.047897 0.11844 0.11904 0.22594 0.20921 0.31626 0.051095 0.0502 0.10756 0.0943 0.16839 0.13199 0.12584 0.0841 0.26983 0.13726 0.42012 0.15485 0.15031 0.0176 0.30264-8e-4 0.44447-0.0536 0.24898 0.25301 0.87049 0.87984 1.2062 1.1938 0.067339 0.0613 0.15487 0.0955 0.24583 0.0961zm-1.8001-2.9642c0.14918-3.7e-4 0.2951 0.0437 0.41925 0.12652 0.048416 0.0296 0.093383 0.0646 0.13407 0.10416 0.1082 0.1092 0.18046 0.24904 0.20709 0.4006 0.026635 0.15158 0.00637 0.30768-0.05808 0.44739l-0.030731 0.0674 0.052828 0.0517c0.39421 0.3854 0.96815 0.95868 1.2441 1.2505 0.02457 0.0366 0.035077 0.081 0.029582 0.12472-0.0055 0.0438-0.026616 0.0841-0.059467 0.11352-0.01893 0.0211-0.042001 0.0382-0.067772 0.0499-0.022714 0.0108-0.047267 0.0158-0.07219 0.0164-0.037853-9.3e-4 -0.074093-0.0156-0.10208-0.041-0.35674-0.33355-1.046-1.031-1.2483-1.2359l-0.051986-0.0526-0.06693 0.0306c-0.11651 0.0544-0.24508 0.0778-0.37324 0.0677-0.12816-0.01-0.25153-0.0532-0.35814-0.12516-0.04851-0.03-0.093481-0.0654-0.13405-0.10548-0.070259-0.0702-0.12578-0.15373-0.16331-0.24575-0.03751-0.092-0.056266-0.19061-0.055177-0.28998 0-0.049 0.00486-0.0979 0.014534-0.14591l0.58447 0.57137 0.57857-0.57875-0.57036-0.58823c0.048532-0.01 0.09788-0.014 0.14732-0.0137z"/></g></svg>
--- a/eric6/icons/breeze-light/trPreviewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/trPreviewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,12 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/>
- <path d="m6.7453 6.7c-0.1073 0-0.23845 0.055836-0.31274 0.13215-0.43105 0.43366-0.86301 0.86639-1.2968 1.2982-0.075204 0.074448-0.13573 0.20846-0.13573 0.32385v9.6e-4c0.00186 1.9999 0.00186 6.061 0.00186 6.1057v0.23823h0.23478c0.044022 0 5.9108-9.6e-4 8.8144 9.6e-4 0.11739 0 0.25037-0.06142 0.3265-0.13773l9.6e-4 -9.6e-4c0.42644-0.43087 0.85474-0.85988 1.2849-1.287 0.08068-0.08096 0.13662-0.21962 0.13662-0.33316-0.0019-1.9943 0-6.1029 0-6.1029v-0.23823zm0.011004 0.47647h8.5742c0 0.29872-0.0018 3.943 0 5.8619-0.42921 0.42622-0.85751 0.85522-1.283 1.2852-2.8275-0.0019-8.2394-0.0019-8.576-9.6e-4 0-0.33316 0-3.9309-0.00186-5.8572 0.43013-0.42805 0.85934-0.85706 1.2867-1.2889zm2.257 0.95294c-0.074287 0-0.14766 0.00186-0.22194 0.00462-0.17976 0.00745-0.35676 0.03816-0.5301 0.089341-0.39253 0.11819-0.68692 0.35456-0.85842 0.73145-0.05961 0.13122-0.11005 0.26801-0.15041 0.40667-0.11097 0.37969-0.1339 0.77054-0.13849 1.1623-0.00276 0.26429 0.01284 0.52765 0.050442 0.78915 0.036684 0.24475 0.093547 0.48391 0.18984 0.71377 0.17425 0.41319 0.48057 0.67283 0.91162 0.78636 0.3751 0.09957 0.75387 0.1126 1.1446 0.0577 0.19626 0.32106 0.39436 0.64677 0.59521 0.9762 0.23753-0.11168 0.46314-0.21684 0.69518-0.32572-0.19168-0.30896-0.37602-0.60768-0.55853-0.90268 0.07979-0.07259 0.15866-0.1368 0.22836-0.20938 0.18067-0.19264 0.28981-0.42436 0.36135-0.67655 0.1018-0.36014 0.12748-0.73052 0.13665-1.1018 0.0064-0.28756-0.01192-0.57418-0.05044-0.85895-0.036686-0.26522-0.099968-0.52393-0.20819-0.77054-0.18434-0.41877-0.498-0.6812-0.93913-0.7966-0.21736-0.055836-0.43655-0.074448-0.65757-0.075379zm2.7954 0.47647v0.95294h-0.46957v0.7147h0.46957v1.6676c0 0.18333 0.0376 0.38434 0.11005 0.55557 0.06053 0.14424 0.16233 0.24568 0.30448 0.30803 0.10822 0.04654 0.22103 0.07073 0.3375 0.08189 0.22286 0.02047 0.48149-0.01582 0.70068-0.05491 0.06236-0.01117 0.12381-0.0242 0.19076-0.03722-0.0064-0.1945-0.01651-0.45506-0.03209-0.64212-0.02477-0.0018-0.0376-0.0056-0.05136-0.0047-0.14674 0.0056-0.332 0.02885-0.47874 0.03164-0.06328 9.6e-4 -0.12748-0.0056-0.18984-0.01862-0.07887-0.01675-0.13115-0.0698-0.15316-0.14983-0.0083-0.0335-0.01743-0.06607-0.01927-0.09957-0.01009-0.12563-0.01376-0.32013-0.01468-0.44669-0.0028-0.45041 0-1.1912 0-1.1912h0.93913v-0.71467h-0.93912v-0.95294zm-2.8183 0.24289c0.1394 0 0.27789 0.016752 0.41637 0.051186 0.23937 0.059556 0.41821 0.18984 0.52826 0.39365 0.096298 0.17495 0.14949 0.362 0.17425 0.55464 0.02935 0.23265 0.0431 0.46716 0.05594 0.61234-0.01192 0.40295-0.02109 0.71564-0.10914 1.0218-0.01834 0.06514-0.04127 0.12935-0.06695 0.1917-0.099049 0.24568-0.2944 0.39551-0.57137 0.46065-0.27972 0.06514-0.56311 0.06607-0.84467 0.0018-0.29531-0.06698-0.49432-0.22984-0.59888-0.48948-0.084375-0.21032-0.12931-0.42715-0.14124-0.64863-0.013758-0.24847-0.01926-0.49787-0.011922-0.74634 0.00642-0.26894 0.045858-0.5351 0.14215-0.79101 0.020178-0.05304 0.04494-0.10516 0.070618-0.15541 0.11005-0.21125 0.29348-0.34339 0.53927-0.40574 0.13848-0.034434 0.27789-0.051186 0.41729-0.051186z" fill="#232629" stroke-width=".2365"/>
- <path d="m17 13.6v3.9273l-1.5 1.4727v-1.4727h-4.5v-3.9273z" fill="#5fd38d"/>
- <path d="m16.5 14.091h-5v2.9455h5z" fill="#5fd38d"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/><path d="m6.7453 6.7c-0.1073 0-0.23845 0.055836-0.31274 0.13215-0.43105 0.43366-0.86301 0.86639-1.2968 1.2982-0.075204 0.074448-0.13573 0.20846-0.13573 0.32385v9.6e-4c0.00186 1.9999 0.00186 6.061 0.00186 6.1057v0.23823h0.23478c0.044022 0 5.9108-9.6e-4 8.8144 9.6e-4 0.11739 0 0.25037-0.06142 0.3265-0.13773l9.6e-4 -9.6e-4c0.42644-0.43087 0.85474-0.85988 1.2849-1.287 0.08068-0.08096 0.13662-0.21962 0.13662-0.33316-0.0019-1.9943 0-6.1029 0-6.1029v-0.23823zm0.011004 0.47647h8.5742c0 0.29872-0.0018 3.943 0 5.8619-0.42921 0.42622-0.85751 0.85522-1.283 1.2852-2.8275-0.0019-8.2394-0.0019-8.576-9.6e-4 0-0.33316 0-3.9309-0.00186-5.8572 0.43013-0.42805 0.85934-0.85706 1.2867-1.2889zm2.257 0.95294c-0.074287 0-0.14766 0.00186-0.22194 0.00462-0.17976 0.00745-0.35676 0.03816-0.5301 0.089341-0.39253 0.11819-0.68692 0.35456-0.85842 0.73145-0.05961 0.13122-0.11005 0.26801-0.15041 0.40667-0.11097 0.37969-0.1339 0.77054-0.13849 1.1623-0.00276 0.26429 0.01284 0.52765 0.050442 0.78915 0.036684 0.24475 0.093547 0.48391 0.18984 0.71377 0.17425 0.41319 0.48057 0.67283 0.91162 0.78636 0.3751 0.09957 0.75387 0.1126 1.1446 0.0577 0.19626 0.32106 0.39436 0.64677 0.59521 0.9762 0.23753-0.11168 0.46314-0.21684 0.69518-0.32572-0.19168-0.30896-0.37602-0.60768-0.55853-0.90268 0.07979-0.07259 0.15866-0.1368 0.22836-0.20938 0.18067-0.19264 0.28981-0.42436 0.36135-0.67655 0.1018-0.36014 0.12748-0.73052 0.13665-1.1018 0.0064-0.28756-0.01192-0.57418-0.05044-0.85895-0.036686-0.26522-0.099968-0.52393-0.20819-0.77054-0.18434-0.41877-0.498-0.6812-0.93913-0.7966-0.21736-0.055836-0.43655-0.074448-0.65757-0.075379zm2.7954 0.47647v0.95294h-0.46957v0.7147h0.46957v1.6676c0 0.18333 0.0376 0.38434 0.11005 0.55557 0.06053 0.14424 0.16233 0.24568 0.30448 0.30803 0.10822 0.04654 0.22103 0.07073 0.3375 0.08189 0.22286 0.02047 0.48149-0.01582 0.70068-0.05491 0.06236-0.01117 0.12381-0.0242 0.19076-0.03722-0.0064-0.1945-0.01651-0.45506-0.03209-0.64212-0.02477-0.0018-0.0376-0.0056-0.05136-0.0047-0.14674 0.0056-0.332 0.02885-0.47874 0.03164-0.06328 9.6e-4 -0.12748-0.0056-0.18984-0.01862-0.07887-0.01675-0.13115-0.0698-0.15316-0.14983-0.0083-0.0335-0.01743-0.06607-0.01927-0.09957-0.01009-0.12563-0.01376-0.32013-0.01468-0.44669-0.0028-0.45041 0-1.1912 0-1.1912h0.93913v-0.71467h-0.93912v-0.95294zm-2.8183 0.24289c0.1394 0 0.27789 0.016752 0.41637 0.051186 0.23937 0.059556 0.41821 0.18984 0.52826 0.39365 0.096298 0.17495 0.14949 0.362 0.17425 0.55464 0.02935 0.23265 0.0431 0.46716 0.05594 0.61234-0.01192 0.40295-0.02109 0.71564-0.10914 1.0218-0.01834 0.06514-0.04127 0.12935-0.06695 0.1917-0.099049 0.24568-0.2944 0.39551-0.57137 0.46065-0.27972 0.06514-0.56311 0.06607-0.84467 0.0018-0.29531-0.06698-0.49432-0.22984-0.59888-0.48948-0.084375-0.21032-0.12931-0.42715-0.14124-0.64863-0.013758-0.24847-0.01926-0.49787-0.011922-0.74634 0.00642-0.26894 0.045858-0.5351 0.14215-0.79101 0.020178-0.05304 0.04494-0.10516 0.070618-0.15541 0.11005-0.21125 0.29348-0.34339 0.53927-0.40574 0.13848-0.034434 0.27789-0.051186 0.41729-0.051186z" fill="#232629" stroke-width=".2365"/><path d="m17 13.6v3.9273l-1.5 1.4727v-1.4727h-4.5v-3.9273z" fill="#5fd38d"/><path d="m16.5 14.091h-5v2.9455h5z" fill="#5fd38d"/></svg>
--- a/eric6/icons/breeze-light/transformResize.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/transformResize.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75h3.75v-3.75h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75zm-15 1.25h1.25v1.25h-1.25zm3.75 1.25v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm-10 2.5v2.5h1.25v-2.5zm5 0v8.75h7.5v-1.25h-6.25v-7.5zm8.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-16.25 3.75v3.75h3.75v-3.75zm5 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v3.75h3.75v-3.75h-2.5zm-15 1.25h1.25v1.25h-1.25zm16.25 0h1.25v1.25h-1.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75h3.75v-3.75h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75zm-15 1.25h1.25v1.25h-1.25zm3.75 1.25v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm-10 2.5v2.5h1.25v-2.5zm5 0v8.75h7.5v-1.25h-6.25v-7.5zm8.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-16.25 3.75v3.75h3.75v-3.75zm5 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v3.75h3.75v-3.75h-2.5zm-15 1.25h1.25v1.25h-1.25zm16.25 0h1.25v1.25h-1.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/translate.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/translate.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path d="m1.1786 291.97v0.18522 0.1852 0.18521 0.37042h0.19242 0.38485v0.18521h-0.96212v0.18521h0.96212v0.37041h0.19242v-0.37041h0.96212v-0.18521h-0.96212v-0.18521h0.57727v-0.18521-0.55562-0.18522h-0.19242-0.96212zm0.19242 0.18522h0.96212v0.1852h-0.96212zm0 0.37041h0.96212v0.18521h-0.96212z" color="#000000" fill="#232629"/>
-  <path d="m2.1351 295.48c-0.16521-0.45965-0.26582-0.69713-0.28304-0.75412-2e-6 0-0.085738 0.23749-0.276 0.75412h0.55905m0.26895 0.72755-0.20318-0.56446h-0.69294l-0.21023 0.56446h-0.20671l0.66709-1.6669h0.20788l0.64713 1.6669h-0.20906" fill="#232629"/>
-  <g transform="matrix(.19242 0 0 .18521 -73.207 197.9)" fill="#232629">
-   <path d="m399.57 526.8v2.9972h2.1708c0.65505 0 1.1393-0.13463 1.4528-0.40389 0.31748-0.27327 0.47622-0.68921 0.47622-1.2478 0-0.56263-0.15874-0.67635-0.47622-0.9416-0.31347-0.26925-0.79773-0.40388-1.4528-0.40389h-2.1708m0-4.0015v3.0129h2.2199c0.59476 0 1.0707-0.11051 1.3601-0.33155 0.29336-0.22505 0.44004-0.86684 0.44006-1.325-1e-5 -0.45411-0.14669-0.7937-0.44006-1.0188-0.28936-0.22505-0.76533-0.33757-1.3601-0.33758h-2.2199m-1-1.0007h3.1105c0.92833 1e-5 1.6437 0.19291 2.146 0.5787 0.50233 0.38581 0.75351 0.93437 0.75351 1.6457 0 0.55058-0.1286 1.2888-0.3858 1.6143-0.25721 0.32553-0.63497 0.52847-1.1333 0.60884 1.247 0.30952 1.8647 1.1714 1.8928 2.0327-1e-5 0.80375-0.27328 1.4246-0.81983 1.8627-0.54656 0.43804-1.3242 0.65706-2.3329 0.65706h-3.2311v-9" fill="#232629"/>
-  </g>
-  <path d="m4.065 291.97v1.4817h-0.7697v0.1852h1.7318v-0.1852h-0.7697v-0.92605h0.7697v-0.18521h-0.7697v-0.37042z" color="#000000" fill="#232629"/>
-  <path d="m0.26458 291.44v5.2917h5.2917v-5.2917zm0.26458 0.26459h4.7625v4.7625h-4.7625z" fill="#232629" stroke-width="0"/>
-  <path d="m3.9688 293.74h-0.70556v-0.70556h-0.70556v0.70556h-0.70556l1.0583 1.4111 1.0583-1.4111" fill="#49cff1"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><g fill="#232629"><path d="m1.1786 291.97v0.92605h0.57727v0.18521h-0.96212v0.18521h0.96212v0.37041h0.19242v-0.37041h0.96212v-0.18521h-0.96212v-0.18521h0.57727v-0.92605h-1.1545zm0.19242 0.18522h0.96212v0.1852h-0.96212zm0 0.37041h0.96212v0.18521h-0.96212z" color="#000000"/><path d="m2.1351 295.48c-0.16521-0.45965-0.26582-0.69713-0.28304-0.75412-2e-6 0-0.085738 0.23749-0.276 0.75412h0.55905m0.26895 0.72755-0.20318-0.56446h-0.69294l-0.21023 0.56446h-0.20671l0.66709-1.6669h0.20788l0.64713 1.6669h-0.20906"/><g transform="matrix(.19242 0 0 .18521 -73.207 197.9)"><path d="m399.57 526.8v2.9972h2.1708c0.65505 0 1.1393-0.13463 1.4528-0.40389 0.31748-0.27327 0.47622-0.68921 0.47622-1.2478 0-0.56263-0.15874-0.67635-0.47622-0.9416-0.31347-0.26925-0.79773-0.40388-1.4528-0.40389h-2.1708m0-4.0015v3.0129h2.2199c0.59476 0 1.0707-0.11051 1.3601-0.33155 0.29336-0.22505 0.44004-0.86684 0.44006-1.325-1e-5 -0.45411-0.14669-0.7937-0.44006-1.0188-0.28936-0.22505-0.76533-0.33757-1.3601-0.33758h-2.2199m-1-1.0007h3.1105c0.92833 1e-5 1.6437 0.19291 2.146 0.5787 0.50233 0.38581 0.75351 0.93437 0.75351 1.6457 0 0.55058-0.1286 1.2888-0.3858 1.6143-0.25721 0.32553-0.63497 0.52847-1.1333 0.60884 1.247 0.30952 1.8647 1.1714 1.8928 2.0327-1e-5 0.80375-0.27328 1.4246-0.81983 1.8627-0.54656 0.43804-1.3242 0.65706-2.3329 0.65706h-3.2311v-9" fill="#232629"/></g><path d="m4.065 291.97v1.4817h-0.7697v0.1852h1.7318v-0.1852h-0.7697v-0.92605h0.7697v-0.18521h-0.7697v-0.37042z" color="#000000"/><path d="m0.26458 291.44v5.2917h5.2917v-5.2917zm0.26458 0.26459h4.7625v4.7625h-4.7625z" stroke-width="0"/></g><path d="m3.9688 293.74h-0.70556v-0.70556h-0.70556v0.70556h-0.70556l1.0583 1.4111 1.0583-1.4111" fill="#49cff1"/></g></svg>
--- a/eric6/icons/breeze-light/trash.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/trash.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m7.1429 1v2.5h-5.1429v1.25h1.2857v16.25h15.429v-16.25h1.2857v-1.25h-5.1429v-2.5zm1.2857 1.25h5.1429v1.25h-5.1429zm-3.8571 2.5h12.857v15h-12.857zm2.5714 3.75v7.5h1.2857v-7.5zm6.4286 0v7.5h1.2857v-7.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m7.1429 1v2.5h-5.1429v1.25h1.2857v16.25h15.429v-16.25h1.2857v-1.25h-5.1429v-2.5zm1.2857 1.25h5.1429v1.25h-5.1429zm-3.8571 2.5h12.857v15h-12.857zm2.5714 3.75v7.5h1.2857v-7.5zm6.4286 0v7.5h1.2857v-7.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/uiPreviewer.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/uiPreviewer.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.6 0 0 .58537 4.4 6.7073)" fill="#232629">
-  <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/>
-  <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/>
- </g>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/><g transform="matrix(.6 0 0 .58537 4.4 6.7073)" fill="#232629"><path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/><path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/></g></svg>
--- a/eric6/icons/breeze-light/unhighlight.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/unhighlight.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,18 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g fill="#37c837">
-  <path d="m1 8.5v1.25h20v-1.25z" color="#eff0f1"/>
-  <path d="m1 11v1.25h9v-1.25h-9z" color="#eff0f1"/>
- </g>
- <g fill="#232629">
-  <path d="m1 1v1.25h20v-1.25z" color="#eff0f1"/>
-  <path d="m1 3.5v1.25h11.25v-1.25z" color="#eff0f1"/>
-  <path d="m1 16v1.25h9v-1.25h-9zm0 2.5v1.25h9v-1.25h-9z" color="#eff0f1"/>
- </g>
- <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/>
-</svg>
+      }</style></defs><g fill="#37c837"><path d="m1 8.5v1.25h20v-1.25z" color="#eff0f1"/><path d="m1 11v1.25h9v-1.25h-9z" color="#eff0f1"/></g><g fill="#232629"><path d="m1 1v1.25h20v-1.25z" color="#eff0f1"/><path d="m1 3.5v1.25h11.25v-1.25z" color="#eff0f1"/><path d="m1 16v1.25h9v-1.25h-9zm0 2.5v1.25h9v-1.25h-9z" color="#eff0f1"/></g><path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/></svg>
--- a/eric6/icons/breeze-light/unittest.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/unittest.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.4654)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.4654)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/unittestProject.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/unittestProject.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.71839 0 0 .7327 10.282 10.267)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+      }</style></defs><path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="#232629"/><g transform="matrix(.71839 0 0 .7327 10.282 10.267)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/unittestRerunFailed.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/unittestRerunFailed.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
- <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#da4453" stroke-width=".6875"/>
-</svg>
+      }</style></defs><g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#da4453" stroke-width=".6875"/></svg>
--- a/eric6/icons/breeze-light/unittestRestart.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/unittestRestart.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,14 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
- <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#5fd38d" stroke-width=".6875"/>
-</svg>
+      }</style></defs><g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#5fd38d" stroke-width=".6875"/></svg>
--- a/eric6/icons/breeze-light/unittestScript.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/unittestScript.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,16 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <g transform="translate(25.312 -5.0097)">
-  <g transform="matrix(.71839 0 0 .7327 -15.03 15.277)" fill="#da4453">
-   <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-   <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-   <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
-  </g>
-  <path d="m-9.8052 25.081c-0.61711-0.15964-1.318-0.73256-1.7311-1.415-0.42738-0.70611-0.66952-1.654-0.67048-2.6247-4.98e-4 -0.50498 0.12445-1.3121 0.25601-1.6537l0.06981-0.18127h5.1342l0.10245 0.3131c0.26533 0.81092 0.29602 2.0225 0.073035 2.8839-0.3963 1.5309-1.4725 2.6443-2.6167 2.707-0.22854 0.01254-0.50627-6.78e-4 -0.6172-0.02937zm1.139-2.1688 0.6752 0.6729 0.46116-0.44697-1.2683-1.307 1.3016-1.3065-0.50291-0.49424-1.3097 1.3843-0.66808-0.67565c-0.36745-0.37161-0.68419-0.67565-0.70388-0.67565-0.06786 0-0.40556 0.3544-0.40556 0.42561 0 0.03925 0.28182 0.35202 0.62627 0.69503l0.62627 0.62367-1.2807 1.2855 0.4526 0.46696 1.3208-1.3208z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/>
-  <path d="m-10.756 18.168c0.0049-1.2869 1.4169-1.9719 2.3747-1.152 0.35669 0.30531 0.52089 0.66719 0.52275 1.152l0.00145 0.37902h-2.9003z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><g transform="translate(25.312 -5.0097)"><g transform="matrix(.71839 0 0 .7327 -15.03 15.277)" fill="#da4453"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g><path d="m-9.8052 25.081c-0.61711-0.15964-1.318-0.73256-1.7311-1.415-0.42738-0.70611-0.66952-1.654-0.67048-2.6247-4.98e-4 -0.50498 0.12445-1.3121 0.25601-1.6537l0.06981-0.18127h5.1342l0.10245 0.3131c0.26533 0.81092 0.29602 2.0225 0.073035 2.8839-0.3963 1.5309-1.4725 2.6443-2.6167 2.707-0.22854 0.01254-0.50627-6.78e-4 -0.6172-0.02937zm1.139-2.1688 0.6752 0.6729 0.46116-0.44697-1.2683-1.307 1.3016-1.3065-0.50291-0.49424-1.3097 1.3843-0.66808-0.67565c-0.36745-0.37161-0.68419-0.67565-0.70388-0.67565-0.06786 0-0.40556 0.3544-0.40556 0.42561 0 0.03925 0.28182 0.35202 0.62627 0.69503l0.62627 0.62367-1.2807 1.2855 0.4526 0.46696 1.3208-1.3208z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/><path d="m-10.756 18.168c0.0049-1.2869 1.4169-1.9719 2.3747-1.152 0.35669 0.30531 0.52089 0.66719 0.52275 1.152l0.00145 0.37902h-2.9003z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/></g></svg>
--- a/eric6/icons/breeze-light/updateLocal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/updateLocal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#ff9000" fill-rule="evenodd">
-  <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6 3.3137 0 6-2.6863 6-6 0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5-2.7614 0-5-2.2386-5-5 0-1.689 0.83742-3.1823 2.1197-4.0875z"/>
-  <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#ff9000" fill-rule="evenodd"><path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/><path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/></g></svg>
--- a/eric6/icons/breeze-light/updateRemote.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/updateRemote.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g clip-rule="evenodd" fill="#ff9000" fill-rule="evenodd" stroke-width="1.6667">
-  <path d="m11 1c-5.5229 0-10 4.4771-10 10 0 4.8379 3.4355 8.8723 8 9.7988v-1.7168c-3.6348-0.89698-6.334-4.1703-6.334-8.082 0-4.6024 3.7316-8.334 8.334-8.334 2.8149 0 5.3038 1.3961 6.8125 3.5332l2.3281 0.73828c-1.5572-3.4984-5.0642-5.9375-9.1406-5.9375z"/>
-  <path d="m19.333 6v-5h1.6667v5.8333l-0.83333 0.83333h-5.8333v-1.6667z"/>
- </g>
- <path class="ColorScheme-Text" d="m13.143 9v4.5h0.78572v-3.75h3.1429v3.75h0.78572v-4.5h-3.9286zm-1.7341 5.25-0.62305 0.6123 4.7143 4.6377 4.7143-4.6377-0.62305-0.6123-4.0912 4.0254zm-1.4088 5.25v1.5h11v-1.5h-0.78571v0.75h-9.4286v-0.75z" color="#eff0f1" fill="#008af1"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill="#ff9000" fill-rule="evenodd" stroke-width="1.6667"><path d="m11 1c-5.5229 0-10 4.4771-10 10 0 4.8379 3.4355 8.8723 8 9.7988v-1.7168c-3.6348-0.89698-6.334-4.1703-6.334-8.082 0-4.6024 3.7316-8.334 8.334-8.334 2.8149 0 5.3038 1.3961 6.8125 3.5332l2.3281 0.73828c-1.5572-3.4984-5.0642-5.9375-9.1406-5.9375z"/><path d="m19.333 6v-5h1.6667v5.8333l-0.83333 0.83333h-5.8333v-1.6667z"/></g><path class="ColorScheme-Text" d="m13.143 9v4.5h0.78572v-3.75h3.1429v3.75h0.78572v-4.5h-3.9286zm-1.7341 5.25-0.62305 0.6123 4.7143 4.6377 4.7143-4.6377-0.62305-0.6123-4.0912 4.0254zm-1.4088 5.25v1.5h11v-1.5h-0.78571v0.75h-9.4286v-0.75z" color="#eff0f1" fill="#008af1"/></svg>
--- a/eric6/icons/breeze-light/vcsAdd.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsAdd.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsAddRemove.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsAddRemove.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-4.9512 2.25h4.1777a10 3.75 0 0 0 0.77344-0.44336v0.44336h1.25v-2.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="#232629"/>
- <g>
-  <path d="m15 8v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/>
-  <path class="ColorScheme-Text" d="m11 19v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/>
- </g>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-4.9512 2.25h4.1777a10 3.75 0 0 0 0.77344-0.44336v0.44336h1.25v-2.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="#232629"/><path d="m15 8v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/><path class="ColorScheme-Text" d="m11 19v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-light/vcsApplyChangegroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsApplyChangegroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#ffd42a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#ffd42a"/></svg>
--- a/eric6/icons/breeze-light/vcsBranch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsBranch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m17 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m11 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/>
- <path d="m3.9599 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/>
- <path d="m18.04 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m5 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m17 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m11 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/></g><path d="m3.9599 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/><path d="m18.04 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsChangesLists.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsChangesLists.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <g transform="translate(33 3.8471)">
-  <circle cx="-17" cy="12.153" r="5" fill="#ff9000" stroke-width="0"/>
-  <text x="-19.276423" y="16.00112" fill="#232629" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-19.276423" y="16.00112" fill="#232629" stroke-width=".271">?</tspan></text>
- </g>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><g transform="translate(33 3.8471)"><circle cx="-17" cy="12.153" r="5" fill="#ff9000" stroke-width="0"/><text x="-19.276423" y="16.00112" fill="#232629" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-19.276423" y="16.00112" fill="#232629" stroke-width=".271">?</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/vcsCheckout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsCheckout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsCommit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsCommit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m21 17.667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#ff9000"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m21 17.667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/vcsCreateChangegroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsCreateChangegroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-5.25h-1.9863a8.75 2.5 0 0 1-8.0137 1.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25zm9.75 11.787v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/>
- <path d="m16 1-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-5.25h-1.9863a8.75 2.5 0 0 1-8.0137 1.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25zm9.75 11.787v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/><path d="m16 1-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-light/vcsDiff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsDiff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 7 3.5723v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-1.1797 1.25h2.4297v-1.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="#232629"/>
- <path d="m9 7.0001v14h7.7143v-0.875h-6.8571v-12.25h6.8571v3.5h3.4286v5.25h0.85714v-6.1319l-3.4219-3.4931-0.0067 0.0085v-0.0085h-7.7143z" fill="#232629"/>
- <path d="m16.714 20.581h3.8752v-3.9543" fill="none" stroke="#232629" stroke-width=".82929px"/>
- <path d="m13 10.504v2.0991h-2v1.3994h2v2.0991h1.3333v-2.0991h2v-1.3994h-2v-2.0991z" fill="#5fd35f" stroke-width=".68299"/>
- <path d="m11 17.501v1.3994h5.3333v-1.3994z" fill="#ff2a2a" stroke-width=".68299"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 7 3.5723v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-1.1797 1.25h2.4297v-1.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="#232629"/><path d="m9 7.0001v14h7.7143v-0.875h-6.8571v-12.25h6.8571v3.5h3.4286v5.25h0.85714v-6.1319l-3.4219-3.4931-0.0067 0.0085v-0.0085h-7.7143z" fill="#232629"/><path d="m16.714 20.581h3.8752v-3.9543" fill="none" stroke="#232629" stroke-width=".82929px"/><path d="m13 10.504v2.0991h-2v1.3994h2v2.0991h1.3333v-2.0991h2v-1.3994h-2v-2.0991z" fill="#5fd35f" stroke-width=".68299"/><path d="m11 17.501v1.3994h5.3333v-1.3994z" fill="#ff2a2a" stroke-width=".68299"/></svg>
--- a/eric6/icons/breeze-light/vcsEditHistory.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsEditHistory.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.6973 2.25h1.2695a10 3.75 0 0 0-9.9668-3.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 5.5c-2.7614 0-5 2.2412-5 5.0059 0 2.7647 2.2386 5.0059 5 5.0059 2.7614 0 5-2.2412 5-5.0059 0-2.7647-2.2386-5.0059-5-5.0059zm0 0.83432c2.3012 0 4.1667 1.8677 4.1667 4.1716 0 2.3039-1.8655 4.1716-4.1667 4.1716s-4.1667-1.8677-4.1667-4.1716c0-2.3039 1.8655-4.1716 4.1667-4.1716zm-0.83333 0.83432v4.1716h4.1667v-0.83432h-3.3333v-3.3373z" color="#eff0f1" fill="#ff9000"/>
- <path class="ColorScheme-Text" d="m18.599 12.991-5.599 5.6056v2.4039h2.401l5.599-5.6056zm-1.3659 2.3296 1.4401 1.4418-2.1159 2.1197v-0.45105l-0.67578 0.01433h-0.6901v-1.082l0.96094-0.96077zm-2.7174 2.7194v1.082h1.3516l0.01432 0.43541-0.72005 0.72221h-0.96094l-0.48047-0.48104v-0.96207z" color="#eff0f1" fill="#ff9000"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.6973 2.25h1.2695a10 3.75 0 0 0-9.9668-3.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 5.5c-2.7614 0-5 2.2412-5 5.0059s2.2386 5.0059 5 5.0059 5-2.2412 5-5.0059-2.2386-5.0059-5-5.0059zm0 0.83432c2.3012 0 4.1667 1.8677 4.1667 4.1716s-1.8655 4.1716-4.1667 4.1716-4.1667-1.8677-4.1667-4.1716 1.8655-4.1716 4.1667-4.1716zm-0.83333 0.83432v4.1716h4.1667v-0.83432h-3.3333v-3.3373z" color="#eff0f1" fill="#ff9000"/><path class="ColorScheme-Text" d="m18.599 12.991-5.599 5.6056v2.4039h2.401l5.599-5.6056zm-1.3659 2.3296 1.4401 1.4418-2.1159 2.1197v-0.45105l-0.67578 0.01433h-0.6901v-1.082l0.96094-0.96077zm-2.7174 2.7194v1.082h1.3516l0.01432 0.43541-0.72005 0.72221h-0.96094l-0.48047-0.48104v-0.96207z" color="#eff0f1" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/vcsExport.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsExport.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-light/vcsExportPatch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsExportPatch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m14.333 21v-3.3333h-3.3333v-3.3333h3.3333v-3.3333l6.6667 5-6.6667 5" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m14.333 21v-3.3333h-3.3333v-3.3333h3.3333v-3.3333l6.6667 5-6.6667 5" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-light/vcsGraft.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsGraft.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsImportPatch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsImportPatch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m17.667 21v-3.3333h3.3333v-3.3333h-3.3333v-3.3333l-6.6667 5 6.6667 5" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m17.667 21v-3.3333h3.3333v-3.3333h-3.3333v-3.3333l-6.6667 5 6.6667 5" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-light/vcsLock.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsLock.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <g transform="matrix(.71275 0 0 .75612 11.298 -773.67)" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247">
-  <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"/>
- </g>
- <path d="m13.882 18.268v-1.8147h6.2365v3.6294h-6.2365z" fill="#ff2a2a" stroke-width="0"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><g transform="matrix(.71275 0 0 .75612 11.298 -773.67)" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"><path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"/></g><path d="m13.882 18.268v-1.8147h6.2365v3.6294h-6.2365z" fill="#ff2a2a" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-light/vcsLog.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsLog.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5 2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667 0 2.3012-1.8655 4.1667-4.1667 4.1667s-4.1667-1.8655-4.1667-4.1667c0-2.3012 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#ff9000"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/vcsLogin.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsLogin.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4277v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 4.75 1.6133v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m8.7222 9v3h-0.72222v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-3.6111v-3zm0.72222 0.75h6.5v2.25h-1.8112c-0.33979-0.47049-0.87248-0.74816-1.4388-0.75-0.56782 4.6e-4 -1.1023 0.27828-1.443 0.75h-1.807zm-0.72222 3h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5 0 0.831 0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75c-0.39887 0-0.72222-0.33578-0.72222-0.75s0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4277v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 4.75 1.6133v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m8.7222 9v3h-0.72222v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-3.6111v-3zm0.72222 0.75h6.5v2.25h-1.8112c-0.33979-0.47049-0.87248-0.74816-1.4388-0.75-0.56782 4.6e-4 -1.1023 0.27828-1.443 0.75h-1.807zm-0.72222 3h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33578-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsLogout.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsLogout.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4316v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 4.75 1.6172v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v4.4434h1.25v-6.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m8 12v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-11.556zm0.72222 0.75h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75c-0.39887 0-0.72222-0.33579-0.72222-0.75s0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4316v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 4.75 1.6172v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v4.4434h1.25v-6.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m8 12v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-11.556zm0.72222 0.75h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33579-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-light/vcsMerge.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsMerge.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m5 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m17 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m11 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/>
- <path d="m8.7594 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/>
- <path d="m13.241 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/>
-</svg>
+      }</style></defs><g fill="#232629"><path class="ColorScheme-Text" d="m5 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m17 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/><path class="ColorScheme-Text" d="m11 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1"/></g><path d="m8.7594 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/><path d="m13.241 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsPreviewChangegroup.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsPreviewChangegroup.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5zm0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.575-0.26812 2.1875-0.70312l3.1641 3.2031 0.89844-0.89844-3.2031-3.1641c0.43506-0.61238 0.70312-1.3758 0.70312-2.1875 0-2.0775-1.6725-3.75-3.75-3.75z" fill="#ff7f2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5zm0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.575-0.26812 2.1875-0.70312l3.1641 3.2031 0.89844-0.89844-3.2031-3.1641c0.43506-0.61238 0.70312-1.3758 0.70312-2.1875 0-2.0775-1.6725-3.75-3.75-3.75z" fill="#ff7f2a"/></svg>
--- a/eric6/icons/breeze-light/vcsRebase.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsRebase.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-light/vcsRemove.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsRemove.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.1934h1.25v-10.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m11 17v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.1934h1.25v-10.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m11 17v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-light/vcsRepo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsRepo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/vcsRepoBrowser.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsRepoBrowser.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m11 7a6 2.25 0 0 0-6 2.25v7.5a6 2.25 0 0 0 6 2.25 6 2.25 0 0 0 6-2.25v-7.5a6 2.25 0 0 0-6-2.25zm0 0.75a5.25 1.5 0 0 1 5.25 1.5 5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5 5.25 1.5 0 0 1 5.25-1.5zm5.25 2.584v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166zm0 3.75v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166z" color="#eff0f1" fill="#ff9000"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m11 7a6 2.25 0 0 0-6 2.25v7.5a6 2.25 0 0 0 6 2.25 6 2.25 0 0 0 6-2.25v-7.5a6 2.25 0 0 0-6-2.25zm0 0.75a5.25 1.5 0 0 1 5.25 1.5 5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5 5.25 1.5 0 0 1 5.25-1.5zm5.25 2.584v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166zm0 3.75v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166z" color="#eff0f1" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/vcsRevert.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsRevert.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m14.5 9-3.5 3.5 3.5 3.5 0.71875-0.71875-2.3125-2.2812h3.5938c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-1.5v1h1.5c2.4853 0 4.5-2.0147 4.5-4.5s-2.0147-4.5-4.5-4.5h-3.5938l2.3125-2.2812z" color="#eff0f1" fill="#ff2a2a"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m14.5 9-3.5 3.5 3.5 3.5 0.71875-0.71875-2.3125-2.2812h3.5938c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-1.5v1h1.5c2.4853 0 4.5-2.0147 4.5-4.5s-2.0147-4.5-4.5-4.5h-3.5938l2.3125-2.2812z" color="#eff0f1" fill="#ff2a2a"/></svg>
--- a/eric6/icons/breeze-light/vcsSbsDiff.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsSbsDiff.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m12.5 10a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm0-1a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1 1.4121v6.0879c0 1.105 0.895 2 2 2h1v1l2-1.5-2-1.5v1h-1c-0.552 0-1-0.448-1-1v-6.0879a1.5 1.5 0 0 0 1-1.4121 1.5 1.5 0 0 0-1.5-1.5z" color="#eff0f1" fill="#ff9000"/>
- <path d="m19.5 19a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm-2.5-10-2 1.5 2 1.5v-1h1c0.552 0 1 0.448 1 1v6.0879a1.5 1.5 0 0 0-1 1.4121 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1-1.4121v-6.0879c0-1.105-0.895-2-2-2h-1z" color="#eff0f1" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m12.5 10a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm0-1a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1 1.4121v6.0879c0 1.105 0.895 2 2 2h1v1l2-1.5-2-1.5v1h-1c-0.552 0-1-0.448-1-1v-6.0879a1.5 1.5 0 0 0 1-1.4121 1.5 1.5 0 0 0-1.5-1.5z" color="#eff0f1" fill="#ff9000"/><path d="m19.5 19a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm-2.5-10-2 1.5 2 1.5v-1h1c0.552 0 1 0.448 1 1v6.0879a1.5 1.5 0 0 0-1 1.4121 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1-1.4121v-6.0879c0-1.105-0.895-2-2-2h-1z" color="#eff0f1" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsStatus.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsStatus.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <circle cx="16" cy="16" r="5" fill="#87de87" stroke-width="0"/>
- <text x="13.723577" y="19.848238" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="13.723577" y="19.848238" stroke-width=".271">?</tspan></text>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><circle cx="16" cy="16" r="5" fill="#87de87" stroke-width="0"/><text x="13.723577" y="19.848238" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="13.723577" y="19.848238" stroke-width=".271">?</tspan></text></svg>
--- a/eric6/icons/breeze-light/vcsSummary.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsSummary.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m10.966 11.604 2.3092 4.7085-2.3092 4.7085h9.237v-2.3543h-0.57731v1.7657h-7.5411l1.9123-4.12-1.9845-4.12h7.6133v1.7657h0.57731v-2.3543h-8.9483z" color="#eff0f1" fill="#ff9000" stroke="#ff9000" stroke-width=".58291"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m10.966 11.604 2.3092 4.7085-2.3092 4.7085h9.237v-2.3543h-0.57731v1.7657h-7.5411l1.9123-4.12-1.9845-4.12h7.6133v1.7657h0.57731v-2.3543h-8.9483z" color="#eff0f1" fill="#ff9000" stroke="#ff9000" stroke-width=".58291"/></svg>
--- a/eric6/icons/breeze-light/vcsSwitch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsSwitch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path d="m9.3334 16v-3.3333h-3.3334v-3.3333h3.3334v-3.3333l6.6666 5-6.6666 5" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path d="m9.3334 16v-3.3333h-3.3334v-3.3333h3.3334v-3.3333l6.6666 5-6.6666 5" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsTag.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsTag.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/vcsTagGlobal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsTagGlobal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/>
- <path d="m21 7.6667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#5fc15f"/>
-</svg>
+      }</style></defs><path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/><path d="m21 7.6667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#5fc15f"/></svg>
--- a/eric6/icons/breeze-light/vcsTagLocal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsTagLocal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/>
- <path d="m21 4.3333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fc15f"/>
-</svg>
+      }</style></defs><path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/><path d="m21 4.3333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fc15f"/></svg>
--- a/eric6/icons/breeze-light/vcsTransplant.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsTransplant.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/>
- <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/><path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/></svg>
--- a/eric6/icons/breeze-light/vcsUnlock.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsUnlock.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,11 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m17 11.408c-1.1902 0-2.1551 1.0279-2.1551 2.2959v0.7653h0.71836v-0.7653c0-0.84533 0.64324-1.5306 1.4367-1.5306 0.79348 0 1.4367 0.68528 1.4367 1.5306v2.2959h-5.0285v4.5918h7.1836v-4.5918h-1.4367v-2.2959c0-1.268-0.96486-2.2959-2.1551-2.2959zm-2.8734 5.3571h5.7469v3.0612h-5.7469z" color="#eff0f1" fill="#5fd35f" stroke="#5fd35f" stroke-width=".816"/>
- <path d="m13.568 18.304v-1.8147h6.2365v3.6294h-6.2365z" fill="#5fd35f" stroke-width="0"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m17 11.408c-1.1902 0-2.1551 1.0279-2.1551 2.2959v0.7653h0.71836v-0.7653c0-0.84533 0.64324-1.5306 1.4367-1.5306 0.79348 0 1.4367 0.68528 1.4367 1.5306v2.2959h-5.0285v4.5918h7.1836v-4.5918h-1.4367v-2.2959c0-1.268-0.96486-2.2959-2.1551-2.2959zm-2.8734 5.3571h5.7469v3.0612h-5.7469z" color="#eff0f1" fill="#5fd35f" stroke="#5fd35f" stroke-width=".816"/><path d="m13.568 18.304v-1.8147h6.2365v3.6294h-6.2365z" fill="#5fd35f" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-light/vcsUpdate.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/vcsUpdate.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1
-      }</style>
- </defs>
- <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/>
- <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff9000"/>
-</svg>
+      }</style></defs><path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/><path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff9000"/></svg>
--- a/eric6/icons/breeze-light/viewProfileDebug.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/viewProfileDebug.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/>
- <path d="m15.202 18.138c-0.07511-0.02999-1.2406-1.1552-2.59-2.5004l-2.4534-2.4459-0.34085 0.13767c-0.18746 0.075727-0.52546 0.16638-0.7511 0.20146-1.1435 0.17778-2.4525-0.54012-2.9675-1.6276-0.22364-0.47216-0.33086-1.0926-0.26366-1.5256l0.043203-0.27836 2.1986 2.1668 2.1715-2.1715-1.067-1.0994c-0.58688-0.60465-1.053-1.1134-1.0358-1.1306 0.070065-0.07007 0.99143-0.02624 1.2996 0.06181 1.3575 0.38783 2.2839 1.7628 2.0905 3.1028-0.03404 0.23589-0.12096 0.5741-0.19314 0.75158l-0.13124 0.32268 2.4048 2.4259c1.3227 1.3342 2.4476 2.5085 2.4998 2.6095 0.1751 0.33861-0.04357 0.81369-0.45333 0.9849-0.2094 0.08749-0.27294 0.08948-0.46106 0.01436zm0.22843 0.83443c0.20138-0.0029 0.40011-0.0464 0.58422-0.1282 0.18411-0.08179 0.34979-0.20008 0.48706-0.34768 0.26711-0.24375 0.43277-0.57929 0.46398-0.93988 0.03543-0.37272-0.07247-0.74493-0.30166-1.0406-1.0293-1.0875-3.0594-3.1212-4.5361-4.5695 0.3142-0.85118 0.29952-1.7893-0.04117-2.6302-0.28015-0.69966-0.77836-1.29-1.4205-1.6831-0.50372-0.33418-1.0827-0.53727-1.6845-0.59087-0.60182-0.05359-1.2074 0.04398-1.7621 0.28391l-0.52649 0.22844 2.445 2.5223-1.0705 1.0755-2.5116-2.4588-0.22805 0.52905c-0.19222 0.44603-0.29417 0.92587-0.29989 1.4117-0.00573 0.4858 0.084888 0.96791 0.26662 1.4184 0.18019 0.4454 0.44783 0.84999 0.78705 1.1898 0.19222 0.18843 0.40466 0.35495 0.63348 0.49653 0.47342 0.31672 1.0151 0.51637 1.5805 0.58256 0.56548 0.06618 1.1385-3e-3 1.6721-0.20184 0.93667 0.95181 3.2748 3.3099 4.5377 4.4909 0.25333 0.2305 0.5826 0.3593 0.9248 0.3617zm-6.7721-11.151c0.56121-0.0014 1.1101 0.16423 1.5772 0.4759 0.18214 0.1114 0.35131 0.24283 0.50436 0.39182 0.40704 0.41104 0.67888 0.93691 0.77908 1.5071 0.1002 0.5702 0.02396 1.1575-0.2185 1.683l-0.11561 0.25381 0.19874 0.19432c1.483 1.4499 3.6422 3.6066 4.6802 4.7043 0.09242 0.13786 0.13196 0.30452 0.11128 0.46921-0.02066 0.16478-0.10013 0.31648-0.22372 0.42708-0.07122 0.07949-0.15801 0.1435-0.25496 0.18794-0.08545 0.03871-0.17782 0.05974-0.27158 0.06188-0.1424-0.0036-0.27874-0.05855-0.38401-0.15461-1.3421-1.2548-3.9351-3.8786-4.696-4.6496l-0.19557-0.1975-0.25179 0.11501c-0.43832 0.20468-0.922 0.29231-1.4041 0.25437-0.48212-0.037935-0.94625-0.20016-1.3473-0.4709-0.18249-0.11271-0.35168-0.24575-0.50431-0.39659-0.26431-0.26402-0.47317-0.57836-0.61436-0.9245-0.14111-0.34613-0.21167-0.71707-0.20758-1.091 0-0.18432 0.018263-0.36819 0.054693-0.54888l2.1988 2.1495 2.1766-2.1773-2.1457-2.2129c0.18258-0.03556 0.36823-0.05283 0.55422-0.05155z" fill="#232629" stroke="#232629" stroke-width=".055673"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/><path d="m15.202 18.138c-0.07511-0.02999-1.2406-1.1552-2.59-2.5004l-2.4534-2.4459-0.34085 0.13767c-0.18746 0.075727-0.52546 0.16638-0.7511 0.20146-1.1435 0.17778-2.4525-0.54012-2.9675-1.6276-0.22364-0.47216-0.33086-1.0926-0.26366-1.5256l0.043203-0.27836 2.1986 2.1668 2.1715-2.1715-1.067-1.0994c-0.58688-0.60465-1.053-1.1134-1.0358-1.1306 0.070065-0.07007 0.99143-0.02624 1.2996 0.06181 1.3575 0.38783 2.2839 1.7628 2.0905 3.1028-0.03404 0.23589-0.12096 0.5741-0.19314 0.75158l-0.13124 0.32268 2.4048 2.4259c1.3227 1.3342 2.4476 2.5085 2.4998 2.6095 0.1751 0.33861-0.04357 0.81369-0.45333 0.9849-0.2094 0.08749-0.27294 0.08948-0.46106 0.01436zm0.22843 0.83443c0.20138-0.0029 0.40011-0.0464 0.58422-0.1282 0.18411-0.08179 0.34979-0.20008 0.48706-0.34768 0.26711-0.24375 0.43277-0.57929 0.46398-0.93988 0.03543-0.37272-0.07247-0.74493-0.30166-1.0406-1.0293-1.0875-3.0594-3.1212-4.5361-4.5695 0.3142-0.85118 0.29952-1.7893-0.04117-2.6302-0.28015-0.69966-0.77836-1.29-1.4205-1.6831-0.50372-0.33418-1.0827-0.53727-1.6845-0.59087-0.60182-0.05359-1.2074 0.04398-1.7621 0.28391l-0.52649 0.22844 2.445 2.5223-1.0705 1.0755-2.5116-2.4588-0.22805 0.52905c-0.19222 0.44603-0.29417 0.92587-0.29989 1.4117-0.00573 0.4858 0.084888 0.96791 0.26662 1.4184 0.18019 0.4454 0.44783 0.84999 0.78705 1.1898 0.19222 0.18843 0.40466 0.35495 0.63348 0.49653 0.47342 0.31672 1.0151 0.51637 1.5805 0.58256 0.56548 0.06618 1.1385-3e-3 1.6721-0.20184 0.93667 0.95181 3.2748 3.3099 4.5377 4.4909 0.25333 0.2305 0.5826 0.3593 0.9248 0.3617zm-6.7721-11.151c0.56121-0.0014 1.1101 0.16423 1.5772 0.4759 0.18214 0.1114 0.35131 0.24283 0.50436 0.39182 0.40704 0.41104 0.67888 0.93691 0.77908 1.5071 0.1002 0.5702 0.02396 1.1575-0.2185 1.683l-0.11561 0.25381 0.19874 0.19432c1.483 1.4499 3.6422 3.6066 4.6802 4.7043 0.09242 0.13786 0.13196 0.30452 0.11128 0.46921-0.02066 0.16478-0.10013 0.31648-0.22372 0.42708-0.07122 0.07949-0.15801 0.1435-0.25496 0.18794-0.08545 0.03871-0.17782 0.05974-0.27158 0.06188-0.1424-0.0036-0.27874-0.05855-0.38401-0.15461-1.3421-1.2548-3.9351-3.8786-4.696-4.6496l-0.19557-0.1975-0.25179 0.11501c-0.43832 0.20468-0.922 0.29231-1.4041 0.25437-0.48212-0.037935-0.94625-0.20016-1.3473-0.4709-0.18249-0.11271-0.35168-0.24575-0.50431-0.39659-0.26431-0.26402-0.47317-0.57836-0.61436-0.9245-0.14111-0.34613-0.21167-0.71707-0.20758-1.091 0-0.18432 0.018263-0.36819 0.054693-0.54888l2.1988 2.1495 2.1766-2.1773-2.1457-2.2129c0.18258-0.03556 0.36823-0.05283 0.55422-0.05155z" fill="#232629" stroke="#232629" stroke-width=".055673"/></svg>
--- a/eric6/icons/breeze-light/viewProfileEdit.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/viewProfileEdit.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m13.398 7-8.3984 8.3984v3.6016h3.6016l8.3984-8.3984zm-2.0488 3.4902 2.1602 2.1602-3.1738 3.1758v-0.67578l-1.0137 0.02148h-1.0352v-1.6211l1.4414-1.4395zm-4.0762 4.0742v1.6211h2.0273l0.021484 0.65234-1.0801 1.082h-1.4414l-0.7207-0.7207v-1.4414z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m13.398 7-8.3984 8.3984v3.6016h3.6016l8.3984-8.3984zm-2.0488 3.4902 2.1602 2.1602-3.1738 3.1758v-0.67578l-1.0137 0.02148h-1.0352v-1.6211l1.4414-1.4395zm-4.0762 4.0742v1.6211h2.0273l0.021484 0.65234-1.0801 1.082h-1.4414l-0.7207-0.7207v-1.4414z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/virtualenv.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/virtualenv.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,7 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g></svg>
--- a/eric6/icons/breeze-light/virtualenvConfig.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/virtualenvConfig.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/>
- <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/>
- <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/>
- <path d="m15 10c2.7614 0 5 2.2386 5 5 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-2.7614 2.2386-5 5-5zm0-1c-3.3137 0-6 2.6863-6 6 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-3.3137-2.6863-6-6-6z" color="#eff0f1" fill="#232629"/>
- <path class="ColorScheme-Text" d="m14.673 11.4v3.2683h-3.2727v0.65315h3.2727v3.2785h0.65454v-3.2785h3.2727v-0.65315h-3.2727v-3.2683z" fill="#232629" stroke="#232629"/>
- <path d="m13.827 19.824c-0.26541-0.06518-0.72518-0.23919-1.0217-0.38668-1.015-0.50487-1.7268-1.2213-2.2513-2.266-0.40179-0.80033-0.51909-1.3805-0.48167-2.3824 0.03485-0.93309 0.21109-1.5533 0.65872-2.3183 0.33623-0.57461 1.1937-1.4311 1.7669-1.765 1.4838-0.86416 3.5236-0.86416 5.0074 0 0.57326 0.33388 1.4307 1.1904 1.7669 1.765 0.43973 0.75147 0.62308 1.3876 0.65856 2.2848 0.03696 0.93487-0.08177 1.5583-0.44365 2.3294-0.65012 1.3853-1.8351 2.36-3.3261 2.7359-0.66591 0.16788-1.6582 0.16925-2.3342 0.0032zm2.0163-2.3272 0.01763-1.6314h3.2935v-1.7138h-3.2958v-3.2958h-1.7138v3.2958h-3.2958v1.7138h3.2958v1.604c0 0.88219 0.02064 1.6246 0.04587 1.6498 0.02523 0.02523 0.40343 0.03759 0.84044 0.02747l0.79457-0.01841z" fill="#f9f9f9" stroke-width="0"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/><g stroke-width=".18644"><path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f"/><path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f"/><path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5"/></g><path d="m15 10c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5 2.2386-5 5-5zm0-1c-3.3137 0-6 2.6863-6 6s2.6863 6 6 6 6-2.6863 6-6-2.6863-6-6-6z" color="#eff0f1" fill="#232629"/><path class="ColorScheme-Text" d="m14.673 11.4v3.2683h-3.2727v0.65315h3.2727v3.2785h0.65454v-3.2785h3.2727v-0.65315h-3.2727v-3.2683z" fill="#232629" stroke="#232629"/><path d="m13.827 19.824c-0.26541-0.06518-0.72518-0.23919-1.0217-0.38668-1.015-0.50487-1.7268-1.2213-2.2513-2.266-0.40179-0.80033-0.51909-1.3805-0.48167-2.3824 0.03485-0.93309 0.21109-1.5533 0.65872-2.3183 0.33623-0.57461 1.1937-1.4311 1.7669-1.765 1.4838-0.86416 3.5236-0.86416 5.0074 0 0.57326 0.33388 1.4307 1.1904 1.7669 1.765 0.43973 0.75147 0.62308 1.3876 0.65856 2.2848 0.03696 0.93487-0.08177 1.5583-0.44365 2.3294-0.65012 1.3853-1.8351 2.36-3.3261 2.7359-0.66591 0.16788-1.6582 0.16925-2.3342 0.0032zm2.0163-2.3272 0.01763-1.6314h3.2935v-1.7138h-3.2958v-3.2958h-1.7138v3.2958h-3.2958v1.7138h3.2958v1.604c0 0.88219 0.02064 1.6246 0.04587 1.6498 0.02523 0.02523 0.40343 0.03759 0.84044 0.02747l0.79457-0.01841z" fill="#f9f9f9" stroke-width="0"/></svg>
--- a/eric6/icons/breeze-light/virustotal.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/virustotal.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m3.4069 1.6341-1.0339 0.81345 10.665 8.3906-10.665 8.3906 1.0339 0.81345 11.699-9.2041-11.699-9.2041" color="#eff0f1" fill="#eff0f1" stroke="#eff0f1" stroke-width="1.2971"/>
- <rect x="1.5001" y="1.5001" width="19" height="19" fill="none" stroke="#232629" stroke-width="1.0002"/>
- <path d="m2.0035 19.993c-0.00855-0.0085-0.015537-0.06684-0.015537-0.12954v-0.114l0.13881 0.10681c0.076347 0.05875 0.14513 0.11704 0.15286 0.12954 0.015795 0.02556-0.25083 0.0325-0.27613 0.0072z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".023305"/>
- <path d="m2.016 10.839c0-7.8083 3.952e-4 -7.8416 0.092373-7.7779 0.22157 0.15339 9.8764 7.757 9.8763 7.7779-1.75e-4 0.02076-9.6504 7.6203-9.8768 7.7779-0.091251 0.06355-0.091826 0.01482-0.091826-7.7779z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/>
- <path d="m4.6272 19.911c0.063506-0.06055 2.4332-1.9314 5.2659-4.1575 2.8327-2.2261 5.3974-4.2433 5.6993-4.4828l0.54891-0.43535-5.4896-4.3154c-3.0193-2.3735-5.5415-4.3653-5.6051-4.4262l-0.11547-0.11081h15.076v18.038h-15.496z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m3.4069 1.6341-1.0339 0.81345 10.665 8.3906-10.665 8.3906 1.0339 0.81345 11.699-9.2041-11.699-9.2041" color="#eff0f1" fill="#eff0f1" stroke="#eff0f1" stroke-width="1.2971"/><rect x="1.5001" y="1.5001" width="19" height="19" fill="none" stroke="#232629" stroke-width="1.0002"/><g stroke="#eff0f1"><path d="m2.0035 19.993c-0.00855-0.0085-0.015537-0.06684-0.015537-0.12954v-0.114l0.13881 0.10681c0.076347 0.05875 0.14513 0.11704 0.15286 0.12954 0.015795 0.02556-0.25083 0.0325-0.27613 0.0072z" fill="#eff0f1" stroke-width=".023305"/><path d="m2.016 10.839c0-7.8083 3.952e-4 -7.8416 0.092373-7.7779 0.22157 0.15339 9.8764 7.757 9.8763 7.7779-1.75e-4 0.02076-9.6504 7.6203-9.8768 7.7779-0.091251 0.06355-0.091826 0.01482-0.091826-7.7779z" fill="#0cf" stroke-width=".04661"/><path d="m4.6272 19.911c0.063506-0.06055 2.4332-1.9314 5.2659-4.1575s5.3974-4.2433 5.6993-4.4828l0.54891-0.43535-5.4896-4.3154c-3.0193-2.3735-5.5415-4.3653-5.6051-4.4262l-0.11547-0.11081h15.076v18.038h-15.496z" fill="#0cf" stroke-width=".04661"/></g></svg>
--- a/eric6/icons/breeze-light/w3.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/w3.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(.042001 0 0 .04325 .24733 21.121)" fill="#232629">
-  <path d="m127.49-220.23-48.599-197.95-60.969-0.348 3.175 9.329 83.753 307 11.838 43.52h27.023l10.926-44.094 36.035-145.59-21.136-91.156-4.792-16.702-35.85 138.05z"/>
-  <path d="m210.44-328.39-44.636-11.049 24.863 91.075z"/>
-  <path d="m253.56-224.36-50.002-193.81-59.976-0.799 2.59 7.434 19.641 72.09 24.863 91.075 39.239 143.87 12.472 45.824h25.241l11.961-46.162 66.806-257.3 65.024-0.543-74.219 132.06 39.946 3.318c1.894 0.185 49.971 5.253 61.584 45.496 8.817 30.464 2.775 57.385-16.077 72.11-14.428 11.223-33.382 12.36-49.5 2.98-13.538-7.895-15.637-16.691-19.19-31.293-0.553-2.263-1.106-4.608-1.741-6.994l-49.756 13.138c0.543 1.874 0.993 3.861 1.505 6 4.311 17.776 10.793 44.667 43.213 63.56 34.181 19.906 76.196 17.244 107.09-6.82 35.502-27.678 48.538-76.329 33.925-126.94-12.298-42.66-44.319-63.386-70.134-73.4 0 0-19.292-7.475 0 0l63.385-112.8-1.874-35.901-173.3 0.656-51.353 195.2z"/>
- </g>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.042001 0 0 .04325 .24733 21.121)" fill="#232629"><path d="m127.49-220.23-48.599-197.95-60.969-0.348 3.175 9.329 83.753 307 11.838 43.52h27.023l10.926-44.094 36.035-145.59-21.136-91.156-4.792-16.702-35.85 138.05z"/><path d="m210.44-328.39-44.636-11.049 24.863 91.075z"/><path d="m253.56-224.36-50.002-193.81-59.976-0.799 2.59 7.434 19.641 72.09 24.863 91.075 39.239 143.87 12.472 45.824h25.241l11.961-46.162 66.806-257.3 65.024-0.543-74.219 132.06 39.946 3.318c1.894 0.185 49.971 5.253 61.584 45.496 8.817 30.464 2.775 57.385-16.077 72.11-14.428 11.223-33.382 12.36-49.5 2.98-13.538-7.895-15.637-16.691-19.19-31.293-0.553-2.263-1.106-4.608-1.741-6.994l-49.756 13.138c0.543 1.874 0.993 3.861 1.505 6 4.311 17.776 10.793 44.667 43.213 63.56 34.181 19.906 76.196 17.244 107.09-6.82 35.502-27.678 48.538-76.329 33.925-126.94-12.298-42.66-44.319-63.386-70.134-73.4 0 0-19.292-7.475 0 0l63.385-112.8-1.874-35.901-173.3 0.656-51.353 195.2z"/></g></svg>
--- a/eric6/icons/breeze-light/warning.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/warning.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -292.77)">
-  <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 239.68)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <rect x="1.8802" y="293.99" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/>
-  <rect x="1.883" y="295.97" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/>
- </g>
-</svg>
+<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -292.77)"><path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 239.68)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><rect x="1.8802" y="293.99" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/><rect x="1.883" y="295.97" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/></g></svg>
--- a/eric6/icons/breeze-light/warning22.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/warning22.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <g stroke="#000">
-   <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/>
-   <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/>
-  </g>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><g stroke="#000"><rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/><rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/></g></g></svg>
--- a/eric6/icons/breeze-light/warningNext.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/warningNext.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path class="ColorScheme-Text" d="m4.3408 291.97-0.10742 0.18707 0.93061 1.6206 0.17746 0.30903-1.1081 1.9296 0.10742 0.18707 0.93061-1.6206 0.28488-0.49609-1.2155-2.1167" color="#eff0f1" fill="#232629"/>
-  <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <rect x="1.8802" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/>
-  <rect x="1.883" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path class="ColorScheme-Text" d="m4.3408 291.97-0.10742 0.18707 1.1081 1.9296-1.1081 1.9296 0.10742 0.18707 0.93061-1.6206 0.28488-0.49609-1.2155-2.1167" color="#eff0f1" fill="#232629"/><path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><rect x="1.8802" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/><rect x="1.883" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/></g></svg>
--- a/eric6/icons/breeze-light/warningPrev.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/warningPrev.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path class="ColorScheme-Text" d="m1.4801 291.97 0.10742 0.18707-1.1081 1.9296 0.17746 0.30902 0.93061 1.6206-0.10742 0.18707-1.2155-2.1167 0.28488-0.4961 0.93061-1.6206" color="#eff0f1" fill="#232629"/>
-  <path transform="matrix(.16728 .0021829 -.0018908 .19313 2.433 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/>
-  <rect x="3.4677" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/>
-  <rect x="3.4705" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path class="ColorScheme-Text" d="m1.4801 291.97 0.10742 0.18707-1.1081 1.9296 0.17746 0.30902 0.93061 1.6206-0.10742 0.18707-1.2155-2.1167 1.2155-2.1167" color="#eff0f1" fill="#232629"/><path transform="matrix(.16728 .0021829 -.0018908 .19313 2.433 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/><rect x="3.4677" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/><rect x="3.4705" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/></g></svg>
--- a/eric6/icons/breeze-light/watchpoints.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/watchpoints.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <path class="ColorScheme-Text" d="m1.4549 292.5a1.36 3.175 0 0 0-1.1903 1.6468c0.019487 0.12766 0.053986 0.23891 0.09917 0.3204a1.2089 2.8222 0 0 1 1.0912-1.6144 0.60446 1.4111 0 0 0-0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446-1.4111 0.60446 1.4111 0 0 0-0.55163-1.4049 1.2089 2.8222 0 0 1 1.0383 1.6082c0.045531-0.0827 0.080417-0.19258 0.09976-0.32383a1.36 3.175 0 0 0-1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 1 0.45335 1.0583 0.45335 1.0583 0 0 1-0.45335 1.0584 0.45335 1.0583 0 0 1-0.45335-1.0584 0.45335 1.0583 0 0 1 0.45335-1.0583z" fill="#232629"/>
-  <path d="m1.4549 293.56a0.30223 0.70556 0 0 0-0.30223 0.70555 0.30223 0.70556 0 0 0 0.30223 0.70556 0.30223 0.70556 0 0 0 0.30223-0.70556 0.30223 0.70556 0 0 0-0.013577-0.2073 0.15112 0.35278 0 0 1-0.13754 0.2073 0.15112 0.35278 0 0 1-0.15112-0.35278 0.15112 0.35278 0 0 1 0.089135-0.32109 0.30223 0.70556 0 0 0-0.089135-0.0318" fill="#da4453" stroke-width=".23089"/>
-  <path class="ColorScheme-Text" d="m4.3659 292.5a1.36 3.175 0 0 1 1.1903 1.6468c-0.019487 0.12766-0.053986 0.23891-0.09917 0.3204a1.2089 2.8222 0 0 0-1.0912-1.6144 0.60446 1.4111 0 0 1 0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446-1.4111 0.60446 1.4111 0 0 1 0.55163-1.4049 1.2089 2.8222 0 0 0-1.0383 1.6082c-0.045531-0.08263-0.080417-0.19258-0.09976-0.32383a1.36 3.175 0 0 1 1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 0-0.45335 1.0583 0.45335 1.0583 0 0 0 0.45335 1.0584 0.45335 1.0583 0 0 0 0.45335-1.0584 0.45335 1.0583 0 0 0-0.45335-1.0583z" fill="#232629"/>
-  <path d="m4.3659 293.56a0.30223 0.70556 0 0 1 0.30223 0.70555 0.30223 0.70556 0 0 1-0.30223 0.70556 0.30223 0.70556 0 0 1-0.30223-0.70556 0.30223 0.70556 0 0 1 0.013577-0.2073 0.15112 0.35278 0 0 0 0.13754 0.2073 0.15112 0.35278 0 0 0 0.15112-0.35278 0.15112 0.35278 0 0 0-0.089135-0.32109 0.30223 0.70556 0 0 1 0.089135-0.0318" fill="#da4453" stroke-width=".23089"/>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><path class="ColorScheme-Text" d="m1.4549 292.5a1.36 3.175 0 0 0-1.1903 1.6468c0.019487 0.12766 0.053986 0.23891 0.09917 0.3204a1.2089 2.8222 0 0 1 1.0912-1.6144 0.60446 1.4111 0 0 0-0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446-1.4111 0.60446 1.4111 0 0 0-0.55163-1.4049 1.2089 2.8222 0 0 1 1.0383 1.6082c0.045531-0.0827 0.080417-0.19258 0.09976-0.32383a1.36 3.175 0 0 0-1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 1 0.45335 1.0583 0.45335 1.0583 0 0 1-0.45335 1.0584 0.45335 1.0583 0 0 1-0.45335-1.0584 0.45335 1.0583 0 0 1 0.45335-1.0583z" fill="#232629"/><path d="m1.4549 293.56a0.30223 0.70556 0 0 0-0.30223 0.70555 0.30223 0.70556 0 0 0 0.30223 0.70556 0.30223 0.70556 0 0 0 0.30223-0.70556 0.30223 0.70556 0 0 0-0.013577-0.2073 0.15112 0.35278 0 0 1-0.13754 0.2073 0.15112 0.35278 0 0 1-0.15112-0.35278 0.15112 0.35278 0 0 1 0.089135-0.32109 0.30223 0.70556 0 0 0-0.089135-0.0318" fill="#da4453" stroke-width=".23089"/><path class="ColorScheme-Text" d="m4.3659 292.5a1.36 3.175 0 0 1 1.1903 1.6468c-0.019487 0.12766-0.053986 0.23891-0.09917 0.3204a1.2089 2.8222 0 0 0-1.0912-1.6144 0.60446 1.4111 0 0 1 0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446-1.4111 0.60446 1.4111 0 0 1 0.55163-1.4049 1.2089 2.8222 0 0 0-1.0383 1.6082c-0.045531-0.08263-0.080417-0.19258-0.09976-0.32383a1.36 3.175 0 0 1 1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 0-0.45335 1.0583 0.45335 1.0583 0 0 0 0.45335 1.0584 0.45335 1.0583 0 0 0 0.45335-1.0584 0.45335 1.0583 0 0 0-0.45335-1.0583z" fill="#232629"/><path d="m4.3659 293.56a0.30223 0.70556 0 0 1 0.30223 0.70555 0.30223 0.70556 0 0 1-0.30223 0.70556 0.30223 0.70556 0 0 1-0.30223-0.70556 0.30223 0.70556 0 0 1 0.013577-0.2073 0.15112 0.35278 0 0 0 0.13754 0.2073 0.15112 0.35278 0 0 0 0.15112-0.35278 0.15112 0.35278 0 0 0-0.089135-0.32109 0.30223 0.70556 0 0 1 0.089135-0.0318" fill="#da4453" stroke-width=".23089"/></g></svg>
--- a/eric6/icons/breeze-light/webInspector.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/webInspector.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,8 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#ff9000">
-  <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/>
-  <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/>
-  <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/>
- </g>
-</svg>
+<svg fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#ff9000"><path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/><path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/><path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/></g></svg>
--- a/eric6/icons/breeze-light/webSearch.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/webSearch.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,28 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
-  <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#54d883" offset="0"/>
-   <stop stop-color="#abf9c7" offset="1"/>
-  </linearGradient>
-  <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#292c2f" offset="0"/>
-   <stop stop-opacity="0" offset="1"/>
-  </linearGradient>
-  <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
-  <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse">
-   <stop stop-color="#197cf1" offset="0"/>
-   <stop stop-color="#20bcfa" offset="1"/>
-  </linearGradient>
- </defs>
- <circle cx="8.5" cy="8.75" r="6.5" fill="url(#b)" stroke-width=".325"/>
- <path d="m8.5 2.25a6.5 6.5 0 0 0-6.4675 5.85h0.9425l0.975 0.975 0.65 0.325 3.5649 5.8337a6.5 6.5 0 0 0 0.33507 0.01625 6.5 6.5 0 0 0 6.5-6.5 6.5 6.5 0 0 0-6.5-6.5z" fill="url(#c)" opacity=".2" stroke-width=".325"/>
- <path d="m14.54 6.3557-2.1404 3.0443 2.0199 2.0199a6.5 6.5 0 0 0 0.58012-2.6699 6.5 6.5 0 0 0-0.442-2.3549 6.5 6.5 0 0 0-0.01755-0.039325z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".325"/>
- <path d="m8.5 2.25a6.5 6.5 0 0 0-0.61815 0.03575 6.5 6.5 0 0 0-0.08255 0.00975 6.5 6.5 0 0 0-1.0462 0.20702v-0.013a6.5 6.5 0 0 0-3.1525 1.9955h0.00325a6.5 6.5 0 0 0-1.1635 1.9321l0.53462-0.26715h1.3v0.325l0.325 0.325v-0.65l0.65-0.65h0.325v-0.325l0.325-0.325 0.65-0.325 0.325-0.325 0.65-0.325v0.325l0.65-0.325h-0.325v-0.325l-0.325-0.325h1.3l-0.325 0.325 0.975 0.325-0.325-0.65v-0.65l-0.30778-0.30778a6.5 6.5 0 0 0-0.34222-0.017225zm4.875 2.2132v0.71175h0.54958a6.5 6.5 0 0 0-0.54958-0.71175zm-9.0798 0.021775h0.019825l-0.039975 0.039975 0.020475-0.039975zm9.7578 0.89765-0.35295 0.11732-0.65 0.325v0.325l-0.65 0.65-0.325 0.65v1.3l0.325 0.65 0.65 0.325 0.325 0.325 1.533-0.25513a6.5 6.5 0 0 0 6.5e-4 -0.00715 6.5 6.5 0 0 0 0.06793-0.5694 6.5 6.5 0 0 0 0.0234-0.46832 6.5 6.5 0 0 0-0.02925-0.5655 6.5 6.5 0 0 0-0.03153-0.26292 6.5 6.5 0 0 0-0.06175-0.40105 6.5 6.5 0 0 0-0.04387-0.19435 6.5 6.5 0 0 0-0.11602-0.45305 6.5 6.5 0 0 0-0.04713-0.1404 6.5 6.5 0 0 0-0.17517-0.47872 6.5 6.5 0 0 0-0.0481-0.10725 6.5 6.5 0 0 0-0.2405-0.49563 6.5 6.5 0 0 0-0.15372-0.26845zm-11.078 2.0673-0.325 0.325h-0.325l-0.21125-0.21125a6.5 6.5 0 0 0 0 0.00163 6.5 6.5 0 0 0-0.08645 0.64252 6.5 6.5 0 0 0-6.5e-4 0.00975l0.62335 0.20735 0.65 0.325 0.65 0.65h0.65v0.65l-0.325 0.325-0.325 0.65v0.325l0.65 0.65 0.325 0.65 0.325 0.325 0.65 0.325v1.404a6.5 6.5 0 0 0 0.00195 6.5e-4 6.5 6.5 0 0 0 0.55152 0.20962 6.5 6.5 0 0 0 0.0624 0.0221 6.5 6.5 0 0 0 0.49172 0.1326 6.5 6.5 0 0 0 0.14658 0.0377 6.5 6.5 0 0 0 0.429 0.0702 6.5 6.5 0 0 0 0.221 0.0338 6.5 6.5 0 0 0 0.37375 0.0234 6.5 6.5 0 0 0 0.32207 0.01593 6.5 6.5 0 0 0 0.33085-0.01203l0.31915-0.63798v-0.325l0.65-0.325 0.325-0.325 0.325-1.3 0.325-0.325v-0.65l-0.65-0.325h-0.325l-0.65-0.325h-0.325l-0.325-0.65-0.325-0.325h-0.65l-0.65-0.65h-0.65l-0.975-0.325-0.325 0.65-0.65-0.325h-0.325v-0.65l-0.65-0.325 0.325-0.65z" fill="url(#d)" stroke-width=".325"/>
- <path d="m2.0166 8.5875c-0.0013 0.05525-0.016575 0.10692-0.016575 0.1625 0 3.601 2.899 6.5 6.5 6.5 3.601 0 6.5-2.899 6.5-6.5 0-0.055575-0.01528-0.10725-0.01658-0.1625-0.0097 0.39195-0.03932 0.77935-0.11505 1.1508a6.4642 6.4642 0 0 1-1.7683 3.2867 6.4837 6.4837 0 0 1-2.0654 1.3907 6.4405 6.4405 0 0 1-1.2213 0.37765 6.5663 6.5663 0 0 1-1.313 0.1313c-0.45012 0-0.88952-0.04518-1.313-0.1313a6.4642 6.4642 0 0 1-3.2867-1.7683 6.4837 6.4837 0 0 1-1.3907-2.0654 6.4405 6.4405 0 0 1-0.37765-1.2214c-0.075725-0.37147-0.10498-0.75887-0.11505-1.1508" opacity=".2" stroke-width=".325"/>
- <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style><linearGradient id="f" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"><stop stop-color="#54d883" offset="0"/><stop stop-color="#abf9c7" offset="1"/></linearGradient><linearGradient id="e" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"><stop stop-color="#292c2f" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient><linearGradient id="g" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/><linearGradient id="h" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"><stop stop-color="#197cf1" offset="0"/><stop stop-color="#20bcfa" offset="1"/></linearGradient></defs><g stroke-width=".325"><circle cx="8.5" cy="8.75" r="6.5" fill="url(#h)"/><path d="m8.5 2.25a6.5 6.5 0 0 0-6.4675 5.85h0.9425l0.975 0.975 0.65 0.325 3.5649 5.8337a6.5 6.5 0 0 0 0.33507 0.01625 6.5 6.5 0 0 0 6.5-6.5 6.5 6.5 0 0 0-6.5-6.5z" fill="url(#g)" opacity=".2"/><path d="m14.54 6.3557-2.1404 3.0443 2.0199 2.0199a6.5 6.5 0 0 0 0.58012-2.6699 6.5 6.5 0 0 0-0.442-2.3549 6.5 6.5 0 0 0-0.01755-0.039325z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/><path d="m8.5 2.25a6.5 6.5 0 0 0-0.61815 0.03575 6.5 6.5 0 0 0-0.08255 0.00975 6.5 6.5 0 0 0-1.0462 0.20702v-0.013a6.5 6.5 0 0 0-3.1525 1.9955h0.00325a6.5 6.5 0 0 0-1.1635 1.9321l0.53462-0.26715h1.3v0.325l0.325 0.325v-0.65l0.65-0.65h0.325v-0.325l0.325-0.325 0.65-0.325 0.325-0.325 0.65-0.325v0.325l0.65-0.325h-0.325v-0.325l-0.325-0.325h1.3l-0.325 0.325 0.975 0.325-0.325-0.65v-0.65l-0.30778-0.30778a6.5 6.5 0 0 0-0.34222-0.017225zm4.875 2.2132v0.71175h0.54958a6.5 6.5 0 0 0-0.54958-0.71175zm-9.0798 0.021775h0.019825l-0.039975 0.039975 0.020475-0.039975zm9.7578 0.89765-0.35295 0.11732-0.65 0.325v0.325l-0.65 0.65-0.325 0.65v1.3l0.325 0.65 0.65 0.325 0.325 0.325 1.533-0.25513a6.5 6.5 0 0 0 6.5e-4 -0.00715 6.5 6.5 0 0 0 0.06793-0.5694 6.5 6.5 0 0 0 0.0234-0.46832 6.5 6.5 0 0 0-0.02925-0.5655 6.5 6.5 0 0 0-0.03153-0.26292 6.5 6.5 0 0 0-0.06175-0.40105 6.5 6.5 0 0 0-0.04387-0.19435 6.5 6.5 0 0 0-0.11602-0.45305 6.5 6.5 0 0 0-0.04713-0.1404 6.5 6.5 0 0 0-0.17517-0.47872 6.5 6.5 0 0 0-0.0481-0.10725 6.5 6.5 0 0 0-0.2405-0.49563 6.5 6.5 0 0 0-0.15372-0.26845zm-11.078 2.0673-0.325 0.325h-0.325l-0.21125-0.21125a6.5 6.5 0 0 0 0 0.00163 6.5 6.5 0 0 0-0.08645 0.64252 6.5 6.5 0 0 0-6.5e-4 0.00975l0.62335 0.20735 0.65 0.325 0.65 0.65h0.65v0.65l-0.325 0.325-0.325 0.65v0.325l0.65 0.65 0.325 0.65 0.325 0.325 0.65 0.325v1.404a6.5 6.5 0 0 0 0.00195 6.5e-4 6.5 6.5 0 0 0 0.55152 0.20962 6.5 6.5 0 0 0 0.0624 0.0221 6.5 6.5 0 0 0 0.49172 0.1326 6.5 6.5 0 0 0 0.14658 0.0377 6.5 6.5 0 0 0 0.429 0.0702 6.5 6.5 0 0 0 0.221 0.0338 6.5 6.5 0 0 0 0.37375 0.0234 6.5 6.5 0 0 0 0.32207 0.01593 6.5 6.5 0 0 0 0.33085-0.01203l0.31915-0.63798v-0.325l0.65-0.325 0.325-0.325 0.325-1.3 0.325-0.325v-0.65l-0.65-0.325h-0.325l-0.65-0.325h-0.325l-0.325-0.65-0.325-0.325h-0.65l-0.65-0.65h-0.65l-0.975-0.325-0.325 0.65-0.65-0.325h-0.325v-0.65l-0.65-0.325 0.325-0.65z" fill="url(#f)"/><path d="m2.0166 8.5875c-0.0013 0.05525-0.016575 0.10692-0.016575 0.1625 0 3.601 2.899 6.5 6.5 6.5s6.5-2.899 6.5-6.5c0-0.055575-0.01528-0.10725-0.01658-0.1625-0.0097 0.39195-0.03932 0.77935-0.11505 1.1508a6.4642 6.4642 0 0 1-1.7683 3.2867 6.4837 6.4837 0 0 1-2.0654 1.3907 6.4405 6.4405 0 0 1-1.2213 0.37765 6.5663 6.5663 0 0 1-1.313 0.1313c-0.45012 0-0.88952-0.04518-1.313-0.1313a6.4642 6.4642 0 0 1-3.2867-1.7683 6.4837 6.4837 0 0 1-1.3907-2.0654 6.4405 6.4405 0 0 1-0.37765-1.2214c-0.075725-0.37147-0.10498-0.75887-0.11505-1.1508" opacity=".2"/></g><path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/whatsThis.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/whatsThis.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m10.412 1c-5.2141 0-9.4118 4.1732-9.4118 9.3569 0 5.1837 4.1976 9.3569 9.4118 9.3569 0.39937 0 0.79046-0.03241 1.1765-0.07996v-1.181c-0.3853 0.05452-0.77555 0.09138-1.1765 0.09138-4.5624 0-8.2353-3.6515-8.2353-8.1873 0-4.5358 3.6729-8.1873 8.2353-8.1873 4.5624 0 8.2353 3.6515 8.2353 8.1873 0 0.81425-0.12404 1.598-0.34467 2.3392h1.2155c0.1926-0.74815 0.30561-1.5298 0.30561-2.3392 0-5.1837-4.1976-9.3569-9.4118-9.3569zm-1.1765 3.5089v2.3392h2.3529v-2.3392zm0 3.5089v8.1873h2.3529v-8.1873zm3.5294 2.3392 0.004588 10.643 3.2077-3.8469 5.023-0.24672z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m10.412 1c-5.2141 0-9.4118 4.1732-9.4118 9.3569s4.1976 9.3569 9.4118 9.3569c0.39937 0 0.79046-0.03241 1.1765-0.07996v-1.181c-0.3853 0.05452-0.77555 0.09138-1.1765 0.09138-4.5624 0-8.2353-3.6515-8.2353-8.1873s3.6729-8.1873 8.2353-8.1873 8.2353 3.6515 8.2353 8.1873c0 0.81425-0.12404 1.598-0.34467 2.3392h1.2155c0.1926-0.74815 0.30561-1.5298 0.30561-2.3392 0-5.1837-4.1976-9.3569-9.4118-9.3569zm-1.1765 3.5089v2.3392h2.3529v-2.3392zm0 3.5089v8.1873h2.3529v-8.1873zm3.5294 2.3392 0.004588 10.643 3.2077-3.8469 5.023-0.24672z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/wikipedia.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/wikipedia.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,4 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m7.5951 17.999h0.87268l2.9137-5.9693 2.397 5.9693h0.84017l4.9798-12.1c0.27915-0.6788 0.82333-1.0864 1.4017-1.1787v-0.72063h-4.0266v0.72087c0.53428 0.12551 1.1014 0.33698 1.3536 0.93245l-3.6566 8.9071c-0.66102-1.4846-1.3388-3.1069-1.9856-4.7259 0.66767-1.498 1.213-2.8895 2.032-4.2569 0.47887-0.80456 1.256-0.82347 1.6564-0.86302v-0.71463h-4.2804v0.71463c0.53404 5.597e-4 1.6454 0.050692 1.1498 1.1505l-1.2414 2.7564-1.3148-3.0661c-0.2047-0.47741 0.19293-0.79548 0.84205-0.83338l-0.0048-0.72138h-4.8172v0.71462c0.57395 0.01996 1.3832 0.016686 1.6819 0.53059 0.91979 1.7844 1.5348 3.6379 2.3733 5.4573l-2.1699 4.2851-3.6471-8.8539c-0.41098-0.99773 0.56473-1.3192 1.1986-1.4025l-0.00713-0.73134h-5.1362v0.71462c0.70919 0.24764 1.624 1.3618 1.8794 1.9257 1.9186 4.238 2.8847 7.0793 4.716 11.359z" fill="#232629" stroke-width=".012104"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m7.5951 17.999h0.87268l2.9137-5.9693 2.397 5.9693h0.84017l4.9798-12.1c0.27915-0.6788 0.82333-1.0864 1.4017-1.1787v-0.72063h-4.0266v0.72087c0.53428 0.12551 1.1014 0.33698 1.3536 0.93245l-3.6566 8.9071c-0.66102-1.4846-1.3388-3.1069-1.9856-4.7259 0.66767-1.498 1.213-2.8895 2.032-4.2569 0.47887-0.80456 1.256-0.82347 1.6564-0.86302v-0.71463h-4.2804v0.71463c0.53404 5.597e-4 1.6454 0.050692 1.1498 1.1505l-1.2414 2.7564-1.3148-3.0661c-0.2047-0.47741 0.19293-0.79548 0.84205-0.83338l-0.0048-0.72138h-4.8172v0.71462c0.57395 0.01996 1.3832 0.016686 1.6819 0.53059 0.91979 1.7844 1.5348 3.6379 2.3733 5.4573l-2.1699 4.2851-3.6471-8.8539c-0.41098-0.99773 0.56473-1.3192 1.1986-1.4025l-0.00713-0.73134h-5.1362v0.71462c0.70919 0.24764 1.624 1.3618 1.8794 1.9257 1.9186 4.238 2.8847 7.0793 4.716 11.359z" fill="#232629" stroke-width=".012104"/></svg>
--- a/eric6/icons/breeze-light/windowFullscreen.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/windowFullscreen.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75l3.75-3.75zm16.25 0 3.75 3.75v-3.75zm-12.5 3.75v12.5h12.5v-12.5h-11.25zm1.25 3.75h10v7.5h-10zm-5 8.75v3.75h3.75zm20 0-3.75 3.75h3.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75l3.75-3.75zm16.25 0 3.75 3.75v-3.75zm-12.5 3.75v12.5h12.5v-12.5h-11.25zm1.25 3.75h10v7.5h-10zm-5 8.75v3.75h3.75zm20 0-3.75 3.75h3.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/windowRestore.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/windowRestore.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m8.5 1 2.5 2.5 2.5-2.5zm-3.75 3.75v12.5h12.5v-12.5h-11.25zm-3.75 3.75v5l2.5-2.5zm5 0h10v7.5h-10zm15 0-2.5 2.5 2.5 2.5zm-10 10-2.5 2.5h5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m8.5 1 2.5 2.5 2.5-2.5zm-3.75 3.75v12.5h12.5v-12.5h-11.25zm-3.75 3.75v5l2.5-2.5zm5 0h10v7.5h-10zm15 0-2.5 2.5 2.5 2.5zm-10 10-2.5 2.5h5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/wordboundary.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/wordboundary.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,10 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path d="m20.312 7.4281h-9.625v7.1429h9.625v-7.1429m0.6875-1.4281v10h-11v-10h11" fill="#232629"/>
- <text x="0.17117114" y="15.819819" fill="#da4453" font-family="sans-serif" font-size="18.018px" letter-spacing="0px" stroke-width=".45045" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.17117114" y="15.819819" fill="#da4453" stroke-width=".45045">a</tspan></text>
-</svg>
+      }</style></defs><path d="m20.312 7.4281h-9.625v7.1429h9.625v-7.1429m0.6875-1.4281v10h-11v-10h11" fill="#232629"/><text x="0.17117114" y="15.819819" fill="#da4453" font-family="sans-serif" font-size="18.018px" letter-spacing="0px" stroke-width=".45045" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.17117114" y="15.819819" fill="#da4453" stroke-width=".45045">a</tspan></text></svg>
--- a/eric6/icons/breeze-light/xbel.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/xbel.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <path d="m2.6667 1v3.3333h-1.6667v3.3333h1.6667v6.6667h-1.6667v3.3333h1.6667v3.3333h18.333v-20zm1.6667 1.6667h1.6667v16.667h-1.6667zm3.3333 0h11.667v16.667h-11.667z" color="#4d4d4d" fill="#f7a01c" stroke-width="1.6667"/>
- <path d="m13.415 5.8898-0.95703 2.6914-2.5781-1.2266 1.2266 2.5781-2.6914 0.95703 2.6914 0.95703-1.2266 2.5781 2.5781-1.2266 0.95703 2.6914 0.95703-2.6914 2.5781 1.2266-1.2266-2.5781 2.6914-0.95703-2.6914-0.95703 1.2266-2.5781-2.5781 1.2266z" fill="#ffd42a"/>
-</svg>
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="m2.6667 1v3.3333h-1.6667v3.3333h1.6667v6.6667h-1.6667v3.3333h1.6667v3.3333h18.333v-20zm1.6667 1.6667h1.6667v16.667h-1.6667zm3.3333 0h11.667v16.667h-11.667z" color="#4d4d4d" fill="#f7a01c" stroke-width="1.6667"/><path d="m13.415 5.8898-0.95703 2.6914-2.5781-1.2266 1.2266 2.5781-2.6914 0.95703 2.6914 0.95703-1.2266 2.5781 2.5781-1.2266 0.95703 2.6914 0.95703-2.6914 2.5781 1.2266-1.2266-2.5781 2.6914-0.95703-2.6914-0.95703 1.2266-2.5781-2.5781 1.2266z" fill="#ffd42a"/></svg>
--- a/eric6/icons/breeze-light/yahoo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/yahoo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 4 0.01709 1.0157 2.6343 0.38812c0.72227 0.70806 4.7392 5.9487 5.3516 7.2945l0.06104 3.7546c-0.39255 0.58332-2.793 0.46245-2.793 0.46245l-0.20508 1.0845s8.9962-0.20322 9.043-0.08533c-0.0225-0.13516 0.01709-1.0157 0.01709-1.0157l-2.9199-0.0881s-0.1902-2.6757-0.04883-4.2336c1.9157-2.3905 5.3345-5.0897 5.3345-5.0897l2.3218-0.44593 0.53467-1.0488-7.9053-0.055053 0.20508 1.0873s2.1619 0.19479 2.3975 0.40739c-0.03138 0.53122-3.7402 3.8812-3.7402 3.8812l-4.0552-6.1577 2.8418-0.24774 0.12451-0.76524zm17.913 6.3091 0.01953 5.731 0.8667 0.12937 1.2012-5.5411zm-0.16602 6.3641-0.1416 1.1313 1.0596 0.19544 0.15869-1.1919z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 4 0.01709 1.0157 2.6343 0.38812c0.72227 0.70806 4.7392 5.9487 5.3516 7.2945l0.06104 3.7546c-0.39255 0.58332-2.793 0.46245-2.793 0.46245l-0.20508 1.0845s8.9962-0.20322 9.043-0.08533c-0.0225-0.13516 0.01709-1.0157 0.01709-1.0157l-2.9199-0.0881s-0.1902-2.6757-0.04883-4.2336c1.9157-2.3905 5.3345-5.0897 5.3345-5.0897l2.3218-0.44593 0.53467-1.0488-7.9053-0.055053 0.20508 1.0873s2.1619 0.19479 2.3975 0.40739c-0.03138 0.53122-3.7402 3.8812-3.7402 3.8812l-4.0552-6.1577 2.8418-0.24774 0.12451-0.76524zm17.913 6.3091 0.01953 5.731 0.8667 0.12937 1.2012-5.5411zm-0.16602 6.3641-0.1416 1.1313 1.0596 0.19544 0.15869-1.1919z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/yandex.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/yandex.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,6 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg">
- <g transform="translate(0 -291.18)">
-  <text transform="scale(-.98995 1.0102)" x="-5.522522" y="293.75308" fill="#232629" font-family="sans-serif" font-size="7.3368px" letter-spacing="0px" stroke-width=".18342" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-5.522522" y="293.75308" fill="#232629" stroke-width=".18342">R</tspan></text>
- </g>
-</svg>
+<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -291.18)"><text transform="scale(-.98995 1.0102)" x="-5.522522" y="293.75308" fill="#232629" font-family="sans-serif" font-size="7.3368px" letter-spacing="0px" stroke-width=".18342" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-5.522522" y="293.75308" fill="#232629" stroke-width=".18342">R</tspan></text></g></svg>
--- a/eric6/icons/breeze-light/zoomIn.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/zoomIn.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v2.5h1.25v-1.25h1.25v-1.25zm6.25 0v1.25h2.5v-1.25zm5 0v1.25h2.5v-1.25zm6.25 0v1.25h1.25v1.25h1.25v-2.5zm-7.5 5v1.25h2.8662l-4.1162 4.1162 0.88379 0.88379 4.1162-4.1162v2.8662h1.25v-5h-1.25zm-10 1.25v2.5h1.25v-2.5zm18.75 0v2.5h1.25v-2.5zm0 5v2.5h1.25v-2.5zm-18.75 1.25v7.5h7.5v-7.5zm1.25 1.25h5v5h-5zm17.5 3.75v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v2.5h1.25v-1.25h1.25v-1.25zm6.25 0v1.25h2.5v-1.25zm5 0v1.25h2.5v-1.25zm6.25 0v1.25h1.25v1.25h1.25v-2.5zm-7.5 5v1.25h2.8662l-4.1162 4.1162 0.88379 0.88379 4.1162-4.1162v2.8662h1.25v-5h-1.25zm-10 1.25v2.5h1.25v-2.5zm18.75 0v2.5h1.25v-2.5zm0 5v2.5h1.25v-2.5zm-18.75 1.25v7.5h7.5v-7.5zm1.25 1.25h5v5h-5zm17.5 3.75v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/zoomOut.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/zoomOut.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v8.75h1.25v-7.5h17.5v17.5h-7.5v1.25h8.75v-20h-18.75zm14.116 5-4.1162 4.1162v-2.8662h-1.25v5h5v-1.25h-2.8662l4.1162-4.1162zm-14.116 7.5v2.5h1.25v-1.25h1.25v-1.25zm5 0v1.25h1.25v1.25h1.25v-2.5zm-5 5v2.5h2.5v-1.25h-1.25v-1.25zm6.25 0v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v8.75h1.25v-7.5h17.5v17.5h-7.5v1.25h8.75v-20h-18.75zm14.116 5-4.1162 4.1162v-2.8662h-1.25v5h5v-1.25h-2.8662l4.1162-4.1162zm-14.116 7.5v2.5h1.25v-1.25h1.25v-1.25zm5 0v1.25h1.25v1.25h1.25v-2.5zm-5 5v2.5h2.5v-1.25h-1.25v-1.25zm6.25 0v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/zoomReset.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/zoomReset.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 2.5v15h15v-15zm1.25 1.25h12.5v12.5h-12.5zm-3.75 12.5v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 2.5v15h15v-15zm1.25 1.25h12.5v12.5h-12.5zm-3.75 12.5v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75z" color="#eff0f1" fill="#232629"/></svg>
--- a/eric6/icons/breeze-light/zoomTo.svg	Sun Nov 01 11:17:06 2020 +0100
+++ b/eric6/icons/breeze-light/zoomTo.svg	Sat Dec 05 12:29:26 2020 +0100
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
- <defs>
-  <style type="text/css">.ColorScheme-Text {
+<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><defs><style type="text/css">.ColorScheme-Text {
         color:#eff0f1;
-      }</style>
- </defs>
- <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm10 0-2.5 2.5h5zm6.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 7.5-2.5 2.5 2.5 2.5zm15 0v5l2.5-2.5zm-17.5 8.75v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75zm-11.25 1.25 2.5 2.5 2.5-2.5z" color="#eff0f1" fill="#232629"/>
-</svg>
+      }</style></defs><path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm10 0-2.5 2.5h5zm6.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 7.5-2.5 2.5 2.5 2.5zm15 0v5l2.5-2.5zm-17.5 8.75v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75zm-11.25 1.25 2.5 2.5 2.5-2.5z" color="#eff0f1" fill="#232629"/></svg>
--- a/scripts/create_windows_links.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/create_windows_links.py	Sat Dec 05 12:29:26 2020 +0100
@@ -44,7 +44,7 @@
         if not os.path.exists(eric6EntryPath):
             try:
                 os.makedirs(eric6EntryPath)
-            except EnvironmentError:
+            except OSError:
                 # maybe restrictions prohibited link creation
                 return
         
--- a/scripts/install-debugclients.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/install-debugclients.py	Sat Dec 05 12:29:26 2020 +0100
@@ -174,7 +174,7 @@
         dirname = os.path.join(pyModDir, installPackage)
         if os.path.exists(dirname):
             shutil.rmtree(dirname, True)
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry install with admin rights.\n'.format(msg))
         exit(7)
@@ -220,7 +220,7 @@
         # copy the license file
         shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.GPL3"), targetDir)
         
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry install with admin rights.\n'.format(msg))
         return(7)
@@ -297,7 +297,7 @@
                 shutil.rmtree(distDir, True)
             else:
                 cleanUp()
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write('Error: {0}\nTry install as root.\n'.format(msg))
         exit(7)
 
--- a/scripts/install-i18n.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/install-i18n.py	Sat Dec 05 12:29:26 2020 +0100
@@ -78,9 +78,9 @@
         for fn in glob.glob(os.path.join('eric', 'eric6', 'i18n', '*.qm')):
             shutil.copy2(fn, targetDir)
             os.chmod(os.path.join(targetDir, os.path.basename(fn)), 0o644)
-    except IOError as msg:
+    except OSError as msg:
         sys.stderr.write(
-            'IOError: {0}\nTry install-i18n as root.\n'.format(msg))
+            'OSError: {0}\nTry install-i18n as root.\n'.format(msg))
     except OSError as msg:
         sys.stderr.write(
             'OSError: {0}\nTry install-i18n with admin rights.\n'.format(msg))
--- a/scripts/install.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/install.py	Sat Dec 05 12:29:26 2020 +0100
@@ -160,7 +160,8 @@
     if sys.platform.startswith(("win", "cygwin")):
         print("    --clean-desktop delete desktop links before installation")
     if sys.platform != "darwin":
-        print("    --no-tools don't ask for installation of pyqt5-tools")
+        print("    --no-tools don't ask for installation of pyqt5-tools"
+              "/qt5-applications")
     print("    -x         don't perform dependency checks (use on your own"
           " risk)")
     print("    -z         don't compile the installed python files")
@@ -573,7 +574,7 @@
         if sys.platform == "darwin":
             # delete the Mac app bundle
             cleanUpMacAppBundle()
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry install with admin rights.\n'.format(msg))
         exit(7)
@@ -670,7 +671,7 @@
                 if os.path.exists(linkPath):
                     try:
                         os.remove(linkPath)
-                    except EnvironmentError:
+                    except OSError:
                         # maybe restrictions prohibited link removal
                         print("Could not remove '{0}'.".format(linkPath))
     
@@ -683,7 +684,7 @@
         if os.path.exists(eric6EntryPath):
             try:
                 shutil.rmtree(eric6EntryPath)
-            except EnvironmentError:
+            except OSError:
                 # maybe restrictions prohibited link removal
                 print("Could not remove '{0}'.".format(eric6EntryPath))
 
@@ -825,7 +826,7 @@
         # create the global plugins directory
         createGlobalPluginsDir()
         
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry install with admin rights.\n'.format(msg))
         return(7)
@@ -835,13 +836,13 @@
         try:
             shutilCopy(os.path.join(sourceDir, "docs", name),
                        cfg['ericDocDir'])
-        except EnvironmentError:
+        except OSError:
             print("Could not install '{0}'.".format(
                 os.path.join(sourceDir, "docs", name)))
     for name in glob.glob(os.path.join(sourceDir, 'docs', 'README*.*')):
         try:
             shutilCopy(name, cfg['ericDocDir'])
-        except EnvironmentError:
+        except OSError:
             print("Could not install '{0}'.".format(name))
    
     # copy some more stuff
@@ -849,7 +850,7 @@
         try:
             shutilCopy(os.path.join(sourceDir, "others", name),
                        cfg['ericOthersDir'])
-        except EnvironmentError:
+        except OSError:
             print("Could not install '{0}'.".format(
                 os.path.join(sourceDir, "others", name)))
     
@@ -865,14 +866,14 @@
                                                   progLanguage, "*.api")):
                 try:
                     shutilCopy(apiName, apidir)
-                except EnvironmentError:
+                except OSError:
                     print("Could not install '{0}' (no permission)."
                           .format(apiName))
             for apiName in glob.glob(os.path.join(eric6SourceDir, "APIs",
                                                   progLanguage, "*.bas")):
                 try:
                     shutilCopy(apiName, apidir)
-                except EnvironmentError:
+                except OSError:
                     print("Could not install '{0}' (no permission)."
                           .format(apiName))
             if progLanguage == "Python":
@@ -881,7 +882,7 @@
                                                       "Python3", "*.api")):
                     try:
                         shutilCopy(apiName, apidir)
-                    except EnvironmentError:
+                    except OSError:
                         print("Could not install '{0}' (no permission)."
                               .format(apiName))
                 for apiName in glob.glob(os.path.join(eric6SourceDir, "APIs",
@@ -891,7 +892,7 @@
                             apiName.replace(".bas", ".api")))):
                         try:
                             shutilCopy(apiName, apidir)
-                        except EnvironmentError:
+                        except OSError:
                             print("Could not install '{0}' (no permission)."
                                   .format(apiName))
                 
@@ -900,7 +901,7 @@
                                                       "MicroPython", "*.api")):
                     try:
                         shutilCopy(apiName, apidir)
-                    except EnvironmentError:
+                    except OSError:
                         print("Could not install '{0}' (no permission)."
                               .format(apiName))
                 for apiName in glob.glob(os.path.join(eric6SourceDir, "APIs",
@@ -910,7 +911,7 @@
                             apiName.replace(".bas", ".api")))):
                         try:
                             shutilCopy(apiName, apidir)
-                        except EnvironmentError:
+                        except OSError:
                             print("Could not install '{0}' (no permission)."
                                   .format(apiName))
     
@@ -1064,7 +1065,7 @@
         if not os.path.exists(eric6EntryPath):
             try:
                 os.makedirs(eric6EntryPath)
-            except EnvironmentError:
+            except OSError:
                 # maybe restrictions prohibited link creation
                 return
         
@@ -1532,7 +1533,7 @@
     ]
     optionalModulesList = {}
     if sys.platform != "darwin" and not ignorePyqt5Tools:
-        optionalModulesList["pyqt5-tools"] = "pyqt5_tools"
+        optionalModulesList["qt5-applications"] = "qt5_applications"
     
     # check mandatory modules
     modulesOK = True
@@ -1736,7 +1737,7 @@
     
     try:
         os.rename(fileName, fileName + ".orig")
-    except EnvironmentError:
+    except OSError:
         pass
     try:
         hgOut = subprocess.check_output(["hg", "identify", "-i"])   # secok
@@ -1984,7 +1985,7 @@
             if os.path.exists(configNameC):
                 os.remove(configNameC)
         os.remove(configName)
-    except EnvironmentError:
+    except OSError:
         pass
     
     # cleanup old installation
@@ -1995,7 +1996,7 @@
                 shutil.rmtree(distDir, True)
             else:
                 cleanUp()
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write('Error: {0}\nTry install as root.\n'.format(msg))
         exit(7)
 
@@ -2051,7 +2052,7 @@
             if os.path.exists(configNameC):
                 os.remove(configNameC)
             os.rename(configName + ".orig", configName)
-    except EnvironmentError:
+    except OSError:
         pass
     try:
         if installFromSource and infoName:
@@ -2060,7 +2061,7 @@
             if os.path.exists(infoNameC):
                 os.remove(infoNameC)
             os.rename(infoName + ".orig", infoName)
-    except EnvironmentError:
+    except OSError:
         pass
     
     print("\nInstallation complete.")
--- a/scripts/patch_modpython.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/patch_modpython.py	Sat Dec 05 12:29:26 2020 +0100
@@ -84,7 +84,7 @@
         filename = os.path.join(modDir, "apache.py")
         with open(filename, "r", encoding="utf-8") as f:
             lines = f.readlines()
-    except EnvironmentError:
+    except OSError:
         print("The file {0} does not exist. Aborting.".format(filename))
         sys.exit(1)
     
--- a/scripts/uninstall-debugclients.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/uninstall-debugclients.py	Sat Dec 05 12:29:26 2020 +0100
@@ -80,7 +80,7 @@
         dirname = os.path.join(pyModDir, installPackage)
         if os.path.exists(dirname):
             shutil.rmtree(dirname, True)
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))
         exit(7)
--- a/scripts/uninstall.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/uninstall.py	Sat Dec 05 12:29:26 2020 +0100
@@ -195,7 +195,7 @@
         removeConfigurationData()
         
         print("\nUninstallation completed")
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))
         exit(7)
@@ -226,7 +226,7 @@
             if os.path.exists(linkPath):
                 try:
                     os.remove(linkPath)
-                except EnvironmentError:
+                except OSError:
                     # maybe restrictions prohibited link removal
                     print("Could not remove '{0}'.".format(linkPath))
     
@@ -239,7 +239,7 @@
         if os.path.exists(eric6EntryPath):
             try:
                 shutil.rmtree(eric6EntryPath)
-            except EnvironmentError:
+            except OSError:
                 # maybe restrictions prohibited link removal
                 print("Could not remove '{0}'.".format(eric6EntryPath))
 
--- a/setup.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/setup.py	Sat Dec 05 12:29:26 2020 +0100
@@ -137,7 +137,7 @@
     
     try:
         os.rename(fileName, fileName + ".orig")
-    except EnvironmentError:
+    except OSError:
         pass
     try:
         hgOut = subprocess.check_output(["hg", "identify", "-i"])       # secok
@@ -172,7 +172,7 @@
     
     try:
         os.rename(fileName, fileName + ".orig")
-    except EnvironmentError:
+    except OSError:
         pass
     with open(fileName + ".orig", "r", encoding="utf-8") as f:
         text = f.read()
@@ -399,5 +399,5 @@
         try:
             os.remove(fileName)
             os.rename(fileName + ".orig", fileName)
-        except EnvironmentError:
+        except OSError:
             pass

eric ide

mercurial